Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
Dbt_vendor.cpp26 #define STREAM_TO_UINT16(u16, p) \ argument
31 #define UINT16_TO_STREAM(p, u16) \ argument
/hardware/google/apf/next/
Dapf_defs.h6 typedef uint16_t u16; typedef
Dapf_interpreter.c35 typedef uint16_t u16; typedef
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_neon_4.h874 uint16x4_t u16 = vreinterpret_u16_f16(f16); in float_to_float16() local
895 uint16x4_t u16 = vmovn_u32(u32); in float16_to_float() local
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dring_buffer.cpp39 typedef uint16_t u16; typedef
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dring_buffer.cpp39 typedef uint16_t u16; typedef
/hardware/broadcom/libbt/src/
Dhardware.c100 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) +… argument
102 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);} argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c43 typedef u_int16_t u16; typedef
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp509 typedef detail::uint16 u16; typedef
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioAseConfigurationSettingProvider.cpp22 #define STREAM_TO_UINT16(u16, p) \ argument
/hardware/google/apf/v6/
Dapf_interpreter.c35 typedef uint16_t u16; typedef
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp898 typedef detail::uint16 u16; typedef
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_hal.h33 typedef uint16_t u16; typedef