| /third_party/node/deps/npm/node_modules/tar/lib/ |
| D | header.js | 15 constructor (data, off, ex, gex) { argument 44 decode (buf, off, ex, gex) { argument 130 encode (buf, off) { argument 254 const decDate = (buf, off, size) => argument 259 const decNumber = (buf, off, size) => argument 265 const decSmallNumber = (buf, off, size) => argument 276 const encNumber = (buf, off, size, number) => argument 282 const encSmallNumber = (buf, off, size, number) => argument 292 const encDate = (buf, off, size, date) => argument 299 const encString = (buf, off, size, string) => argument
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | fseek.c | 3 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/ |
| D | fseek.c | 3 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/ |
| D | fseek.c | 7 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() 37 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() 49 int fseek(FILE *f, long off, int whence) in fseek()
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | fseek.c | 4 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/mesa3d/src/gallium/drivers/radeonsi/ |
| D | radeon_vcn_dec_jpeg.c | 65 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/node/deps/openssl/openssl/crypto/ec/ |
| D | eck_prn.c | 21 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/ec/ |
| D | eck_prn.c | 21 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/ |
| D | rsa_prn.c | 22 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/node/deps/openssl/openssl/crypto/rsa/ |
| D | rsa_prn.c | 22 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/ |
| D | low_high_pc.c | 43 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/ffmpeg/libavcodec/ |
| D | snappy.c | 79 unsigned int off, int len) in snappy_copy() 98 unsigned int off = bytestream2_get_byte(gb) | (val & 0x38) << 5; in snappy_copy1() local 107 unsigned int off = bytestream2_get_le16(gb); in snappy_copy2() local 116 unsigned int off = bytestream2_get_le32(gb); in snappy_copy4() local
|
| /third_party/musl/src/mman/ |
| D | mmap.c | 14 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/littlefs/bd/ |
| D | lfs_testbd.c | 108 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()
|
| D | lfs_rambd.c | 56 lfs_off_t off, void *buffer, lfs_size_t size) { in lfs_rambd_read() 76 lfs_off_t off, const void *buffer, lfs_size_t size) { in lfs_rambd_prog()
|
| /third_party/ffmpeg/libavfilter/ |
| D | vsrc_mptestsrc.c | 164 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/musl/libc-test/src/functionalext/supplement/linux/ |
| D | sendfile.c | 54 off_t off = 0; in sendfile_0100() local 85 off_t off = 0; in sendfile_0200() local
|
| /third_party/alsa-utils/nhlt/ |
| D | nhlt-dmic-info.c | 76 static inline uint8_t get_u8(uint8_t *base, uint32_t off) in get_u8() 81 static inline int32_t get_s16le(uint8_t *base, uint32_t off) in get_s16le() 90 static inline uint32_t get_u32le(uint8_t *base, uint32_t off) in get_u32le() 142 uint32_t off, specific_cfg_size; in nhlt_dmic_ep_to_json() local 186 uint32_t _size, off, ep_size; in nhlt_table_to_json() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Parser.java | 130 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()
|
| D | AbstractParser.java | 154 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/ |
| D | ir3_nir_lower_64b.c | 82 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
|
| D | ir3_nir_lower_wide_load_store.c | 63 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/openssl/crypto/dsa/ |
| D | dsa_prn.c | 22 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/node/deps/openssl/openssl/crypto/dsa/ |
| D | dsa_prn.c | 22 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/ltp/testcases/kernel/syscalls/preadv2/ |
| D | preadv203.c | 72 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
|