OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARRAY_COUNT
(Results
1 - 6
of
6
) sorted by null
/device/google/dragon/audio/hal/
array.h
80
#define
ARRAY_COUNT
(a) ((a)->count)
cras_dsp_pipeline.c
430
n =
ARRAY_COUNT
(&ini->plugins);
452
pipeline->input_channels =
ARRAY_COUNT
(
454
pipeline->output_channels =
ARRAY_COUNT
(
510
int in =
ARRAY_COUNT
(&instance->input_audio_ports);
511
int out =
ARRAY_COUNT
(&instance->output_audio_ports);
cras_expr.c
133
if (
ARRAY_COUNT
(operands) != 2) {
150
int n =
ARRAY_COUNT
(operands);
512
if (
ARRAY_COUNT
(&values) > 0) {
cras_dsp_ini.c
87
i =
ARRAY_COUNT
(&ini->flows);
/external/vboot_reference/cgpt/
cgpt.h
199
#define
ARRAY_COUNT
(array) (sizeof(array)/sizeof((array)[0]))
cgpt_common.c
658
for (i = 0; i <
ARRAY_COUNT
(supported_types); ++i) {
669
for (i = 0; i <
ARRAY_COUNT
(supported_types); ++i) {
681
for (i = 0; i <
ARRAY_COUNT
(supported_types); ++i) {
811
if (errnum < 0 || errnum >=
ARRAY_COUNT
(error_string))
[
all
...]
Completed in 3012 milliseconds