OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_elems
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c
56
#define
NUM_ELEMS
(a) (sizeof(a) / sizeof((a)[0]))
57
#define NUM_TLS_CIPHER_SUITES
NUM_ELEMS
(tls_cipher_suites)
83
#define NUM_TLS_CIPHER_DATA
NUM_ELEMS
(tls_ciphers)
/external/wpa_supplicant/
tlsv1_common.c
59
#define
NUM_ELEMS
(a) (sizeof(a) / sizeof((a)[0]))
60
#define NUM_TLS_CIPHER_SUITES
NUM_ELEMS
(tls_cipher_suites)
86
#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++) {
/external/freetype/include/freetype/internal/
psaux.h
106
/*
num_elems
:: The current number of elements in table. */
125
FT_Int
num_elems
;
member in struct:PS_TableRec_
[
all
...]
/hardware/ril/libril/
ril.cpp
74
#define
NUM_ELEMS
(a) (sizeof (a) / sizeof (a)[0])
340
if (request < 1 || request >= (int32_t)
NUM_ELEMS
(s_commands)) {
[
all
...]
/external/freetype/src/psaux/
psobjs.c
83
table->
num_elems
= 0;
[
all
...]
Completed in 1268 milliseconds