Searched refs:NELEMS (Results 1 – 4 of 4) sorted by relevance
30 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) macro69 if (ucs < NELEMS (__jisx0213_from_ucs_level1) << 6) in uint16_t()
23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) macro345 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];549 typedef int verify2[(NELEMS (from_ucs4) == FROM_IDX_END) - 1];
24 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) macro348 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];551 typedef int verify2[(NELEMS (from_ucs4) == FROM_IDX_FF) - 1];
23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) macro176 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];376 typedef int verify2[(NELEMS (from_ucs4) == FROM_IDX_FF) - 1];
Completed in 7 milliseconds