Searched defs:offset_1 (Results 1 – 11 of 11) sorted by relevance
/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 174 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb) in CompareStrings() 193 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb) in CompareStrings()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 256 protected static int compareStrings(int offset_1, int offset_2, ByteBuffer bb) { in compareStrings() 278 protected static int compareStrings(int offset_1, byte[] key, ByteBuffer bb) { in compareStrings()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | strided_slice.h | 70 for (int offset_1 = (offset_0 + start_1) * input_shape.Dims(2), in StridedSlice() local
|
/external/zstd/lib/compress/ |
D | zstd_double_fast.c | 69 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_noDict_generic() local 277 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 555 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
D | zstd_fast.c | 389 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() local 572 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local
|
D | zstd_lazy.c | 1493 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; in ZSTD_compressBlock_lazy_generic() local 1887 U32 offset_1 = rep[0], offset_2 = rep[1]; in ZSTD_compressBlock_lazy_extDict_generic() local
|
/external/libgav1/src/ |
D | motion_vector.cc | 487 const int offset_1 = tile.current_frame() in TemporalScan() local
|
/external/libaom/av1/common/x86/ |
D | jnt_convolve_avx2.c | 209 const int offset_1 = (1 << (bd + FILTER_BITS - 2)); in av1_dist_wtd_convolve_y_avx2() local
|
/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 2075 int64_t offset_0, offset_1, buff; in ts_to_local() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4720 for (int offset_1 = (offset_0 + start_1) * input_shape.Dims(2), in StridedSlice() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1971 ptrdiff_t offset_1 = masm.GetCursorOffset(); in TEST() local
|