Searched defs:maxlen (Results 1 – 16 of 16) sorted by relevance
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wcsnlen.c | 35 wcsnlen(const wchar_t *s, size_t maxlen) in wcsnlen()
|
/aosp12/bionic/libc/bionic/ |
H A D | strnlen.c | 30 size_t strnlen(const char* str, size_t maxlen) in strnlen()
|
H A D | fts.c | 558 size_t len, maxlen; in fts_build() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strndup.c | 26 strndup(const char *str, size_t maxlen) in strndup()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/inet/ |
H A D | nsap_addr.c | 58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncDispatchTimerQueue.h | 161 static constexpr size_t maxlen = kMaxNamePrint + arrayLen(kTraceNamePrefix) + member
|
H A D | Timer.cpp | 165 static constexpr size_t maxlen = arrayLen(traceNamePrefix) + max64print; in dispatch() local
|
/aosp12/system/netd/libnetdutils/ |
H A D | InternetAddresses.cpp | 143 uint8_t maxlen = (ip.family() == AF_INET) ? 32 : 128; in forString() local
|
/aosp12/hardware/samsung/nfc/halimpl/src/ |
H A D | util.cc | 38 bool willBeContinuous(char* buffer, size_t maxlen) { in willBeContinuous()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | dhdioctl.h | 98 uint maxlen; /* Maximum length of packets to send */ member
|
H A D | bcmutils.h | 226 uint16 maxlen; member
|
/aosp12/system/logging/liblog/ |
H A D | log_event_list.cpp | 204 int android_log_write_string8_len(android_log_context context, const char* value, size_t maxlen) { in android_log_write_string8_len()
|
/aosp12/system/core/libutils/ |
H A D | Unicode.cpp | 233 size_t strnlen16(const char16_t *s, size_t maxlen) in strnlen16()
|
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/ |
H A D | Utils.cpp | 396 constexpr size_t maxlen = 8; in make_hdradio_station_name() local
|
/aosp12/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | reg.py | 800 def dumpReg(self, maxlen = 40, filehandle = sys.stdout): argument
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_utils.cc | 962 uint16_t maxlen; in l2cu_send_peer_echo_rsp() local
|