/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavideoformat.c | 47 G (VUYA, ('A', 'Y', 'U', 'V'), YUV444, LSB, 32), 48 F (RGBA, ('R', 'G', 'B', 'A'), RGB32, LSB, 32, 32, 0x000000ff, 50 F (RGBx, ('R', 'G', 'B', 'X'), RGB32, LSB, 32, 24, 0x000000ff, 52 F (BGRA, ('B', 'G', 'R', 'A'), RGB32, LSB, 32, 32, 0x00ff0000, 54 F (ARGB, ('A', 'R', 'G', 'B'), RGB32, LSB, 32, 32, 0x0000ff00, 56 F (xRGB, ('X', 'R', 'G', 'B'), RGB32, LSB, 32, 24, 0x0000ff00, 58 F (ABGR, ('A', 'B', 'G', 'R'), RGB32, LSB, 32, 32, 0xff000000, 60 F (xBGR, ('X', 'B', 'G', 'R'), RGB32, LSB, 32, 24, 0xff000000, 62 F (BGRx, ('B', 'G', 'R', 'X'), RGB32, LSB, 32, 24, 0x00ff0000, 66 G (AYUV, ('A', 'Y', 'U', 'V'), YUV444, LSB, 32), [all …]
|
/third_party/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
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/ |
D | poly1305-mips.S | 5 # define LSB 7 macro 8 # define LSB 0 macro 34 ldr $8,0+LSB($5) 35 ldr $9,8+LSB($5) 137 ldr $8,0+LSB($5) 138 ldr $9,8+LSB($5)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/ |
D | poly1305-mips.S | 5 # define LSB 7 macro 8 # define LSB 0 macro 34 ldr $8,0+LSB($5) 35 ldr $9,8+LSB($5) 137 ldr $8,0+LSB($5) 138 ldr $9,8+LSB($5)
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian 685 lwr $s0,0+$LSB($inp) 686 lwr $s1,4+$LSB($inp) 687 lwr $s2,8+$LSB($inp) 688 lwr $s3,12+$LSB($inp) 699 swr $s0,0+$LSB($out) 700 swr $s1,4+$LSB($out) 701 swr $s2,8+$LSB($out) 702 swr $s3,12+$LSB($out) 1285 lwr $s0,0+$LSB($inp) [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian 685 lwr $s0,0+$LSB($inp) 686 lwr $s1,4+$LSB($inp) 687 lwr $s2,8+$LSB($inp) 688 lwr $s3,12+$LSB($inp) 699 swr $s0,0+$LSB($out) 700 swr $s1,4+$LSB($out) 701 swr $s2,8+$LSB($out) 702 swr $s3,12+$LSB($out) 1285 lwr $s0,0+$LSB($inp) [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 535 uint32_t consumeBits(uint32_t MSB, uint32_t LSB) in consumeBits() 537 bool reversed = MSB < LSB; in consumeBits() 540 std::swap(MSB, LSB); in consumeBits() 542 ASSERT(MSB - LSB + 1 < sizeof(uint32_t) * 8); in consumeBits() 544 uint32_t numBits = MSB - LSB + 1; in consumeBits() 567 return bits << LSB; in consumeBits() 695 int LSB; member 702 , LSB(0) in BlockDesc() 707 constexpr BlockDesc(const DataType type, Channel channel, int MSB, int LSB, ModeDesc modeDesc) in BlockDesc() 711 , LSB(LSB) in BlockDesc() [all …]
|
/third_party/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
|
/third_party/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.
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_armv5te.S | 458 LSB .req SA1 label 517 ldrb LSB, [PBL], #MAX_CHANNELS 522 ldrb LSB, [PBL], #MAX_CHANNELS 530 ldrb LSB, [PBL], #MAX_CHANNELS 539 add AC0, AC0, LSB 660 .unreq LSB
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
D | sha1-mips.pl | 91 $LSB=3&~$MSB; 138 lwr @X[$j],$j*4+$LSB($inp) 148 lwr @X[$j],$j*4+$LSB($inp) 398 lwr @X[0],$LSB($inp)
|
D | sha512-mips.pl | 130 $LSB = ($SZ-1)&~$MSB; 148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 380 ${LD}r @X[0],$LSB($inp)
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-mips.pl | 91 $LSB=3&~$MSB; 138 lwr @X[$j],$j*4+$LSB($inp) 148 lwr @X[$j],$j*4+$LSB($inp) 398 lwr @X[0],$LSB($inp)
|
D | sha512-mips.pl | 130 $LSB = ($SZ-1)&~$MSB; 148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 380 ${LD}r @X[0],$LSB($inp)
|
/third_party/mesa3d/docs/isl/ |
D | formats.rst | 69 specifications choose to use a MSB to LSB ordering and others LSB to MSB. One 88 GL MSB → LSB 89 Vulkan MSB → LSB 90 mesa_format LSB → MSB 91 Intel surface format LSB → MSB
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoaimp.h | 338 #define LSB 1 macro 376 #define LSB 1 macro 402 #define LSB 0x10000 macro
|
/third_party/toybox/toys/other/ |
D | README | 3 These are commands not present in Posix or LSB.
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/ltp/testcases/commands/file/ |
D | file01.sh | 22 *Data:*"little endian"*) TEST_ARCH=LSB;;
|
/third_party/curl/docs/ |
D | MQTT.md | 18 It outputs two bytes topic length (MSB | LSB), the topic followed by the
|
/third_party/node/deps/v8/src/objects/ |
D | code.tq | 11 // The 13 LSB of the install target bytecode offset.
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 79 // Virtuality is a two-bit enum field in the LSB of the word.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 183 << ", #" << LSB << ", #" << Width; in printInst() 189 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 193 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; in printInst() 198 int LSB = ImmR; in printInst() local 203 << ", #" << LSB << ", #" << Width; in printInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 2849 unsigned LSB = Srl_imm; in tryV6T2BitfieldExtractOp() local 2853 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) { in tryV6T2BitfieldExtractOp() 2858 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() 2867 CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB), dl, in tryV6T2BitfieldExtractOp() 2875 assert(LSB + Width + 1 <= 32 && "Shouldn't create an invalid ubfx"); in tryV6T2BitfieldExtractOp() 2877 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() 2896 int LSB = Srl_imm - Shl_imm; in tryV6T2BitfieldExtractOp() local 2897 if (LSB < 0) in tryV6T2BitfieldExtractOp() 2900 assert(LSB + Width + 1 <= 32 && "Shouldn't create an invalid ubfx"); in tryV6T2BitfieldExtractOp() 2902 CurDAG->getTargetConstant(LSB, dl, MVT::i32), in tryV6T2BitfieldExtractOp() [all …]
|