OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_ELEMS
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
60
#define
NUM_ELEMS
(a) (sizeof(a) / sizeof((a)[0]))
61
#define NUM_TLS_CIPHER_SUITES
NUM_ELEMS
(tls_cipher_suites)
87
#define NUM_TLS_CIPHER_DATA
NUM_ELEMS
(tls_ciphers)
/hardware/ril/reference-ril/
atchannel.c
48
#define
NUM_ELEMS
(x) (sizeof(x)/sizeof(x[0]))
161
for (i = 0 ; i <
NUM_ELEMS
(s_finalResponsesError) ; i++) {
183
for (i = 0 ; i <
NUM_ELEMS
(s_finalResponsesSuccess) ; i++) {
216
for (i = 0 ; i <
NUM_ELEMS
(s_smsUnsoliciteds) ; i++) {
/hardware/ril/libril/
ril.cpp
75
#define
NUM_ELEMS
(a) (sizeof (a) / sizeof (a)[0])
374
if (request < 1 || request >= (int32_t)
NUM_ELEMS
(s_commands)) {
[
all
...]
Completed in 198 milliseconds