Home
last modified time | relevance | path

Searched defs:offset_2 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dstrided_slice.h75 for (int offset_2 = (offset_1 + start_2) * input_shape.Dims(3), 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/flatbuffers/net/FlatBuffers/
DTable.cs174 public static int CompareStrings(int offset_1, int offset_2, 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()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4725 for (int offset_2 = (offset_1 + start_2) * input_shape.Dims(3), in StridedSlice() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1968 ptrdiff_t offset_2 = masm.GetCursorOffset(); in TEST() local