/prebuilts/go/darwin-x86/src/debug/dwarf/ |
typeunit.go | 20 toff Offset // Offset to signature type within data. 59 var toff uint32 61 toff = b.uint32() 68 toff = uint32(to64) 82 toff: Offset(toff), 104 t, err := d.readType(tu.name, r, Offset(tu.toff), make(map[Offset]Type))
|
type.go | 346 switch toff := tval.(type) { 348 if t, err = d.readType(name, r.clone(), toff, typeCache); err != nil { 352 if t, err = d.sigToType(toff); err != nil {
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
typeunit.go | 20 toff Offset // Offset to signature type within data. 59 var toff uint32 61 toff = b.uint32() 68 toff = uint32(to64) 82 toff: Offset(toff), 104 t, err := d.readType(tu.name, r, Offset(tu.toff), make(map[Offset]Type))
|
type.go | 346 switch toff := tval.(type) { 348 if t, err = d.readType(name, r.clone(), toff, typeCache); err != nil { 352 if t, err = d.sigToType(toff); err != nil {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
gdb-index.h | 180 Type_unit(off_t off, off_t toff, uint64_t sig) 181 : tu_offset(off), type_offset(toff), type_signature(sig)
|
/external/valgrind/helgrind/ |
libhb_core.c | 5250 UWord cloff, tno, toff; local 5274 UWord cloff, tno, toff; local 5300 UWord cloff, tno, toff; local 5334 UWord cloff, tno, toff; local 5370 UWord cloff, tno, toff; local 5404 UWord cloff, tno, toff; local 5499 UWord cloff, tno, toff; local 5522 UWord cloff, tno, toff; local 5562 UWord cloff, tno, toff; local 5634 UWord cloff, tno, toff; local 6979 UWord toff = get_tree_offset(b); \/* == 0 .. 7 *\/ local [all...] |
/external/iptables/libiptc/ |
libip4tc.c | 241 unsigned int toff; 247 toff = sizeof(STRUCT_ENTRY); 248 IPT_MATCH_ITERATE(e, check_match, &toff); 250 assert(toff == e->target_offset);
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalZone.java | 323 * In polldelay array, index of TOFF = 0, Normal = 1, Warning = 2, Alert = 324 * 3, Critical = 4. Whereas a ThermalZone states are enumerated as TOFF = 404 // substract by 1 since TOFF is transparent to USER
|
ThermalManager.java | 193 // 5 including TOFF and TCRITICAL 255 // max states includes TOFF also. 257 // mMaxStates = k + 1(for critical) + 1(for TOFF) 279 // mMaxStates = k + 1(for critical) + 1(for TOFF)
|
ThermalService.java | 236 // add the dummy value for TOFF now. update it once meta tag parsed 257 // state to TOFF and last state to CRITICAL state. 261 // add TOFF 274 // add TOFF
|
/toolchain/binutils/binutils-2.25/bfd/ |
elfnn-ia64.c | 330 bfd_vma toff; 395 bfd_vma symaddr, reladdr, trampoff, toff, roff; 476 toff = isym->st_value; 505 toff = dyn_i->plt2_offset; 521 toff = h->root.u.def.value; 546 toff += irel->r_addend; 548 toff = _bfd_merged_section_offset (abfd, &tsec, 550 toff); 553 toff += irel->r_addend; 556 toff += irel->r_addend 327 bfd_vma toff; member in struct:one_fixup 392 bfd_vma symaddr, reladdr, trampoff, toff, roff; local [all...] |
elf64-ia64-vms.c | 330 bfd_vma toff; member in struct:one_fixup 394 bfd_vma symaddr, reladdr, trampoff, toff, roff; local 474 toff = isym->st_value; 502 toff = dyn_i->plt2_offset; 518 toff = h->root.u.def.value; 522 toff += irel->r_addend; 524 symaddr = tsec->output_section->vma + tsec->output_offset + toff; 596 if (tsec == sec && toff > roff) 601 if (f->tsec == tsec && f->toff == toff) [all...] |
elf32-ppc.c | 6703 bfd_vma toff; member in struct:one_fixup 6788 bfd_vma toff, roff; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
gettext.py | 287 tlen, toff = unpack(ii, buf[transidx:transidx+8]) 288 tend = toff + tlen 291 tmsg = buf[toff:tend]
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gettext.py | 287 tlen, toff = unpack(ii, buf[transidx:transidx+8]) 288 tend = toff + tlen 291 tmsg = buf[toff:tend]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 287 tlen, toff = unpack(ii, buf[transidx:transidx+8]) 288 tend = toff + tlen 291 tmsg = buf[toff:tend]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 287 tlen, toff = unpack(ii, buf[transidx:transidx+8]) 288 tend = toff + tlen 291 tmsg = buf[toff:tend]
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_utility.cc | 93 * IJ Extended inter-arrival jitter report 195 [RFC-ietf-avt-rtp-toff
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
Controls.py | 275 kControlBevelButtonTextOffsetTag = FOUR_CHAR_CODE('toff')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Controls.py | 275 kControlBevelButtonTextOffsetTag = FOUR_CHAR_CODE('toff')
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/ |
dwarf.a | 192 type @"".typeUnit struct { ? @"".unit; @"".toff @"".Offset; @"".name string; @"".cache @"".Type } [all...] |
pe.a | 53 type @"debug/dwarf".typeUnit struct { @"debug/dwarf".? @"debug/dwarf".unit; @"debug/dwarf".toff @"debug/dwarf".Offset; @"debug/dwarf".name string; @"debug/dwarf".cache @"debug/dwarf".Type } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/debug/ |
dwarf.a | 192 type @"".typeUnit struct { ? @"".unit; @"".toff @"".Offset; @"".name string; @"".cache @"".Type } [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-asm.c | [all...] |