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

1 2 3 45 6 7 8 910

  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 50 __vector int g0, g1, g2, g3; local
135 g0 = vec_msums(g0w, pw_mf0344_f0285, pd_onehalf);
146 gl = vec_perm((__vector short)g0, (__vector short)g1, shift_pack_index);
168 /* rgbx0 = R0 G0 R1 G1 R2 G2 R3 G3 B0 X0 B1 X1 B2 X2 B3 X3
173 * rgb0 = R0 G0 B0 R1 G1 B1 R2 G2 B2 R3 G3 B3 R4 G4 B4 R5
181 /* rgbx0 = R0 G0 R1 G1 R2 G2 R3 G3 B0 X0 B1 X1 B2 X2 B3 X3
186 * rgb0 = R0 G0 B0 X0 R1 G1 B1 X1 R2 G2 B2 X2 R3 G3 B3 X3
  /external/clang/test/Analysis/
pr22954.c 260 struct gg g0 = {{}, 0}; local
261 g0.s2 = strdup("hello");
263 memcpy(g0.s1, input, 4);
264 clang_analyzer_eval(*(int*)(&g0.s1[0]) == 'a'); // expected-warning{{UNKNOWN}}\
265 expected-warning{{Potential leak of memory pointed to by 'g0.s2'}}
266 clang_analyzer_eval(*(int*)(&g0.s1[1]) == 'b'); // expected-warning{{UNKNOWN}}
267 clang_analyzer_eval(*(int*)(&g0.s1[2]) == 'c'); // expected-warning{{UNKNOWN}}
268 clang_analyzer_eval(*(int*)(&g0.s1[3]) == 'd'); // expected-warning{{UNKNOWN}}
269 clang_analyzer_eval(g0.s2 == 0); // expected-warning{{UNKNOWN}}
270 free(g0.s2); // no warnin
    [all...]
  /external/clang/test/CodeGen/
const-init.c 27 int g0 = (int)(&(((union s2 *) 0)->f0.f0) - 0); variable
  /external/clang/test/SemaTemplate/
member-function-template.cpp 6 void g0(int i, double d) { function in struct:X
instantiate-method.cpp 149 char g0() { function in namespace:PR6947
  /prebuilts/go/darwin-x86/src/image/
decode_test.go 72 r0, g0, b0, a0 := c0.RGBA()
75 g := delta(g0, g1)
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 15 // runtime.asmcgocall (in asm_$GOARCH.s) switches to the m->g0 stack
42 // _cgoexp_GoF(frame, framesize), still running on m->g0's stack
45 // memory or use up m->g0's stack.
53 // runtime.cgocallback (in asm_$GOARCH.s) switches from m->g0's
57 // SP as m->g0->sched.sp, so that any use of m->g0's stack during the
59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
60 // m->g0 stack, so that it can be restored later.
63 // stack (not an m->g0 stack). First it calls runtime.exitsyscall, which will
67 // first defers a function to unwind m->g0.sched.sp, so that if p.Go
    [all...]
msan.go 35 if g == nil || g.m == nil || g == g.m.g0 || g == g.m.gsignal {
mprof.go 684 g0 := getg()
688 g0.m.traceback = 1
689 g0.writebuf = buf[0:0:len(buf)]
695 g0.m.traceback = 0
696 n = len(g0.writebuf)
697 g0.writebuf = nil
757 // running on m->g0 stack; show all non-g0 goroutines
  /prebuilts/go/linux-x86/src/image/
decode_test.go 72 r0, g0, b0, a0 := c0.RGBA()
75 g := delta(g0, g1)
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 15 // runtime.asmcgocall (in asm_$GOARCH.s) switches to the m->g0 stack
42 // _cgoexp_GoF(frame, framesize), still running on m->g0's stack
45 // memory or use up m->g0's stack.
53 // runtime.cgocallback (in asm_$GOARCH.s) switches from m->g0's
57 // SP as m->g0->sched.sp, so that any use of m->g0's stack during the
59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
60 // m->g0 stack, so that it can be restored later.
63 // stack (not an m->g0 stack). First it calls runtime.exitsyscall, which will
67 // first defers a function to unwind m->g0.sched.sp, so that if p.Go
    [all...]
msan.go 35 if g == nil || g.m == nil || g == g.m.g0 || g == g.m.gsignal {
mprof.go 684 g0 := getg()
688 g0.m.traceback = 1
689 g0.writebuf = buf[0:0:len(buf)]
695 g0.m.traceback = 0
696 n = len(g0.writebuf)
697 g0.writebuf = nil
757 // running on m->g0 stack; show all non-g0 goroutines
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 293 g0 := g[0]
317 f0g0 := int64(f0) * int64(g0)
327 f1g0 := int64(f1) * int64(g0)
337 f2g0 := int64(f2) * int64(g0)
347 f3g0 := int64(f3) * int64(g0)
357 f4g0 := int64(f4) * int64(g0)
367 f5g0 := int64(f5) * int64(g0)
377 f6g0 := int64(f6) * int64(g0)
387 f7g0 := int64(f7) * int64(g0)
397 f8g0 := int64(f8) * int64(g0)
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 293 g0 := g[0]
317 f0g0 := int64(f0) * int64(g0)
327 f1g0 := int64(f1) * int64(g0)
337 f2g0 := int64(f2) * int64(g0)
347 f3g0 := int64(f3) * int64(g0)
357 f4g0 := int64(f4) * int64(g0)
367 f5g0 := int64(f5) * int64(g0)
377 f6g0 := int64(f6) * int64(g0)
387 f7g0 := int64(f7) * int64(g0)
397 f8g0 := int64(f8) * int64(g0)
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 293 g0 := g[0]
317 f0g0 := int64(f0) * int64(g0)
327 f1g0 := int64(f1) * int64(g0)
337 f2g0 := int64(f2) * int64(g0)
347 f3g0 := int64(f3) * int64(g0)
357 f4g0 := int64(f4) * int64(g0)
367 f5g0 := int64(f5) * int64(g0)
377 f6g0 := int64(f6) * int64(g0)
387 f7g0 := int64(f7) * int64(g0)
397 f8g0 := int64(f8) * int64(g0)
    [all...]
  /external/clang/test/CXX/drs/
dr15xx.cpp 152 void g0() { f0({1L}); } // chooses #00 function in namespace:dr1589
169 void g0() { f0({1L}); } // chooses #00 expected-error{{call to 'f0' is ambiguous}} function in namespace:dr1589::with_error
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2-n32.d 3 #as: -march=mips3 -mabi=n32 -mips16 -no-mdebug -g0
mips16-dwarf2.d 3 #as: -mabi=32 -mips16 -no-mdebug -g0
  /external/libopus/celt/
pitch.c 455 opus_val16 g, g0; local
488 g = g0 = compute_pitch_gain(xy, xx, yy);
520 thresh = MAX16(QCONST16(.3f,15), MULT16_16_Q15(QCONST16(.7f,15),g0)-cont);
524 thresh = MAX16(QCONST16(.4f,15), MULT16_16_Q15(QCONST16(.85f,15),g0)-cont);
526 thresh = MAX16(QCONST16(.5f,15), MULT16_16_Q15(QCONST16(.9f,15),g0)-cont);
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer_test.go 200 r0, g0, b0, _ := c0.RGBA()
203 sum += delta(g0, g1)
  /prebuilts/go/darwin-x86/src/image/png/
writer_test.go 27 r0, g0, b0, a0 := c0.RGBA()
29 if r0 != r1 || g0 != g1 || b0 != b1 || a0 != a1 {
  /prebuilts/go/darwin-x86/test/
sinit.go 159 var g0 = float64(0) var
229 var copy_g0 = g0
  /prebuilts/go/linux-x86/src/image/jpeg/
writer_test.go 200 r0, g0, b0, _ := c0.RGBA()
203 sum += delta(g0, g1)
  /prebuilts/go/linux-x86/src/image/png/
writer_test.go 27 r0, g0, b0, a0 := c0.RGBA()
29 if r0 != r1 || g0 != g1 || b0 != b1 || a0 != a1 {

Completed in 400 milliseconds

1 2 3 45 6 7 8 910