/external/android-clat/ |
getaddr.c | 100 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.ip, sizeof(union anyip)) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_shader_state.c | 252 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->pq, 0x4) [all...] |
nvc0_push.c | 345 struct nvc0_so_target *targ; local 346 targ = nvc0_so_target(info->count_from_stream_output); 347 pipe->get_query_result(pipe, targ->pq, TRUE, (void*)&vert_count); 348 vert_count /= targ->stride;
|
nvc0_query.c | 500 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local 508 nvc0_query(targ->pq)->index = index; 510 nvc0_query_end(pipe, targ->pq);
|
nvc0_state.c | 875 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->pipe.buffer = NULL 900 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local [all...] |
nvc0_vbo_translate.c | 464 struct nvc0_so_target *targ; local 465 targ = nvc0_so_target(info->count_from_stream_output); 466 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count); 467 vert_count /= targ->stride;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_shader_state.c | 252 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->pq, 0x4) [all...] |
nvc0_push.c | 345 struct nvc0_so_target *targ; local 346 targ = nvc0_so_target(info->count_from_stream_output); 347 pipe->get_query_result(pipe, targ->pq, TRUE, (void*)&vert_count); 348 vert_count /= targ->stride;
|
nvc0_query.c | 500 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local 508 nvc0_query(targ->pq)->index = index; 510 nvc0_query_end(pipe, targ->pq);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_push.c | 254 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;
|
nv50_query.c | 370 struct nv50_so_target *targ = nv50_so_target(ptarg); local 379 nv50_query(targ->pq)->index = index; 380 nv50_query_end(pipe, targ->pq);
|
nv50_shader_state.c | 586 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); local 587 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); 591 if (n == 4 && !targ->clean) 592 nv84_query_fifo_wait(push, targ->pq); 594 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); 595 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); 598 PUSH_DATA(push, targ->pipe.buffer_size); 601 if (!targ->clean) { 602 assert(targ->pq); 603 nv50_query_pushbuf_submit(push, targ->pq, 0x4) [all...] |
nv50_state.c | 953 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->pipe.context = pipe 983 struct nv50_so_target *targ = nv50_so_target(ptarg); local [all...] |
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 235 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) { 263 if (!targ) 266 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { 269 const FileEntry *toFE = targ.get<const FileEntry *>() [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_push.c | 254 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;
|
nv50_query.c | 370 struct nv50_so_target *targ = nv50_so_target(ptarg); local 379 nv50_query(targ->pq)->index = index; 380 nv50_query_end(pipe, targ->pq);
|
nv50_shader_state.c | 586 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); local 587 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); 591 if (n == 4 && !targ->clean) 592 nv84_query_fifo_wait(push, targ->pq); 594 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); 595 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); 598 PUSH_DATA(push, targ->pipe.buffer_size); 601 if (!targ->clean) { 602 assert(targ->pq); 603 nv50_query_pushbuf_submit(push, targ->pq, 0x4) [all...] |
/dalvik/vm/analysis/ |
DexVerify.cpp | 612 u4 targ; local 673 for (targ = 1; targ < switchCount; targ++) { 674 s4 key = (s4) switchInsns[offsetToKeys + targ*2] | 675 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16); 687 for (targ = 0; targ < switchCount; targ++) { 688 offset = (s4) switchInsns[offsetToTargets + targ*2] [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvfbts.c | 140 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;p++ 302 UChar *targ; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 541 Converter::cvtTexTarget(enum sm4_target targ, 550 switch (targ) { 559 switch (targ) { 857 enum sm4_target targ = (enum sm4_target)dcl.dcl_resource.target; local 860 resourceType[idx][0] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE, NULL); 861 resourceType[idx][1] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE_C, NULL); [all...] |
nv50_ir_ssa.cpp | 448 const Target *targ = prog->getTarget(); local 456 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); 481 new_LValue(func, targ->nativeFile(lval->reg.file)));
|
nv50_ir_target.h | 87 const Target *targ; member in class:nv50_ir::CodeEmitter
|
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 140 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;p++ 302 UChar *targ; local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 541 Converter::cvtTexTarget(enum sm4_target targ, 550 switch (targ) { 559 switch (targ) { 857 enum sm4_target targ = (enum sm4_target)dcl.dcl_resource.target; local 860 resourceType[idx][0] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE, NULL); 861 resourceType[idx][1] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE_C, NULL); [all...] |
nv50_ir_ssa.cpp | 448 const Target *targ = prog->getTarget(); local 456 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); 481 new_LValue(func, targ->nativeFile(lval->reg.file)));
|