HomeSort by relevance Sort by last modified time
    Searched refs:B0 (Results 226 - 250 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/
agl.py 402 00B0;degree;DEGREE SIGN
668 01B0;uhorn;LATIN SMALL LETTER U WITH HORN
679 03B0;upsilondieresistonos;GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
  /external/webp/src/dsp/
dec_sse2.c 481 // B0 = 53 43 52 42 51 41 50 40 13 03 12 02 11 01 10 00
483 const __m128i B0 = _mm_unpacklo_epi8(A0, A1);
488 const __m128i C0 = _mm_unpacklo_epi16(B0, B1);
489 const __m128i C1 = _mm_unpackhi_epi16(B0, B1);
515 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
521 // p1 = f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
552 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
569 // p1 = b3 b2 b1 b0 a3 a2 a1 a0 93 92 91 90 83 82 81 80
    [all...]
enc_sse2.c 393 const __m128i B0 = _mm_adds_epi16(A01, A23); // a0 | a1 | ...
395 const __m128i C0 = _mm_unpacklo_epi32(B0, B1); // a0 | a1 | a3 | a2 | ...
396 const __m128i C1 = _mm_unpacklo_epi32(B1, B0); // a3 | a2 | a0 | a1 | ...
962 const __m128i b0 = _mm_loadu_si128((const __m128i*)&b[BPS * 0]); local
995 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]); local
1023 const __m128i b0 = _mm_loadl_epi64((const __m128i*)&b[BPS * 0]); local
1057 const __m128i b0 = _mm_srli_epi16(a0, 8); \/\/ hi byte local
1129 const __m128i b0 = _mm_add_epi16(a0, a1); local
1153 const __m128i b0 = _mm_add_epi16(a0, a1); local
1382 __m128i b0 = _mm_loadu_si128((const __m128i*)&src2[i]); local
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 467 Returns currently detected breakpoint value based on the register DR6 B0-B3 field.
486 if (Dr6.Bits.B0 == 1) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 439 DR6 B0-B3 field.
458 if (Dr6.Bits.B0 == 1) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 419 Returns currently detected breakpoint value based on the register DR6 B0-B3 field.
438 if (Dr6.Bits.B0 == 1) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 439 DR6 B0-B3 field.
458 if (Dr6.Bits.B0 == 1) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 358 UINT64 B0;
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 138 // 0F C7 B0 11 22 33 44: libopcodes says vmptrld 0x44332211(%eax); we say rdrand %eax.
  /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/x86/x86asm/
objdump_test.go 138 // 0F C7 B0 11 22 33 44: libopcodes says vmptrld 0x44332211(%eax); we say rdrand %eax.
  /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
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/libvncserver/webclients/novnc/include/
keysym.js 293 XK_degree = 0x00b0, /* U+00B0 DEGREE SIGN */
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 287 // BC B0,BI,label
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 315 hangulBase = 0xAC00 // UTF-8(hangulBase) -> EA B0 80
346 b0 := b[0]
347 if b0 < hangulBase0 {
352 case b0 == hangulBase0:
354 case b0 < hangulEnd0:
356 case b0 > hangulEnd0:
368 b0 := b[0]
369 if b0 < hangulBase0 {
374 case b0 == hangulBase0:
376 case b0 < hangulEnd0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 287 // BC B0,BI,label
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 315 hangulBase = 0xAC00 // UTF-8(hangulBase) -> EA B0 80
346 b0 := b[0]
347 if b0 < hangulBase0 {
352 case b0 == hangulBase0:
354 case b0 < hangulEnd0:
356 case b0 > hangulEnd0:
368 b0 := b[0]
369 if b0 < hangulBase0 {
374 case b0 == hangulBase0:
376 case b0 < hangulEnd0
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 239 R_SExpr reduceBranch(Branch &O, R_SExpr C, BasicBlock *B0, BasicBlock *B1) {
  /external/eigen/test/
main.h 68 // B0 is defined in POSIX header termios.h
69 #define B0 FORBIDDEN_IDENTIFIER
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]

Completed in 1930 milliseconds

1 2 3 4 5 6 7 8 91011>>