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

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 183 MemTransferInst *cpy = aggrMemcpys[i]; local
184 Value *len = cpy->getLength();
189 convertTransferToLoop(cpy, cpy->getSource(), cpy->getDest(), len, false,
191 cpy->eraseFromParent();
  /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/linux-tools-perf/util/
evlist.c 217 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/
eng_dyn.c 438 ENGINE cpy; local
496 memcpy(&cpy, e, sizeof(ENGINE));
526 memcpy(e, &cpy, sizeof(ENGINE));
  /external/webkit/Source/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);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 140 Enumeration cpy = h.keys(); local
145 .nextElement()).equals(ckey = (String) cpy.nextElement()));
149 assertTrue("Copy has more keys than original", !cpy.hasMoreElements());
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 176 Enumeration cpy = h.keys(); local
181 .nextElement()).equals(ckey = (String) cpy.nextElement()));
185 assertTrue("Copy has more keys than original", !cpy.hasMoreElements());
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 397 milliseconds