HomeSort by relevance Sort by last modified time
    Searched defs:cpy (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
nametoaddr.c 228 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/openssl/crypto/engine/
eng_dyn.c 435 ENGINE cpy; local
493 memcpy(&cpy, e, sizeof(ENGINE));
523 memcpy(e, &cpy, sizeof(ENGINE));
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 89 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);
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 224 Enumeration cpy = h.keys(); local
229 .nextElement()).equals(ckey = (String) cpy.nextElement()));
233 assertTrue("Copy has more keys than original", !cpy.hasMoreElements());
  /external/bluetooth/bluez/lib/
sdp.c 1618 sdp_record_t *cpy; local
    [all...]

Completed in 307 milliseconds