HomeSort by relevance Sort by last modified time
    Searched refs:vtable (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/llvm/test/MC/ARM/
elf-reloc-03.s 16 movw r1, :lower16:vtable
20 vtable: label
25 // OBJ: 0x{{[0-9,A-F]+}} R_ARM_MOVW_ABS_NC vtable
  /external/compiler-rt/test/cfi/cross-dso/
target_out_of_bounds.cpp 28 void *vtable = mmap(nullptr, 4096, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); local
29 // Create an object with a vtable in an unaddressable memory region.
30 *(uintptr_t *)p = (uintptr_t)vtable + 64;
32 // CHECK-UNADDR: note: invalid vtable
35 // CHECK-UNADDR: note: invalid vtable
38 // Create an object with a vtable outside of any known DSO, but still in an
40 void *vtable = calloc(1, 128); local
41 *(uintptr_t *)p = (uintptr_t)vtable + 64;
43 // CHECK-ZERO: note: invalid vtable
46 // CHECK-ZERO: note: invalid vtable
51 void *vtable = calloc(1, 128); local
    [all...]
  /hardware/intel/common/libva/va/drm/
va_drm_auth_x11.c 56 DRMAuthX11VTable vtable; member in struct:drm_auth_x11
84 struct drm_auth_x11_vtable *vtable; local
101 vtable = &auth->vtable;
102 if (!get_symbol(RTLD_DEFAULT, &vtable->x11_open_display, "XOpenDisplay"))
104 if (!get_symbol(RTLD_DEFAULT, &vtable->x11_close_display, "XCloseDisplay"))
106 if (!get_symbol(auth->handle, &vtable->va_dri2_query_extension,
109 if (!get_symbol(auth->handle, &vtable->va_dri2_query_version,
112 if (!get_symbol(auth->handle, &vtable->va_dri2_authenticate,
116 auth->display = vtable->x11_open_display(NULL)
145 DRMAuthX11VTable * const vtable = &auth->vtable; local
    [all...]
  /external/bison/lib/
bbitset.h 89 const struct bitset_vtable *vtable; member in struct:bbitset_struct
106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
159 ((BSET1)->b.vtable == (BSET2)->b.vtable)
174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
177 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC)
183 #define BITSET_TYPE_(DST) (DST)->b.vtable->type
186 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO)
189 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO
    [all...]
  /external/flatbuffers/go/
struct.go 5 // Structs do not have a vtable.
table.go 11 // Offset provides access into the Table's vtable.
13 // Fields which are deprecated are ignored by checking against the vtable's length.
15 vtable := UOffsetT(SOffsetT(t.Pos) - t.GetSOffsetT(t.Pos))
16 if vtableOffset < t.GetVOffsetT(vtable) {
17 return t.GetVOffsetT(vtable + UOffsetT(vtableOffset))
142 // GetBoolSlot retrieves the bool that the given vtable location
143 // points to. If the vtable value is zero, the default value `d`
154 // GetByteSlot retrieves the byte that the given vtable location
155 // points to. If the vtable value is zero, the default value `d`
166 // GetInt8Slot retrieves the int8 that the given vtable locatio
    [all...]
builder.go 14 vtable []UOffsetT
49 if b.vtable != nil {
50 b.vtable = b.vtable[:0]
73 if cap(b.vtable) < numfields || b.vtable == nil {
74 b.vtable = make([]UOffsetT, numfields)
76 b.vtable = b.vtable[:numfields]
77 for i := 0; i < len(b.vtable); i++
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
vmi_class_type_info.cc 57 void* vtable = *reinterpret_cast<void**>(cur_base_ptr); local
59 static_cast<uint8_t*>(vtable) + cur_base_offset);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 52 // Return the vtable pointer of a polymorphic object pointed by p.
60 // Return a pointer to a __class_type_info in a vtable.
63 get_class_type_info(const void* vtable)
65 const void* type_info_ptr = adjust_pointer(vtable, -sizeof(void*));
69 // Return offset to object in a vtable.
72 get_offset_to_top(const void* vtable)
74 const void* type_info_ptr_address = adjust_pointer(vtable, -sizeof(void*));
86 const void* vtable = get_vtable(p); local
87 std::ptrdiff_t offset_to_top = get_offset_to_top(vtable);
99 const void* vtable,
140 const void* vtable = get_vtable(object); local
238 const void* vtable = get_vtable(object); local
295 const void* vtable = get_vtable(most_derived_object); local
    [all...]
vmi_class_type_info.cc 57 void* vtable = *reinterpret_cast<void**>(cur_base_ptr); local
59 static_cast<uint8_t*>(vtable) + cur_base_offset);
  /external/mesa3d/src/gallium/state_trackers/va/
ftab.c 35 static struct VADriverVTable vtable = variable in typeref:struct:VADriverVTable
135 return vtable;
  /hardware/intel/common/libva/va/
va.c 47 #define CHECK_VTABLE(s, ctx, func) if (!va_checkVtable(ctx->vtable->va##func, #func)) s = VA_STATUS_ERROR_UNKNOWN;
159 va_errorMessage("No valid vtable entry for va%s\n", function);
272 struct VADriverVTable *vtable = ctx->vtable; local
276 if (!vtable) {
277 vtable = calloc(1, sizeof(*vtable));
278 if (!vtable)
281 ctx->vtable = vtable;
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx.c 43 VADriverVTableGLXP vtable; \
44 vtable = &VA_DRIVER_CONTEXT_GLX(ctx)->vtable; \
45 if (!vtable->va##func##GLX) \
47 status = vtable->va##func##GLX args; \
va_glx_private.h 81 struct VADriverVTableGLX vtable; member in struct:VADriverContextGLX
  /external/flatbuffers/net/FlatBuffers/
Table.cs 32 // Look up a field in the vtable, return an offset into the object, or 0 if the field is not
36 int vtable = bb_pos - bb.GetInt(bb_pos);
37 return vtableOffset < bb.GetShort(vtable) ? (int)bb.GetShort(vtable + vtableOffset) : 0;
42 int vtable = bb.Length - offset;
43 return (int)bb.GetShort(vtable + vtableOffset - bb.GetInt(vtable)) + vtable;
  /hardware/intel/common/libva/va/wayland/
va_wayland.c 120 struct VADriverVTableWayland *vtable; local
140 vtable = calloc(1, sizeof(*vtable));
141 if (!vtable)
143 pDriverContext->vtable_wayland = vtable;
145 vtable->version = VA_WAYLAND_API_VERSION;
  /external/flatbuffers/php/
Table.php 36 * returns actual vtable offset
43 $vtable = $this->bb_pos - $this->bb->getInt($this->bb_pos); variable
44 return $vtable_offset < $this->bb->getShort($vtable) ? $this->bb->getShort($vtable + $vtable_offset) : 0;
FlatbufferBuilder.php 44 * @var array $vtable
46 protected $vtable; variable
753 if ($this->vtable == null || count($this->vtable) < $numfields) {
754 $this->vtable = array(); variable
759 $this->vtable[$i] = 0;
799 $this->vtable[$voffset] = $this->offset();
808 if ($this->vtable == null || !$this->nested) {
816 $off = ($this->vtable[$i] != 0) ? $vtableloc - $this->vtable[$i] : 0
865 $this->vtable = null; variable
    [all...]
  /external/mesa3d/src/glx/
create_context.c 73 if (direct && psc->vtable->create_context_attribs) {
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
114 gc->vtable->destroy(gc);
applegl_glx.c 146 gc->vtable = &applegl_context_vtable;
154 gc->vtable->destroy(gc);
182 psc->vtable = &applegl_screen_vtable;
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 31 this->vtable = &fake_glx_screen::vt;
62 this->vtable = &fake_glx_screen_direct::vt;
75 this->vtable = &fake_glx_context::vt;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 57 * A class "prototype". This contains things like the interfaces, the superclass, the vtable and the instance fields
372 List<Method> vtable = getVtable(); local
373 if (vtableIndex < 0 || vtableIndex >= vtable.size()) {
377 return vtable.get(vtableIndex);
381 List<Method> vtable = getVtable(); local
382 for (int i=0; i<vtable.size(); i++) {
383 Method candidate = vtable.get(i);
    [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
Table.java 60 * Look up a field in the vtable.
62 * @param vtable_offset An `int` offset to the vtable in the Table's ByteBuffer.
66 int vtable = bb_pos - bb.getInt(bb_pos); local
67 return vtable_offset < bb.getShort(vtable) ? bb.getShort(vtable + vtable_offset) : 0;
71 int vtable = bb.array().length - offset; local
72 return bb.getShort(vtable + vtable_offset - bb.getInt(vtable)) + vtable;
FlatBufferBuilder.java 44 int[] vtable = null; // The vtable for the current table. field in class:FlatBufferBuilder
551 if (vtable == null || vtable.length < numfields) vtable = new int[numfields];
553 Arrays.fill(vtable, 0, vtable_in_use, 0);
559 * Add a `boolean` to a table at `o` into its vtable, with value `x` and default `d`.
561 * @param o The index into the vtable.
570 * Add a `byte` to a table at `o` into its vtable, with value `x` and default `d`.
572 * @param o The index into the vtable
    [all...]

Completed in 494 milliseconds

1 2 3 4