Searched refs:dup (Results 76 - 100 of 315) sorted by last modified time

1234567891011>>

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc479 // this class (creat, dup, dup2, and close)
491 CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) {
/external/ltrace/etc/
H A Dsyscalls.conf49 int dup(int);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c1402 AuthRecord *dup = *d; local
1404 dup, rr, rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype));
1405 *d = dup->next; // Cut replacement record from DuplicateRecords list
1408 dup->next = mDNSNULL;
1409 if (!InsertAuthRecord(m, &m->rrauth, dup)) LogMsg("mDNS_Deregister_internal: ERROR!! cannot insert %s", ARDisplayString(m, dup));
1413 dup->next = rr->next; // And then...
1414 rr->next = dup; // ... splice it in right after the record we're about to delete
1416 dup->resrec.RecordType = rr->resrec.RecordType;
1417 dup
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l40 char * dup;
42 dup = strdup( string + 1);
44 dup[ strlen( dup ) - 1 ] = '\0';
46 return dup;
/external/llvm/test/MC/AArch64/
H A Darm64-advsimd.s87 dup.2d v0, x3
88 dup.4s v0, w3
89 dup.2s v0, w3
90 dup.8h v0, w3
91 dup.4h v0, w3
92 dup.16b v0, w3
93 dup.8b v0, w3
95 dup v1.2d, x3
96 dup v2.4s, w4
97 dup v
[all...]
H A Dneon-diagnostics.s4432 dup v1.8h, v2.b[2]
4433 dup v11.4s, v7.h[7]
4434 dup v17.2d, v20.s[0]
4435 dup v1.16b, v2.h[2]
4436 dup v11.8h, v7.s[3]
4437 dup v17.4s, v20.d[0]
4438 dup v5.2d, v1.b[1]
4441 // CHECK-ERROR dup v1.8h, v2.b[2]
4444 // CHECK-ERROR dup v11.4s, v7.h[7]
4447 // CHECK-ERROR dup v1
[all...]
H A Dneon-scalar-dup.s6 dup b0, v0.b[15]
7 dup b1, v0.b[7]
8 dup b17, v0.b[0]
9 dup h5, v31.h[7]
10 dup h9, v1.h[4]
11 dup h11, v17.h[0]
12 dup s2, v2.s[3]
13 dup s4, v21.s[0]
14 dup s31, v21.s[2]
15 dup d
[all...]
H A Dneon-simd-copy.s92 dup v1.8b, v2.b[2]
93 dup v11.4h, v7.h[7]
94 dup v17.2s, v20.s[0]
95 dup v1.16b, v2.b[2]
96 dup v11.8h, v7.h[7]
97 dup v17.4s, v20.s[0]
98 dup v5.2d, v1.d[1]
100 // CHECK: {{mov|dup}} v1.8b, v2.b[2] // encoding: [0x41,0x04,0x05,0x0e]
101 // CHECK: {{mov|dup}} v11.4h, v7.h[7] // encoding: [0xeb,0x04,0x1e,0x0e]
102 // CHECK: {{mov|dup}} v1
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c1613 fp = fdopen(dup(fd), "r");
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp907 // dup() interpose function
910 dup$__interposed__ (int fd2)
916 const int fd = ::dup (fd2);
918 StringSP description_sp(new String ("pid=%i: dup (fd2=%i) -> fd=%i", pid, fd2, fd));
927 return ::dup (fd2);
1135 DYLD_INTERPOSE(dup$__interposed__, dup);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8714 // this class (creat, dup, dup2, and close)
8726 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) {
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm157 ; dup the first byte into the left border 8 times
165 ; dup the last byte into the right border
498 ; dup the first byte into the left border 8 times
507 ; dup the last byte into the right border
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm63 ; dup the filter weight and store for later
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_temporal_filter_apply_sse2.asm63 ; dup the filter weight and store for later
/external/libxml2/
H A DSAX2.c1969 xmlChar *dup = NULL; local
2026 * the string has been dup'ed and terminates with 0
2069 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2070 if (dup == NULL) {
2080 dup = xmlStrndup(value, valueend - value);
2083 ctxt->myDoc, ctxt->node, ret, dup);
2087 * dup now contains a string of the flattened attribute
2103 ctxt->node, fullname, dup);
2110 xmlFree(dup);
2111 dup
[all...]
H A Drelaxng.c1754 * @dup: arg need to be duplicated
1763 const xmlChar * arg2, int dup)
1802 if (dup) {
2301 xmlRelaxNGValidErrorPtr err, dup; local
2311 dup = &ctxt->errTab[j];
2312 if ((err->err == dup->err) && (err->node == dup->node) &&
2313 (xmlStrEqual(err->arg1, dup->arg1)) &&
2314 (xmlStrEqual(err->arg2, dup->arg2))) {
2342 * @dup
1761 xmlRelaxNGValidErrorPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidErr err, const xmlChar * arg1, const xmlChar * arg2, int dup) argument
2348 xmlRelaxNGAddValidError(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidErr err, const xmlChar * arg1, const xmlChar * arg2, int dup) argument
[all...]
H A Dvalid.c3877 xmlChar *dup, *nam = NULL, *cur, save; local
3880 dup = xmlStrdup(value);
3881 if (dup == NULL)
3883 cur = dup;
3908 xmlFree(dup);
6445 xmlChar *dup, *str = NULL, *cur, save; local
6447 dup = xmlStrdup(name);
6448 if (dup == NULL) {
6452 cur = dup;
6470 xmlFree(dup);
6480 xmlChar *dup, *str = NULL, *cur, save; local
[all...]
H A DxmlIO.c1162 fd = gzdopen(dup(0), "rb");
1236 fd = gzdopen(dup(1), mode);
1358 fd = __libxml2_xzdopen(dup(0), "rb");
/external/libunwind/aux/
H A Dltmain.sh189 --preserve-dup-deps) duplicate_deps="yes" ;;
/external/libusb/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
770 --preserve-dup-deps)
/external/libusb-compat/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
777 --preserve-dup-deps)
/external/libvorbis/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
770 --preserve-dup-deps)
/external/libvorbis/vq/
H A Dvqgen.c92 long dup=0,unused=0; local
115 dup++;
138 fprintf(stderr,"cell diameter: %.03g::%.03g::%.03g (%ld unused/%ld dup)\n",
139 min,mean/acc,max,unused,dup);
/external/libogg/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
770 --preserve-dup-deps)
/external/libopus/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
1082 --preserve-dup-deps)

Completed in 458 milliseconds

1234567891011>>