Home
last modified time | relevance | path

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

12345

/external/libexif/libexif/canon/
Dmnote-canon-entry.c36 #define CF(format,target,v,maxlen) \ argument
48 #define CC(number,target,v,maxlen) \ argument
57 #define CC2(number,t1,t2,v,maxlen) \ argument
443 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_value()
465 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_bitfield()
551 …anon_entry_get_value (const MnoteCanonEntry *entry, unsigned int t, char *val, unsigned int maxlen) in mnote_canon_entry_get_value()
/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/libexif/libexif/olympus/
Dmnote-olympus-entry.c33 #define CF(format,target,v,maxlen) \ argument
45 #define CF2(format,target1,target2,v,maxlen) \ argument
58 #define CC(number,target,v,maxlen) \ argument
68 #define CC2(number,t1,t2,v,maxlen) \ argument
273 mnote_olympus_entry_get_value (MnoteOlympusEntry *entry, char *v, unsigned int maxlen) in mnote_olympus_entry_get_value()
/external/libexif/libexif/pentax/
Dmnote-pentax-entry.c35 #define CF(format,target,v,maxlen) \ argument
47 #define CC(number,target,v,maxlen) \ argument
57 #define CC2(number,t1,t2,v,maxlen) \ argument
309 char *val, unsigned int maxlen) in mnote_pentax_entry_get_value()
/external/libexif/libexif/fuji/
Dmnote-fuji-entry.c31 #define CF(format,target,v,maxlen) \ argument
43 #define CC(number,target,v,maxlen) \ argument
191 char *val, unsigned int maxlen) in mnote_fuji_entry_get_value()
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
Dsequence.py30 maxlen=None, argument
233 def _remove_long_seq(maxlen, seq, label): argument
/external/syslinux/com32/modules/
Dcptime.c135 size_t time_copy_bufsz(size_t bufsz, size_t bcnt, off_t maxlen) in time_copy_bufsz()
140 int time_copy(char *fn, char do_simple, char do_verbose, size_t ibufsz, off_t maxlen) in time_copy()
230 off_t tmaxlen, maxlen = LEN_MAX; in main() local
/external/libopus/src/
Drepacketizer.c103 unsigned char *data, opus_int32 maxlen, int self_delimited, int pad) in opus_repacketizer_out_range_impl()
229 …ketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out_range()
234 opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out()
/external/ltp/testcases/kernel/sched/clisrv/
Dreadline.c28 int readline(fd, ptr, maxlen) in readline() argument
/external/libexif/libexif/
Dexif-entry.c444 exif_entry_format_value(ExifEntry *e, char *val, size_t maxlen) in exif_entry_format_value()
638 #define CF(entry,target,v,maxlen) \ argument
651 #define CC(entry,target,v,maxlen) \ argument
830 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/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/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
Dimdb.py35 maxlen=None, argument
Dreuters.py35 maxlen=None, argument
/external/brotli/c/enc/
Dstatic_dict.c40 size_t maxlen) { in DictMatchLength()
100 size_t maxlen; in BrotliFindAllStaticDictionaryMatches() local
/external/fio/lib/
Dnum2str.c19 char *num2str(uint64_t num, int maxlen, int base, int pow2, int units) in num2str()
/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/dhcpcd-6.8.2/
Dif-linux.c876 add_attr_l(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_l()
898 add_attr_32(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_32()
945 nla_put_32(struct nlmsghdr *n, unsigned short maxlen, in nla_put_32()
967 nla_put_string(struct nlmsghdr *n, unsigned short maxlen, in nla_put_string()
1499 rta_add_attr_32(struct rtattr *rta, unsigned short maxlen, in rta_add_attr_32()
1679 add_attr_8(struct nlmsghdr *n, unsigned short maxlen, unsigned short type, in add_attr_8()
1687 add_attr_nest(struct nlmsghdr *n, unsigned short maxlen, unsigned short type) in add_attr_nest()
/external/libnl/python/netlink/genl/
Dcapi.i56 uint16_t maxlen; member
/external/icu/icu4c/source/samples/legacy/
Dnewcol.cpp74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current()
Doldcol.cpp90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy()
/external/skia/bin/
Dcompare57 maxlen = max(map(len, common)) variable
/external/skqp/bin/
Dcompare57 maxlen = max(map(len, common)) variable
/external/python/cpython3/Modules/
D_collectionsmodule.c84 Py_ssize_t maxlen; /* maxlen is -1 for unbounded deques */ member
265 #define NEEDS_TRIM(deque, maxlen) ((size_t)(maxlen) < (size_t)(Py_SIZE(deque))) argument
268 deque_append_internal(dequeobject *deque, PyObject *item, Py_ssize_t maxlen) in deque_append_internal()
305 deque_appendleft_internal(dequeobject *deque, PyObject *item, Py_ssize_t maxlen) in deque_appendleft_internal()
376 Py_ssize_t maxlen = deque->maxlen; in deque_extend() local
441 Py_ssize_t maxlen = deque->maxlen; in deque_extendleft() local
1475 Py_ssize_t maxlen = -1; in deque_init() local

12345