HomeSort by relevance Sort by last modified time
    Searched refs:MSB (Results 1 - 25 of 71) sorted by null

1 2 3

  /hardware/interfaces/gnss/1.0/
IGnssConfiguration.hal 28 MSB = 0x01,
IGnssCallback.hal 35 MSB = 1 << 1,
  /external/ltp/testcases/commands/file/
file01.sh 36 *Data:*"big endian"*) TEST_ARCH=MSB;;
  /external/syslinux/gpxe/src/drivers/infiniband/
qib_genbits.pl 37 $structures->{$structure}->{$1}->{MSB} = $2;
56 msb => $structure->{$_}->{MSB},
95 if ( defined $field->{msb} ) {
96 my $msb_width = ( hex ( $field->{msb} ) - $lsb + 1 );
98 die "Inconsistent LSB/MSB/RMASK in $datum->{name}.$field->{name}\n"
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 39 #define MSB 0x000000ff
46 #define MSB 0xff000000
77 mvn r3, #MSB
175 bic t1, w1, #MSB
294 bic w2, w2, #MSB
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 164 ConstantInt *MSB;
170 MSB = Builder.getInt64(63);
176 MSB = Builder.getInt32(31);
234 // Same instructions are generated for both i32 (msb 31) and i64 (msb 63).
258 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB);
260 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB);
273 Value *Tmp2 = Builder.CreateSub(MSB, SR);
311 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB);
316 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB);
    [all...]
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 34 "empty;MSB;8",
52 "tobe;MSB;7",
58 "tobe;MSB;8",
78 "pdf;MSB;8",
93 case "MSB":
94 order = MSB
reader.go 19 // modulo LSB/MSB packing order.
34 // MSB means Most Significant Bits first, as used in the TIFF and PDF
36 MSB
244 case MSB:
  /prebuilts/go/linux-x86/src/compress/lzw/
reader_test.go 34 "empty;MSB;8",
52 "tobe;MSB;7",
58 "tobe;MSB;8",
78 "pdf;MSB;8",
93 case "MSB":
94 order = MSB
reader.go 19 // modulo LSB/MSB packing order.
34 // MSB means Most Significant Bits first, as used in the TIFF and PDF
36 MSB
244 case MSB:
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 35 #define MSB 0x000000ff
49 #define MSB 0xff000000
393 bic t1, w1, #MSB
512 bic w2, w2, #MSB
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 35 #define MSB 0x000000ff
49 #define MSB 0xff000000
  /toolchain/binutils/binutils-2.27/opcodes/
mips-formats.h 56 #define MSB(SIZE, LSB, BIAS, ADD_LSB, OPSIZE) \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 95 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
96 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 95 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
96 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 95 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
96 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 95 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
96 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 112 static inline uint8_t hexFromNibbles(char MSB, char LSB) {
113 unsigned U1 = hexDigitValue(MSB);

Completed in 815 milliseconds

1 2 3