/third_party/libffi/include/ |
D | ffi_cfi.h | 14 # 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/ |
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_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/musl/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/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/libffi/src/m68k/ |
D | sysv.S | 37 #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/ |
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/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/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/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 | 81 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/ |
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()
|
/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/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/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/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/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/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/gstreamer/gstplugins_bad/tests/check/libs/ |
D | mpegvideoparser.c | 71 gint i, off; in GST_START_TEST() local 147 gint i, off; in GST_START_TEST() local
|