Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 25 of 131) sorted by relevance

123456

/external/iproute2/lib/
Dlibnetlink.c531 struct nlmsghdr *answer, size_t maxlen, in __rtnl_talk()
652 struct nlmsghdr *answer, size_t maxlen) in rtnl_talk()
658 struct nlmsghdr *answer, size_t maxlen, in rtnl_talk_extack()
665 struct nlmsghdr *answer, size_t maxlen) in rtnl_talk_suppress_rtnl_errmsg()
830 int addattr(struct nlmsghdr *n, int maxlen, int type) in addattr()
835 int addattr8(struct nlmsghdr *n, int maxlen, int type, __u8 data) in addattr8()
840 int addattr16(struct nlmsghdr *n, int maxlen, int type, __u16 data) in addattr16()
845 int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data) in addattr32()
850 int addattr64(struct nlmsghdr *n, int maxlen, int type, __u64 data) in addattr64()
855 int addattrstrz(struct nlmsghdr *n, int maxlen, int type, const char *str) in addattrstrz()
[all …]
/external/arm-optimized-routines/string/test/
Dstrnlen.c53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test()
99 for (int maxlen = 0; maxlen < LEN; maxlen++) in main() local
Dmemrchr.c51 size_t maxlen) in test()
Dmemchr.c53 size_t maxlen) in test()
/external/libopus/src/
Drepacketizer.c103 unsigned char *data, opus_int32 maxlen, int self_delimited, int pad) in opus_repacketizer_out_range_impl()
230 …ketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out_range()
235 opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out()
/external/arm-trusted-firmware/lib/libc/
Dstrnlen.c37 strnlen(const char *s, size_t maxlen) in strnlen()
/external/ltp/testcases/kernel/sched/clisrv/
Dreadline.c28 int readline(int fd, char *ptr, int maxlen) in readline()
/external/libexif/libexif/
Dexif-entry.c446 exif_entry_format_value(ExifEntry *e, char *val, size_t maxlen) in exif_entry_format_value()
640 #define CF(entry,target,v,maxlen) \ argument
653 #define CC(entry,target,v,maxlen) \ argument
832 exif_entry_get_value (ExifEntry *e, char *val, unsigned int maxlen) in exif_entry_get_value()
/external/toybox/toys/pending/
Dfold.c34 int bufsz, len = 0, maxlen; local
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dsequence.py89 def pad_sequences(sequences, maxlen=None, dtype='int32', argument
/external/iputils/Modules/
Dpg3.c493 int count_trail_chars(const char *buffer, unsigned int maxlen) in count_trail_chars()
514 unsigned long num_arg(const char *buffer, unsigned long maxlen, in num_arg()
531 int strn_len(const char *buffer, unsigned int maxlen) in strn_len()
/external/libnfnetlink/src/
Dlibnfnetlink.c875 int nfnl_addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, in nfnl_addattr_l()
908 int nfnl_nfa_addattr_l(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr_l()
940 int nfnl_addattr8(struct nlmsghdr *n, int maxlen, int type, u_int8_t data) in nfnl_addattr8()
958 int nfnl_nfa_addattr16(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr16()
977 int nfnl_addattr16(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr16()
996 int nfnl_nfa_addattr32(struct nfattr *nfa, int maxlen, int type, in nfnl_nfa_addattr32()
1015 int nfnl_addattr32(struct nlmsghdr *n, int maxlen, int type, in nfnl_addattr32()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.cc88 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixSockaddrPopulate() local
106 const size_t maxlen = sizeof(un->sun_path) - 1; in UnixAbstractSockaddrPopulate() local
/external/tensorflow/tensorflow/python/keras/datasets/
Dimdb.py31 maxlen=None, argument
Dreuters.py31 maxlen=None, argument
/external/brotli/c/enc/
Dstatic_dict.c36 size_t maxlen) { in DictMatchLength()
96 size_t maxlen; in BrotliFindAllStaticDictionaryMatches() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.cc178 uptr internal_strlcat(char *dst, const char *src, uptr maxlen) { in internal_strlcat()
200 uptr internal_strlcpy(char *dst, const char *src, uptr maxlen) { in internal_strlcpy()
219 uptr internal_strnlen(const char *s, uptr maxlen) { in internal_strnlen()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dstring_generator.cc20 StringGenerator::StringGenerator(int maxlen, in StringGenerator()
/external/e2fsprogs/debugfs/
Dlogdump.c74 #define WRAP(jsb, blocknr, maxlen) \ argument
364 __u32 maxlen; in dump_journal() local
647 __u32 maxlen, in dump_descriptor_block()
/external/icu/icu4c/source/samples/legacy/
Doldcol.cpp90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy()
Dnewcol.cpp74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current()
/external/skia/bin/
Dcompare57 maxlen = max(map(len, common)) variable
/external/libnl/python/netlink/genl/
Dcapi.i64 uint16_t maxlen; member
/external/python/cffi/cffi/
Dbackend_ctypes.py142 def _to_string(self, maxlen): argument
488 def _to_string(self, maxlen): argument
491 def _to_string(self, maxlen): argument
570 def _to_string(self, maxlen): argument
667 def _to_string(self, maxlen): argument
965 def _to_string(self, maxlen): argument
981 def string(self, b, maxlen=-1): argument
/external/clang/test/Sema/
Denable_if.c29 inline size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate function}} in strnlen()

123456