Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DTable.cs161 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb) in CompareStrings()
180 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb) in CompareStrings()
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java231 protected static int compareStrings(int offset_1, int offset_2, ByteBuffer bb) { in compareStrings()
253 protected static int compareStrings(int offset_1, byte[] key, ByteBuffer bb) { in compareStrings()
/external/libaom/libaom/av1/common/x86/
Djnt_convolve_avx2.c212 const int offset_1 = (1 << (bd + FILTER_BITS - 2)); in av1_dist_wtd_convolve_y_avx2() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2260 ptrdiff_t offset_1 = masm.GetCursorOffset(); in TEST() local