HomeSort by relevance Sort by last modified time
    Searched full:bitfield (Results 301 - 325 of 1075) sorted by null

<<11121314151617181920>>

  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 78 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
79 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
80 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
81 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
  /external/deqp/scripts/egl/
str_util.py 30 # Bitfield mapping
  /external/icu/icu4c/source/i18n/
decimfmtimpl.h 117 * updateFormatting() method accepts a bitfield of recently changed
118 * attributes and passes this bitfield by reference to each of the
120 * the bitfield to see if any of the attributes it uses to compute the XXX
123 * sets the corresponding bit in the bitfield. In this way, each
  /external/llvm/test/DebugInfo/ARM/
big-endian-bitfield.ll 22 !1 = !DIFile(filename: "bitfield.c", directory: "/Volumes/Data/llvm")
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 5 ; 5.4.4 Bitfield Operations
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-bitfield.txt 4 # 5.4.4 Bitfield Operations
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 183 uint samplersUsed; /**< bitfield of samplers used */
238 * Find the lowest zero bit in the given word, or -1 if bitfield is all ones.
241 free_bit(uint bitfield)
243 return ffs(~bitfield) - 1;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.h 69 * For pre-Gen6 hardware, a bitfield indicating which clipping planes are
  /external/ppp/pppd/
mppe.h 51 * This is not nice ... the alternative is a bitfield struct though.
  /external/selinux/libselinux/utils/
Makefile 36 CFLAGS += -fipa-pure-const -Wpacked-bitfield-compat -Wsync-nand -Wcoverage-mismatch \
  /external/v8/src/
assert-scope.cc 105 : public BitField<bool, kType, 1> {};
  /external/vixl/examples/aarch64/
non-const-visitor.h 62 V(Bitfield) \
  /external/wpa_supplicant_8/src/eap_server/
eap.h 38 int ttls_auth; /* bitfield of
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 52 * The address is a bitfield containing both the endpoint number
  /frameworks/hardware/interfaces/vr/composer/1.0/
IVrComposerClient.hal 58 bitfield<BufferUsage> usage;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
PlmnActRecord.java 62 * Bytes 3-4 bitfield of access technologies
  /hardware/interfaces/memtrack/1.0/
types.hal 83 * This is the bitfield for the MemtrackFlag indicating all the flags that
  /hardware/interfaces/tests/baz/1.0/default/
Baz.h 50 Return<void> takeAMask(IBase::BitField bf,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
__future__.py 41 CompilerFlag is the (bitfield) flag that should be passed in the fourth
  /prebuilts/gdb/linux-x86/lib/python2.7/
__future__.py 41 CompilerFlag is the (bitfield) flag that should be passed in the fourth
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 41 CompilerFlag is the (bitfield) flag that should be passed in the fourth
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 41 CompilerFlag is the (bitfield) flag that should be passed in the fourth
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
all.exp 54 run_dump_test bitfield
  /external/clang/test/CodeGenCXX/
references.cpp 55 struct { int bitfield : 3; } s = { 3 }; member in struct:__anon15172
56 f(s.bitfield);
  /external/clang/test/SemaCXX/
member-init.cpp 3 struct Bitfield {
4 int n : 3 = 7; // expected-error {{bitfield member cannot have an in-class initializer}}

Completed in 1587 milliseconds

<<11121314151617181920>>