Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c47 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/
DREADME4 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/
Dpoly1305-mips.S5 # 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/
Dpoly1305-mips.S5 # 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/
Daes-mips.pl105 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/
Daes-mips.pl105 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/
DBC_Decoder.cpp535 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/
Dstrcmp.S38 #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/
DHOWTO_ResultCodes7 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/
Dmlpdsp_armv5te.S458 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/
Dsha1-mips.pl91 $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)
Dsha512-mips.pl130 $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/
Dsha1-mips.pl91 $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)
Dsha512-mips.pl130 $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/
Dformats.rst69 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/
Dgdtoaimp.h338 #define LSB 1 macro
376 #define LSB 1 macro
402 #define LSB 0x10000 macro
/third_party/toybox/toys/other/
DREADME3 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/
DSystemZInstrInfo.cpp1566 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/
Dfile01.sh22 *Data:*"little endian"*) TEST_ARCH=LSB;;
/third_party/curl/docs/
DMQTT.md18 It outputs two bytes topic length (MSB | LSB), the topic followed by the
/third_party/node/deps/v8/src/objects/
Dcode.tq11 // 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/
DStringExtras.h160 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/
DDebugInfoFlags.def79 // 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/
DAArch64InstPrinter.cpp179 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/
DARMISelDAGToDAG.cpp2849 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 …]

12345