HomeSort by relevance Sort by last modified time
    Searched defs:B0 (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.h 53 #define B0 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 122 #define B0 0000000 /* hang up */
  /external/clang/test/SemaCXX/
typo-correction.cpp 669 struct B0 {
671 (struct B0)e; // expected-error {{use of undeclared identifier}}
  /external/libopus/celt/
bands.c 701 celt_norm *X, celt_norm *Y, int N, int *b, int B, int B0,
797 } else if (B0>1 || stereo) {
953 int B0=B;
987 compute_theta(ctx, &sctx, X, Y, N, &b, B, B0, LM, 0, &fill);
1002 if (B0>1 && (itheta&0x3fff))
1027 MULT16_16_P15(gain,side), fill>>B)<<(B0>>1);
1030 MULT16_16_P15(gain,side), fill>>B)<<(B0>>1);
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 126 B0 = 0
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 126 B0 = 0
  /external/swiftshader/src/Shader/
SamplerCore.cpp 2099 const UShort4 b0 = UShort4(iround(-B0 * 0x4000)); local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 486 // B0 = 53 43 52 42 51 41 50 40 13 03 12 02 11 01 10 00
488 const __m128i B0 = _mm_unpacklo_epi8(A0, A1);
493 const __m128i C0 = _mm_unpacklo_epi16(B0, B1);
494 const __m128i C1 = _mm_unpackhi_epi16(B0, B1);
520 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
526 // p1 = f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
558 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
575 // p1 = b3 b2 b1 b0 a3 a2 a1 a0 93 92 91 90 83 82 81 80
    [all...]
lossless_sse2.c 47 const __m128i B0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
50 const __m128i A1 = _mm_sub_epi16(A0, B0);
51 const __m128i BgtA = _mm_cmpgt_epi16(B0, A0);
64 const __m128i B0 = _mm_cvtsi32_si128(b);
68 const __m128i BC0 = _mm_subs_epu8(B0, C0);
69 const __m128i CB0 = _mm_subs_epu8(C0, B0);
568 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7
571 const __m128i rb0 = _mm_unpacklo_epi64(v2h, v2l); // r0...r7 | b0...b7
605 const __m128i v2l = _mm_unpacklo_epi8(v1l, v1h); // b0...b7 | g0...g7
608 const __m128i rb0 = _mm_unpacklo_epi64(v2h, v2l); // r0...r7 | b0...b
614 const __m128i b0 = _mm_srli_si128(rb1, 8); \/\/ -b0...-b7|0 local
    [all...]
yuv_sse2.c 58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050);
59 const __m128i B1 = _mm_adds_epu16(B0, Y1);
149 const __m128i b0 = _mm_packus_epi16(*B, *B); local
151 const __m128i b1 = _mm_and_si128(_mm_srli_epi16(b0, 3), _mm_set1_epi8(0x1f));
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
252 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0);
262 rgb4 = _mm_packus_epi16(B0, B1);
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
274 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0);
280 bgr0 = _mm_packus_epi16(B0, B1)
817 const __m128i b0 = _mm_loadu_si128((const __m128i*)(B + i + 0)); local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 38 #define B0 X3
290 MOVOU (1*16)(keyp), B0
296 MOVO B0, state1Store
302 chachaQR(A0, B0, C0, D0, T0)
304 chachaQR(A0, B0, C0, D0, T0)
309 // A0|B0 hold the Poly1305 32-byte key, C0,D0 can be discarded
310 PADDL ·chacha20Constants<>(SB), A0; PADDL state1Store, B0
314 MOVO A0, rStore; MOVO B0, sStore
325 MOVO ·chacha20Constants<>(SB), A0; MOVO state1Store, B0; MOVO state2Store, C0; MOVO ctr3Store, D0; PADDL ·sseIncMask<>(SB), D0
326 MOVO A0, A1; MOVO B0, B1; MOVO C0, C1; MOVO D0, D1; PADDL ·sseIncMask<>(SB), D
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 38 #define B0 X3
290 MOVOU (1*16)(keyp), B0
296 MOVO B0, state1Store
302 chachaQR(A0, B0, C0, D0, T0)
304 chachaQR(A0, B0, C0, D0, T0)
309 // A0|B0 hold the Poly1305 32-byte key, C0,D0 can be discarded
310 PADDL ·chacha20Constants<>(SB), A0; PADDL state1Store, B0
314 MOVO A0, rStore; MOVO B0, sStore
325 MOVO ·chacha20Constants<>(SB), A0; MOVO state1Store, B0; MOVO state2Store, C0; MOVO ctr3Store, D0; PADDL ·sseIncMask<>(SB), D0
326 MOVO A0, A1; MOVO B0, B1; MOVO C0, C1; MOVO D0, D1; PADDL ·sseIncMask<>(SB), D
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 355 UINT64 B0;
  /external/v8/src/arm/
constants-arm.h 186 B0 = 1 << 0,
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 131 B0
346 case B0 <= r && r <= B31:
347 return fmt.Sprintf("B%d", int(r-B0))
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 634 B0 = 0x0
ztypes_linux_amd64.go 652 B0 = 0x0
ztypes_linux_arm.go 623 B0 = 0x0
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 131 B0
346 case B0 <= r && r <= B31:
347 return fmt.Sprintf("B%d", int(r-B0))
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 634 B0 = 0x0
ztypes_linux_amd64.go 652 B0 = 0x0
ztypes_linux_arm.go 623 B0 = 0x0
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 358 UINT64 B0;

Completed in 2486 milliseconds

1 23 4 5 6