/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | lzjb.c | 55 uchar_t *cpy; in lzjb_compress() local 80 cpy = src - offset; in lzjb_compress() 81 if (cpy >= (uchar_t *)s_start && cpy != src && in lzjb_compress() 82 src[0] == cpy[0] && src[1] == cpy[1] && src[2] == cpy[2]) { in lzjb_compress() 85 if (src[mlen] != cpy[mlen]) in lzjb_compress() 105 uchar_t *cpy; in lzjb_decompress() local 118 if ((cpy = dst - offset) < (uchar_t *)d_start) in lzjb_decompress() 123 *dst++ = *cpy++; in lzjb_decompress()
|
H A D | lz4.c | 900 BYTE *cpy; in LZ4_uncompress_unknownOutputSize() local 922 cpy = op + length; in LZ4_uncompress_unknownOutputSize() 924 if (cpy < op) in LZ4_uncompress_unknownOutputSize() 926 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize() 928 if (cpy > oend) in LZ4_uncompress_unknownOutputSize() 942 LZ4_WILDCOPY(ip, op, cpy); in LZ4_uncompress_unknownOutputSize() 943 ip -= (op - cpy); in LZ4_uncompress_unknownOutputSize() 944 op = cpy; in LZ4_uncompress_unknownOutputSize() 947 LZ4_READ_LITTLEENDIAN_16(ref, cpy, ip); in LZ4_uncompress_unknownOutputSize() 986 cpy = op + length - (STEPSIZE - 4); in LZ4_uncompress_unknownOutputSize() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strftime.c | 287 #define cpy(n, s) \ macro 653 cpy (len, f); 750 cpy (aw_len, a_wkday); 765 cpy (STRLEN (f_wkday), f_wkday); 781 cpy (am_len, a_month); 796 cpy (STRLEN (f_month), f_month); 862 cpy (len, ubuf); 878 cpy (len, era->era_wname); 881 cpy (len, era->era_name); 959 cpy (digitlen, cp); [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | strftime.c | 192 #define cpy(n, s) \ macro 567 cpy (len, f); in my_strftime() 675 cpy (aw_len, a_wkday); in my_strftime() 690 cpy (STRLEN (f_wkday), f_wkday); in my_strftime() 706 cpy (am_len, a_month); in my_strftime() 721 cpy (STRLEN (f_month), f_month); in my_strftime() 789 cpy (len - 1, ubuf + 1); in my_strftime() 805 cpy (len, era->era_wname); in my_strftime() 808 cpy (len, era->era_name); in my_strftime() 892 cpy (digitlen, cp); in my_strftime() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_dyn.c | 418 ENGINE cpy; in dynamic_load() local 482 memcpy(&cpy, e, sizeof(ENGINE)); in dynamic_load() 509 memcpy(e, &cpy, sizeof(ENGINE)); in dynamic_load()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_dyn.c | 426 ENGINE cpy; in dynamic_load() local 489 memcpy(&cpy, e, sizeof(ENGINE)); in dynamic_load() 516 memcpy(e, &cpy, sizeof(ENGINE)); in dynamic_load()
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | misc.c | 101 char *cpy; in action_define() local 114 cpy = xstrdup(defname); in action_define() 115 buf_append (&defs_buf, &cpy, 1); in action_define()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_pragma.c | 246 char *provs, *cpy, *tok; in dt_pragma_depends() local 267 for (cpy = provs; (tok = strsep(&cpy, " ")) != NULL; ) in dt_pragma_depends()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | lib1funcs.S | 964 cpy divisor, dividend 967 cpy dividend, result 988 cpy ip, curbit 1027 cpy divisor, dividend 1029 1: cpy curbit, ip 1032 cpy dividend, result 1043 cpy curbit, ip 1270 cpy curbit, dividend
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | lib1funcs.S | 964 cpy divisor, dividend 967 cpy dividend, result 988 cpy ip, curbit 1027 cpy divisor, dividend 1029 1: cpy curbit, ip 1032 cpy dividend, result 1043 cpy curbit, ip 1270 cpy curbit, dividend
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | df-problems.cc | 2522 bitmap_head cpy; in df_chain_create_bb() local 2524 bitmap_initialize (&cpy, &bitmap_default_obstack); in df_chain_create_bb() 2525 bitmap_copy (&cpy, &bb_info->in); in df_chain_create_bb() 2537 df_chain_create_bb_process_use (&cpy, in df_chain_create_bb() 2542 df_rd_simulate_artificial_defs_at_top (bb, &cpy); in df_chain_create_bb() 2552 df_chain_create_bb_process_use (&cpy, DF_INSN_UID_USES (uid), 0); in df_chain_create_bb() 2554 df_chain_create_bb_process_use (&cpy, DF_INSN_UID_EQ_USES (uid), 0); in df_chain_create_bb() 2557 df_rd_simulate_one_insn (bb, insn, &cpy); in df_chain_create_bb() 2563 df_chain_create_bb_process_use (&cpy, in df_chain_create_bb() 2567 bitmap_clear (&cpy); in df_chain_create_bb()
|
H A D | ipa-split.cc | 1630 gimple *cpy; in split_function() local 1633 cpy = gimple_build_assign (retval, NOP_EXPR, tem); in split_function() 1634 gsi_insert_after (&gsi, cpy, GSI_NEW_STMT); in split_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | df-problems.c | 2482 bitmap_head cpy; in df_chain_create_bb() local 2484 bitmap_initialize (&cpy, &bitmap_default_obstack); in df_chain_create_bb() 2485 bitmap_copy (&cpy, &bb_info->in); in df_chain_create_bb() 2497 df_chain_create_bb_process_use (&cpy, in df_chain_create_bb() 2502 df_rd_simulate_artificial_defs_at_top (bb, &cpy); in df_chain_create_bb() 2512 df_chain_create_bb_process_use (&cpy, DF_INSN_UID_USES (uid), 0); in df_chain_create_bb() 2514 df_chain_create_bb_process_use (&cpy, DF_INSN_UID_EQ_USES (uid), 0); in df_chain_create_bb() 2517 df_rd_simulate_one_insn (bb, insn, &cpy); in df_chain_create_bb() 2523 df_chain_create_bb_process_use (&cpy, in df_chain_create_bb() 2527 bitmap_clear (&cpy); in df_chain_create_bb()
|
H A D | ipa-split.c | 1611 gimple *cpy; in split_function() local 1614 cpy = gimple_build_assign (retval, NOP_EXPR, tem); in split_function() 1615 gsi_insert_after (&gsi, cpy, GSI_NEW_STMT); in split_function()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | safestack.h.in | 58 …sl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyfunc cpy) \ 60 return (OPENSSL_sk_copyfunc)cpy; \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
H A D | ChangeLog | 188 * Makefile.in: add str{cpy,cat}_truncate
|
/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/ |
H A D | build.bat | 127 bison -y -t -d --no-lines %CPPDIR%\cpy.y
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | types.md | 79 ; ffarith[d,s] double/single floating point abs/neg/cpy.
|
/netbsd-src/external/bsd/file/dist/ |
H A D | ChangeLog | 1355 * Replace all str{cpy,cat} functions with strl{cpy,cat} 1356 * Ensure that strl{cpy,cat} are included in libmagic,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | types.md | 97 ; ffarith[d,s] double/single floating point abs/neg/cpy.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | README.txt | 122 void cpy(struct foo*a, struct foo*b) { *a = *b; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA64FX.td | 2508 // [72] "cpy $Zd, $Pg/m, $Rn"; 2511 // [73] "cpy $Zd, $Pg/m, $Vn"; 2514 // [74] "cpy $Zd, $Pg/m, $imm"; 2517 // [75] "cpy $Zd, $Pg/z, $imm";
|
H A D | AArch64SVEInstrInfo.td | 540 defm CPY_ZPmI : sve_int_dup_imm_pred_merge<"cpy">; 541 defm CPY_ZPzI : sve_int_dup_imm_pred_zero<"cpy">; 549 defm CPY_ZPmR : sve_int_perm_cpy_r<"cpy", AArch64dup_mt>; 550 defm CPY_ZPmV : sve_int_perm_cpy_v<"cpy", AArch64dup_mt>;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 4018 rtx cpy = get_insns (); in nvptx_propagate() local 4020 insn = emit_insn_after (cpy, insn); in nvptx_propagate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 4490 rtx cpy = get_insns (); in nvptx_propagate() local 4492 insn = emit_insn_after (cpy, insn); in nvptx_propagate()
|