Home
last modified time | relevance | path

Searched refs:dest (Results 676 – 700 of 1843) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c407 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal() local
409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
415 *(dest) = (Byte)*(dest + src); in LzmaDec_DecodeReal()
416 while (++dest != lim); in LzmaDec_DecodeReal()
866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() argument
895 memcpy(dest, p->dic + dicPos, outSizeCur); in LzmaDec_DecodeToBuf()
896 dest += outSizeCur; in LzmaDec_DecodeToBuf()
995 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() argument
1011 p.dic = dest; in LzmaDecode()
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst438 * - deposit_i32/i64 *dest*, *t1*, *t2*, *pos*, *len*
452 * - extract_i32/i64 *dest*, *t1*, *pos*, *len*
454 sextract_i32/i64 *dest*, *t1*, *pos*, *len*
466 | *dest* = (*t1* << 20) >> 28
470 * - extract2_i32/i64 *dest*, *t1*, *t2*, *pos*
495 * - setcond_i32/i64 *dest*, *t1*, *t2*, *cond*
497 - | *dest* = (*t1* *cond* *t2*)
501 * - negsetcond_i32/i64 *dest*, *t1*, *t2*, *cond*
503 - | *dest* = -(*t1* *cond* *t2*)
507 * - movcond_i32/i64 *dest*, *c1*, *c2*, *v1*, *v2*, *cond*
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_pef.c260 ipmi_pef_print_lan_dest(struct ipmi_intf * intf, uint8_t ch, uint8_t dest) in ipmi_pef_print_lan_dest() argument
291 lsel.set = dest; in ipmi_pef_print_lan_dest()
320 lsel.set = dest; in ipmi_pef_print_lan_dest()
458 ipmi_pef_print_serial_dest(struct ipmi_intf * intf, uint8_t ch, uint8_t dest) in ipmi_pef_print_serial_dest() argument
483 if (!dest || tbl_size == 0) /* Page alerting not supported */ in ipmi_pef_print_serial_dest()
487 ssel.set = dest; in ipmi_pef_print_serial_dest()
520 ipmi_pef_print_dest(struct ipmi_intf * intf, uint8_t ch, uint8_t dest) in ipmi_pef_print_dest() argument
524 ipmi_pef_print_dec("Destination ID", dest); in ipmi_pef_print_dest()
/openbmc/linux/arch/sparc/include/asm/
H A Duaccess.h13 long strncpy_from_user(char *dest, const char __user *src, long count);
/openbmc/linux/samples/bpf/
H A Dparse_varlen.c28 if (tcp->dest == htons(80) || tcp->source == htons(80)) in tcp()
39 if (udp->dest == htons(DEFAULT_PKTGEN_UDP_PORT) || in udp()
/openbmc/libmctp/utils/
H A Dmctp-capture.c129 mctp->dest = eid; in capture_socket()
132 mctp->dest = 0; in capture_socket()
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dcreate.py88 …parser_create_layer.add_argument('--example-recipe-name', '-e', dest='examplerecipe', default='exa…
89 …parser_create_layer.add_argument('--example-recipe-version', '-v', dest='version', default='0.1', …
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_assign_reuse.c86 if (!th->syn || th->ack || th->dest != bpf_htons(dest_port)) in maybe_assign_tcp()
99 if (uh->dest != bpf_htons(dest_port)) in maybe_assign_udp()
H A Dtest_tc_tunnel.c149 if (tcph.dest != __bpf_constant_htons(cfg_port)) in __encap_ipv4()
184 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv4()
280 if (tcph.dest != __bpf_constant_htons(cfg_port)) in __encap_ipv6()
315 h_outer.l4hdr.udp.dest = bpf_htons(udp_dst); in __encap_ipv6()
388 if (tcph.dest != __bpf_constant_htons(cfg_port)) in encap_ipv6_ipip6()
644 switch (bpf_ntohs(udph.dest)) { in decap_internal()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspider-pci.c61 static void spiderpci_memcpy_fromio(void *dest, const PCI_IO_ADDR src, in SPIDER_PCI_MMIO_READ()
64 __do_memcpy_fromio(dest, src, n); in SPIDER_PCI_MMIO_READ()
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c187 bool __static_call_fixup(void *tramp, u8 op, void *dest) in __static_call_fixup() argument
208 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py788 debugfile = dvar + dest
837 debugfile = dvar + dest
879 debugfile = dvar + dest
1195 fpath = dvar + dest
1207 fpath = dvar + dest
1348 def mkdir(src, dest, p): argument
1350 dest = os.path.join(dest, p)
1352 os.mkdir(dest)
1353 os.chmod(dest, fstat.st_mode)
1357 cpath.updatecache(dest)
[all …]
/openbmc/linux/sound/pci/cs46xx/
H A Ddsp_spos.c869 u32 dest, int size) in _dsp_create_task_tree() argument
872 DSP_PARAMETER_BYTE_OFFSET + dest * sizeof(u32); in _dsp_create_task_tree()
886 DSP_PARAMETER_BYTE_OFFSET + dest * sizeof(u32); in _dsp_create_scb()
927 ins->scbs[index].address = dest; in _map_scb()
959 ins->tasks[ins->ntask].address = dest; in _map_task_tree()
968 add_symbol (chip,name,dest,SYMBOL_PARAMETER); in _map_task_tree()
986 desc = _map_scb (chip,name,dest); in cs46xx_dsp_create_scb()
989 _dsp_create_scb(chip,scb_data,dest); in cs46xx_dsp_create_scb()
1003 u32 dest, int size) in cs46xx_dsp_create_task_tree() argument
1007 desc = _map_task_tree (chip,name,dest,size); in cs46xx_dsp_create_task_tree()
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dstring.h9 void * memcpy(void * dest,const void *src,size_t count);
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1176 static void save_opt(const char **dest, QemuOpts *opts, const char *name) in save_opt() argument
1181 *dest = val; in save_opt()
1188 char ***dest; member
1227 *opt->dest = g_renew(char *, *opt->dest, (*opt->ndest) + 1); in save_opt_one()
1228 (*opt->dest)[*opt->ndest] = (char *)g_byte_array_free(data, FALSE); in save_opt_one()
1232 *opt->dest = g_renew(char *, *opt->dest, (*opt->ndest) + 1); in save_opt_one()
1233 (*opt->dest)[*opt->ndest] = g_strdup(value); in save_opt_one()
1243 static bool save_opt_list(size_t *ndest, char ***dest, QemuOpts *opts, in save_opt_list() argument
1247 ndest, dest, in save_opt_list()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch66 char* dest= (char*) compressBuf;
67 - register char *dptr=dest;
68 + char *dptr=dest;
186 char* dest= (char*) compressBuf;
187 - register char *dptr=dest;
188 + char *dptr=dest;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py93 '--name', dest='name', required=True,
97 '--path', dest='path', required=True,
101 '--release', dest='release', required=False,
105 '--callback', dest='callback', required=False,
109 '--delete-project', dest='delete_project', required=False,
113 '--command', dest='command', required=False,
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddp.c24 void drm_dp_link_caps_copy(struct drm_dp_link_caps *dest, in drm_dp_link_caps_copy() argument
27 dest->enhanced_framing = src->enhanced_framing; in drm_dp_link_caps_copy()
28 dest->tps3_supported = src->tps3_supported; in drm_dp_link_caps_copy()
29 dest->fast_training = src->fast_training; in drm_dp_link_caps_copy()
30 dest->channel_coding = src->channel_coding; in drm_dp_link_caps_copy()
31 dest->alternate_scrambler_reset = src->alternate_scrambler_reset; in drm_dp_link_caps_copy()
/openbmc/linux/include/acpi/
H A Dactypes.h522 #define ACPI_COPY_NAMESEG(dest,src) (*ACPI_CAST_PTR (u32, (dest)) = *ACPI_CAST_PTR (u32, (src))) argument
525 #define ACPI_COPY_NAMESEG(dest,src) (strncpy (ACPI_CAST_PTR (char, (dest)), ACPI_CAST_PTR (char… argument
531 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8)) argument
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c321 *dest = x; in __read_mem_aligned()
338 err = __read_mem_aligned(dest, ea, nb, regs); in read_mem_aligned()
376 dest += c; in __copy_mem_in()
391 return __copy_mem_in(dest, ea, nb, regs); in copy_mem_in()
394 err = __copy_mem_in(dest, ea, nb, regs); in copy_mem_in()
419 *dest = u.ul; in read_mem_unaligned()
434 return read_mem_aligned(dest, ea, nb, regs); in read_mem()
435 return read_mem_unaligned(dest, ea, nb, regs); in read_mem()
512 dest += c; in __copy_mem_out()
527 return __copy_mem_out(dest, ea, nb, regs); in copy_mem_out()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c285 nfp_cpp_area_alloc_with_name(struct nfp_cpp *cpp, u32 dest, const char *name, in nfp_cpp_area_alloc_with_name() argument
293 err = nfp_target_cpp(dest, tmp64, &dest, &tmp64, cpp->imb_cat_table); in nfp_cpp_area_alloc_with_name()
313 area->resource.cpp_id = dest; in nfp_cpp_area_alloc_with_name()
325 err = cpp->op->area_init(area, dest, address, size); in nfp_cpp_area_alloc_with_name()
357 nfp_cpp_area_alloc(struct nfp_cpp *cpp, u32 dest, in nfp_cpp_area_alloc() argument
360 return nfp_cpp_area_alloc_with_name(cpp, dest, NULL, address, size); in nfp_cpp_area_alloc()
380 nfp_cpp_area_alloc_acquire(struct nfp_cpp *cpp, const char *name, u32 dest, in nfp_cpp_area_alloc_acquire() argument
385 area = nfp_cpp_area_alloc_with_name(cpp, dest, name, address, size); in nfp_cpp_area_alloc_acquire()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2fw.c390 u8 *dest; in crcimage() local
421 dest = fchunk[c].data + chunkoff; in crcimage()
422 *dest = 0xde; in crcimage()
423 *(dest + 1) = 0xc0; in crcimage()
665 u8 *dest; in plugimage() local
721 dest = fchunk[c].data + chunkoff; in plugimage()
727 memset(dest, 0, s3plug[i].len); in plugimage()
728 strncpy(dest, PRISM2_USB_FWFILE, s3plug[i].len - 1); in plugimage()
730 memcpy(dest, &pda->rec[j]->data, s3plug[i].len); in plugimage()
/openbmc/linux/arch/openrisc/include/asm/
H A Dstring.h9 extern void *memcpy(void *dest, __const void *src, __kernel_size_t n);
/openbmc/linux/include/linux/decompress/
H A Dunxz.h14 long (*fill)(void *dest, unsigned long size),
/openbmc/u-boot/include/jffs2/
H A Djffs2_1pass.h2 u32 jffs2_1pass_load(char *dest, struct part_info *part,const char *fname);

1...<<21222324252627282930>>...74