Home
last modified time | relevance | path

Searched defs:offset_1 (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DTable.cs174 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/
DTable.java256 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/
Dstrided_slice.h70 for (int offset_1 = (offset_0 + start_1) * input_shape.Dims(2), in StridedSlice() local
/external/zstd/lib/compress/
Dzstd_double_fast.c69 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
Dzstd_fast.c389 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
Dzstd_lazy.c1493 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/
Dmotion_vector.cc487 const int offset_1 = tile.current_frame() in TemporalScan() local
/external/libaom/av1/common/x86/
Djnt_convolve_avx2.c209 const int offset_1 = (1 << (bd + FILTER_BITS - 2)); in av1_dist_wtd_convolve_y_avx2() local
/external/python/cpython3/Modules/
D_zoneinfo.c2075 int64_t offset_0, offset_1, buff; in ts_to_local() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4720 for (int offset_1 = (offset_0 + start_1) * input_shape.Dims(2), in StridedSlice() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1971 ptrdiff_t offset_1 = masm.GetCursorOffset(); in TEST() local