Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DBitUtils_test.cpp25 uint8_t arr[2] = { 0xff, 0xff }; in TEST() local
31 uint8_t arr[1]; in TEST() local
37 uint8_t arr[1]; in TEST() local
45 uint8_t arr[1] = { 0x10 }; in TEST() local
55 uint8_t arr[1] = { 0x10 }; in TEST() local
66 uint8_t arr[3] = { 0x00, 0x08, 0x01 }; in TEST() local
/hardware/libhardware/modules/input/evdev/
DBitUtils.cpp38 bool testBitInRange(const uint8_t arr[], size_t start, size_t end) { in testBitInRange()
DInputHub.cpp53 static constexpr bool testBit(int bit, const uint8_t arr[]) { in testBit()
/hardware/google/graphics/common/libacryl/
Dacrylic_internal.h42 #define ARRSIZE(arr) (sizeof(arr) / sizeof(arr[0])) argument
/hardware/interfaces/confirmationui/support/src/
DConfirmationUITranslations.c152 #define ARRAY_ELEMENTS(arr) \ argument
/hardware/google/graphics/common/libscaler/
Dlibscaler-common.h68 #define ARRSIZE(arr) (sizeof(arr)/sizeof(arr[0])) argument
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp372 Array arr; in TEST() local
934 const Array& arr = *(item->asArray()); in TEST() local
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp48 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument