/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */ 50 unsigned char scale_level; /* 2 bits: decrease output freq rises */ 51 unsigned char volume; /* 6 bits: volume */ 53 unsigned char attack; /* 4 bits: attack rate */ 54 unsigned char decay; /* 4 bits: decay rate */ 55 unsigned char sustain; /* 4 bits: sustain level */ 56 unsigned char release; /* 4 bits: release rate */ 58 unsigned char feedback; /* 3 bits: feedback for op0 */ 62 unsigned char waveform; /* 3 bits: waveform shape */ 72 unsigned char octave; /* 3 bits: what octave to play * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asound_fm.h | 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */ 50 unsigned char scale_level; /* 2 bits: decrease output freq rises */ 51 unsigned char volume; /* 6 bits: volume */ 53 unsigned char attack; /* 4 bits: attack rate */ 54 unsigned char decay; /* 4 bits: decay rate */ 55 unsigned char sustain; /* 4 bits: sustain level */ 56 unsigned char release; /* 4 bits: release rate */ 58 unsigned char feedback; /* 3 bits: feedback for op0 */ 62 unsigned char waveform; /* 3 bits: waveform shape */ 72 unsigned char octave; /* 3 bits: what octave to play * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */ 50 unsigned char scale_level; /* 2 bits: decrease output freq rises */ 51 unsigned char volume; /* 6 bits: volume */ 53 unsigned char attack; /* 4 bits: attack rate */ 54 unsigned char decay; /* 4 bits: decay rate */ 55 unsigned char sustain; /* 4 bits: sustain level */ 56 unsigned char release; /* 4 bits: release rate */ 58 unsigned char feedback; /* 3 bits: feedback for op0 */ 62 unsigned char waveform; /* 3 bits: waveform shape */ 72 unsigned char octave; /* 3 bits: what octave to play * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asound_fm.h | 49 unsigned char harmonic; /* 4 bits: harmonic and multiplier */ 50 unsigned char scale_level; /* 2 bits: decrease output freq rises */ 51 unsigned char volume; /* 6 bits: volume */ 53 unsigned char attack; /* 4 bits: attack rate */ 54 unsigned char decay; /* 4 bits: decay rate */ 55 unsigned char sustain; /* 4 bits: sustain level */ 56 unsigned char release; /* 4 bits: release rate */ 58 unsigned char feedback; /* 3 bits: feedback for op0 */ 62 unsigned char waveform; /* 3 bits: waveform shape */ 72 unsigned char octave; /* 3 bits: what octave to play * [all...] |
/bionic/libc/bionic/ |
fpclassify.cpp | 41 ieee_single bits; member in union:float_u 46 ieee_double bits; member in union:double_u 52 if (u.bits.dbl_exp == 0) { 53 return ((u.bits.dbl_fracl | u.bits.dbl_frach) == 0) ? FP_ZERO : FP_SUBNORMAL; 55 if (u.bits.dbl_exp == DBL_EXP_INFNAN) { 56 return ((u.bits.dbl_fracl | u.bits.dbl_frach) == 0) ? FP_INFINITE : FP_NAN; 65 if (u.bits.sng_exp == 0) { 66 return (u.bits.sng_frac == 0) ? FP_ZERO : FP_SUBNORMAL 122 ieee_ext bits; member in union:long_double_u [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/ |
SetIdtEntry.c | 76 mOriginalHandler = (VOID *)(UINTN)(LShiftU64 (IdtEntry->Bits.OffsetUpper, 32) + IdtEntry->Bits.OffsetLow + (IdtEntry->Bits.OffsetHigh << 16));
77 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress;
78 IdtEntry->Bits.Selector = (UINT16)AsmReadCs ();
79 IdtEntry->Bits.Reserved_0 = 0;
80 IdtEntry->Bits.GateType = IA32_IDT_GATE_TYPE_INTERRUPT_32;
81 IdtEntry->Bits.OffsetHigh = (UINT16)(PageFaultHandlerHookAddress >> 16);
82 IdtEntry->Bits.OffsetUpper = (UINT32)(PageFaultHandlerHookAddress >> 32);
83 IdtEntry->Bits.Reserved_1 = 0; [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
BaseXApicLib.c | 82 return (UINTN)(LShiftU64 ((UINT64) ApicBaseMsr.Bits.ApicBaseHigh, 32)) +
83 (((UINTN)ApicBaseMsr.Bits.ApicBaseLow) << 12);
113 ApicBaseMsr.Bits.ApicBaseLow = (UINT32) (BaseAddress >> 12);
114 ApicBaseMsr.Bits.ApicBaseHigh = (UINT32) (RShiftU64((UINT64) BaseAddress, 32));
195 // Save existing contents of ICR high 32 bits
205 } while (IcrLowReg.Bits.DeliveryStatus != 0);
218 } while (IcrLowReg.Bits.DeliveryStatus != 0);
259 ASSERT (ApicBaseMsr.Bits.En != 0);
260 ASSERT (ApicBaseMsr.Bits.Extd == 0);
386 IcrLow.Bits.DeliveryMode = LOCAL_APIC_DELIVERY_MODE_FIXED; [all...] |
/external/clang/www/ |
libstdc++4.4-clang0x.patch | 9 diff -ur a/bits/forward_list.h b/bits/forward_list.h 10 --- a/bits/forward_list.h 2011-03-15 14:49:05.000000000 -0700 11 +++ b/bits/forward_list.h 2011-05-02 23:51:33.000000000 -0700 21 diff -ur a/bits/move.h b/bits/move.h 22 --- a/bits/move.h 2011-03-15 14:49:05.000000000 -0700 23 +++ b/bits/move.h 2011-03-29 10:33:39.000000000 -0700 61 diff -ur a/bits/shared_ptr.h b/bits/shared_ptr. [all...] |
/external/llvm/include/llvm/ADT/ |
PointerEmbeddedInt.h | 21 /// intended to allow embedding integers where fewer bits are required than 30 template <typename IntT, int Bits = sizeof(IntT) * CHAR_BIT> 36 static_assert(Bits < sizeof(uintptr_t) * CHAR_BIT, 37 "Cannot embed more bits than we have in a pointer!"); 41 // number of bits desired for the integer. 42 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits, 44 // We also want to be able to mask out the preserved bits for asserts. 45 Mask = static_cast<uintptr_t>(-1) << Bits 64 assert((std::is_signed<IntT>::value ? llvm::isInt<Bits>(I) 65 : llvm::isUInt<Bits>(I)) & [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
SparseBitVector.h | 30 /// storing the elements that have non-zero bits set. In order to make this 37 /// enormous amounts of time with a large amount of bits. Other structures that 57 BitWord Bits[BITWORDS_PER_ELEMENT]; 62 memset(&Bits[0], 0, sizeof (BitWord) * BITWORDS_PER_ELEMENT); 68 memset(&Bits[0], 0, sizeof (BitWord) * BITWORDS_PER_ELEMENT); 76 if (Bits[i] != RHS.Bits[i]) 85 // Return the bits that make up word Idx in our element. 88 return Bits[Idx]; 97 if (Bits[i] [all...] |
/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
display_protocol.h | 68 bool IsSet(Integer bits) const { return (value_ & bits) == bits; } 69 bool IsClear(Integer bits) const { return (value_ & bits) == 0; } 71 void Set(Integer bits) { value_ |= bits; } 72 void Clear(Integer bits) { value_ &= ~bits; } 74 Integer operator|(Integer bits) const { return value_ | bits; [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
filemode.c | 63 /* Get definitions for the file permission bits. */ 124 file mode BITS: 183 ftypelet (unsigned long bits) 185 if (S_ISDIR (bits)) 187 if (S_ISLNK (bits)) 189 if (S_ISBLK (bits)) 191 if (S_ISCHR (bits)) 193 if (S_ISSOCK (bits)) 195 if (S_ISFIFO (bits)) 200 if ((bits & S_IFMT) == S_IFMP [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
arc.h | 39 /* Mask of number of bits necessary to record cpu type. */ 42 /* Mask of number of bits necessary to record cpu type + endianness. */ 52 int flags; /* various flag bits */ 56 /* Return CPU number, given flag bits. */ 57 #define ARC_OPCODE_CPU(bits) ((bits) & ARC_MACH_CPU_MASK) 59 /* Return MACH number, given flag bits. */ 60 #define ARC_OPCODE_MACH(bits) ((bits) & ARC_MACH_MASK) 107 unsigned char flags; /* various flag bits */ 129 unsigned char bits; member in struct:arc_operand [all...] |
/external/guava/guava/src/com/google/common/hash/ |
BloomFilterStrategies.java | 27 * Collections of strategies of generating the k * log(M) bits required for an element to 28 * be mapped to a BloomFilter of M bits and k hash functions. These 46 int numHashFunctions, BitArray bits) { 47 long bitSize = bits.bitSize(); 55 // Flip all the bits if it's negative (guaranteed positive number) 59 bitsChanged |= bits.set(combinedHash % bitSize); 65 int numHashFunctions, BitArray bits) { 66 long bitSize = bits.bitSize(); 73 // Flip all the bits if it's negative (guaranteed positive number) 77 if (!bits.get(combinedHash % bitSize)) [all...] |
/external/v8/src/arm64/ |
instructions-arm64.cc | 98 // An integer is constructed from the n, imm_s and imm_r bits according to 108 // (s bits must not be all set) 110 // A pattern is constructed of size bits, where the least significant S+1 111 // bits are set. The pattern is rotated right by R, and repeated across a 119 uint64_t bits = (1UL << (imm_s + 1)) - 1; local 120 return RotateRight(bits, imm_r, 64); 131 uint64_t bits = (1UL << ((imm_s & mask) + 1)) - 1; local 133 RotateRight(bits, imm_r & mask, width), 144 // ImmFP: abcdefgh (8 bits) 145 // Single: aBbb.bbbc.defg.h000.0000.0000.0000.0000 (32 bits) 147 uint32_t bits = ImmFP(); local 162 uint32_t bits = ImmFP(); local [all...] |
/test/vts-testcase/performance/hwbinder_throughput_test/ |
HwBinderThroughputBenchmark.py | 66 def RunBenchmarkAndReportResult(self, bits): 70 bits: integer (32 or 64), the number of bits in a word chosen 84 result = self.RunBenchmark(bits, thread) 97 "hwbinder_throughput_iterations_per_second_%sbits" % bits, 103 "hwbinder_throughput_time_average_ns_%sbits" % bits, 108 "hwbinder_throughput_time_best_ns_%sbits" % bits, 112 "hwbinder_throughput_time_worst_ns_%sbits" % bits, 118 "hwbinder_throughput_time_50percentile_ns_%sbits" % bits, 123 "hwbinder_throughput_time_90percentile_ns_%sbits" % bits, [all...] |
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/ |
bmiintrin.h | 31 /// \brief Counts the number of trailing zero bits in the operand. 44 /// bits in the operand. 67 /// \brief Clears all bits in the source except for the least significant bit 79 /// An unsigned integer whose bits are to be cleared. 80 /// \returns An unsigned integer containing the result of clearing the bits from 84 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and 118 /// \brief Counts the number of trailing zero bits in the operand. 131 /// bits in the operand. 142 /// \brief Counts the number of trailing zero bits in the operand. 151 /// bits in the operand [all...] |
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/ |
bmiintrin.h | 31 /// \brief Counts the number of trailing zero bits in the operand. 44 /// bits in the operand. 67 /// \brief Clears all bits in the source except for the least significant bit 79 /// An unsigned integer whose bits are to be cleared. 80 /// \returns An unsigned integer containing the result of clearing the bits from 84 /// \brief Creates a mask whose bits are set to 1, using bit 0 up to and 118 /// \brief Counts the number of trailing zero bits in the operand. 131 /// bits in the operand. 142 /// \brief Counts the number of trailing zero bits in the operand. 151 /// bits in the operand [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreInstrFormats.td | 15 field bits<32> Inst; 23 field bits<32> SoftFail = 0; 36 class _F3R<bits<5> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 45 class _F3RImm<bits<5> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 50 class _FL3R<bits<9> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 61 class _FL3RSrcDst<bits<9> opc, dag outs, dag ins, string asmstr, 66 class _F2RUS<bits<5> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 73 class _F2RUSBitp<bits<5> opc, dag outs, dag ins, string asmstr, 79 class _FL2RUS<bits<9> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 90 class _FL2RUSBitp<bits<9> opc, dag outs, dag ins, string asmstr [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMInstrFormats.td | 18 class Format<bits<6> val> { 19 bits<6> Value = val; 90 class AddrMode<bits<5> val> { 91 bits<5> Value = val; 112 class IndexMode<bits<2> val> { 113 bits<2> Value = val; 121 class Domain<bits<3> val> { 122 bits<3> Value = val; 248 bits<2> IndexModeBits = IM.Value; 250 bits<6> Form = F.Value [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
Math64.c | 27 Shifts a 64-bit integer left between 0 and 63 bits. The low bits
30 This function shifts the 64-bit value Operand to the left by Count bits. The
31 low Count bits are set to zero. The shifted value is returned.
34 @param Count The number of bits to shift left.
50 Shifts a 64-bit integer right between 0 and 63 bits. This high bits
53 This function shifts the 64-bit value Operand to the right by Count bits. The
54 high Count bits are set to zero. The shifted value is returned.
57 @param Count The number of bits to shift right. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
Math64.c | 19 Shifts a 64-bit integer left between 0 and 63 bits. The low bits
22 This function shifts the 64-bit value Operand to the left by Count bits. The
23 low Count bits are set to zero. The shifted value is returned.
26 @param Count The number of bits to shift left.
42 Shifts a 64-bit integer right between 0 and 63 bits. This high bits
45 This function shifts the 64-bit value Operand to the right by Count bits. The
46 high Count bits are set to zero. The shifted value is returned.
49 @param Count The number of bits to shift right. [all...] |
/external/libmpeg2/decoder/ |
impeg2d_bitstream.c | 113 /* convert the endian ness from Little endian to Big endian so that bits 187 * numBits : No of bits to be read 220 * NoOfBits : No of bits to be read 222 * Values Returned : The bits read (upto 32 bits maximum) starting from the 250 * specified number of bits from the buffer without 252 * check for some specific pattern of bits like start 258 * numBits : No of bits to be read 260 * Values Returned : The bits read (upto 32 bits maximum) starting from th [all...] |
/test/vts-testcase/performance/binder_throughput_test/ |
BinderThroughputBenchmark.py | 64 def RunBenchmarkAndReportResult(self, bits): 68 bits: integer (32 or 64), the number of bits in a word chosen 82 result = self.RunBenchmark(bits, thread) 95 "binder_throughput_iterations_per_second_%sbits" % bits, 101 "binder_throughput_time_average_ns_%sbits" % bits, 106 "binder_throughput_time_best_ns_%sbits" % bits, 110 "binder_throughput_time_worst_ns_%sbits" % bits, 116 "binder_throughput_time_50percentile_ns_%sbits" % bits, 121 "binder_throughput_time_90percentile_ns_%sbits" % bits, [all...] |
/art/runtime/interpreter/mterp/mips64/ |
op_int_to_long.S | 3 GET_VREG a0, a3 # a0 <- vB (sign-extended to 64 bits)
|