Searched defs:offset (Results 26 - 50 of 2568) sorted by relevance

1234567891011>>

/external/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-12.py112 offset = 4096 + b % 500000 variable
114 print ' %%ptr%d = getelementptr i8, i8 *%%base, i64 %d' % (i, offset)
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h13 uint32_t offset; member in struct:nouveau_mm_allocation
25 struct nouveau_bo **, uint32_t *offset);
/external/mesa3d/src/mapi/shared-glapi/tests/
H A Dcheck_table.cpp34 int offset; member in struct:name_offset
46 EXPECT_EQ(linux_gl_abi[i].offset,
/external/strace/
H A Dmknod.c15 decode_mknod(struct tcb *tcp, int offset) argument
17 int mode = tcp->u_arg[offset + 1];
20 printpath(tcp, tcp->u_arg[offset]);
28 (unsigned long) ((tcp->u_arg[offset + 2] >> 18) & 0x3fff),
29 (unsigned long) (tcp->u_arg[offset + 2] & 0x3ffff));
33 (unsigned long) major(tcp->u_arg[offset + 2]),
34 (unsigned long) minor(tcp->u_arg[offset + 2]));
H A Dutimes.c4 decode_utimes(struct tcb *tcp, int offset, int special) argument
7 printpath(tcp, tcp->u_arg[offset]);
9 if (tcp->u_arg[offset + 1] == 0)
13 printtv_bitness(tcp, tcp->u_arg[offset + 1],
16 printtv_bitness(tcp, tcp->u_arg[offset + 1]
/external/strace/tests/
H A Duio.c13 const off_t offset = 0xdefaceddeadbeefLL; local
19 assert(pread(fd, buf, sizeof buf, offset) == 4);
20 assert(preadv(fd, &iov, 1, offset) == 4);
24 assert(pwrite(fd, buf, sizeof buf, offset) == 4);
25 assert(pwritev(fd, &iov, 1, offset) == 4);
/external/valgrind/coregrind/m_gdbserver/
H A Dregdef.h35 /* The offset (in bits) of the value of this register in the buffer. */
36 int offset; member in struct:reg
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh64 set timestamp "" bottom norotate offset 0,0
69 set xlabel "matrix size" offset 0,0 variable
70 set x2label "" offset 0,0 variable
74 set ylabel "MFLOPS" offset 0,0 variable
75 set y2label "" offset 0,0 variable
78 set zlabel "" offset 0,0 variable
/external/elfutils/src/libdw/
H A Ddwarf_haspc.c46 ptrdiff_t offset = 0; local
47 while ((offset = INTUSE(dwarf_ranges) (die, offset, &base,
52 return offset;
H A Ddwarf_offdie.c1 /* Return DIE at given offset.
40 __libdw_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, argument
48 if (offset >= data->d_size)
58 result->addr = (char *) data->d_buf + offset;
61 result->cu = __libdw_findcu (dbg, offset, debug_types);
74 dwarf_offdie (dbg, offset, result)
76 Dwarf_Off offset;
79 return __libdw_offdie (dbg, offset, result, false);
84 dwarf_offdie_types (dbg, offset, result)
86 Dwarf_Off offset; variable
[all...]
H A Ddwarf_siblingof.c76 Dwarf_Off offset; local
78 if (unlikely (__libdw_formref (&sibattr, &offset) != 0))
83 addr = sibattr.cu->startp + offset;
/external/elfutils/src/libdwfl/
H A Ddwfl_validate_address.c1 /* Validate an address and the relocatability of an offset from it.
32 dwfl_validate_address (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Sword offset) argument
43 if (offset != 0)
46 relative = address + offset;
/external/elfutils/src/libelf/
H A Delf_readall.c44 set_address (Elf *elf, size_t offset) argument
55 child->start_offset -= offset;
57 child->state.ar.offset -= offset;
59 set_address (child, offset);
138 elf->state.ar.offset -= elf->start_offset;
/external/icu/icu4c/source/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/external/icu/icu4c/source/i18n/
H A Dregextxt.cpp18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { argument
21 if (offset == context->lastOffset + 1) {
24 } else if (offset == context->lastOffset) {
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
30 context->lastOffset = offset;
42 uregex_ucstr_unescape_charAt(int32_t offset, void *context) { argument
43 return ((UChar *)context)[offset];
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h93 static bool validSpImm8(int offset) { argument
94 return ((offset & 7) == 0) && isInt<11>(offset);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_private.h36 unsigned offset; /* current gtt offset */ member in struct:debug_stream
37 char *ptr; /* pointer to gtt offset zero */
38 char *end; /* pointer to gtt offset zero */
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.h38 unsigned offset; /* current gtt offset */ member in struct:debug_stream
39 char *ptr; /* pointer to gtt offset zero */
40 char *end; /* pointer to gtt offset zero */
/external/mesa3d/src/mesa/main/
H A Dvarray.h50 GLsizeiptrARB offset = (GLsizeiptrARB) array->Ptr; local
53 if (offset < bufSize) {
54 array->_MaxElement = (bufSize - offset + array->StrideB
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DWriteListener.java4 * The <class>WriteListener</class> is used to get the offset of
6 * later needs an offset.
9 public void beforeWrite(long offset); argument
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionFactory.java34 public static Instruction create(byte[] code, int offset) argument
38 int index = offset;
254 // Instructions with a branch offset operand.
291 throw new IllegalArgumentException("Unknown instruction opcode ["+opcode+"] at offset "+offset);
/external/skia/src/animator/
H A DSkTextOnPath.h24 SkScalar offset; member in class:SkTextOnPath
/external/skia/src/ports/
H A DSkTime_Unix.cpp24 int offset = tstruct->tm_isdst == 1 ? 60 : 0; local
27 dt->fTimeZoneMinutes = SkToS16(offset - timezone / 60);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexReader.java37 public DexReader(@Nonnull DexBackedDexFile dexFile, int offset) { argument
38 super(dexFile, offset);
/external/srtp/crypto/include/
H A Daes_icm.h19 v128_t offset; /* initial offset value */ member in struct:__anon14432

Completed in 2437 milliseconds

1234567891011>>