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

  /external/clang/test/Analysis/
taint-tester.c 55 char ntz = xy.z;// no warning local
  /system/keymaster/
ocb.c 89 /* Compiler-specific intrinsics and fixes: bswap64, ntz */
98 static inline unsigned ntz(unsigned x) { function
106 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro
124 static inline unsigned ntz(unsigned x) { function
134 static inline unsigned ntz(unsigned x) { function
807 tz = ntz(ad_block_num);
    [all...]

Completed in 3440 milliseconds