Searched refs:type_len (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2088 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie() argument 2104 (ie_len >= (DOT11_OUI_LEN + type_len)) && in find_vendor_ie() 2108 if (type_len == 0 || in find_vendor_ie() 2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 853 const char *voui, uint8 *type, int type_len);
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7306 size_t type_len = strnlen(marker, size); in ReadAttribute() local 7307 if (type_len == size) { in ReadAttribute() 7310 *type = std::string(marker, type_len); in ReadAttribute() 7312 marker += type_len + 1; in ReadAttribute() 7313 size -= type_len + 1; in ReadAttribute() 7330 *marker_size = name_len + 1 + type_len + 1 + sizeof(uint32_t); in ReadAttribute() 7351 *marker_size = name_len + 1 + type_len + 1 + sizeof(uint32_t) + data_len; in ReadAttribute()
|