HomeSort by relevance Sort by last modified time
    Searched refs:g0 (Results 126 - 150 of 250) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/go/linux-x86/test/
sinit.go 159 var g0 = float64(0) var
229 var copy_g0 = g0
  /frameworks/base/core/tests/coretests/src/android/graphics/
BitmapTest.java 217 int g0 = Color.green(c0); local
219 int gg = computePrePostMul(a0, g0);
  /external/skia/src/opts/
SkSwizzler_opts.h 699 __m128i g0 = _mm_and_si128(grayA, _mm_set1_epi16(0x00FF)); local
703 g0 = scale(g0, a0);
705 __m128i gg = _mm_or_si128(g0, _mm_slli_epi16(g0, 8));
706 __m128i ga = _mm_or_si128(g0, _mm_slli_epi16(a0, 8));
  /prebuilts/go/darwin-x86/src/runtime/
os_freebsd.go 118 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " thr_start=", funcPC(thr_start), " id=", mp.id, " ostk=", &mp, "\n")
126 stack_base: mp.g0.stack.hi,
127 stack_size: uintptr(stk) - mp.g0.stack.hi,
race.go 85 // Callback from C into Go, runs on g0.
366 // The call is coming from manual instrumentation of Go code running on g0/gsignal.
383 // The call is coming from manual instrumentation of Go code running on g0/gsignal.
sys_windows_386.s 106 // do we need to switch to the g0 stack?
110 JEQ g0
112 // switch to the g0 stack
116 // make it look like mstart called us on g0, to stop traceback
127 g0: label
367 // Execute call on m->g0 stack, in case we are not actually
392 // executing on m->g0 already
397 // Switch to m->g0 stack and back.
os_netbsd.go 164 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
174 lwp_mcontext_init(&uc.uc_mcontext, stk, mp, mp.g0, funcPC(netbsdMstart))
os_openbsd.go 164 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
175 ret := tfork(&param, unsafe.Sizeof(param), mp, mp.g0, funcPC(mstart))
os3_solaris.go 162 if pthread_attr_getstack(&attr, unsafe.Pointer(&mp.g0.stack.hi), &size) != 0 {
165 mp.g0.stack.lo = mp.g0.stack.hi - uintptr(size)
  /prebuilts/go/linux-x86/src/runtime/
os_freebsd.go 118 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " thr_start=", funcPC(thr_start), " id=", mp.id, " ostk=", &mp, "\n")
126 stack_base: mp.g0.stack.hi,
127 stack_size: uintptr(stk) - mp.g0.stack.hi,
race.go 85 // Callback from C into Go, runs on g0.
366 // The call is coming from manual instrumentation of Go code running on g0/gsignal.
383 // The call is coming from manual instrumentation of Go code running on g0/gsignal.
sys_windows_386.s 106 // do we need to switch to the g0 stack?
110 JEQ g0
112 // switch to the g0 stack
116 // make it look like mstart called us on g0, to stop traceback
127 g0: label
367 // Execute call on m->g0 stack, in case we are not actually
392 // executing on m->g0 already
397 // Switch to m->g0 stack and back.
os_netbsd.go 164 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
174 lwp_mcontext_init(&uc.uc_mcontext, stk, mp, mp.g0, funcPC(netbsdMstart))
os_openbsd.go 164 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " id=", mp.id, " ostk=", &mp, "\n")
175 ret := tfork(&param, unsafe.Sizeof(param), mp, mp.g0, funcPC(mstart))
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 392 g0 := int64(g[0])
413 h0 := f0*g0 + f1_2*g9_19 + f2*g8_19 + f3_2*g7_19 + f4*g6_19 + f5_2*g5_19 + f6*g4_19 + f7_2*g3_19 + f8*g2_19 + f9_2*g1_19
414 h1 := f0*g1 + f1*g0 + f2*g9_19 + f3*g8_19 + f4*g7_19 + f5*g6_19 + f6*g5_19 + f7*g4_19 + f8*g3_19 + f9*g2_19
415 h2 := f0*g2 + f1_2*g1 + f2*g0 + f3_2*g9_19 + f4*g8_19 + f5_2*g7_19 + f6*g6_19 + f7_2*g5_19 + f8*g4_19 + f9_2*g3_19
416 h3 := f0*g3 + f1*g2 + f2*g1 + f3*g0 + f4*g9_19 + f5*g8_19 + f6*g7_19 + f7*g6_19 + f8*g5_19 + f9*g4_19
417 h4 := f0*g4 + f1_2*g3 + f2*g2 + f3_2*g1 + f4*g0 + f5_2*g9_19 + f6*g8_19 + f7_2*g7_19 + f8*g6_19 + f9_2*g5_19
418 h5 := f0*g5 + f1*g4 + f2*g3 + f3*g2 + f4*g1 + f5*g0 + f6*g9_19 + f7*g8_19 + f8*g7_19 + f9*g6_19
419 h6 := f0*g6 + f1_2*g5 + f2*g4 + f3_2*g3 + f4*g2 + f5_2*g1 + f6*g0 + f7_2*g9_19 + f8*g8_19 + f9_2*g7_19
420 h7 := f0*g7 + f1*g6 + f2*g5 + f3*g4 + f4*g3 + f5*g2 + f6*g1 + f7*g0 + f8*g9_19 + f9*g8_19
421 h8 := f0*g8 + f1_2*g7 + f2*g6 + f3_2*g5 + f4*g4 + f5_2*g3 + f6*g2 + f7_2*g1 + f8*g0 + f9_2*g9_1
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 152 g0 uint64
1377 g0 = f0 + 5
1379 g = g0 >> 32
1380 g0 &= bits32
1421 g0 &^= f
1425 f0 |= g0
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_ref.go 152 g0 uint64
1377 g0 = f0 + 5
1379 g = g0 >> 32
1380 g0 &= bits32
1421 g0 &^= f
1425 f0 |= g0
  /external/opencv/cv/src/
cvsmooth.cpp     [all...]
  /external/clang/test/Sema/
constant-builtins-2.c 5 double g0 = __builtin_huge_val(); variable
  /external/libopus/celt/
celt.h 203 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,
  /external/llvm/test/MC/Sparc/
sparc-pic.s 69 restore %g0, %o0, %o0
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 131 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
133 // fmt.Printf("0x%04x 0x%04x 0x%04x\n", r0, g0, b0)
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 131 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
133 // fmt.Printf("0x%04x 0x%04x 0x%04x\n", r0, g0, b0)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 49 rd %asr15, %g0 ! other solution
  /external/webp/src/dsp/
yuv_sse2.c 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419);
54 const __m128i G3 = _mm_add_epi16(G0, G1);
144 const __m128i g0 = _mm_packus_epi16(*G, *G); local
148 const __m128i g1 = _mm_srli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0xe0)), 5);
149 const __m128i g2 = _mm_slli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0x1c)), 3);
245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
248 YUV444ToRGB(y + 0, u + 0, v + 0, &R0, &G0, &B0);
256 rgb2 = _mm_packus_epi16(G0, G1);
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
270 YUV444ToRGB(y + 0, u + 0, v + 0, &R0, &G0, &B0)
822 const __m128i g0 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 0)); local
    [all...]

Completed in 857 milliseconds

1 2 3 4 56 7 8 910