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

<<21222324252627282930>>

  /external/v8/src/arm64/
constants-arm64.h 156 /* Logical immediate, bitfield and extract */ \
569 // Bitfield.
584 // Bitfield N field.
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 44 // Encode bailout state and pc-offset as a BitField<type, start, size>.
46 class BailoutStateField : public BitField<Deoptimizer::BailoutState, 0, 1> {};
47 class PcField : public BitField<unsigned, 1, 30 - 1> {};
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 12 #include "utils/bitfield.h"
460 struct bitfield *eids;
615 unsigned int keys_cleared; /* bitfield of key indexes that the driver is
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BaseLibInternals.h 373 Returns the bitfield specified by the StartBit and the EndBit from Operand.
375 @param Operand Operand on which to perform the bitfield operation.
399 @param Operand Operand on which to perform the bitfield operation.
425 @param Operand Operand on which to perform the bitfield operation.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
xen.h 300 * 'C INTN' in the PENDING bitfield array.
  /external/aac/libAACenc/src/
aacenc_tns.h 105 * This bitfield defines which TNS features are enabled
  /external/clang/test/CodeGen/
bitfield-2.c 173 // This is a case where the bitfield access will straddle an alignment boundary
  /external/deqp/scripts/opengl/
gen_str_util.py 33 # Bitfield mapping
    [all...]
  /external/giflib/
gifalloc.c 19 /* return smallest bitfield size n will fit in */
  /external/libevent/include/event2/
thread.h 98 * support? A bitfield of EVTHREAD_LOCKTYPE_RECURSIVE and
  /external/libevent/
util-internal.h 60 * do the sizeof() on an int, in case "condition" is a bitfield value.
  /external/llvm/test/DebugInfo/X86/
decl-derived-member.ll 16 ; Where member b should be seen as a field at an offset and not a bitfield.
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 85 PrintFatalError(SMLoc(), "bitfield too large to search");
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 242 /* Note that sprite_coord enable is a bitfield of
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 153 /* only first 32 regs will appear in this bitfield */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 246 /* Note that sprite_coord enable is a bitfield of
  /external/mesa3d/src/glsl/
lower_instructions.cpp 99 unsigned lower; /** Bitfield of which operations to lower */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 167 uint32_t texture_offset; /**< Texture offset bitfield */
  /external/selinux/libselinux/src/
Makefile 80 CFLAGS += -fipa-pure-const -Wlogical-op -Wpacked-bitfield-compat -Wsync-nand \
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
and.ll 241 ;; Code corresponding to one-bit bitfield ^1.
  /external/toybox/lib/
lib.h 60 // Values returnable from callback function (bitfield, or them together)
  /external/vboot_reference/firmware/include/
vboot_nvstorage.h 129 * recovery mode was a single bitfield; this value is reserved so that scripts
  /external/vixl/doc/aarch64/
supported-instructions-aarch64.md 138 Bitfield insert.
148 Bitfield move.
158 Bitfield extract and insert low.
1009 Signed bitfield insert with zero at right.
1019 Signed bitfield move.
1029 Signed bitfield extract.
1322 Unsigned bitfield insert with zero at right.
1332 Unsigned bitfield move.
1342 Unsigned bitfield extract.
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 136 * Bitfield for indicating which AIDs are allocated. Only AID values
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 103 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */

Completed in 1303 milliseconds

<<21222324252627282930>>