/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/ |
commons-lang3-3.4-sources.jar | |
/system/bt/embdrv/sbc/decoder/include/ |
oi_bt_spec.h | 193 * The Bluetooth device type is indicated by a 24-bit bitfield, represented as a
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
bitfield-no-aliases.d | 1 #source: bitfield-alias.s
|
/toolchain/binutils/binutils-2.25/gprof/ |
vax.c | 58 the bitfield layout might not be the same as native.
|
/external/mesa3d/src/mesa/main/ |
state.c | 100 * \return bitfield which will indicate _NEW_PROGRAM state if a new vertex 384 * Update the ctx->_TriangleCaps bitfield. 385 * XXX that bitfield should really go away someday!
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
TagBalancingHtmlStreamEventReceiver.java | 354 int bitField = 0; 356 bitField |= (1 << bit.ordinal()); 358 return bitField; [all...] |
/external/v8/src/ppc/ |
constants-ppc.h | 526 inline int BitField(int hi, int lo) const { 542 static inline int BitField(Instr instr, int hi, int lo) { 557 return static_cast<Opcode>(BitField(24, 21));
|
/external/valgrind/VEX/priv/ |
host_arm64_defs.h | 178 /* --------- Reg or "bitfield" (logic immediate) operands --------- */ 182 ARM64riL_I13=6, /* wierd-o bitfield immediate, 13 bits in total */ 544 /* 64 bit AND/OR/XOR reg, reg or bitfield-immediate */ [all...] |
/frameworks/native/vulkan/api/templates/ |
vulkan_h.tmpl | 136 {{Macro "Bitfield" $e}} 184 Emits the C declaration for the specified bitfield. 187 {{define "Bitfield"}}
|
/art/compiler/optimizing/ |
nodes.h | [all...] |
/external/v8/src/compiler/ |
instruction.h | 339 // instead of using the BitField utility class. 955 typedef BitField<size_t, 0, 8> OutputCountField; 956 typedef BitField<size_t, 8, 16> InputCountField; 957 typedef BitField<size_t, 24, 6> TempCountField; [all...] |
/external/v8/src/ |
global-handles.cc | 364 class NodeState : public BitField<State, 0, 3> {}; 365 class IsIndependent : public BitField<bool, 3, 1> {}; 367 class IsActive : public BitField<bool, 4, 1> {}; 368 class IsInNewSpaceList : public BitField<bool, 5, 1> {}; 369 class NodeWeaknessType : public BitField<WeaknessType, 6, 2> {}; [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 102 bitfield<AllocationUsageType> usage, Ptr ptr) 118 bitfield<AllocationUsageType> usage) 135 bitfield<AllocationUsageType> usage) [all...] |
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | 177 // constants are cast to bool, and because clang is not enforcing bitfield 402 // Handle non-bitfield members. 405 // Otherwise we have a bitfield. 409 // We are trying to initialize a bitfield with a non-trivial constant, 492 // Handle non-bitfield members. 495 // Otherwise we have a bitfield. [all...] |
SwiftCallingConv.cpp | 167 void SwiftAggLowering::addBitFieldData(const FieldDecl *bitfield, 170 assert(bitfield->isBitField()); 172 auto width = bitfield->getBitWidthValue(ctx);
|
/hardware/interfaces/wifi/1.0/ |
types.hal | 347 bitfield<StaBackgroundScanBucketEventReportSchemeMask> eventReportScheme; 524 bitfield<StaScanDataFlagMask> flags; 1091 bitfield<NanRangingIndication> configRangingIndications; [all...] |
/external/v8/src/arm64/ |
assembler-arm64.h | [all...] |
/external/vixl/src/aarch64/ |
assembler-aarch64.h | 682 // Bitfield instructions. 683 // Bitfield move. 689 // Signed bitfield move. 695 // Unsigned bitfield move. 702 // Bitfield insert. 715 // Bitfield extract and insert low. 732 // Signed bitfield insert with zero at right. 745 // Signed bitfield extract. 778 // Unsigned bitfield insert with zero at right. 791 // Unsigned bitfield extract [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 113 a) fBitfield: a bit that says this is a bitfield, and the 1064 int bitfield; \/* symbol is a bitfield *\/ member in struct:type_info [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueBaseLib.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ns32k.c | 876 bit_fix_new (int size, /* Length of bitfield. */ 877 int offset, /* Bit offset to bitfield. */ 878 long min, /* Signextended min for bitfield. */ 879 long max, /* Signextended max for bitfield. */ [all...] |
/toolchain/binutils/binutils-2.25/opcodes/po/ |
id.po | 480 msgid "%s: %d: Unknown bitfield: %s\n" 481 msgstr "%s: %d: bitfield tidak diketahui: %s\n" 485 msgid "Unknown bitfield: %s\n" 486 msgstr "Bitfield tidak diketahui: %s\n" 490 msgid "%s: %d: Missing `)' in bitfield: %s\n" 491 msgstr "%s: %d: Hilang `)' dalam bitfield: %s\n" [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64SchedCyclone.td | 134 // Shifts and Bitfield Operations 168 // Variable shift and bitfield operations. 467 // 7.9.4 Shifts and Bitfield Operations
|
AArch64SchedVulcan.td | 283 // Bitfield extract, two reg 286 // Bitfield move, basic 287 // Bitfield move, insert
|