Home
last modified time | relevance | path

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

12345678910>>...30

/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/musl/porting/liteos_a/kernel/src/stdio/
Dfseek.c4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
34 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
43 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/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/src/stdio/
Dfseek.c4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked()
34 int __fseeko(FILE *f, off_t off, int whence) in __fseeko()
43 int fseek(FILE *f, long off, int whence) in fseek()
/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/radeonsi/
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, unsigned 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/ec/
Deck_prn.c21 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp()
36 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp()
70 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) in ECPKParameters_print()
226 size_t len, int off) in print_bin()
/third_party/openssl/crypto/rsa/
Drsa_prn.c22 int RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
38 int RSA_print(BIO *bp, const RSA *x, int off) in RSA_print()
/third_party/elfutils/tests/
Dlow_high_pc.c43 fail(Dwarf_Off off, const char *name, const char *msg) in fail()
53 Dwarf_Off off = dwarf_dieoffset (die); in handle_die() local
111 Dwarf_Off off = dwarf_dieoffset (a.cu); in main() local
/third_party/iowow/src/fs/
Diwexfile.c57 off_t off; /**< Offset to a memory mapped region */ member
302 static iwrc _exfile_write(struct IWFS_EXT *f, off_t off, const void *buf, size_t siz, size_t *sp) { in _exfile_write()
366 static iwrc _exfile_read(struct IWFS_EXT *f, off_t off, void *buf, size_t siz, size_t *sp) { in _exfile_read()
426 static iwrc _exfile_copy(struct IWFS_EXT *f, off_t off, size_t siz, off_t noff) { in _exfile_copy()
446 static iwrc _exfile_remove_mmap_lw(struct IWFS_EXT *f, off_t off) { in _exfile_remove_mmap_lw()
533 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()
615 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()
624 iwrc _exfile_acquire_mmap(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_acquire_mmap()
655 iwrc _exfile_probe_mmap_lr(struct IWFS_EXT *f, off_t off, uint8_t **mm, size_t *sp) { in _exfile_probe_mmap_lr()
684 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/littlefs/bd/
Dlfs_testbd.c108 lfs_off_t off, void *buffer, lfs_size_t size) { in lfs_testbd_rawread()
118 lfs_off_t off, const void *buffer, lfs_size_t size) { in lfs_testbd_rawprog()
148 lfs_off_t off, void *buffer, lfs_size_t size) { in lfs_testbd_read()
173 lfs_off_t off, const void *buffer, lfs_size_t size) { in lfs_testbd_prog()
/third_party/musl/src/mman/
Dmmap.c14 void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) in __mmap()
58 void *__lldb_mmap(void *start, size_t len, int prot, int flags, int fd, intptr_t off) { in __lldb_mmap()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsendfile.c54 off_t off = 0; in sendfile_0100() local
85 off_t off = 0; in sendfile_0200() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DParser.java130 public MessageType parseFrom(byte[] data, int off, int len) throws InvalidProtocolBufferException; in parseFrom()
137 byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) in parseFrom()
157 public MessageType parsePartialFrom(byte[] data, int off, int len) in parsePartialFrom()
165 byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) in parsePartialFrom()
DAbstractParser.java154 byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) in parsePartialFrom()
171 public MessageType parsePartialFrom(byte[] data, int off, int len) in parsePartialFrom()
189 byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) in parseFrom()
195 public MessageType parseFrom(byte[] data, int off, int len) in parseFrom()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_64b.c82 nir_ssa_def *off = nir_ssa_for_src(b, intr->src[offset_src_idx], 1); in lower_64b_intrinsics() local
141 nir_ssa_def *off = nir_ssa_for_src(b, intr->src[offset_src_idx], 1); in lower_64b_intrinsics() local
297 for (unsigned off = 0; off < num_comp;) { in lower_64b_global() local
310 for (unsigned off = 0; off < num_comp; off += 4) { in lower_64b_global() local
Dir3_nir_lower_wide_load_store.c63 for (unsigned off = 0; off < num_comp; off += 4) { in lower_wide_load_store() local
88 for (unsigned off = 0; off < num_comp;) { in lower_wide_load_store() local
/third_party/ffmpeg/libavfilter/
Dvsrc_mptestsrc.c164 static void dc_test(uint8_t *dst, int dst_linesize, int w, int h, int off) in dc_test()
177 static void freq_test(uint8_t *dst, int dst_linesize, int off) in freq_test()
189 static void amp_test(uint8_t *dst, int dst_linesize, int off) in amp_test()
201 static void cbp_test(uint8_t *dst[3], int dst_linesize[3], int off) in cbp_test()
218 static void mv_test(uint8_t *dst, int dst_linesize, int off) in mv_test()
230 static void ring1_test(uint8_t *dst, int dst_linesize, int off) in ring1_test()
242 static void ring2_test(uint8_t *dst, int dst_linesize, int off) in ring2_test()
/third_party/openssl/crypto/dsa/
Ddsa_prn.c22 int DSA_print_fp(FILE *fp, const DSA *x, int off) in DSA_print_fp()
53 int DSA_print(BIO *bp, const DSA *x, int off) in DSA_print()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegvideoparser.c71 gint i, off; in GST_START_TEST() local
147 gint i, off; in GST_START_TEST() local
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv203.c72 off_t off, size_t size) in verify_short_read()
115 off_t off = random() % ((CHUNKS - 2) * CHUNK_SZ); in nowait_reader() local
165 off_t off = CHUNK_SZ * j; in writer_thread() local
/third_party/libunwind/include/
Dremote.h54 unw_word_t val, aligned_addr = *addr & (~WSIZE + 1), off = *addr - aligned_addr; in fetch8() local
74 unw_word_t val, aligned_addr = *addr & (~WSIZE + 1), off = *addr - aligned_addr; in fetch16() local
97 unw_word_t val, aligned_addr = *addr & (~WSIZE + 1), off = *addr - aligned_addr; in fetch32() local

12345678910>>...30