/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/ |
eglext.h | 43 #define EGL_VG_COLORSPACE_LINEAR_BIT_KHR 0x0020 /* EGL_SURFACE_TYPE bitfield */ 44 #define EGL_VG_ALPHA_FORMAT_PRE_BIT_KHR 0x0040 /* EGL_SURFACE_TYPE bitfield */ 49 #define EGL_READ_SURFACE_BIT_KHR 0x0001 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 50 #define EGL_WRITE_SURFACE_BIT_KHR 0x0002 /* EGL_LOCK_USAGE_HINT_KHR bitfield */ 51 #define EGL_LOCK_SURFACE_BIT_KHR 0x0080 /* EGL_SURFACE_TYPE bitfield */ 52 #define EGL_OPTIMAL_FORMAT_BIT_KHR 0x0100 /* EGL_SURFACE_TYPE bitfield */ 136 #define EGL_SYNC_FLUSH_COMMANDS_BIT_KHR 0x0001 /* eglClientWaitSyncKHR <flags> bitfield */
|
/external/v8/src/mips/ |
code-stubs-mips.h | 108 class ModeBits: public BitField<OverwriteMode, 0, 2> {}; 109 class OpBits: public BitField<Token::Value, 2, 6> {}; 110 class TypeInfoBits: public BitField<int, 8, 3> {}; 111 class RegisterBits: public BitField<bool, 11, 1> {}; 112 class KnownIntBits: public BitField<int, 12, kKnownRhsKeyBits> {}; 273 class ModeBits: public BitField<OverwriteMode, 0, 2> {}; 274 class OpBits: public BitField<Token::Value, 2, 7> {}; 275 class FPUBits: public BitField<bool, 9, 1> {}; 276 class OperandTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 10, 3> {}; 277 class ResultTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 13, 3> {} [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 109 void NewTraceMESA( bitfield mask, const ubyte * traceName ) 113 void EnableTraceMESA( bitfield mask ) 115 void DisableTraceMESA( bitfield mask ) 117 void TraceAssertAttribMESA( bitfield attribMask ) 178 void NewTraceMESA( bitfield mask, const GLubyte * traceName ) 195 void EnableTraceMESA( bitfield mask ) 196 void DisableTraceMESA( bitfield mask ) 259 void TraceAssertAttribMESA( bitfield attribMask )
|
/external/v8/src/arm/ |
code-stubs-arm.h | 127 class ModeBits: public BitField<OverwriteMode, 0, 2> {}; 128 class OpBits: public BitField<Token::Value, 2, 7> {}; 129 class VFP3Bits: public BitField<bool, 9, 1> {}; 130 class OperandTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 10, 3> {}; 131 class ResultTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 13, 3> {}; 279 class IntRegisterBits: public BitField<int, 0, 4> {}; 280 class HeapNumberRegisterBits: public BitField<int, 4, 4> {}; 281 class ScratchRegisterBits: public BitField<int, 8, 4> {};
|
/external/v8/src/ |
code-stubs.h | 193 class MajorKeyBits: public BitField<uint32_t, 0, kMajorBits> {}; 194 class MinorKeyBits: public BitField<uint32_t, kMajorBits, kMinorBits> {}; 420 class OverwriteField: public BitField<UnaryOverwriteMode, 0, 1> {}; 421 class IncludeSmiCodeField: public BitField<bool, 1, 1> {}; 422 class NegativeZeroField: public BitField<NegativeZeroHandling, 2, 1> {}; 423 class OpField: public BitField<Token::Value, 3, kMinorBits - 3> {}; 462 class OpField: public BitField<int, 0, 3> { }; 463 class StateField: public BitField<int, 3, 5> { }; 556 class StrictField: public BitField<bool, 0, 1> {}; 557 class NeverNanNanField: public BitField<bool, 1, 1> {} [all...] |
safepoint-table.h | 96 class GapCodeSizeField: public BitField<unsigned, 0, kGapCodeSizeBits> {}; 97 class DeoptimizationIndexField: public BitField<int, 100 class ArgumentsField: public BitField<unsigned, 103 class SaveDoublesField: public BitField<bool,
|
compiler.h | 179 // Flags using template class BitField<type, start, length>. All are 183 class IsLazy: public BitField<bool, 0, 1> {}; 185 class IsEval: public BitField<bool, 1, 1> {}; 186 class IsGlobal: public BitField<bool, 2, 1> {}; 188 class IsInLoop: public BitField<bool, 3, 1> {}; 190 class IsStrictMode: public BitField<bool, 4, 1> {}; 192 class IsNative: public BitField<bool, 6, 1> {};
|
frame-element.h | 257 class TypeField: public BitField<Type, 0, 3> {}; 258 class CopiedField: public BitField<bool, 3, 1> {}; 259 class SyncedField: public BitField<bool, 4, 1> {}; 260 class UntaggedInt32Field: public BitField<bool, 5, 1> {}; 261 class TypeInfoField: public BitField<int, 6, 7> {}; 262 class DataField: public BitField<uint32_t, 13, 32 - 13> {};
|
/sdk/emulator/qtools/ |
thumbdis.cpp | 55 %<bitfield>d print the bitfield in decimal 56 %<bitfield>x print the bitfield in hex 57 %<bitfield>X print the bitfield as 1 hex digit without leading "0x" 58 %<bitfield>r print as an ARM register 59 %<bitfield>f print a floating point constant if >7 else a 86 %<bitfield>I print bitfield as a signed decima [all...] |
/external/clang/test/CodeGen/ |
bitfield-assign.c | 1 /* Check that the result of a bitfield assignment is properly
|
/external/clang/test/SemaCXX/ |
conversion.cpp | 52 A() : x(10) {} // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
|
/external/llvm/test/FrontendObjC/ |
2009-04-27-bitfield-vs-ivar.m | 7 // Test instance variable sizing when base class ends in bitfield
|
/external/llvm/test/Linker/ |
inlineasm.ll | 4 ; ModuleID = 'bitfield-access-2.o'
|
/external/llvm/test/Transforms/InstCombine/ |
bit-tracking.ll | 16 ; incrementing a single-bit bitfield, which should become just an xor.
|
/frameworks/base/opengl/libs/tools/ |
glenumsgen | 23 # Skip bitfield definitions.
|
/external/v8/src/ia32/ |
code-stubs-ia32.h | 128 class ModeBits: public BitField<OverwriteMode, 0, 2> {}; 129 class OpBits: public BitField<Token::Value, 2, 7> {}; 130 class SSE3Bits: public BitField<bool, 9, 1> {}; 131 class OperandTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 10, 3> {}; 132 class ResultTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 13, 3> {};
|
/external/v8/test/cctest/ |
test-conversions.cc | 227 class OneBit1: public BitField<uint32_t, 0, 1> {}; 228 class OneBit2: public BitField<uint32_t, 7, 1> {}; 229 class EightBit1: public BitField<uint32_t, 0, 8> {}; 230 class EightBit2: public BitField<uint32_t, 13, 8> {}; 232 TEST(BitField) {
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 123 int ttls_auth; /* EAP_TTLS_AUTH_* bitfield */ 155 unsigned int logger_syslog; /* module bitfield */ 156 unsigned int logger_stdout; /* module bitfield */ 204 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication 207 int wpa; /* bitfield of WPA_PROTO_WPA, WPA_PROTO_RSN */
|
/external/bluetooth/hcidump/parser/ |
rfcomm.h | 38 #define GET_BIT(pos,bitfield) ((bitfield[(pos)/32]) & (1 << ((pos) % 32))) 39 #define SET_BIT(pos,bitfield) ((bitfield[(pos)/32]) |= (1 << ((pos) % 32))) 40 #define CLR_BIT(pos,bitfield) ((bitfield[(pos)/32]) &= ((1 << ((pos) % 32)) ^ (~0)))
|
/external/chromium/chrome/browser/themes/ |
theme_service.h | 125 // A bitfield mask for alignments. 189 // Convert a bitfield alignment into a string like "top left". Public so that 190 // it can be used to generate CSS values. Takes a bitfield of AlignmentMasks. 193 // Parse alignments from something like "top left" into a bitfield of
|
/external/v8/src/x64/ |
code-stubs-x64.h | 124 class ModeBits: public BitField<OverwriteMode, 0, 2> {}; 125 class OpBits: public BitField<Token::Value, 2, 7> {}; 126 class OperandTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 9, 3> {}; 127 class ResultTypeInfoBits: public BitField<TRBinaryOpIC::TypeInfo, 12, 3> {};
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 140 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_* 145 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_* 150 * key_mgmt - Bitfield of allowed key management protocols 157 * proto - Bitfield of allowed protocols, WPA_PROTO_* 162 * auth_alg - Bitfield of allowed authentication algorithms
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 143 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_* 148 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_* 153 * key_mgmt - Bitfield of allowed key management protocols 160 * proto - Bitfield of allowed protocols, WPA_PROTO_* 165 * auth_alg - Bitfield of allowed authentication algorithms
|
/external/clang/lib/CodeGen/ |
CGValue.h | 107 BitField, // This is a bitfield l-value, use getBitfield*. 122 // BitField start bit and size 176 bool isBitField() const { return LVType == BitField; } 249 // bitfield lvalue 312 R.LVType = BitField;
|