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

/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix_test.cc112 TripletSparseMatrix cpy(orig);
114 EXPECT_EQ(cpy.num_rows(), 2);
115 EXPECT_EQ(cpy.num_cols(), 5);
116 ASSERT_EQ(cpy.num_nonzeros(), 2);
117 EXPECT_EQ(cpy.max_num_nonzeros(), 4);
119 EXPECT_EQ(cpy.rows()[0], 0);
120 EXPECT_EQ(cpy.rows()[1], 1);
122 EXPECT_EQ(cpy.cols()[0], 1);
123 EXPECT_EQ(cpy.cols()[1], 4);
125 EXPECT_DOUBLE_EQ(cpy
[all...]
/external/libpcap/
H A Dnametoaddr.c226 char *off, *cpy; local
230 if ((cpy = strdup(name)) == NULL)
233 if ((off = strchr(cpy, '-')) == NULL) {
234 free(cpy);
240 if (pcap_nametoport(cpy, port1, proto) == 0) {
241 free(cpy);
247 free(cpy);
250 free(cpy);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.h46 void quadraticCurveTo(float cpx, float cpy, float x, float y);
H A DCanvasPathMethods.cpp79 void CanvasPathMethods::quadraticCurveTo(float cpx, float cpy, float x, float y) argument
81 if (!std::isfinite(cpx) || !std::isfinite(cpy) || !std::isfinite(x) || !std::isfinite(y))
86 m_path.moveTo(FloatPoint(cpx, cpy));
89 FloatPoint cp = FloatPoint(cpx, cpy);
/external/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();
/external/openssl/crypto/engine/
H A Deng_dyn.c438 ENGINE cpy; local
496 memcpy(&cpy, e, sizeof(ENGINE));
526 memcpy(e, &cpy, sizeof(ENGINE));
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DPath2D.cpp106 double cpy = args[1]->NumberValue(); local
113 SkDoubleToScalar(cpx), SkDoubleToScalar(cpy),
/external/skia/experimental/SkV8Example/
H A DPath2D.cpp106 double cpy = args[1]->NumberValue(); local
113 SkDoubleToScalar(cpx), SkDoubleToScalar(cpy),
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.c529 unsigned int len = min(sizeof(*event), size), cpy; local
533 cpy = min(md->mask + 1 - (offset & md->mask), len);
534 memcpy(dst, &data[offset & md->mask], cpy);
535 offset += cpy;
536 dst += cpy;
537 len -= cpy;
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp345 bool performCallSlotOptzn(Instruction *cpy, Value *cpyDst, Value *cpySrc,
579 bool MemCpyOpt::performCallSlotOptzn(Instruction *cpy, argument
682 } else if (U != C && U != cpy) {
735 MD->removeInstruction(cpy);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1442 for cpy in spec.get('copies', []):
1443 _AddNormalizedSources(sources, cpy.get('files', []))
1667 for cpy in spec.get('copies', []):
1668 for src in cpy.get('files', []):
1669 dst = os.path.join(cpy['destination'], os.path.basename(src))
1682 _FixPath(cpy['destination']), _FixPath(src), _FixPath(dst))
/external/chromium_org/third_party/libxml/src/
H A Dtree.c1040 #define DICT_COPY(str, cpy) \
1044 cpy = (xmlChar *) (str); \
1046 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1048 cpy = xmlStrdup((const xmlChar *)(str)); }
1057 #define DICT_CONST_COPY(str, cpy) \
1061 cpy = (const xmlChar *) (str); \
1063 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1065 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/external/libxml2/
H A Dtree.c1058 #define DICT_COPY(str, cpy) \
1062 cpy = (xmlChar *) (str); \
1064 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1066 cpy = xmlStrdup((const xmlChar *)(str)); }
1075 #define DICT_CONST_COPY(str, cpy) \
1079 cpy = (const xmlChar *) (str); \
1081 cpy = xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1083 cpy = (const xmlChar *) xmlStrdup((const xmlChar *)(str)); }
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4282 char *cpy; local
4286 if( z==0 && (cpy=(char *)malloc( lemonStrlen(y)+1 ))!=0 ){
4287 strcpy(cpy,y);
4288 z = cpy;
/external/valgrind/main/none/tests/arm/
H A Dv6intARM.stdout.exp3 cpy r0, r1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000
H A Dv6intThumb.stdout.exp[all...]

Completed in 2031 milliseconds