Home
last modified time | relevance | path

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

1234

/external/curl/src/
Dtool_cb_see.c95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h25 #define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) argument
192 UPB_INLINE bool _upb_has_submsg_nohasbit(const upb_msg *msg, size_t ofs) { in _upb_has_submsg_nohasbit()
268 UPB_INLINE const void *_upb_array_accessor(const void *msg, size_t ofs, in _upb_array_accessor()
280 UPB_INLINE void *_upb_array_mutable_accessor(void *msg, size_t ofs, in _upb_array_mutable_accessor()
292 UPB_INLINE void *_upb_array_resize_accessor2(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor2()
304 UPB_INLINE bool _upb_array_append_accessor2(void *msg, size_t ofs, in _upb_array_append_accessor2()
343 UPB_INLINE void *_upb_array_resize_accessor(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor()
348 UPB_INLINE bool _upb_array_append_accessor(void *msg, size_t ofs, in _upb_array_append_accessor()
485 UPB_INLINE size_t _upb_msg_map_size(const upb_msg *msg, size_t ofs) { in _upb_msg_map_size()
490 UPB_INLINE bool _upb_msg_map_get(const upb_msg *msg, size_t ofs, in _upb_msg_map_get()
[all …]
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/
Dfstream.close.pass.cpp26 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
/external/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/
Dfstream.close.pass.cpp26 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spmc/
Dmtspmc_private.h32 #define SPM_REG(ofs) (uint32_t)(SPM_BASE + (ofs)) argument
33 #define MCUCFG_REG(ofs) (uint32_t)(MCUCFG_BASE + (ofs)) argument
34 #define INFRACFG_AO_REG(ofs) (uint32_t)(INFRACFG_AO_BASE + (ofs)) argument
/external/protobuf/benchmarks/util/
Dgogo_data_scrubber.cc67 std::ofstream ofs(output_file); in main() local
Dproto3_data_stripper.cc67 std::ofstream ofs(output_file); in main() local
/external/igt-gpu-tools/tests/i915/
Dgem_set_tiling_vs_gtt.c100 int ofs = i % (TEST_STRIDE / 4); variable
/external/libdrm/intel/
Dmm.h38 int ofs, size; member
Dmm.c58 drm_private struct mem_block *mmInit(int ofs, int size) in mmInit()
/external/mesa3d/src/util/
Du_mm.h41 int ofs,size; member
Du_mm.c70 u_mmInit(int ofs, int size) in u_mmInit()
/external/protobuf/conformance/
DConformanceJavaLite.java9 int ofs = 0; in readFromStdin() local
Dconformance_cpp.cc102 size_t ofs = 0; in CheckedRead() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c150 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()
174 int ofs = getofs(*codep); in label() local
211 int ofs = pcofs(c); in put32() local
459 uint64_t ofs; in repack() local
472 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
Ddecoder.int.h142 uint32_t ofs; /* PC offset of method. */ member
261 UPB_INLINE uint64_t upb_pbdecoder_packdispatch(uint64_t ofs, uint8_t wt1, in upb_pbdecoder_packdispatch()
266 UPB_INLINE void upb_pbdecoder_unpackdispatch(uint64_t dispatch, uint64_t *ofs, in upb_pbdecoder_unpackdispatch()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c101 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) argument
104 size_t ofs; member
109 static const void* newhandlerdata(upb_handlers* h, uint32_t ofs, int32_t hasbit) { in newhandlerdata()
118 size_t ofs; member
125 uint32_t ofs, in newsubmsghandlerdata()
137 size_t ofs; // union data slot member
144 uint32_t ofs, in newoneofhandlerdata()
170 const size_t *ofs = hd; in startseq_handler() local
309 size_t ofs; member
415 size_t ofs, in new_map_handlerdata()
/external/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h49 size_t ofs; /* next writeable position inside chunk */ member
/external/libjpeg-turbo/md5/
Dmd5hl.c83 char *MD5FileChunk(const char *filename, char *buf, off_t ofs, off_t len) in MD5FileChunk()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c295 GLuint ofs; in _mesa_get_x86_features() local
/external/libwebsockets/lib/core/
Dvfs.c54 lws_fileofs_t ofs; in lws_vfs_file_seek_set() local
Dbuflist.c176 lws_buflist_linear_copy(struct lws_buflist **head, size_t ofs, uint8_t *buf, in lws_buflist_linear_copy()
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c130 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) argument
133 static const void* newhandlerdata(upb_handlers* h, uint32_t ofs) { in newhandlerdata()
163 size_t ofs; member
168 static const void *newsubmsghandlerdata(upb_handlers* h, uint32_t ofs, in newsubmsghandlerdata()
179 size_t ofs; // union data slot member
188 uint32_t ofs, in newoneofhandlerdata()
219 const size_t *ofs = hd; in startseq_handler() local
369 const size_t *ofs = hd; in str_end_handler() local
454 size_t ofs; member
645 size_t ofs, in new_map_handlerdata()
/external/libpcap/msdos/
Dpktdrvr.c828 WORD ofs = _farpeekw (_dos_ds, realBase+rxOutOfs); in PktReceive() local
859 WORD ofs; in PktQueueBusy() local
894 WORD ofs = *(WORD*) (realBase+rxOutOfs); in PktReceive() local
925 WORD ofs; in PktQueueBusy() local
1246 unsigned sel, ofs; in PktInitDriver() local
/external/libwebsockets/lib/system/
Dsystem.c77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get()

1234