/external/clang/test/CodeGen/ |
bitfield-assign.c | 1 /* Check that the result of a bitfield assignment is properly
|
tbaa-struct.cpp | 41 // Make sure that zero-length bitfield works. 45 int :0; /* ignored; prior field is not a bitfield. */
|
/external/clang/test/CodeGenObjC/ |
ivar-layout-64-bitfields.m | 12 } bitfield;
|
arc-captured-32bit-block-var-layout.m | 192 // Test1 bitfield in cpatured aggregate. 209 // Test2 bitfield in cpatured aggregate. 222 // Test3 bitfield in cpatured aggregate. 254 // Test4 unnamed bitfield 291 // Test5 unnamed bitfield. 308 // Test6 0 length bitfield.
|
arc-captured-block-var-layout.m | 191 // Test1 bitfield in cpatured aggregate. 208 // Test2 bitfield in cpatured aggregate. 221 // Test3 bitfield in cpatured aggregate. 253 // Test4 unnamed bitfield 290 // Test5 unnamed bitfield. 307 // Test6 0 length bitfield.
|
/external/clang/test/SemaCXX/ |
bitfield.cpp | 11 typedef __typeof__(t.n) Unsigned; // Bitfield is unsigned
|
microsoft-new-delete.cpp | 18 struct bitfield { int n : 3; } bf; // expected-note {{here}} struct
|
/external/deqp/framework/egl/ |
egluStrUtil.inl | 285 tcu::Format::Bitfield<16> getAPIBitsStr (int value) 295 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 298 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value) 312 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
|
/external/libbrillo/brillo/ |
syslog_logging.h | 20 // Initialize logging subsystem. |init_flags| is a bitfield, with bits defined
|
/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.
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
inlineasm.ll | 4 ; ModuleID = 'bitfield-access-2.o'
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
bit-tracking.ll | 16 ; incrementing a single-bit bitfield, which should become just an xor.
|
/frameworks/native/opengl/libs/tools/ |
glenumsgen | 23 # Skip bitfield definitions.
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_bitfield.java | 25 super(rstc, "Bitfield", ctx);
|
/hardware/interfaces/gnss/1.0/ |
IAGnssRilCallback.hal | 36 requestSetIdCb(bitfield<ID> setIdflag);
|
IGnssConfiguration.hal | 109 setSuplMode(bitfield<SuplMode> mode) generates (bool success); 120 setGpsLock(bitfield<GpsLock> lock) generates (bool success); 130 setLppProfile(bitfield<LppProfile> lppProfile) generates (bool success); 140 setGlonassPositioningProtocol(bitfield<GlonassPosProtocol> protocol) generates (bool success);
|
/hardware/interfaces/renderscript/1.0/ |
IDevice.hal | 35 bitfield<ContextFlags> flags)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
bitfield.s | 1 # Test handling of bitfield instruction operands.
|
/external/llvm/test/CodeGen/AArch64/ |
bitfield.ll | 13 ; N.b. this doesn't actually produce a bitfield instruction at the 29 ; N.b. this doesn't actually produce a bitfield instruction at the 45 ; N.b. this doesn't actually produce a bitfield instruction at the 61 ; N.b. this doesn't actually produce a bitfield instruction at the 135 ; the bitfield ops. 158 ; These instructions don't actually select to official bitfield
|
/external/v8/src/arm64/ |
code-stubs-arm64.h | 315 class ObjectBits: public BitField<int, 0, 5> {}; 316 class ValueBits: public BitField<int, 5, 5> {}; 317 class AddressBits: public BitField<int, 10, 5> {}; 318 class RememberedSetActionBits: public BitField<RememberedSetAction, 15, 1> {}; 319 class SaveFPRegsModeBits: public BitField<SaveFPRegsMode, 16, 1> {}; 382 class LookupModeBits: public BitField<LookupMode, 0, 1> {};
|
/frameworks/native/vulkan/api/ |
vulkan.api | [all...] |
/developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/ |
ImmersiveModeFragment.java | 64 // The UI options currently enabled are represented by a bitfield. 65 // getSystemUiVisibility() gives us that bitfield.
|
/developers/samples/android/ui/window/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/ |
ImmersiveModeFragment.java | 64 // The UI options currently enabled are represented by a bitfield. 65 // getSystemUiVisibility() gives us that bitfield.
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
ImmersiveModeFragment.java | 64 // The UI options currently enabled are represented by a bitfield. 65 // getSystemUiVisibility() gives us that bitfield.
|