/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 81 targ, _ := strconv.ParseUint(m[2], 16, 64) 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 85 targ, _ := strconv.ParseUint(m[2], 16, 64) 86 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc))))
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 81 targ, _ := strconv.ParseUint(m[2], 16, 64) 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 85 targ, _ := strconv.ParseUint(m[2], 16, 64) 86 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc))))
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 355 targ="-t" 357 targ="" [all...] |
/external/selinux/libsemanage/src/ |
semanage_store.c | 1231 char **argv = NULL, *s, *arg = NULL, *targ; local 1244 targ = append(arg, '\\'); 1245 if (targ == NULL) 1247 arg = targ; 1249 targ = append(arg, *(s + 1)); 1250 if (targ == NULL) 1252 arg = targ; 1259 targ = append(arg, *s); 1260 if (targ == NULL) 1262 arg = targ; [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ppc64/ |
asm.go | 145 // Construct a call stub in stub that calls symbol targ via its PLT 147 func gencallstub(abicase int, stub *ld.LSym, targ *ld.LSym) { 166 r.Add = int64(targ.Plt) 173 ld.Adduint32(ld.Ctxt, stub, 0x3d820000) // addis r12,r2,targ@plt@toc@ha 177 r.Add = int64(targ.Plt) 184 ld.Adduint32(ld.Ctxt, stub, 0xe98c0000) // ld r12,targ@plt@toc@l(r12) 196 targ := r.Sym 217 if targ.Type == obj.SDYNIMPORT { 226 if targ.Type == obj.SDYNIMPORT { 228 ld.Adddynsym(ld.Ctxt, targ) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 142 // Construct a call stub in stub that calls symbol targ via its PLT 144 func gencallstub(abicase int, stub *ld.LSym, targ *ld.LSym) { 163 r.Add = int64(targ.Plt) 170 ld.Adduint32(ld.Ctxt, stub, 0x3d820000) // addis r12,r2,targ@plt@toc@ha 174 r.Add = int64(targ.Plt) 181 ld.Adduint32(ld.Ctxt, stub, 0xe98c0000) // ld r12,targ@plt@toc@l(r12) 193 targ := r.Sym 214 if targ.Type == obj.SDYNIMPORT { 223 if targ.Type == obj.SDYNIMPORT { 225 ld.Adddynsym(ld.Ctxt, targ) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ppc64/ |
asm.go | 145 // Construct a call stub in stub that calls symbol targ via its PLT 147 func gencallstub(abicase int, stub *ld.LSym, targ *ld.LSym) { 166 r.Add = int64(targ.Plt) 173 ld.Adduint32(ld.Ctxt, stub, 0x3d820000) // addis r12,r2,targ@plt@toc@ha 177 r.Add = int64(targ.Plt) 184 ld.Adduint32(ld.Ctxt, stub, 0xe98c0000) // ld r12,targ@plt@toc@l(r12) 196 targ := r.Sym 217 if targ.Type == obj.SDYNIMPORT { 226 if targ.Type == obj.SDYNIMPORT { 228 ld.Adddynsym(ld.Ctxt, targ) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 142 // Construct a call stub in stub that calls symbol targ via its PLT 144 func gencallstub(abicase int, stub *ld.LSym, targ *ld.LSym) { 163 r.Add = int64(targ.Plt) 170 ld.Adduint32(ld.Ctxt, stub, 0x3d820000) // addis r12,r2,targ@plt@toc@ha 174 r.Add = int64(targ.Plt) 181 ld.Adduint32(ld.Ctxt, stub, 0xe98c0000) // ld r12,targ@plt@toc@l(r12) 193 targ := r.Sym 214 if targ.Type == obj.SDYNIMPORT { 223 if targ.Type == obj.SDYNIMPORT { 225 ld.Adddynsym(ld.Ctxt, targ) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
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);
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRTreePrinter.g | 437 (targ=ARG_ACTION {out("["+$targ.toString()+"]");} )?
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, 255 tex->setTexture(targ, tic, tsc); 307 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred) 309 FlowInstruction *insn = new_FlowInstruction(func, op, targ);
|
nv50_ir_target.h | 87 const Target *targ; member in class:nv50_ir::CodeEmitter
|
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)));
|
/art/runtime/ |
utils.cc | [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
yacc.py | 282 targ = symstack[-plen-1:] 283 targ[0] = sym 285 sym.lineno = targ[1].lineno 286 sym.endlineno = getattr(targ[-1],"endlineno",targ[-1].lineno) 287 sym.lexpos = targ[1].lexpos 288 sym.endlexpos = getattr(targ[-1],"endlexpos",targ[-1].lexpos) 295 targ = [ sym ] 296 pslice.slice = targ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
yacc.py | 282 targ = symstack[-plen-1:] 283 targ[0] = sym 285 sym.lineno = targ[1].lineno 286 sym.endlineno = getattr(targ[-1],"endlineno",targ[-1].lineno) 287 sym.lexpos = targ[1].lexpos 288 sym.endlexpos = getattr(targ[-1],"endlexpos",targ[-1].lexpos) 295 targ = [ sym ] 296 pslice.slice = targ [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 515 // Note: code below knows that link.p[targ] is the target. 518 targ int 525 targ = len(link) - 1 526 xmkdirall(filepath.Dir(link[targ])) 534 targ = len(link) - 1 536 ttarg := mtime(link[targ]) 708 xremove(link[targ]) 709 dopack(link[targ], archive, link[targ+1:]) 714 xremove(link[targ]) [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 515 // Note: code below knows that link.p[targ] is the target. 518 targ int 525 targ = len(link) - 1 526 xmkdirall(filepath.Dir(link[targ])) 534 targ = len(link) - 1 536 ttarg := mtime(link[targ]) 708 xremove(link[targ]) 709 dopack(link[targ], archive, link[targ+1:]) 714 xremove(link[targ]) [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 41 const TargetNVC0 *targ; member in class:nv50_ir::CodeEmitterNVC0 1178 uint32_t pcAbs = targ->getBuiltinOffset(f->target.builtin); 1965 const Target *targ; member in class:nv50_ir::SchedDataCalculator 2304 const Target *targ = func->getProgram()->getTarget(); local [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
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);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
ld-lib.exp | 694 foreach targ $opts(target) { 695 if [istarget $targ] { 704 foreach targ $opts(notarget) { 705 if [istarget $targ] { 779 foreach targ $opts(xfail) { 780 setup_xfail $targ [all...] |
/external/valgrind/VEX/switchback/ |
linker.c | 521 Elf_Word* targ; 528 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); 536 Elf_Addr P = ((Elf_Addr)targ) + offset; 647 Elf_Addr targ; 654 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); 665 Elf_Addr P = targ + offset; [all...] |
/external/valgrind/VEX/unused/ |
linker.c | 425 Elf_Word* targ; local 432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); 440 Elf_Addr P = ((Elf_Addr)targ) + offset; 551 Elf_Addr targ; local 558 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); 566 Elf_Addr P = targ + offset; [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btPolyhedralConvexShape.cpp | 125 int targ = edge->getTargetVertex(); local 128 btVector3 wb = convexUtil->vertices[targ];
|
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 369 char *targ; local 402 targ = junkout; 414 end = nct_min(targ + gOutBufferSize, realBufferEnd); 419 if(targ == realBufferEnd) { 420 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); 423 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE"); 429 &targ, 444 sourceLen, targ-junkout); 454 for(ptr = junkout;ptr<targ;ptr++) 527 UChar *targ; local [all...] |