Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 4992) sorted by relevance

12345678910>>...200

/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp222 bool get_bson_string(const NumberType len, string_t& result) in get_bson_string()
244 bool get_bson_binary(const NumberType len, binary_t& result) in get_bson_binary()
284 std::int32_t len{}; in parse_bson_element_internal() local
301 std::int32_t len{}; in parse_bson_element_internal() local
631 std::uint8_t len{}; in parse_cbor_internal() local
637 std::uint16_t len{}; in parse_cbor_internal() local
643 std::uint32_t len{}; in parse_cbor_internal() local
649 std::uint64_t len{}; in parse_cbor_internal() local
685 std::uint8_t len{}; in parse_cbor_internal() local
691 std::uint16_t len{}; in parse_cbor_internal() local
[all …]
/third_party/python/Objects/
Dbytes_methods.c13 _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/
Ddepfile_parser.cc159 int len = (int)(in - start); in Parse() local
217 int len = (int)(in - start); in Parse() local
229 int len = (int)(in - start); in Parse() local
251 int len = (int)(in - start); in Parse() local
285 int len = (int)(in - start - 1); in Parse() local
298 int len = (int)(in - start); in Parse() local
329 int len = (int)(out - filename); in Parse() local
/third_party/cups-filters/scripting/perl/
DCUPS.xs19 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/
Dbio_dump.c22 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/
Dfloat_dsp.c28 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/
Dnfs_flock.h16 #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/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/communicator/
Dhttp_msg_handler.cc23 …ttpMsgHandler(const std::shared_ptr<HttpMessageHandler> &http_msg, uint8_t *const data, size_t len) in HttpMsgHandler()
31 size_t HttpMsgHandler::len() const { return len_; } in len() function in mindspore::ps::core::HttpMsgHandler
33 bool HttpMsgHandler::SendResponse(const void *data, const size_t &len) { in SendResponse()
39 bool HttpMsgHandler::SendResponseInference(const void *data, const size_t &len, RefBufferRelCallbac… in SendResponseInference()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpabuf.c30 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/
Dwpabuf.c30 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
Dbase64.c26 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/ffmpeg/tests/checkasm/
Daudiodsp.c34 #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/backends/backend/
Depsonds-cmd.c27 esci2_parse_block(char *buf, int len, void *userdata, SANE_Status (*cb)(void *userdata, char *token… in esci2_parse_block()
130 char *cmd, size_t len, in esci2_cmd()
132 void *userdata, SANE_Status (*cb)(void *userdata, char *token, int len)) in esci2_cmd()
234 …_cmd_simple(epsonds_scanner* s, char *cmd, SANE_Status (*cb)(void *userdata, char *token, int len)) in esci2_cmd_simple()
270 static int decode_value(char *buf, int len) in decode_value()
291 static char *decode_binary(char *buf, int len) in decode_binary()
317 static char *decode_string(char *buf, int len) in decode_string()
331 static void debug_token(int level, const char *func, char *token, int len) in debug_token()
342 static SANE_Status info_cb(void *userdata, char *token, int len) in info_cb()
636 static SANE_Status capa_cb(void *userdata, char *token, int len) in capa_cb()
[all …]
/third_party/ffmpeg/libavcodec/
Dsnappy.c51 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/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h49 #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/
Dpriv_netlink.h49 #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/libwebsockets/lib/roles/http/
Ddate.c38 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/libexif/libexif/apple/
Dmnote-apple-entry.c74 size_t i, len = 0; in mnote_apple_entry_get_value() local
90 size_t i, len = 0; in mnote_apple_entry_get_value() local
105 size_t i, len = 0; in mnote_apple_entry_get_value() local
120 size_t i, len = 0; in mnote_apple_entry_get_value() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dx509v3.c181 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/wps/
Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
92 u16 len) in wps_parse_vendor_ext_wfa()
112 u16 len) in wps_parse_vendor_ext()
153 const u8 *pos, u16 len) in wps_set_attr()
599 u16 type, len; in wps_parse_msg() local
/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkostemp.c36 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0100() local
59 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0200() local
82 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0300() local
105 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0400() local
128 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0500() local
151 int len = sprintf(rmfile, "rm %s", tmpfile); in mkostemp_0600() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dx509v3.c181 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/libevdev/libevdev/
Dlibevdev-names.c20 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()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfprintf.c31 int32_t len = fprintf(stdout, "%s", str); in fprintf_0100() local
43 int32_t len = fprintf(stderr, "%s", str); in fprintf_0200() local
55 int len = 0; in fprintf_0300() local
72 int32_t len = 0; in fprintf_0400() local
/third_party/mbedtls/library/
Dasn1parse.c30 size_t *len) in mbedtls_asn1_get_len()
63 size_t *len, int tag) in mbedtls_asn1_get_tag()
85 size_t len; in mbedtls_asn1_get_bool() local
106 size_t len; in asn1_get_tagged_int() local
168 size_t len; in mbedtls_asn1_get_mpi() local
226 unsigned char *start, size_t len), in mbedtls_asn1_traverse_sequence_of()
230 size_t len; in mbedtls_asn1_traverse_sequence_of() local
272 size_t *len) in mbedtls_asn1_get_bitstring_null()
310 size_t len) in asn1_get_sequence_of_cb()
356 size_t len; in mbedtls_asn1_get_alg() local
[all …]

12345678910>>...200