/third_party/json/include/nlohmann/detail/input/ |
D | binary_reader.hpp | 223 bool get_bson_string(const NumberType len, string_t& result) in get_bson_string() 245 bool get_bson_binary(const NumberType len, binary_t& result) in get_bson_binary() 285 std::int32_t len{}; in parse_bson_element_internal() local 302 std::int32_t len{}; in parse_bson_element_internal() local 632 std::uint8_t len{}; in parse_cbor_internal() local 638 std::uint16_t len{}; in parse_cbor_internal() local 644 std::uint32_t len{}; in parse_cbor_internal() local 650 std::uint64_t len{}; in parse_cbor_internal() local 686 std::uint8_t len{}; in parse_cbor_internal() local 692 std::uint16_t len{}; in parse_cbor_internal() local [all …]
|
/third_party/python/Objects/ |
D | bytes_methods.c | 13 _Py_bytes_isspace(const char *cptr, Py_ssize_t len) in _Py_bytes_isspace() 43 _Py_bytes_isalpha(const char *cptr, Py_ssize_t len) in _Py_bytes_isalpha() 73 _Py_bytes_isalnum(const char *cptr, Py_ssize_t len) in _Py_bytes_isalnum() 114 _Py_bytes_isascii(const char *cptr, Py_ssize_t len) in _Py_bytes_isascii() 154 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit() 184 _Py_bytes_islower(const char *cptr, Py_ssize_t len) in _Py_bytes_islower() 218 _Py_bytes_isupper(const char *cptr, Py_ssize_t len) in _Py_bytes_isupper() 254 _Py_bytes_istitle(const char *cptr, Py_ssize_t len) in _Py_bytes_istitle() 300 _Py_bytes_lower(char *result, const char *cptr, Py_ssize_t len) in _Py_bytes_lower() 316 _Py_bytes_upper(char *result, const char *cptr, Py_ssize_t len) in _Py_bytes_upper() [all …]
|
/third_party/ninja/src/ |
D | depfile_parser.cc | 158 int len = (int)(in - start); in Parse() local 216 int len = (int)(in - start); in Parse() local 228 int len = (int)(in - start); in Parse() local 250 int len = (int)(in - start); in Parse() local 284 int len = (int)(in - start - 1); in Parse() local 297 int len = (int)(in - start); in Parse() local 329 int len = (int)(out - filename); in Parse() local
|
/third_party/cups-filters/scripting/perl/ |
D | CUPS.xs | 19 constant_PPD_M(char *name, int len, int arg) in constant_PPD_M() 60 constant_P(char *name, int len, int arg) in constant_P() 89 constant_H(char *name, int len, int arg) in constant_H() 138 constant_IPP_M(char *name, int len, int arg) in constant_IPP_M() 171 constant_I(char *name, int len, int arg) in constant_I() 200 constant_C(char *name, int len, int arg) in constant_C() 233 constant(char *name, int len, int arg) in constant()
|
/third_party/openssl/crypto/bio/ |
D | bio_dump.c | 22 int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_cb() 23 void *u, const void *s, int len) in BIO_dump_cb() 28 int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_indent_cb() 29 void *u, const void *v, int len, int indent) in BIO_dump_indent_cb() 98 static int write_fp(const void *data, size_t len, void *fp) in write_fp() 103 int BIO_dump_fp(FILE *fp, const void *s, int len) in BIO_dump_fp() 108 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp() 114 static int write_bio(const void *data, size_t len, void *bp) in write_bio() 119 int BIO_dump(BIO *bp, const void *s, int len) in BIO_dump() 124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bio_dump.c | 22 int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_cb() 23 void *u, const void *s, int len) in BIO_dump_cb() 28 int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_indent_cb() 29 void *u, const void *v, int len, int indent) in BIO_dump_indent_cb() 98 static int write_fp(const void *data, size_t len, void *fp) in write_fp() 103 int BIO_dump_fp(FILE *fp, const void *s, int len) in BIO_dump_fp() 108 int BIO_dump_indent_fp(FILE *fp, const void *s, int len, int indent) in BIO_dump_indent_fp() 114 static int write_bio(const void *data, size_t len, void *bp) in write_bio() 119 int BIO_dump(BIO *bp, const void *s, int len) in BIO_dump() 124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent()
|
/third_party/ffmpeg/libavutil/ |
D | float_dsp.c | 28 int len) in vector_fmul_c() 36 int len) in vector_dmul_c() 44 int len) in vector_fmac_scalar_c() 52 int len) in vector_dmac_scalar_c() 60 int len) in vector_fmul_scalar_c() 68 int len) in vector_dmul_scalar_c() 76 const float *src1, const float *win, int len) in vector_fmul_window_c() 95 const float *src2, int len){ in vector_fmul_add_c() 103 const float *src1, int len) in vector_fmul_reverse_c() 113 int len) in butterflies_float_c() [all …]
|
/third_party/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock.h | 16 #define read_lock(fd, offset, whence, len) \ argument 18 #define write_lock(fd, offset, whence, len) \ argument 20 #define un_lock(fd, offset, whence, len) \ argument 22 #define readb_lock(fd, offset, whence, len) \ argument 24 #define writeb_lock(fd, offset, whence, len) \ argument 26 #define unb_lock(fd, offset, whence, len) \ argument
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_pkt.c | 65 size_t len; in ngtcp2_pkt_decode_version_cid() local 144 size_t len) { in ngtcp2_pkt_hd_init() 173 size_t len = 0; in ngtcp2_pkt_decode_hd_long() local 342 size_t len = 1 + dcidlen; in ngtcp2_pkt_decode_hd_short() local 387 size_t len = NGTCP2_MIN_LONG_HEADERLEN + hd->dcid.datalen + hd->scid.datalen - in ngtcp2_pkt_encode_hd_long() local 444 size_t len = 1 + hd->dcid.datalen + hd->pkt_numlen; in ngtcp2_pkt_encode_hd_short() local 558 size_t len = 1 + 1; in ngtcp2_pkt_decode_stream_frame() local 661 size_t len = 1 + 1 + 1 + 1 + 1; in ngtcp2_pkt_decode_ack_frame() local 824 size_t len = 1 + 1 + 1 + 1; in ngtcp2_pkt_decode_reset_stream_frame() local 869 size_t len = 1 + 1 + 1; in ngtcp2_pkt_decode_connection_close_frame() local [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | ares__buf.c | 242 ares_status_t ares__buf_set_length(ares__buf_t *buf, size_t len) in ares__buf_set_length() 324 unsigned char *ares__buf_append_start(ares__buf_t *buf, size_t *len) in ares__buf_append_start() 342 void ares__buf_append_finish(ares__buf_t *buf, size_t len) in ares__buf_append_finish() 351 unsigned char *ares__buf_finish_bin(ares__buf_t *buf, size_t *len) in ares__buf_finish_bin() 371 char *ares__buf_finish_str(ares__buf_t *buf, size_t *len) in ares__buf_finish_str() 422 const unsigned char *ares__buf_tag_fetch(const ares__buf_t *buf, size_t *len) in ares__buf_tag_fetch() 441 unsigned char *bytes, size_t *len) in ares__buf_tag_fetch_bytes() 463 size_t len) in ares__buf_tag_fetch_string() 494 static const unsigned char *ares__buf_fetch(const ares__buf_t *buf, size_t *len) in ares__buf_fetch() 512 ares_status_t ares__buf_consume(ares__buf_t *buf, size_t len) in ares__buf_consume() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpabuf.c | 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() 160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy() 217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() 240 size_t len = 0; in wpabuf_concat() local 275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad() 322 size_t len; in wpabuf_parse_bin() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpabuf.c | 30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow() 113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc() 135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data() 160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy() 217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put() 240 size_t len = 0; in wpabuf_concat() local 275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad() 322 size_t len; in wpabuf_parse_bin() local
|
D | base64.c | 26 static char * base64_gen_encode(const unsigned char *src, size_t len, in base64_gen_encode() 89 static unsigned char * base64_gen_decode(const char *src, size_t len, in base64_gen_decode() 170 char * base64_encode(const void *src, size_t len, size_t *out_len) in base64_encode() 177 char * base64_encode_no_lf(const void *src, size_t len, size_t *out_len) in base64_encode_no_lf() 183 char * base64_url_encode(const void *src, size_t len, size_t *out_len) in base64_url_encode() 199 unsigned char * base64_decode(const char *src, size_t len, size_t *out_len) in base64_decode() 205 unsigned char * base64_url_decode(const char *src, size_t len, size_t *out_len) in base64_url_decode()
|
/third_party/node/deps/v8/src/temporal/ |
D | temporal-parser.cc | 147 int32_t len = ScanMinuteSecond(str, s, out); in SCAN_FORWARD() local 177 int32_t len = ScanFractionalPart(str, s, &out32); in ScanFractionalPart() local 190 int32_t len; in SCAN_FORWARD() local 200 int32_t len; in ScanTimeFraction() local 221 int32_t len; in ScanTimeSpec() local 270 int32_t len = ScanTimeSpec(str, s + 1, r); in ScanTimeSpecSeparator() local 351 int32_t len; in ScanDate() local 389 int32_t len; in SCAN_FORWARD() local 406 int32_t len, hour, minute, second, nanosecond; in ScanTimeZoneNumericUTCOffset() local 498 int32_t len; in ScanTimeZoneIANAName() local [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | snappy.c | 51 unsigned int len = 1; in snappy_literal() local 79 unsigned int off, int len) in snappy_copy() 97 int len = 4 + (val & 0x7); in snappy_copy1() local 106 int len = 1 + val; in snappy_copy2() local 115 int len = 1 + val; in snappy_copy4() local 123 int64_t len = bytestream2_get_levarint(gb); in decode_len() local 134 int64_t len = decode_len(gb); in ff_snappy_peek_uncompressed_length() local 143 int64_t len = decode_len(gb); in ff_snappy_uncompress() local
|
/third_party/ffmpeg/tests/checkasm/ |
D | audiodsp.c | 34 #define randomize_float(buf, len) \ argument 43 #define randomize_int(buf, len, size, bits) \ argument 61 unsigned int len_bits_minus4, v1_bits, v2_bits, len; in checkasm_check_audiodsp() local 91 int len; in checkasm_check_audiodsp() local 121 int i, len; in checkasm_check_audiodsp() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | x509v3.c | 181 int x509_parse_algorithm_identifier(const u8 *buf, size_t len, in x509_parse_algorithm_identifier() 219 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key() 291 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() 498 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string() 541 static int parse_uint2(const char *pos, size_t len) in parse_uint2() 557 static int parse_uint4(const char *pos, size_t len) in parse_uint4() 575 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time() 692 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity() 776 const u8 *pos, size_t len) in x509_parse_ext_key_usage() 813 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1)) argument 51 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument 52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) argument 54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument 60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument 63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1)) argument 64 #define RTA_OK(rta,len) \ argument 70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) argument 71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1)) argument 51 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument 52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) argument 54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument 60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument 63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1)) argument 64 #define RTA_OK(rta,len) \ argument 70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) argument 71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | x509v3.c | 181 int x509_parse_algorithm_identifier(const u8 *buf, size_t len, in x509_parse_algorithm_identifier() 216 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key() 285 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name() 492 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string() 535 static int parse_uint2(const char *pos, size_t len) in parse_uint2() 551 static int parse_uint4(const char *pos, size_t len) in parse_uint4() 569 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time() 686 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity() 766 const u8 *pos, size_t len) in x509_parse_ext_key_usage() 799 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints() [all …]
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | packet.h | 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward() 71 size_t len) in PACKET_buf_init() 108 PACKET *subpkt, size_t len) in PACKET_peek_sub_packet() 122 PACKET *subpkt, size_t len) in PACKET_get_sub_packet() 364 size_t len) in PACKET_peek_bytes() 382 size_t len) in PACKET_get_bytes() 395 size_t len) in PACKET_peek_copy_bytes() 410 unsigned char *data, size_t len) in PACKET_copy_bytes() 429 size_t dest_len, size_t *len) in PACKET_copy_all() 450 unsigned char **data, size_t *len) in PACKET_memdup() [all …]
|
/third_party/openssl/include/internal/ |
D | packet.h | 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward() 71 size_t len) in PACKET_buf_init() 108 PACKET *subpkt, size_t len) in PACKET_peek_sub_packet() 122 PACKET *subpkt, size_t len) in PACKET_get_sub_packet() 364 size_t len) in PACKET_peek_bytes() 382 size_t len) in PACKET_get_bytes() 395 size_t len) in PACKET_peek_copy_bytes() 410 unsigned char *data, size_t len) in PACKET_copy_bytes() 429 size_t dest_len, size_t *len) in PACKET_copy_all() 450 unsigned char **data, size_t *len) in PACKET_memdup() [all …]
|
/third_party/libwebsockets/lib/roles/http/ |
D | date.c | 38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render() 54 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t) in lws_http_date_render_from_unix() 72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse() 135 lws_http_date_parse_unix(const char *b, size_t len, time_t *t) in lws_http_date_parse_unix() 161 size_t len = (unsigned int)lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_RETRY_AFTER); in lws_http_check_retry_after() local
|
/third_party/mbedtls/library/ |
D | asn1parse.c | 41 size_t *len) in mbedtls_asn1_get_len() 103 size_t *len, int tag) in mbedtls_asn1_get_tag() 123 size_t len; in mbedtls_asn1_get_bool() local 144 size_t len; in asn1_get_tagged_int() local 206 size_t len; in mbedtls_asn1_get_mpi() local 264 unsigned char *start, size_t len), in mbedtls_asn1_traverse_sequence_of() 268 size_t len; in mbedtls_asn1_traverse_sequence_of() local 310 size_t *len) in mbedtls_asn1_get_bitstring_null() 348 size_t len) in asn1_get_sequence_of_cb() 394 size_t len; in mbedtls_asn1_get_alg() local [all …]
|
/third_party/libevdev/libevdev/ |
D | libevdev-names.c | 20 size_t len; member 60 libevdev_event_type_from_name_n(const char *name, size_t len) in libevdev_event_type_from_name_n() 73 static int type_from_prefix(const char *name, ssize_t len) in type_from_prefix() 109 libevdev_event_code_from_name_n(unsigned int type, const char *name, size_t len) in libevdev_event_code_from_name_n() 136 libevdev_event_value_from_name_n(unsigned int type, unsigned int code, const char *name, size_t len) in libevdev_event_value_from_name_n() 159 libevdev_property_from_name_n(const char *name, size_t len) in libevdev_property_from_name_n() 179 libevdev_event_code_from_code_name_n(const char *name, size_t len) in libevdev_event_code_from_code_name_n() 200 libevdev_event_type_from_code_name_n(const char *name, size_t len) in libevdev_event_type_from_code_name_n()
|