OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOC_TABLE_SIZE
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/gps/msm8909/utils/
loc_log.h
55
#define
LOC_TABLE_SIZE
(table) (sizeof(table)/sizeof((table)[0]))
loc_log.cpp
97
static const size_t loc_msg_q_status_num =
LOC_TABLE_SIZE
(loc_msg_q_status);
122
static const size_t target_name_num =
LOC_TABLE_SIZE
(target_name);
/hardware/qcom/gps/msm8996/utils/
loc_log.h
55
#define
LOC_TABLE_SIZE
(table) (sizeof(table)/sizeof((table)[0]))
loc_log.cpp
97
static const size_t loc_msg_q_status_num =
LOC_TABLE_SIZE
(loc_msg_q_status);
122
static const size_t target_name_num =
LOC_TABLE_SIZE
(target_name);
/hardware/qcom/gps/msm8998/utils/
loc_log.h
55
#define
LOC_TABLE_SIZE
(table) (sizeof(table)/sizeof((table)[0]))
loc_log.cpp
93
static const size_t loc_msg_q_status_num =
LOC_TABLE_SIZE
(loc_msg_q_status);
118
static const size_t target_name_num =
LOC_TABLE_SIZE
(target_name);
/hardware/qcom/gps/sdm845/utils/
loc_log.h
55
#define
LOC_TABLE_SIZE
(table) (sizeof(table)/sizeof((table)[0]))
loc_log.cpp
92
static const size_t loc_msg_q_status_num =
LOC_TABLE_SIZE
(loc_msg_q_status);
117
static const size_t target_name_num =
LOC_TABLE_SIZE
(target_name);
Completed in 371 milliseconds