HomeSort by relevance Sort by last modified time
    Searched refs:ALEN (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/lib/testUtil/
testUtil.c 34 #define ALEN(a) (sizeof(a) / sizeof(a [0])) // Array length
334 rv = snprintf(linep, ALEN(line) - (linep - line),
344 assert((ALEN(line) - 4) >= (linep - line));
345 rv = snprintf(linep, ALEN(line) - (linep - line),
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 394 #define ALEN(A) (sizeof(A)/sizeof(A[0]))
436 for (i = ALEN(unop) - 1; i >= 0; i--) {
450 for (i = ALEN(binop) - 1; i >= 0; i--) {
    [all...]

Completed in 37 milliseconds