Home
last modified time | relevance | path

Searched defs:__offset (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/net/FlatBuffers/
DTable.cs42 public int __offset(int vtableOffset) in __offset() method
48 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset() method
/third_party/flatbuffers/java/com/google/flatbuffers/
DTable.java52 protected int __offset(int vtable_offset) { in __offset() method in Table
56 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { in __offset() method in Table
/third_party/flatbuffers/php/
DTable.php51 protected function __offset($vtable_offset) function in Google\\FlatBuffers\\Table
/third_party/flatbuffers/ts/
Dbyte-buffer.ts173 __offset(bb_pos: number, vtable_offset: number): Offset { method in ByteBuffer
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_autotune.h135 #define __offset(base, ptr) ((uint8_t *)(ptr) - (uint8_t *)(base)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp129624 const difference_type __offset = __n + (_M_cur - _M_first); in operator +=() local
130625 difference_type __offset = __position - cbegin(); in insert() local
130636 difference_type __offset = __position - cbegin(); in insert() local
132713 difference_type __offset = __position - cbegin(); in insert() local
132724 difference_type __offset = __position - cbegin(); in insert() local
133930 difference_type __offset = __position - cbegin(); in insert() local
133939 difference_type __offset = __position - cbegin(); in insert() local
146743 const size_t __offset = __shift % (8 * 8); in _M_do_left_shift() local
146769 const size_t __offset = __shift % (8 * 8); in _M_do_right_shift() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58158 unsigned int __offset; member