Searched defs:nnn (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86ModRMFilters.h88 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
98 /// \param nnn The required value of the nnn field.
99 ExtendedFilter(bool r, uint8_t nnn) : argument
102 NNN(nnn) {
/external/stlport/src/
H A Dnum_put_float.cpp560 int nnn = decpt; local
562 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++;
563 } while ( --nnn > 0 );
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c1135 UInt nnn = isU32(cond, X86CondBE) ? 1 : 0; local
1150 mkU32(nnn)
1159 UInt nnn = isU32(cond, X86CondB) ? 1 : 0; local
1170 mkU32(nnn)
1179 UInt nnn = isU32(cond, X86CondZ) ? 1 : 0; local
1190 mkU32(nnn)
1199 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; local
1210 mkU32(nnn)
H A Dguest_amd64_helpers.c1394 ULong nnn = isU64(cond, AMD64CondBE) ? 1 : 0; local
1409 mkU64(nnn)
1435 UInt nnn = isU64(cond, AMD64CondZ) ? 1 : 0; local
1446 mkU64(nnn)

Completed in 3285 milliseconds