Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/third_party/boost/libs/iostreams/test/
Drestrict_test.cpp138 stream_offset off = small_padding, in read_device() local
152 stream_offset off = large_padding, in read_device() local
166 stream_offset off = small_padding; in read_device() local
180 stream_offset off = large_padding; in read_device() local
198 stream_offset off = small_padding, in read_direct_device() local
211 stream_offset off = small_padding; in read_direct_device() local
225 stream_offset off = small_padding, in read_filter() local
240 stream_offset off = large_padding, in read_filter() local
255 stream_offset off = small_padding; in read_filter() local
270 stream_offset off = large_padding; in read_filter() local
[all …]
Dlarge_file_test.cpp325 BOOST_IOSTREAMS_FD_OFFSET off = in create_large_file() local
407 stream_offset off = in large_file_test() local
419 stream_offset off = in large_file_test() local
432 stream_offset off = static_cast<stream_offset>(next - cur) * gigabyte; in large_file_test() local
/third_party/flatbuffers/python/flatbuffers/
Dtable.py43 def Indirect(self, off): argument
48 def String(self, off): argument
56 def VectorLen(self, off): argument
66 def Vector(self, off): argument
77 def Union(self, t2, off): argument
87 def Get(self, flags, off): argument
104 def GetVectorAsNumpy(self, flags, off): argument
/third_party/libffi/include/
Dffi_cfi.h14 # define cfi_def_cfa(reg, off) .cfi_def_cfa reg, off argument
16 # define cfi_def_cfa_offset(off) .cfi_def_cfa_offset off argument
17 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off argument
18 # define cfi_offset(reg, off) .cfi_offset reg, off argument
19 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument
36 # define cfi_def_cfa(reg, off) argument
38 # define cfi_def_cfa_offset(off) argument
39 # define cfi_adjust_cfa_offset(off) argument
40 # define cfi_offset(reg, off) argument
41 # define cfi_rel_offset(reg, off) argument
/third_party/node/deps/npm/node_modules/tar/lib/
Dheader.js16 constructor (data, off, ex, gex) { argument
44 decode (buf, off, ex, gex) { argument
120 encode (buf, off) { argument
239 const decDate = (buf, off, size) => argument
244 const decNumber = (buf, off, size) => argument
250 const decSmallNumber = (buf, off, size) => argument
261 const encNumber = (buf, off, size, number) => argument
267 const encSmallNumber = (buf, off, size, number) => argument
277 const encDate = (buf, off, size, date) => argument
284 const encString = (buf, off, size, string) => argument
/third_party/boost/boost/iostreams/
Dskip.hpp33 void skip(Device& dev, stream_offset off, mpl::true_) in skip()
37 void skip(Device& dev, stream_offset off, mpl::false_) in skip()
51 void skip( Filter& flt, Device& dev, stream_offset off, in skip()
56 void skip( Filter& flt, Device& dev, stream_offset off, in skip()
73 void skip(Device& dev, stream_offset off) in skip()
87 void skip( Filter& flt, Device& dev, stream_offset off, in skip()
Dpositioning.hpp40 inline std::streamoff stream_offset_to_streamoff(stream_offset off) in stream_offset_to_streamoff()
47 inline std::streampos offset_to_position(stream_offset off) { return off; } in offset_to_position()
51 inline std::streampos offset_to_position(stream_offset off) in offset_to_position()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek()
/third_party/musl/src/stdio/
Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
27 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
36 int fseek(FILE *f, long off, int whence) in fseek()
/third_party/boost/boost/iostreams/detail/
Drestrict_impl.hpp176 std::streampos seek(Device& dev, stream_offset off, BOOST_IOS::seekdir way) in seek()
251 (param_type dev, stream_offset off, stream_offset len) in restricted_indirect_device()
291 (stream_offset off, BOOST_IOS::seekdir way) in seek()
317 (const Device& dev, stream_offset off, stream_offset len) in restricted_direct_device()
363 (const Filter& flt, stream_offset off, stream_offset len) in restricted_filter()
389 BOOST_IOSTREAMS_RESTRICT( const T& t, stream_offset off, stream_offset len = -1 in BOOST_IOSTREAMS_RESTRICT()
395 BOOST_IOSTREAMS_RESTRICT( std::basic_streambuf<Ch, Tr>& sb, stream_offset off, in BOOST_IOSTREAMS_RESTRICT()
402 (std::basic_istream<Ch, Tr>& is, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
408 (std::basic_ostream<Ch, Tr>& os, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
414 (std::basic_iostream<Ch, Tr>& io, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
/third_party/libffi/src/m68k/
Dsysv.S37 #define CFI_OFFSET(reg,off) .cfi_offset reg,off argument
38 #define CFI_DEF_CFA(reg,off) .cfi_def_cfa reg,off argument
42 #define CFI_OFFSET(reg,off) argument
43 #define CFI_DEF_CFA(reg,off) argument
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec_jpeg.c65 static void send_cmd_bitstream(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_bitstream()
108 static void send_cmd_target(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target()
188 uint32_t off, enum radeon_bo_usage usage, in send_cmd_bitstream_direct()
227 static void send_cmd_target_direct(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target_direct()
/third_party/openssl/crypto/rsa/
Drsa_prn.c16 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
32 int RSA_print(BIO *bp, const RSA *x, int off) in RSA_print()
/third_party/openssl/crypto/ec/
Deck_prn.c18 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp()
33 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp()
67 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) in ECPKParameters_print()
224 size_t len, int off) in print_bin()
/third_party/boost/boost/move/detail/
Dreverse_iterator.hpp138 reverse_iterator& operator+=(difference_type off) in operator +=()
141 reverse_iterator& operator-=(difference_type off) in operator -=()
144 friend reverse_iterator operator+(reverse_iterator l, difference_type off) in operator +()
147 friend reverse_iterator operator+(difference_type off, reverse_iterator r) in operator +()
150 friend reverse_iterator operator-(reverse_iterator l, difference_type off) in operator -()
/third_party/boost/boost/intrusive/detail/
Dreverse_iterator.hpp138 reverse_iterator& operator+=(difference_type off) in operator +=()
141 reverse_iterator& operator-=(difference_type off) in operator -=()
144 friend reverse_iterator operator+(reverse_iterator l, difference_type off) in operator +()
147 friend reverse_iterator operator+(difference_type off, reverse_iterator r) in operator +()
150 friend reverse_iterator operator-(reverse_iterator l, difference_type off) in operator -()
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/server/
Dmain.swift40 let off = builder.create(string: "Hello \(recipient)") variable
52 let off = builder.create(string: "\(name) \(request.object.name ?? "Unknown")") variable
/third_party/iowow/src/fs/
Diwexfile.c57 off_t off; /**< Offset to a memory mapped region */ member
275 static iwrc _exfile_write(struct IWFS_EXT *f, off_t off, const void *buf, size_t siz, size_t *sp) { in _exfile_write()
339 static iwrc _exfile_read(struct IWFS_EXT *f, off_t off, void *buf, size_t siz, size_t *sp) { in _exfile_read()
399 static iwrc _exfile_copy(struct IWFS_EXT *f, off_t off, size_t siz, off_t noff) { in _exfile_copy()
419 static iwrc _exfile_remove_mmap_lw(struct IWFS_EXT *f, off_t off) { in _exfile_remove_mmap_lw()
506 static iwrc _exfile_add_mmap_lw(struct IWFS_EXT *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t … in _exfile_add_mmap_lw()
588 static iwrc _exfile_add_mmap(struct IWFS_EXT *f, off_t off, size_t maxlen, iwfs_ext_mmap_opts_t mmo… in _exfile_add_mmap()
597 iwrc _exfile_acquire_mmap(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_acquire_mmap()
628 iwrc _exfile_probe_mmap_lr(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_probe_mmap_lr()
657 iwrc _exfile_probe_mmap(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_probe_mmap()
[all …]
/third_party/ffmpeg/libavcodec/
Dsnappy.c81 unsigned int off, int len) in snappy_copy()
100 unsigned int off = bytestream2_get_byte(gb) | (val & 0x38) << 5; in snappy_copy1() local
109 unsigned int off = bytestream2_get_le16(gb); in snappy_copy2() local
118 unsigned int off = bytestream2_get_le32(gb); in snappy_copy4() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsendfile.c52 off_t off = 0; in sendfile_0100() local
83 off_t off = 0; in sendfile_0200() local
/third_party/boost/libs/iostreams/test/detail/
Dverification.hpp150 std::streamoff off = 0; in test_seekable_in_chars() local
201 std::streamoff off = 0; in test_seekable_in_chunks() local
248 std::streamoff off = 0; in test_input_seekable() local
291 std::streamoff off = 0; in test_output_seekable() local
334 std::streamoff off = 0; in test_dual_seekable() local
/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dfuzz.hpp74 auto off = r(mod.size() - 1); in fuzz() local
90 auto off = r(mod.size()); in fuzz() local
/third_party/littlefs/bd/
Dlfs_testbd.c107 lfs_off_t off, void *buffer, lfs_size_t size) { in lfs_testbd_rawread()
117 lfs_off_t off, const void *buffer, lfs_size_t size) { in lfs_testbd_rawprog()
147 lfs_off_t off, void *buffer, lfs_size_t size) { in lfs_testbd_read()
172 lfs_off_t off, const void *buffer, lfs_size_t size) { in lfs_testbd_prog()

12345678910>>...31