/external/llvm/test/CodeGen/AArch64/ |
bitfield.ll | 18 ; N.b. this doesn't actually produce a bitfield instruction at the 42 ; N.b. this doesn't actually produce a bitfield instruction at the 120 ; the bitfield ops. 143 ; These instructions don't actually select to official bitfield
|
/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/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 | 161 * pairwise_cipher - Bitfield of allowed pairwise ciphers, WPA_CIPHER_* 166 * group_cipher - Bitfield of allowed group ciphers, WPA_CIPHER_* 171 * key_mgmt - Bitfield of allowed key management protocols 184 * proto - Bitfield of allowed protocols, WPA_PROTO_* 189 * 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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_graph_macros.h | 11 /* Bitfield version of NVC0_3D_VERTEX_ARRAY_PER_INSTANCE[]. 12 * Args: size, bitfield 16 0x00000301, /* parm $r3 (the bitfield) */
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_graph_macros.h | 11 /* Bitfield version of NVC0_3D_VERTEX_ARRAY_PER_INSTANCE[]. 12 * Args: size, bitfield 16 0x00000301, /* parm $r3 (the bitfield) */
|
/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, */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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, */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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, */
|
/external/chromium_org/ppapi/api/private/finish_writing_these/ |
ppb_pdf.idl | 124 * The value is a bitfield of ContentRestriction enums.
|
/external/chromium_org/ppapi/c/private/ |
ppb_pdf.h | 134 // The value is a bitfield of ContentRestriction enums.
|
/external/chromium_org/ppapi/proxy/ |
interface_list.h | 83 // a bitfield).
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCryptoKey.h | 58 // A bitfield of WebCryptoKeyUsage
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vs.h | 69 * For pre-Gen6 hardware, a bitfield indicating which clipping planes are
|
/external/clang/lib/CodeGen/ |
README.txt | 15 extension. For example, if the bitfield width is 8 and it is
|
/external/clang/test/CodeGenObjC/ |
ivar-layout-64.m | 105 unsigned long bitfield :31;
|
/external/clang/test/SemaCXX/ |
attr-cxx0x.cpp | 11 int bitfield alignas(1) : 1; // expected-error {{}}
|
/external/libnfc-nxp/inc/ |
phNfcLlcpTypes.h | 42 #define PHFRINFC_LLCP_WKS_DEFAULT 1 /**< Default WKS value (bitfield).*/
|
/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
|