Searched refs:_NUMELEMENTS (Results 1 – 4 of 4) sorted by relevance
54 _NUMELEMENTS(booloffsets), 0)) == -1) ? -1 : bool_array[offset]);69 _NUMELEMENTS(numoffsets), 0)) == -1) ? -2 : num_array[offset]);84 _NUMELEMENTS(stroffsets), 0)) == -1) ? (char *) -1 :
134 int n = _NUMELEMENTS(booloffsets);153 int n = _NUMELEMENTS(numoffsets);172 int n = _NUMELEMENTS(stroffsets);
241 #define _NUMELEMENTS(x) (sizeof (x)/sizeof (x[0])) macro