OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIf
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/tools/
cpp.py
[
all
...]
/external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h
708
bool ifThenElseConditionBit(Condition condition, bool
isIf
)
710
return
isIf
? (condition & 1) : !(condition & 1);
[
all
...]
Completed in 1931 milliseconds