Searched refs:offset_1 (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 161 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb) in CompareStrings() argument 163 offset_1 += bb.GetInt(offset_1); in CompareStrings() 165 var len_1 = bb.GetInt(offset_1); in CompareStrings() 167 var startPos_1 = offset_1 + sizeof(int); in CompareStrings() 180 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb) in CompareStrings() argument 182 offset_1 += bb.GetInt(offset_1); in CompareStrings() 183 var len_1 = bb.GetInt(offset_1); in CompareStrings() 185 var startPos_1 = offset_1 + sizeof(int); in CompareStrings()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 231 protected static int compareStrings(int offset_1, int offset_2, ByteBuffer bb) { in compareStrings() argument 232 offset_1 += bb.getInt(offset_1); in compareStrings() 234 int len_1 = bb.getInt(offset_1); in compareStrings() 236 int startPos_1 = offset_1 + SIZEOF_INT; in compareStrings() 253 protected static int compareStrings(int offset_1, byte[] key, ByteBuffer bb) { in compareStrings() argument 254 offset_1 += bb.getInt(offset_1); in compareStrings() 255 int len_1 = bb.getInt(offset_1); in compareStrings() 257 int startPos_1 = offset_1 + Constants.SIZEOF_INT; in compareStrings()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 944 unsigned offset_1 = offset_0; \ in region_alignment_rules() 948 offset_1 = __builtin_ctzll(src ## n ## _access_mask[i]) - 32; \ in region_alignment_rules() 953 ERROR_IF(num_sources == 2 && offset_0 != offset_1, \ in region_alignment_rules()
|
/external/libaom/libaom/av1/common/x86/ |
D | jnt_convolve_avx2.c | 212 const int offset_1 = (1 << (bd + FILTER_BITS - 2)); in av1_dist_wtd_convolve_y_avx2() local 213 const __m256i offset_const_1 = _mm256_set1_epi16(offset_1); in av1_dist_wtd_convolve_y_avx2()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 2260 ptrdiff_t offset_1 = masm.GetCursorOffset(); in TEST() local 2273 masm.BindToOffset(&label_1, offset_1); in TEST()
|