OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_2
(Results
1 - 5
of
5
) sorted by null
/external/flatbuffers/net/FlatBuffers/
Table.cs
120
public static int CompareStrings(int offset_1, int
offset_2
, ByteBuffer bb)
123
offset_2
+= bb.GetInt(
offset_2
);
125
var len_2 = bb.GetInt(
offset_2
);
127
var startPos_2 =
offset_2
+ sizeof(int);
/external/flatbuffers/java/com/google/flatbuffers/
Table.java
237
* @param
offset_2
An 'int' index of the second string into the bb.
240
protected static int compareStrings(int offset_1, int
offset_2
, ByteBuffer bb) {
242
offset_2
+= bb.getInt(
offset_2
);
244
int len_2 = bb.getInt(
offset_2
);
246
int startPos_2 =
offset_2
+ SIZEOF_INT;
/external/valgrind/memcheck/tests/x86-solaris/
scalar.stderr.exp
197
Syscall param pread64(
offset_2
) contains uninitialised byte(s)
219
Syscall param pwrite64(
offset_2
) contains uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c
[
all
...]
/external/vixl/test/aarch64/
test-assembler-aarch64.cc
1735
ptrdiff_t
offset_2
= masm.GetCursorOffset();
local
[
all
...]
Completed in 168 milliseconds