HomeSort by relevance Sort by last modified time
    Searched defs:name_offset (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/tests/
check_table.cpp 32 struct name_offset { struct
37 extern const struct name_offset linux_gl_abi[];
61 const struct name_offset linux_gl_abi[] = {
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 32 struct name_offset { struct
37 extern const struct name_offset linux_gl_abi[];
61 const struct name_offset linux_gl_abi[] = {
  /external/chromium_org/third_party/freetype/src/sfnt/
ttbdf.c 198 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); local
202 if ( name_offset < bdf->strings_size &&
203 property_len < bdf->strings_size - name_offset &&
205 (const char*)bdf->strings + name_offset,
206 bdf->strings_size - name_offset ) == 0 )
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 32 struct name_offset { struct
37 extern const struct name_offset linux_gl_abi[];
38 extern const struct name_offset known_dispatch[];
151 const struct name_offset linux_gl_abi[] = {
565 const struct name_offset known_dispatch[] = {
    [all...]
  /external/freetype/src/sfnt/
ttbdf.c 198 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); local
202 if ( name_offset < bdf->strings_size &&
203 property_len < bdf->strings_size - name_offset &&
205 (const char*)bdf->strings + name_offset,
206 bdf->strings_size - name_offset ) == 0 )
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 32 struct name_offset { struct
37 extern const struct name_offset linux_gl_abi[];
38 extern const struct name_offset known_dispatch[];
151 const struct name_offset linux_gl_abi[] = {
565 const struct name_offset known_dispatch[] = {
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttbdf.c 198 FT_UInt32 name_offset = FT_PEEK_ULONG( p ); local
202 if ( name_offset < bdf->strings_size &&
203 property_len < bdf->strings_size - name_offset &&
205 (const char*)bdf->strings + name_offset,
206 bdf->strings_size - name_offset ) == 0 )
  /external/chromium_org/third_party/ots/src/
name.cc 91 uint16_t name_length, name_offset; local
97 !table.ReadU16(&name_offset)) {
132 name_offset + name_length;
137 rec.text.assign(string_base + name_offset, name_length);
  /external/chromium_org/v8/src/
scopeinfo.h 135 String* name(int i) { return String::cast(get(name_offset(i))); }
147 NAME_OFFSET,
150 HEADER_SIZE = NAME_OFFSET,
151 ITEM_SIZE = INDEX_OFFSET - NAME_OFFSET + 1
153 inline int name_offset(int i) { return NAME_OFFSET + i * ITEM_SIZE; } function in class:v8::internal::ModuleInfo
162 void set_name(int i, String* name) { set(name_offset(i), name); }
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 60 uint32_t name_offset; member in struct:dxbc_chunk_signature::__anon18780
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 60 uint32_t name_offset; member in struct:dxbc_chunk_signature::__anon11264
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 187 uint32_t name_offset = 0; local
189 name_field.substr(begin, end - begin).getAsInteger(10, name_offset);
200 begin = name_offset;
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 256 off_t name_offset = shstrtab.sh_offset + out->sh_name; local
257 ssize_t n_read = ReadFromOffset(fd, &header_name, name_len, name_offset);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 134 uint32_t name_offset; // offset from ProgrmaInfoHeader to start of name. member in struct:gpu::gles2::ProgramInput
183 COMPILE_ASSERT(offsetof(ProgramInput, name_offset) == 12,
  /external/elfutils/0.153/src/
elfcmp.c 418 size_t name_offset; local
422 &name_offset, &desc_offset)) > 0)
424 const char *name1 = data1->d_buf + name_offset;
435 &name_offset, &desc_offset);
440 const char *name2 = data2->d_buf + name_offset;
elflint.c 3934 size_t name_offset; local
    [all...]
readelf.c 8152 size_t name_offset; local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 1261 const lldb::offset_t name_offset = load_cmd_offset + data.GetU32 (&offset); local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 978 size_t name_offset; local
    [all...]
  /system/core/libziparchive/
zip_archive.cc 840 const off64_t name_offset = local_header_offset + sizeof(LocalFileHeader); local
841 if (name_offset + lfh->file_name_length >= cd_offset) {
848 name_offset);
851 ALOGW("Zip: failed reading lfh name from offset %" PRId64, (int64_t)name_offset);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 484 __u16 name_offset; member in struct:file_attribute
  /external/pcre/dist/
pcre_internal.h 2633 pcre_uint16 name_offset; member in struct:__anon12173
    [all...]
  /external/valgrind/main/perf/
tinycc.c 18204 int name_offset, sym_index; local
    [all...]

Completed in 913 milliseconds