Searched defs:offset (Results 276 - 300 of 2568) sorted by relevance

<<11121314151617181920>>

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h36 DWARFAbbreviationDeclarationSet(dw_offset_t offset, uint32_t idx_offset) : argument
37 m_offset(offset),
/external/llvm/include/llvm/Support/
H A DDataExtractor.h41 /// Returns a pointer to a C String from the data at the offset
44 /// updated with the offset of the byte that follows the NULL
48 /// A pointer to an offset within the data that will be advanced
50 /// correctly. If the offset is out of bounds or there are not
51 /// enough bytes to extract this value, the offset will be left
55 /// A pointer to the C string value in the data. If the offset
57 /// offset plus the length of the C string is out of bounds,
64 /// Extract a single unsigned integer value and update the offset
73 /// A pointer to an offset within the data that will be advanced
75 /// correctly. If the offset i
347 isValidOffsetForDataOfSize(uint32_t offset, uint32_t length) const argument
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp40 uint32_t offset = Offset; local
42 if (debug_info_data.isValidOffset(offset)) {
43 uint32_t abbrCode = debug_info_data.getULEB128(&offset);
60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
198 // Restore the original offset.
215 // Restore the original offset.
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dplt.c108 * On i386, the argument to push is an offset of relocation to
109 * use. The first PLT slot has an offset of 0x0, the second
120 GElf_Addr offset = x86_plt_offset(i); local
124 if (elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
126 || elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
131 offset += 4;
133 if (elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
136 &offset, &reloc_arg) < 0) {
/external/marisa-trie/lib/marisa/
H A Dmapper.cc64 void Mapper::open(const char *filename, long offset, int whence) { argument
88 temp.seek(offset, whence);
92 void Mapper::open(const char *filename, long offset, int whence) { argument
112 temp.seek(offset, whence);
135 void Mapper::seek(long offset, int whence) { argument
139 MARISA_THROW_IF((offset < 0) || ((unsigned long)offset > size_),
141 ptr_ = static_cast<const UInt8 *>(origin_) + offset;
142 avail_ = (std::size_t)(size_ - offset);
146 MARISA_THROW_IF((offset >
[all...]
H A Dreader.cc32 void Reader::open(const char *filename, long offset, int whence) { argument
44 if (::fseek(file, offset, whence) != 0) {
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dmapper.cc66 void Mapper::open(const char *filename, long offset, int whence) { argument
91 temp.seek(offset, whence);
95 void Mapper::open(const char *filename, long offset, int whence) { argument
116 temp.seek(offset, whence);
139 void Mapper::seek(long offset, int whence) { argument
143 MARISA_ALPHA_THROW_IF((offset < 0) || ((unsigned long)offset > size_),
145 ptr_ = static_cast<const UInt8 *>(origin_) + offset;
146 avail_ = (std::size_t)(size_ - offset);
150 MARISA_ALPHA_THROW_IF((offset >
[all...]
H A Dreader.cc32 void Reader::open(const char *filename, long offset, int whence) { argument
44 if (::fseek(file, offset, whence) != 0) {
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h35 uint32_t offset; member in struct:nv04_resource
59 uint32_t offset, uint32_t flags);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h11 uint32_t offset; member in struct:nv30_surface
25 uint32_t offset; member in struct:nv30_miptree_level
H A Dnv30_transfer.h6 unsigned offset; member in struct:nv30_rect
31 struct nouveau_bo *, unsigned offset, unsigned domain,
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c179 unsigned offset = i*4; local
182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]);
183 r300_vs_op_dump(vs->body.d[offset]);
186 fprintf(stderr, " src%i: 0x%08x", src, vs->body.d[offset+1+src]);
187 r300_vs_src_dump(vs->body.d[offset+1+src]);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_hw_context.c722 static int evergreen_loop_const_init(struct r600_context *ctx, uint32_t offset) argument
729 r600_loop_consts[i].offset = EVERGREEN_LOOP_CONST_OFFSET + ((offset + i) * 4);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_resource.h37 unsigned offset; member in struct:r600_transfer
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c141 boolean offset = 0; local
145 offset = 0;
150 offset = offset_front;
155 offset = offset_back;
169 offset = offset_front;
186 offset ||
215 if (offset) {
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_buffer.c81 size_t offset,
87 memcpy((char*)buf->ptr + offset, data, size);
79 i915_sw_buffer_write(struct i915_winsys *iws, struct i915_winsys_buffer *buffer, size_t offset, size_t size, const void *data) argument
/external/mesa3d/src/glsl/
H A Dir_set_program_inouts.cpp75 mark(struct gl_program *prog, ir_variable *var, int offset, int len, argument
87 GLbitfield64 bitfield = BITFIELD64_BIT(var->location + var->index + offset + i);
92 fprog->InterpQualifier[var->location + var->index + offset + i] =
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c73 GLuint *offset = (GLuint *) &run_time_patch[2]; /* 32-bits for x86/32 */ local
77 *offset = _x86_get_dispatch();
88 * the given slot number (offset) in the current dispatch table.
94 /* 32 is chosen as something of a magic offset. For x86, the dispatch
95 * at offset 32 is the first one where the offset in the
113 * This function inserts a new dispatch offset into the assembly language
117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) argument
122 *((unsigned int *)(code + 8)) = 4 * offset;
124 *((unsigned int *)(code + 11)) = 4 * offset;
300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c40 uint32_t offset,
53 brw->state_batch_list[brw->state_batch_count].offset = offset;
93 uint32_t start_offset = brw->state_batch_list[i].offset;
127 uint32_t offset; local
130 offset = ROUND_DOWN_TO(batch->state_batch_offset - size, alignment);
137 offset < 4*batch->used + batch->reserved_space) {
139 offset = ROUND_DOWN_TO(batch->state_batch_offset - size, alignment);
142 batch->state_batch_offset = offset;
145 brw_track_state_batch(brw, type, offset, siz
38 brw_track_state_batch(struct brw_context *brw, enum state_struct_type type, uint32_t offset, int size) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dsampler.cpp48 this->offset = 0;
93 offset = i;
101 int offset; member in class:get_sampler_name
122 return shader_program->UniformStorage[location].sampler + getname.offset;
/external/openssh/openbsd-compat/
H A Dsetenv.c48 * Starts searching within the environmental array at offset.
49 * Sets offset to be the offset of the name/value combination in the
56 __findenv(const char *name, int len, int *offset) argument
65 for (p = environ + *offset; (cp = *p) != NULL; ++p) {
70 *offset = p - environ;
88 int offset = 0;
97 if (__findenv(str, (int)(cp - str), &offset) != NULL) {
98 environ[offset++] = str;
100 while (__findenv(str, (int)(cp - str), &offset)) {
136 int l_value, offset = 0; local
202 int offset = 0; local
[all...]
/external/pdfium/third_party/freetype/src/psnames/
H A Dpstables.h4148 int offset = ( (int)p[0] << 8 ) | p[1]; local
4149 const unsigned char* q = ft_adobe_glyph_list + offset;
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DLessZeroFrame.java71 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) argument
73 stackMapFrameVisitor.visitLessZeroFrame(clazz, method, codeAttribute, offset, this);
H A DSameOneFrame.java67 public void stackItemAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor) argument
69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor);
83 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) argument
85 stackMapFrameVisitor.visitSameOneFrame(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); argument
36 public void visitSameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame); argument
37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame); argument
38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame); argument
39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame); argument

Completed in 6430 milliseconds

<<11121314151617181920>>