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

<<11121314151617181920>>

  /external/clang/test/Sema/
struct-packed-align.c 146 // See the documentation of -Wpacked-bitfield-compat for more information.
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 102 deUint32 effectiveStages; // Bitfield of shader stages requiring this extension
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 469 Error CVTypeDumper::visitBitField(BitFieldRecord &BitField) {
470 printTypeIndex("Type", BitField.getType());
471 W->printNumber("BitSize", BitField.getBitSize());
472 W->printNumber("BitOffset", BitField.getBitOffset());
  /external/llvm/tools/llvm-pdbdump/
VariableDumper.cpp 70 case PDB_LocType::BitField:
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 126 uint samplersUsed; /**< bitfield of samplers used */
183 * Find the lowest zero bit in the given word, or -1 if bitfield is all ones.
186 free_bit(uint bitfield)
188 return ffs(~bitfield) - 1;
  /external/mesa3d/src/mesa/main/
querymatrix.c 103 /* The bitfield returns 1 for each component that is invalid (i.e.
  /external/mesa3d/src/mesa/swrast/
s_clear.c 198 * \param buffers bitfield of BUFFER_BIT_* values indicating which
  /external/skia/src/core/
SkEndian.h 161 #error "can't have both bitfield LENDIAN and BENDIAN defined"
  /external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
ProcessorBind.h 60 // Disabling bitfield type checking warnings.
  /external/syslinux/gpxe/src/include/gpxe/efi/X64/
ProcessorBind.h 62 // Disabling bitfield type checking warnings.
  /external/vboot_reference/firmware/2lib/include/
2recovery_reasons.h 18 * spec, recovery mode was a single bitfield; this value is reserved so
  /external/vixl/src/
utils-vixl.h 633 class BitField {
649 explicit BitField(unsigned size) : bitfield_(size, 0) {}
663 // For each bit not set in the bitfield call the execute functor
675 // For each bit set in the bitfield call the execute functor
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 209 struct bitfield *ip_pool;
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 13 #include "utils/bitfield.h"
128 struct bitfield *bf;
132 wpa_printf(MSG_INFO, "bitfield tests");
212 wpa_printf(MSG_ERROR, "%d bitfield test(s) failed", errors);
  /frameworks/base/core/java/android/net/http/
SslError.java 67 * The SSL error set bitfield (each individual error is a bit index;
  /hardware/interfaces/gnss/1.0/
IGnssBatching.hal 68 bitfield<Flag> flags;
IGnssMeasurementCallback.hal 128 bitfield<GnssClockFlags> gnssClockFlags;
284 bitfield<GnssMeasurementFlags> flags;
318 bitfield<GnssMeasurementState> state;
462 bitfield<GnssAccumulatedDeltaRangeState> accumulatedDeltaRangeState;
  /hardware/interfaces/tests/bar/1.0/default/
Bar.cpp 164 Return<void> Bar::takeAMask(BitField bf, uint8_t first, const MyMask& second, uint8_t third,
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantIface.hal 218 setWpsConfigMethods(bitfield<WpsConfigMethods> configMethods)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 97 * Bitfield suffixes for the protocol structure elements, if you
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 97 * Bitfield suffixes for the protocol structure elements, if you
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4-sources.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6-sources.jar 
  /system/tools/hidl/
EnumType.h 60 // Return the type that corresponds to bitfield<T>.
hidl-gen_l.ll 100 "bitfield" { yylval->templatedType = new BitFieldType; return token::TEMPLATED; }

Completed in 1328 milliseconds

<<11121314151617181920>>