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

/external/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);
/external/linux-tools-perf/util/
H A Devlist.c217 unsigned int len = min(sizeof(*event), size), cpy; local
221 cpy = min(md->mask + 1 - (offset & md->mask), len);
222 memcpy(dst, &data[offset & md->mask], cpy);
223 offset += cpy;
224 dst += cpy;
225 len -= cpy;
/external/openssl/crypto/engine/
H A Deng_dyn.c435 ENGINE cpy; local
493 memcpy(&cpy, e, sizeof(ENGINE));
523 memcpy(e, &cpy, sizeof(ENGINE));
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp89 CGFloat cpy; local
93 cpy = toCGFloat(segment->apfx[i + 1].y);
97 cpy = (toCGFloat(segment->apfx[i].y) + toCGFloat(segment->apfx[i + 1].y)) / 2;
100 CGPathAddQuadCurveToPoint(path, 0, x, y, cpx, cpy);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp334 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
560 bool MemCpyOpt::performCallSlotOptzn(Instruction *cpy, argument
648 } else if (UI != C && UI != cpy) {
691 MD->removeInstruction(cpy);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h143 void quadraticCurveTo(float cpx, float cpy, float x, float y);
H A DCanvasRenderingContext2D.idl69 void quadraticCurveTo(in float cpx, in float cpy, in float x, in float y);
H A DCanvasRenderingContext2D.cpp785 void CanvasRenderingContext2D::quadraticCurveTo(float cpx, float cpy, float x, float y) argument
787 if (!isfinite(cpx) | !isfinite(cpy) | !isfinite(x) | !isfinite(y))
792 m_path.moveTo(FloatPoint(cpx, cpy));
796 m_path.addQuadCurveTo(FloatPoint(cpx, cpy), p1);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashtableTest.java140 Enumeration cpy = h.keys();
145 .nextElement()).equals(ckey = (String) cpy.nextElement()));
149 assertTrue("Copy has more keys than original", !cpy.hasMoreElements());
/external/bluetooth/bluez/lib/
H A Dsdp.c1588 sdp_record_t *cpy; local
1590 cpy = sdp_record_alloc();
1592 cpy->handle = rec->handle;
1594 sdp_list_foreach(rec->pattern, sdp_copy_pattern, cpy);
1595 sdp_list_foreach(rec->attrlist, sdp_copy_attrlist, cpy);
1597 cpy->svclass = rec->svclass;
1599 return cpy;
/external/libxml2/
H A Dtree.c1051 #define DICT_COPY(str, cpy) \
1055 cpy = (xmlChar *) (str); \
1057 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1059 cpy = xmlStrdup((const xmlChar *)(str)); }
1068 #define DICT_CONST_COPY(str, cpy) \
1072 cpy = (const xmlChar *) (str); \
1074 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1076 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp578 "cpy r5, r2" "\n"
597 "cpy r0, sp" "\n"
673 cpy r5, r2
687 cpy r0, sp
/external/valgrind/main/none/tests/arm/
H A Dv6intARM.stdout.exp3 cpy r0, r1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000
742 cpy r0, r1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000
H A Dv6intThumb.stdout.exp[all...]

Completed in 440 milliseconds