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

1 2 34 5 6 7 8 910

  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan3.go 8 // g0 stack when copying arguments in and out.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
tsan3.go 8 // g0 stack when copying arguments in and out.
  /external/clang/test/CodeGen/
bitfield.c 18 int g0(void) { function
19 // CHECK-LABEL: @g0()
21 // PATH-LABEL: @g0()
  /external/clang/test/CodeGenCXX/
const-init.cpp 27 C g0 = { C::e1 }; member in namespace:PR5581
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 29 void g0() { int *p = Y().a; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
  /external/clang/test/SemaTemplate/
default-arguments-cxx0x.cpp 11 void g0() { function
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 198 uint8 g0 = src_argb[1] >> 2; local
203 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) |
210 uint8 g0 = src_argb[1] >> 2; local
212 *(uint16*)(dst_rgb) = b0 | (g0 << 5) | (r0 << 11);
231 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; local
236 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) |
244 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; local
246 *(uint16*)(dst_rgb) = b0 | (g0 << 5) | (r0 << 11);
254 uint8 g0 = src_argb[1] >> 3; local
262 b0 | (g0 << 5) | (r0 << 10) | (a0 << 15)
269 uint8 g0 = src_argb[1] >> 3; local
281 uint8 g0 = src_argb[1] >> 4; local
296 uint8 g0 = src_argb[1] >> 4; local
487 uint8 g0 = (src_rgb565[0] >> 5) | ((src_rgb565[1] & 0x07) << 3); local
512 uint8 g0 = (src_rgb565[0] >> 5) | ((src_rgb565[1] & 0x07) << 3); local
534 uint8 g0 = (src_argb1555[0] >> 5) | ((src_argb1555[1] & 0x03) << 3); local
560 uint8 g0 = (src_argb1555[0] >> 5) | ((src_argb1555[1] & 0x03) << 3); local
582 uint8 g0 = src_argb4444[0] >> 4; local
608 uint8 g0 = src_argb4444[0] >> 4; local
1423 uint8 g0; local
1462 uint8 g0; local
1501 uint8 g0; local
1628 uint8 g0; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 200 uint8 g0 = src_argb[1] >> 2; local
205 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) | (b1 << 16) | (g1 << 21) |
212 uint8 g0 = src_argb[1] >> 2; local
214 *(uint16*)(dst_rgb) = b0 | (g0 << 5) | (r0 << 11);
235 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; local
240 WRITEWORD(dst_rgb, b0 | (g0 << 5) | (r0 << 11) | (b1 << 16) | (g1 << 21) |
248 uint8 g0 = clamp255(src_argb[1] + dither0) >> 2; local
250 *(uint16*)(dst_rgb) = b0 | (g0 << 5) | (r0 << 11);
258 uint8 g0 = src_argb[1] >> 3; local
265 *(uint32*)(dst_rgb) = b0 | (g0 << 5) | (r0 << 10) | (a0 << 15)
272 uint8 g0 = src_argb[1] >> 3; local
283 uint8 g0 = src_argb[1] >> 4; local
297 uint8 g0 = src_argb[1] >> 4; local
495 uint8 g0 = (src_rgb565[0] >> 5) | ((src_rgb565[1] & 0x07) << 3); local
520 uint8 g0 = (src_rgb565[0] >> 5) | ((src_rgb565[1] & 0x07) << 3); local
545 uint8 g0 = (src_argb1555[0] >> 5) | ((src_argb1555[1] & 0x03) << 3); local
571 uint8 g0 = (src_argb1555[0] >> 5) | ((src_argb1555[1] & 0x03) << 3); local
596 uint8 g0 = src_argb4444[0] >> 4; local
622 uint8 g0 = src_argb4444[0] >> 4; local
1419 uint8 g0; local
1457 uint8 g0; local
1495 uint8 g0; local
1580 uint8 g0; local
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-special-registers.s 16 ! CHECK: rd %asr15, %g0 ! encoding: [0x81,0x43,0xc0,0x00]
17 rd %asr15, %g0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc-solaris/
sol-cc.s 16 restore %g0,0,%o0
sol-gcc.s 61 restore %g0,0,%o0
  /prebuilts/go/darwin-x86/src/runtime/
cgo_sigaction.go 39 // the current thread in transition between goroutines, or with the g0
51 // and g0, so we should stay on the current stack to avoid corrupting g0.
55 // the signal handler has set the correct g. If we're on gsignal or g0,
57 // g0 to ensure we have enough room to call a libc function.
lock_sema.go 153 if gp != gp.m.g0 {
154 throw("notesleep not on g0")
242 if gp != gp.m.g0 && gp.m.preemptoff != "" {
243 throw("notetsleep not on g0")
249 // same as runtimeˇnotetsleep, but called on user g (not g0)
253 if gp == gp.m.g0 {
254 throw("notetsleepg on g0")
  /prebuilts/go/linux-x86/src/runtime/
cgo_sigaction.go 39 // the current thread in transition between goroutines, or with the g0
51 // and g0, so we should stay on the current stack to avoid corrupting g0.
55 // the signal handler has set the correct g. If we're on gsignal or g0,
57 // g0 to ensure we have enough room to call a libc function.
lock_sema.go 153 if gp != gp.m.g0 {
154 throw("notesleep not on g0")
242 if gp != gp.m.g0 && gp.m.preemptoff != "" {
243 throw("notetsleep not on g0")
249 // same as runtimeˇnotetsleep, but called on user g (not g0)
253 if gp == gp.m.g0 {
254 throw("notetsleepg on g0")
  /external/pdfium/core/fpdfapi/render/
cpdf_dibtransferfunc.cpp 45 int g0 = m_RampG[0]; local
58 (*dest_buf)[index++] = g0;
  /prebuilts/go/darwin-x86/src/image/
image_test.go 20 r0, g0, b0, a0 := cm.Convert(c0).RGBA()
22 return r0 == r1 && g0 == g1 && b0 == b1 && a0 == a1
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /prebuilts/go/linux-x86/src/image/
image_test.go 20 r0, g0, b0, a0 := cm.Convert(c0).RGBA()
22 return r0 == r1 && g0 == g1 && b0 == b1 && a0 == a1
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7044.go 24 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15 :=
31 float64(g0), float64(g1), float64(g2), float64(g3), float64(g4), float64(g5), float64(g6), float64(g7), float64(g8), float64(g9), float64(g10), float64(g11), float64(g12), float64(g13), float64(g14), float64(g15)
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 24 template<typename T, unsigned N> B<T, N> g0(T (&array)[N]);
29 B<int, 5> b0 = g0(array0);
31 B<const int, 3> b1 = g0(array1);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp 55 int g0() { return 0; } function
137 std::function<int()> f1 = g0;
141 assert(*f1.target<int (*)()>() == g0);
  /external/boringssl/src/crypto/poly1305/
poly1305.c 249 uint32_t g0, g1, g2, g3, g4; local
279 g0 = state->h0 + 5;
280 b = g0 >> 26;
281 g0 &= 0x3ffffff;
295 state->h0 = (state->h0 & nb) | (g0 & b);
  /external/webp/src/dsp/
lossless_msa.c 83 v8i16 g0, g1, t0, t1, t2, t3; \
85 VSHF_B2_SH(src0, src0, src1, src1, mask0, mask0, g0, g1); \
86 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \
99 const v16i8 g0 = VSHF_SB(src, src, mask0); \
100 v8i16 t0 = __msa_dotp_s_h(c0, g0); \
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
33 MADD_BF(r15, r0, r7, r8, k0, k1, k2, k3, g0, g1, g2, g3);
46 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
65 MADD_BF(r9, r6, r1, r14, k0, k1, k2, k3, g0, g1, g2, g3);
81 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
218 MADD_BF(r15, r0, r7, r8, k0, k1, k2, k3, g0, g1, g2, g3);
230 BUTTERFLY_4(g0, g2, g10, g8, tp0, tp2, tp3, tp1);
247 MADD_BF(r9, r6, r1, r14, k0, k1, k2, k3, g0, g1, g2, g3);
259 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3)
    [all...]

Completed in 1006 milliseconds

1 2 34 5 6 7 8 910