Searched refs:cpy (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlzjb.c55 uchar_t *cpy; local
80 cpy = src - offset;
81 if (cpy >= (uchar_t *)s_start && cpy != src &&
82 src[0] == cpy[0] && src[1] == cpy[1] && src[2] == cpy[2]) {
85 if (src[mlen] != cpy[mlen])
105 uchar_t *cpy; local
118 if ((cpy
[all...]
H A Dlz4.c893 BYTE *cpy; local
915 cpy = op + length;
916 if ((cpy > oend - COPYLENGTH) ||
918 if (cpy > oend)
932 LZ4_WILDCOPY(ip, op, cpy);
933 ip -= (op - cpy);
934 op = cpy;
937 LZ4_READ_LITTLEENDIAN_16(ref, cpy, ip);
976 cpy = op + length - (STEPSIZE - 4);
977 if (cpy > oen
[all...]
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlzjb.c53 unsigned char *cpy, copymap = 0; local
65 if ((cpy = dst - offset) < (unsigned char *)d_start)
68 *dst++ = *cpy++;
H A Dlz4.c192 BYTE *cpy; local
211 cpy = op + length;
212 if ((cpy > oend - COPYLENGTH) ||
214 if (cpy > oend)
235 LZ4_WILDCOPY(ip, op, cpy);
236 ip -= (op - cpy);
237 op = cpy;
240 LZ4_READ_LITTLEENDIAN_16(ref, cpy, ip);
278 cpy = op + length - (STEPSIZE - 4);
279 if (cpy > oen
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dnametoaddr.c228 char *off, *cpy; local
232 if ((cpy = strdup(name)) == NULL)
235 if ((off = strchr(cpy, '-')) == NULL) {
236 free(cpy);
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
243 free(cpy);
249 free(cpy);
252 free(cpy);
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp180 MemTransferInst *cpy = aggrMemcpys[i]; local
181 Value *len = cpy->getLength();
186 convertTransferToLoop(cpy, cpy->getSource(), cpy->getDest(), len, false,
188 cpy->eraseFromParent();
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c175 #define cpy(n, s) \ macro
547 cpy (len, f);
651 cpy (aw_len, a_wkday);
666 cpy (STRLEN (f_wkday), f_wkday);
682 cpy (am_len, a_month);
697 cpy (STRLEN (f_month), f_month);
763 cpy (len, ubuf);
779 cpy (len, era->era_wname);
782 cpy (len, era->era_name);
857 cpy (digitle
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c457 ENGINE cpy; local
517 memcpy(&cpy, e, sizeof(ENGINE));
549 memcpy(e, &cpy, sizeof(ENGINE));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c245 char *provs, *cpy, *tok; local
266 for (cpy = provs; (tok = strsep(&cpy, " ")) != NULL; )
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dui_objects.c245 char *cpy; local
248 cpy = alloca(n + 1);
249 memset(cpy, '*', n);
250 cpy[n] = '\0';
251 waddstr(win, cpy);
/freebsd-9.3-release/contrib/cvs/src/
H A Ddiff.c389 char *cpy = strdup(optarg); local
397 diff_join2 = cpy;
401 diff_join1 = cpy;
H A Dsanity.sh4027 mkdir first-dir.cpy ; (cd first-dir ; tar cf - . | (cd ../first-dir.cpy ; tar xf -))
4071 (cd first-dir.cpy ; tar cf - . | (cd ../first-dir ; tar xf -))
4092 mv first-dir.cpy first-dir
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp337 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
571 bool MemCpyOpt::performCallSlotOptzn(Instruction *cpy, argument
676 } else if (UI != C && UI != cpy) {
729 MD->removeInstruction(cpy);
/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c2964 bitmap cpy = BITMAP_ALLOC (NULL);
2968 bitmap_copy (cpy, bb_info->in);
2976 df_chain_create_bb_process_use (dflow, cpy,
2986 bitmap_clear_range (cpy,
2989 bitmap_set_bit (cpy, DF_REF_ID (def));
3002 in the cpy vector. */
3004 df_chain_create_bb_process_use (dflow, cpy,
3008 pass only changes the bits in cpy. */
3013 bitmap_clear_range (cpy,
3018 bitmap_set_bit (cpy, DF_REF_I
2957 bitmap cpy = BITMAP_ALLOC (NULL); local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c8238 X(cpy, 4600, ea4f0000), \
14928 TCE(cpy, 1a00000, 4600, 2, (RR, RR), rd_rm, t_cpy),

Completed in 218 milliseconds