HomeSort by relevance Sort by last modified time
    Searched full:bitfield (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/clang/test/Parser/
cxx0x-ambig.cpp 30 // enum versus bitfield mess.
31 namespace bitfield { namespace
44 enum E : T ( a = 1, b = 2, c = 3, 4 ); // ok, declares a bitfield
  /external/v8/src/
safepoint-table.h 70 public BitField<int, 0, kDeoptIndexBits> {}; // NOLINT
72 public BitField<unsigned,
76 public BitField<bool,
  /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/clang/lib/CodeGen/
CGValue.h 107 BitField, // This is a bitfield l-value, use getBitfield*.
120 // BitField start bit and size
174 bool isBitField() const { return LVType == BitField; }
247 // bitfield lvalue
300 R.LVType = BitField;
  /external/clang/test/Analysis/
unused-ivars.m 99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
105 unsigned bitfield:1; // expected-warning {{Instance variable 'bitfield' in class 'RDar8481311' is never used}}
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 203 /*170*/ u32 bitfield; member in struct:local_apic::__anon7748
208 /*1F0*/ u32 bitfield; member in struct:local_apic::__anon7749
213 /*270*/ u32 bitfield; member in struct:local_apic::__anon7750
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 200 u32 bitfield; member in struct:local_apic::__anon28365
205 u32 bitfield; member in struct:local_apic::__anon28366
210 u32 bitfield; member in struct:local_apic::__anon28367
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 200 u32 bitfield; member in struct:local_apic::__anon29150
205 u32 bitfield; member in struct:local_apic::__anon29151
210 u32 bitfield; member in struct:local_apic::__anon29152
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 200 u32 bitfield; member in struct:local_apic::__anon31010
205 u32 bitfield; member in struct:local_apic::__anon31011
210 u32 bitfield; member in struct:local_apic::__anon31012
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 200 u32 bitfield; member in struct:local_apic::__anon31720
205 u32 bitfield; member in struct:local_apic::__anon31721
210 u32 bitfield; member in struct:local_apic::__anon31722
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 200 u32 bitfield; member in struct:local_apic::__anon35358
205 u32 bitfield; member in struct:local_apic::__anon35359
210 u32 bitfield; member in struct:local_apic::__anon35360
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 100 const char* GetBitFieldString(BitField bit_field) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 43 int ttls_auth; /* bitfield of
  /external/wpa_supplicant_8/src/eap_server/
eap.h 35 int ttls_auth; /* bitfield of
  /bionic/libm/i387/
npx.h 129 * affine mode for 287's (if they work at all) (1 in bitfield 1<<12)
130 * 53-bit precision (2 in bitfield 3<<8)
  /external/chromium/net/base/
file_stream.h 36 // |flags| is a bitfield of base::PlatformFileFlags when the file handle was
52 // open_flags is a bitfield of base::PlatformFileFlags
  /external/clang/include/clang/Basic/
Specifiers.h 109 /// A bitfield object is a bitfield on a C or C++ record.
  /external/libvpx/
vp8_api1_migration.txt 153 `vpx_codec_encode()`. A set bit on the VP8E_UPD_REFERENCE bitfield is
181 `vpx_codec_encode()`. A cleared bit on the VP8E_USE_REFERENCE bitfield is
  /external/valgrind/main/VEX/useful/
show_fp_state.c 35 /* Bitfield offsets for exceptions in the FPU status and control words. */
43 /* More bitfield offsets, but for the status word only. */
  /frameworks/native/opengl/specs/
EGL_ANDROID_recordable.txt 97 the EGL_SURFACE_TYPE bitfield?
100 bit in the limit-size bitfield for a platform-specific extension.
  /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/qemu/
arm-dis.c 115 %<bitfield>r print as an ARM register
116 %<bitfield>d print the bitfield in decimal
117 %<bitfield>k print immediate for VFPv3 conversion instruction
118 %<bitfield>x print the bitfield in hex
119 %<bitfield>X print the bitfield as 1 hex digit without leading "0x"
120 %<bitfield>f print a floating point constant if >7 else a
122 %<bitfield>w print as an iWMMXt width field - [bhwd]ss/u
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 172 __u32 offset; /* beginning of bitfield */
173 __u32 length; /* length of bitfield */
235 struct fb_bitfield red; /* bitfield in fb mem if true color, */

Completed in 807 milliseconds

1 23 4 5 6 7 8 91011>>