/external/toybox/toys/lsb/ |
D | README | 4 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html 7 http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html
|
/external/llvm/test/CodeGen/AArch64/ |
D | vcvt-oversize.ll | 6 ; CHECK-DAG: fadd v[[LSB:[0-9]+]].4s, v1.4s, v1.4s 8 ; CHECK-DAG: fcvtzu v[[LSB2:[0-9]+]].4s, v[[LSB]].4s 10 ; CHECK-DAG: xtn v[[TMP:[0-9]+]].4h, v[[LSB]].4s
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | vcvt-oversize.ll | 6 ; CHECK-DAG: fadd v[[LSB:[0-9]+]].4s, v0.4s, v0.4s 8 ; CHECK-DAG: fcvtzs v[[LSB2:[0-9]+]].4s, v[[LSB]].4s 10 ; CHECK-DAG: xtn v[[TMP:[0-9]+]].4h, v[[LSB]].4s
|
/external/libgsm/fuzzer/ |
D | README.md | 19 | `GSM_VERBOSE` | 0. `Verbosity disabled` 1. `Verbosity enabled` | Bit 0 (LSB) of 1st byte of data.… 20 … will be used` 1. `Faster version of the algorithm will be used` | Bit 1 (LSB) of 1st byte of dat… 21 …e LTP cut-off optimization` 1. `Enable LTP cut-off optimization` | Bit 2 (LSB) of 1st byte of dat… 22 …output in the encoder.` 1. `Enable WAV49 format in the encoder.` | Bit 3 (LSB) of 1st byte of dat…
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | intrin.h | 80 const UINT LSB = (UINT)((int)(a << 31) >> 31); in pdep_u32() 83 result |= LSB & lowest; in pdep_u32()
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 534 uint32_t consumeBits(uint32_t MSB, uint32_t LSB) in consumeBits() 536 bool reversed = MSB < LSB; in consumeBits() 539 std::swap(MSB, LSB); in consumeBits() 541 ASSERT(MSB - LSB + 1 < sizeof(uint32_t) * 8); in consumeBits() 543 uint32_t numBits = MSB - LSB + 1; in consumeBits() 566 return bits << LSB; in consumeBits() 700 int LSB; member 705 BlockDesc(DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() 709 , LSB(LSB) in BlockDesc() 714 BlockDesc(DataType type, Channel channel, int MSB, int LSB) in BlockDesc() [all …]
|
/external/llvm-project/libc/AOR_v20.02/string/arm/ |
D | strcmp.S | 39 #define LSB 0xff000000 macro 53 #define LSB 0x000000ff macro 379 and data2, data2, #LSB 417 and tmp1, data1, #LSB 433 tst syndrome, #LSB
|
/external/arm-optimized-routines/string/arm/ |
D | strcmp.S | 38 #define LSB 0xff000000 macro 52 #define LSB 0x000000ff macro 377 and data2, data2, #LSB 415 and tmp1, data1, #LSB 431 tst syndrome, #LSB
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_ResultCodes | 7 These result codes are a subset of the LSB result codes and, for 8 consistency with LSB, are given the same number.
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-addends.test | 3 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DTYPE=SHT_RELA %s -o %t.le64.rela 30 # RUN: yaml2obj --docnum=1 -DENCODE=LSB -DTYPE=SHT_REL %s -o %t.le64.rel 82 # RUN: yaml2obj --docnum=2 -DENCODE=LSB -DTYPE=SHT_RELA %s -o %t.le32.rela 107 # RUN: yaml2obj --docnum=2 -DENCODE=LSB -DTYPE=SHT_REL %s -o %t.le32.rel
|
D | file-header-format.test | 25 Data: ELFDATA2[[DATA=LSB]]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringExtras.h | 184 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument 186 unsigned U2 = hexDigitValue(LSB); in tryGetHexFromNibbles() 196 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument 198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
|
/external/toybox/toys/other/ |
D | README | 3 These are commands not present in Posix or LSB.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1357 LSB = First; in isStringOfOnes() 1373 unsigned LSB, Length; in isRxSBGMask() local 1374 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1375 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1376 End = 63 - LSB; in isRxSBGMask() 1382 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1383 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1384 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1385 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
/external/llvm-project/llvm/test/Analysis/ValueTracking/ |
D | func-ptr-lsb.ll | 11 ; which store ARM/Thumb state in the LSB
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | class-stubs.m | 5 // The class is declared with objc_class_stub, so LSB of the class pointer 18 // The class is declared with objc_class_stub, so LSB of the class pointer
|
/external/ltp/testcases/commands/file/ |
D | file01.sh | 22 *Data:*"little endian"*) TEST_ARCH=LSB;;
|
/external/curl/docs/ |
D | MQTT.md | 18 It outputs two bytes topic length (MSB | LSB), the topic followed by the
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1566 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1570 LSB = First; in isStringOfOnes() 1586 unsigned LSB, Length; in isRxSBGMask() local 1587 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1588 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1589 End = 63 - LSB; in isRxSBGMask() 1595 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1596 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1597 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1598 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | scatter-schedule.ll | 7 ; The right order is "from LSB to MSB", otherwise the semantic is broken.
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1671 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1675 LSB = First; in isStringOfOnes() 1691 unsigned LSB, Length; in isRxSBGMask() local 1692 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1693 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1694 End = 63 - LSB; in isRxSBGMask() 1700 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1701 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1702 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1703 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_tests.txt | 144 # This nonce results in 0xfff in counter LSB.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument 162 unsigned U2 = hexDigitValue(LSB); in hexFromNibbles()
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 170 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 174 << ", #" << LSB << ", #" << Width; in printInst() 180 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 184 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; in printInst() 189 int LSB = ImmR; in printInst() local 194 << ", #" << LSB << ", #" << Width; in printInst()
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 13 ; LSB 0 1 2 3 | 4 5 6 7 MSB 87 ; LSB 0 1 2 3 | 4 5 | 6 7 MSB
|