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

  /external/flatbuffers/net/FlatBuffers/
Table.cs 34 public int __offset(int vtableOffset) method in struct:FlatBuffers.Table
40 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) method in struct:FlatBuffers.Table
86 var o = this.__offset(offset);
  /external/flatbuffers/php/
Table.php 51 protected function __offset($vtable_offset) function
104 $o = $this->__offset($vector_offset);
  /device/linaro/bootloader/edk2/StdLib/Include/
nl_types.h 76 int32_t __offset; member in struct:_nls_msg_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_mergesort.h 351 _DifferenceType __offset = 0, __length_am = 0; local
356 __offset += __sd->_M_pieces[__iam][__s]._M_begin;
376 __sd->_M_source + __offset, __comp,
set_operations.h 396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))
    [all...]
random_shuffle.h 176 _SequenceIndex __offset = 0, __global_offset = 0; local
185 __sd->_M_dist[__s + 1][__t] += __offset;
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads];
190 (::operator new(sizeof(_ValueType) * __offset));
239 for (_SequenceIndex __i = 0; __i < __offset; ++__i)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_mergesort.h 351 _DifferenceType __offset = 0, __length_am = 0; local
356 __offset += __sd->_M_pieces[__iam][__s]._M_begin;
376 __sd->_M_source + __offset, __comp,
set_operations.h 396 _IIter __offset[2]; local
400 __rank, __offset, __op._M_comp);
404 // *(__offset[ 0 ] - 1) == *__offset[ 1 ]
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1])
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))
    [all...]
random_shuffle.h 176 _SequenceIndex __offset = 0, __global_offset = 0; local
185 __sd->_M_dist[__s + 1][__t] += __offset;
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads];
190 (::operator new(sizeof(_ValueType) * __offset));
239 for (_SequenceIndex __i = 0; __i < __offset; ++__i)
  /external/flatbuffers/java/com/google/flatbuffers/
Table.java 65 protected int __offset(int vtable_offset) { method in class:Table
70 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { method in class:Table
166 int o = __offset(vector_offset);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 382 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 382 __offset() const function in class:__cxxabiv1::__base_class_type_info
  /external/flatbuffers/js/
flatbuffers.js 1051 flatbuffers.ByteBuffer.prototype.__offset = function(bb_pos, vtable_offset) { method in class:flatbuffers.ByteBuffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 190 const difference_type __offset = __n + (_M_cur - _M_first); local
191 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
196 __offset > 0 ? __offset / difference_type(_S_buffer_size())
197 : -difference_type((-__offset - 1)
200 _M_cur = _M_first + (__offset - __node_offset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 190 const difference_type __offset = __n + (_M_cur - _M_first); local
191 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
196 __offset > 0 ? __offset / difference_type(_S_buffer_size())
197 : -difference_type((-__offset - 1)
200 _M_cur = _M_first + (__offset - __node_offset
    [all...]

Completed in 337 milliseconds