Searched refs:targ (Results 1 - 25 of 119) sorted by relevance

12345

/external/android-clat/
H A Dgetaddr.c100 struct target targ; local
103 targ.family = family;
104 targ.foundip = 0;
105 targ.ifindex = if_nametoindex(interface);
106 if(targ.ifindex == 0) {
111 ifa.ifa_family = targ.family;
117 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ);
118 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
123 if(targ.foundip) {
129 memcpy(retval, &targ
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp553 UnicodeString targ = srcStr; local
554 t->transliterate(targ);
555 if (srcStr == targ) return TRUE;
562 UnicodeString srcStr, targ, reverse; local
631 UnicodeString targ = srcStr; local
632 sourceToTarget->transliterate(targ);
635 if (targ != targ2) {
636 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
646 UnicodeString targ = srcStr; local
647 targetToSource->transliterate(targ);
665 UnicodeString targ = srcStr; local
714 UnicodeString targ = srcStr; local
[all...]
/external/icu4c/test/intltest/
H A Dtransrt.cpp554 UnicodeString targ = srcStr; local
555 t->transliterate(targ);
556 if (srcStr == targ) return TRUE;
563 UnicodeString srcStr, targ, reverse; local
632 UnicodeString targ = srcStr; local
633 sourceToTarget->transliterate(targ);
636 if (targ != targ2) {
637 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
647 UnicodeString targ = srcStr; local
648 targetToSource->transliterate(targ);
666 UnicodeString targ = srcStr; local
715 UnicodeString targ = srcStr; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_shader_state.c252 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); local
253 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
256 targ->stride = tfb->stride[b];
261 if (!targ->clean)
262 nvc0_query_fifo_wait(push, targ->pq);
265 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset);
266 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset);
267 PUSH_DATA (push, targ->pipe.buffer_size);
268 if (!targ->clean) {
269 nvc0_query_pushbuf_submit(push, targ
[all...]
H A Dnvc0_state.c875 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); local
876 if (!targ)
879 targ->pq = pipe->create_query(pipe, NVC0_QUERY_TFB_BUFFER_OFFSET);
880 if (!targ->pq) {
881 FREE(targ);
884 targ->clean = TRUE;
886 targ->pipe.buffer_size = size;
887 targ->pipe.buffer_offset = offset;
888 targ->pipe.context = pipe;
889 targ
900 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_shader_state.c252 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); local
253 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
256 targ->stride = tfb->stride[b];
261 if (!targ->clean)
262 nvc0_query_fifo_wait(push, targ->pq);
265 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset);
266 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset);
267 PUSH_DATA (push, targ->pipe.buffer_size);
268 if (!targ->clean) {
269 nvc0_query_pushbuf_submit(push, targ
[all...]
/external/oprofile/libabi/
H A Dopimport.cpp69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, argument
82 targ = 0;
97 targ = (targ << 8) | src[nbytes];
100 targ = (targ << 8) | src[i];
103 cerr << " = " << targ << endl;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.c140 char *targ; local
178 targ = junkout;
193 end = nct_min(targ + gOutBufferSize, realBufferEnd);
198 if(targ == realBufferEnd)
200 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
209 (char **)&targ,
226 sourceLen, targ-junkout);
234 for(p = junkout;p<targ;
302 UChar *targ; local
[all...]
H A Dncnvtst.c999 char *targ; local
1019 targ=buffer;
1020 targetLimit=targ+MAX_LENGTH;
1023 (char **)&targ,
1037 sourceLen, targ-buffer);
1039 if(expectLen != targ-buffer)
1041 log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1042 log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1043 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer));
1061 log_verbose("comparing %d offsets..\n", targ
1089 UChar *targ; local
1185 char *targ; local
1358 UChar *targ; local
[all...]
H A Dnccbtst.c2626 char *targ; local
2677 targ = junkout;
2692 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2697 if(targ == realBufferEnd)
2699 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2702 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2708 (char **)&targ,
2745 sourceLen, targ-junkout);
2751 for(p = junkout;p<targ;
2826 UChar *targ; local
3023 char *targ; local
3202 UChar *targ; local
[all...]
/external/icu4c/test/cintltst/
H A Dncnvfbts.c140 char *targ; local
178 targ = junkout;
193 end = nct_min(targ + gOutBufferSize, realBufferEnd);
198 if(targ == realBufferEnd)
200 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
209 (char **)&targ,
226 sourceLen, targ-junkout);
234 for(p = junkout;p<targ;
302 UChar *targ; local
[all...]
H A Dncnvtst.c1017 char *targ; local
1037 targ=buffer;
1038 targetLimit=targ+MAX_LENGTH;
1041 (char **)&targ,
1055 sourceLen, targ-buffer);
1057 if(expectLen != targ-buffer)
1059 log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1060 log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1061 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer));
1079 log_verbose("comparing %d offsets..\n", targ
1107 UChar *targ; local
1203 char *targ; local
1376 UChar *targ; local
[all...]
H A Dnccbtst.c2635 char *targ; local
2686 targ = junkout;
2701 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2706 if(targ == realBufferEnd)
2708 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2711 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2717 (char **)&targ,
2751 sourceLen, targ-junkout);
2757 for(p = junkout;p<targ;
2832 UChar *targ; local
3026 char *targ; local
3205 UChar *targ; local
[all...]
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp235 Target &targ = FromToMappings[file]; local
236 resetTarget(targ);
237 targ = memBuf;
242 Target &targ = FromToMappings[file]; local
243 resetTarget(targ);
244 targ = newfile;
262 void FileRemapper::resetTarget(Target &targ) { argument
263 if (!targ)
266 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
269 const FileEntry *toFE = targ
[all...]
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.c248 const char *targ;
256 targ = s+len;
258 while(*s && s<targ) {
259 while(s<targ&&isspace(*s)) s++;
260 for(p=s;s<targ&&!isspace(*p);p++);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c248 const char *targ;
256 targ = s+len;
258 while(*s && s<targ) {
259 while(s<targ&&isspace(*s)) s++;
260 for(p=s;s<targ&&!isspace(*p);p++);
/external/dropbear/
H A Dscp.c304 char *targ, *endp; local
426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
427 toremote(targ, argc, argv);
454 toremote(char *targ, int argc, char **argv) argument
463 *targ++ = 0;
464 if (*targ == 0)
465 targ = ".";
518 thost, targ);
523 len = strlen(targ) + CMDNEEDS + 20;
525 (void) snprintf(bp, len, "%s -t %s", cmd, targ);
835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
[all...]
/external/openssh/
H A Dscp.c372 char *targ, **newargv; local
515 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
516 toremote(targ, argc, argv);
554 toremote(char *targ, int argc, char **argv) argument
564 *targ++ = 0;
565 if (*targ == 0)
566 targ = ".";
609 xasprintf(&bp, "%s -t -- %s", cmd, targ);
650 thost, targ);
655 xasprintf(&bp, "%s -t -- %s", cmd, targ);
912 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
[all...]
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h68 void resetTarget(Target &targ);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_push.c254 struct nv50_so_target *targ; local
255 targ = nv50_so_target(info->count_from_stream_output);
256 if (!targ->pq) {
260 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
261 vert_count /= targ->stride;
H A Dnv50_state.c953 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); local
954 if (!targ)
958 targ->pq = pipe->create_query(pipe,
960 if (!targ->pq) {
961 FREE(targ);
965 targ->pq = NULL;
967 targ->clean = TRUE;
969 targ->pipe.buffer_size = size;
970 targ->pipe.buffer_offset = offset;
971 targ
983 struct nv50_so_target *targ = nv50_so_target(ptarg); local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_push.c254 struct nv50_so_target *targ; local
255 targ = nv50_so_target(info->count_from_stream_output);
256 if (!targ->pq) {
260 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
261 vert_count /= targ->stride;
H A Dnv50_state.c953 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); local
954 if (!targ)
958 targ->pq = pipe->create_query(pipe,
960 if (!targ->pq) {
961 FREE(targ);
965 targ->pq = NULL;
967 targ->clean = TRUE;
969 targ->pipe.buffer_size = size;
970 targ->pipe.buffer_offset = offset;
971 targ
983 struct nv50_so_target *targ = nv50_so_target(ptarg); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp136 void Target::destroy(Target *targ) argument
138 delete targ;
141 CodeEmitter::CodeEmitter(const Target *target) : targ(target)
436 nv50_ir::Target *targ = nv50_ir::Target::create(chipset);
437 targ->getBuiltinCode(code, size);
438 nv50_ir::Target::destroy(targ);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp136 void Target::destroy(Target *targ) argument
138 delete targ;
141 CodeEmitter::CodeEmitter(const Target *target) : targ(target)
436 nv50_ir::Target *targ = nv50_ir::Target::create(chipset);
437 targ->getBuiltinCode(code, size);
438 nv50_ir::Target::destroy(targ);

Completed in 784 milliseconds

12345