/external/mesa3d/src/mesa/main/ |
mtypes.h | [all...] |
ffvertex_prog.c | 535 /* Check that bitfield sizes aren't exceeded */ 550 /* Check that bitfield sizes aren't exceeded */ [all...] |
/external/ImageMagick/coders/ |
bmp.c | [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteModernObjC.cpp | 151 // ivar bitfield grouping containers 155 // of the struct where the bitfield belongs. 370 // Computes ivar bitfield group no. 372 // Names field decl. for ivar bitfield group. 374 // Names struct type for ivar bitfield group. 376 // Names symbol for ivar bitfield group field offset. 378 // Given an ivar bitfield, it builds (or finds) its group record type. [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureMultisampleTests.cpp | 58 static std::string sampleMaskToString (const std::vector<deUint32>& bitfield, int numBits) 63 for (int wordNdx = 0; wordNdx < (int)bitfield.size(); ++wordNdx) 73 if ((bitfield[wordNdx] >> bit) & 0x01) [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 476 case 'f': { // 'f: bitfield instructions - v7 and above. 893 switch (instr->BitField(7, 4)) { 908 switch (instr->BitField(7, 4)) { [all...] |
/external/vixl/src/aarch64/ |
constants-aarch64.h | 86 /* Logical immediate, bitfield and extract */ \ 605 // Bitfield. 620 // Bitfield N field. [all...] |
/system/extras/perfprofd/quipper/ |
perf_reader.cc | 114 // If field points to the start of a bitfield padded to len bytes, this 115 // performs an endian swap of the bitfield, assuming the compiler that produced 116 // it conforms to the same ABI (bitfield layout is not completely specified by [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-alpha.c | 339 a bitfield of size r_size starting at bit position r_offset. */ 993 /* Store a value from the reloc stack into a bitfield. */ [all...] |
/toolchain/binutils/binutils-2.25/opcodes/po/ |
da.po | 477 msgid "%s: %d: Unknown bitfield: %s\n" 482 msgid "Unknown bitfield: %s\n" 487 msgid "%s: %d: Missing `)' in bitfield: %s\n" [all...] |
fr.po | 482 msgid "%s: %d: Unknown bitfield: %s\n" 487 msgid "Unknown bitfield: %s\n" 492 msgid "%s: %d: Missing `)' in bitfield: %s\n" [all...] |
it.po | 481 msgid "%s: %d: Unknown bitfield: %s\n" 486 msgid "Unknown bitfield: %s\n" 491 msgid "%s: %d: Missing `)' in bitfield: %s\n" [all...] |
nl.po | 495 msgid "%s: %d: Unknown bitfield: %s\n" 500 msgid "Unknown bitfield: %s\n" 505 msgid "%s: %d: Missing `)' in bitfield: %s\n" [all...] |
opcodes.pot | 678 msgid "%s: %d: Unknown bitfield: %s\n" 683 msgid "Unknown bitfield: %s\n" 688 msgid "%s: %d: Missing `)' in bitfield: %s\n"
|
uk.po | 526 msgid "%s: %d: Unknown bitfield: %s\n" 531 msgid "Unknown bitfield: %s\n" 536 msgid "%s: %d: Missing `)' in bitfield: %s\n" [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2012 | 742 * gas/aarch64/bitfield-alias.d: New file. 743 * gas/aarch64/bitfield-alias.s: New file. 744 * gas/aarch64/bitfield-bfm.d: New file. 745 * gas/aarch64/bitfield-bfm.s: New file. 746 * gas/aarch64/bitfield-dump: New file. 747 * gas/aarch64/bitfield-no-aliases.d: New file. [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 36 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion">; 37 def BitFieldWidth : DiagGroup<"bitfield-width">; [all...] |
DiagnosticParseKinds.td | 398 def err_objc_property_bitfield : Error<"property name cannot be a bitfield">; [all...] |
/external/llvm/test/MC/ARM/ |
diagnostics.s | 349 @ CHECK-ERRORS: error: bitfield width must be in range [1,32-lsb] 352 @ CHECK-ERRORS: error: bitfield width must be in range [1,32-lsb]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/v8/src/x87/ |
assembler-x87.h | 451 class TypeField: public BitField<Type, 0, 2> {}; 452 class NextField: public BitField<int, 2, 32-2> {}; [all...] |
/external/vixl/src/aarch32/ |
instructions-aarch32.h | 533 // Bitfield representation of all registers in the list 632 // Bitfield representation of all registers in the list. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 526 p2p_service_add bonjour 000000 <32-byte bitfield as hexdump> 527 (note: see P2P spec Annex E.4 for information on how to construct the bitfield) [all...] |
/frameworks/av/media/libstagefright/codec2/include/ |
C2Param.h | 285 /// returns the streamId bitfield for a given |stream|. If stream is invalid, 286 /// returns an invalid bitfield. [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.h | 320 * The changes flag is a bitfield that indicates what has changed and whether 335 /* The state of the stylus buttons as a bitfield (e.g. AMOTION_EVENT_BUTTON_SECONDARY). */ [all...] |