OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT32_TO_STREAM
(Results
1 - 11
of
11
) sorted by null
/hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h
34
#define
UINT32_TO_STREAM
(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
hw_ar3k.h
55
#define
UINT32_TO_STREAM
(p, u32) \
/hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h
25
#define
UINT32_TO_STREAM
(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
hw_ar3k.h
55
#define
UINT32_TO_STREAM
(p, u32) \
/hardware/qcom/bt/msm8996/libbt-vendor/include/
bt_vendor_qcom.h
34
#define
UINT32_TO_STREAM
(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
hw_ar3k.h
55
#define
UINT32_TO_STREAM
(p, u32) \
/hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h
33
#define
UINT32_TO_STREAM
(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
hw_ar3k.h
55
#define
UINT32_TO_STREAM
(p, u32) \
/system/nfc/src/hal/include/
nfc_types.h
72
#define
UINT32_TO_STREAM
(p, u32) \
/hardware/broadcom/libbt/src/
hardware.c
101
#define
UINT32_TO_STREAM
(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
812
UINT32_TO_STREAM
(p, UART_TARGET_BAUD_RATE);
[
all
...]
/system/bt/stack/include/
bt_types.h
270
#define
UINT32_TO_STREAM
(p, u32) \
[
all
...]
Completed in 792 milliseconds