Home
last modified time | relevance | path

Searched defs:max_len (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64()
1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32()
1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty()
1484 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); in processAppTags() local
1657 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); in halSysInfo() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; in structseq_new() local
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp352 u32 *max_len) { in wifi_get_packet_filter_capabilities()
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_hal.cpp900 u32* version, u32* max_len) in AndroidPktFilterCommand()
1330 u32 *version, u32 *max_len) in wifi_get_packet_filter_capabilities()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h197 OnigDistance max_len; /* max length (byte) */ member