OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ntz
(Results
1 - 7
of
7
) sorted by null
/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
...]
/external/clang/test/Analysis/
taint-tester.c
55
char
ntz
= xy.z;// no warning
local
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
[
all
...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
CrawFishGanson.svg
[
all
...]
Completed in 328 milliseconds