Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c51 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) argument
54 static const void* newhandlerdata(upb_handlers* h, uint32_t ofs) { in newhandlerdata()
62 size_t ofs; member
67 static const void *newsubmsghandlerdata(upb_handlers* h, uint32_t ofs, in newsubmsghandlerdata()
77 size_t ofs; // union data slot member
84 uint32_t ofs, in newoneofhandlerdata()
110 const size_t *ofs = hd; in startseq_handler() local
158 const size_t *ofs = hd; in str_handler() local
170 const size_t *ofs = hd; in bytes_handler() local
187 const size_t *ofs = hd; in stringdata_end_handler() local
[all …]
Dupb.c7343 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()
7365 int ofs = getofs(*codep); in label() local
7402 int ofs = pcofs(c); in put32() local
7650 uint64_t ofs; in repack() local
7663 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DConformanceJavaLite.java9 int ofs = 0; in readFromStdin() local
DConformanceJava.java12 int ofs = 0; in readFromStdin() local
Dconformance_cpp.cc65 size_t ofs = 0; in CheckedRead() local
Dconformance_test_runner.cc204 size_t ofs = 0; in TryRead() local
/frameworks/av/media/libnblog/
DReportPerformance.cpp276 std::ofstream ofs; in writeToFile() local
/frameworks/rs/rsov/driver/
DrsovScript.cpp72 std::ofstream ofs(filename, std::ios::binary); in writeBytes() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c6670 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()
6692 int ofs = getofs(*codep); in label() local
6729 int ofs = pcofs(c); in put32() local
6976 uint64_t ofs; in repack() local
6989 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
Dupb.h3989 size_t ofs) { in upb_bufhandle_setbuf()