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

<<11121314151617181920>>

  /external/c-ares/
ares_private.h 271 int optmask; /* the option bitfield passed in at init time */
  /external/clang/test/CodeGen/
arm-apcs-zerolength-bitfield.c 6 // zero length bitfield.
  /external/clang/test/SemaCXX/
conversion.cpp 53 A() : x(10) {} // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 467 write32(FileStream *out, uint32_t bitField, uint32_t column) {
471 uint8_t *ptrIdx = (uint8_t *)&bitField;
493 if (bitField < 10) {
495 *(s++)=hexToStr[bitField];
    [all...]
  /external/kernel-headers/original/uapi/linux/
mtio.h 160 /* Bitfield shifts in the status */
  /external/libdrm/amdgpu/
amdgpu_gpu_info.c 181 /* extract bitfield CC_RB_BACKEND_DISABLE.BACKEND_DISABLE */
  /external/libvpx/libvpx/vp8/common/
onyx.h 207 /* Bitfield defining the error resiliency features to enable.
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecords.def 56 TYPE_RECORD(LF_BITFIELD, 0x1205, BitField)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 139 uint samplersUsed; /**< bitfield of samplers used */
190 * Find the lowest zero bit in the given word, or -1 if bitfield is all ones.
193 free_bit(uint bitfield)
195 return ffs(~bitfield) - 1;
  /external/mesa3d/src/mesa/x86/
common_x86.c 202 * Initialize the _mesa_x86_cpu_features bitfield.
  /external/syslinux/libinstaller/
syslxint.h 28 /* gcc 4.7 miscompiles packed structures in MS-bitfield mode */
  /external/v8/src/parsing/
parser.h 47 class LanguageModeField : public BitField<LanguageMode, 0, 1> {};
49 : public BitField<bool, LanguageModeField::kNext, 1> {};
51 : public BitField<bool, UsesSuperPropertyField::kNext, 1> {};
53 : public BitField<bool, CallsEvalField::kNext, 1> {};
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.h 73 u32 flags; /* Bitfield of WLAN_STA_* */
  /frameworks/base/core/java/android/text/
Spanned.java 141 * The bits specified by the SPAN_USER bitfield are available
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 186 uint32_t bitfield() const { return m_BitField; } function in class:mcld::ResolveInfo
  /frameworks/native/include/input/
VelocityTracker.h 79 // The idBits bitfield specifies the pointer ids of the pointers whose positions
  /frameworks/native/vulkan/api/templates/
vk_xml.tmpl 115 <!-- Bitfield types -->
211 {{Macro "XML.Bitfield" $e}}
268 Emits the C declaration for the specified bitfield.
271 {{define "XML.Bitfield"}}
  /frameworks/rs/script_api/include/
rs_object_types.rsh 109 * rs_allocation_usage_type: Bitfield to specify how an allocation is used
  /hardware/interfaces/gnss/1.0/
IGnssNavigationMessageCallback.hal 85 bitfield<NavigationMessageStatus> status;
  /hardware/interfaces/tests/baz/1.0/default/
Baz.cpp 193 Return<void> Baz::takeAMask(IBase::BitField bf,
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 512 * @param bitfield The bit-field to change.
516 private int changeBitmask(int bitmask, int bitfield, boolean enabled) {
518 return bitmask | bitfield;
520 return bitmask & ~bitfield;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mtio.h 159 /* Bitfield shifts in the status */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mtio.h 160 /* Bitfield shifts in the status */
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 109 * rs_allocation_usage_type: Bitfield to specify how an allocation is used
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1-sources.jar 

Completed in 1272 milliseconds

<<11121314151617181920>>