Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddebug-info-byval.cpp18 class VAL { class
/external/clang/test/Index/
Dannotate-tokens.m63 #define VAL 0 macro
/external/clang/include/clang/AST/
DTemplateBase.h89 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
DExpr.h1223 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/external/deqp/framework/common/
DtcuTexture.cpp870 #define PN(VAL, OFFS, BITS) (normFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument
871 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument
956 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument
1011 #define PN(VAL, OFFS, BITS) (normFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixDepth() argument
1048 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixStencil() argument
/external/llvm/include/llvm/ADT/
DAPInt.h81 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/external/elfutils/0.153/libdw/
DlibdwP.h553 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \ argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\ argument
1611 #define IFETCH(VAL,INDEX,CHAN)\ argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\ argument
1611 #define IFETCH(VAL,INDEX,CHAN)\ argument
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp556 #define SB(NDX, VAL) dst.setBit((NDX), (VAL)) in writeBlockMode() argument
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp6275 enum { ID, VAL } state = ID; in parseCounter() enumerator