HomeSort by relevance Sort by last modified time
    Searched refs:vv (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/test/BlocksRuntime/
blockimport.c 31 void (^vv)(void) = ^{
38 //printf("Block dump %s\n", _Block_dump(vv));
40 struct Block_layout *layout = (struct Block_layout *)(void *)vv;
47 void (^vvcopy)(void) = Block_copy(vv);
nestedimport.c 30 void (^vv)(void) = ^{
37 vv();
  /external/elfutils/tests/
testfile_parameter_ref.c 3 volatile int vv; variable
12 vv++;
  /external/clang/test/Analysis/
unions.cpp 79 IntOrString vv; local
80 vv.i = 5;
81 uu = vv;
90 IntOrString vv; local
92 vv.s = str;
95 uu = vv;
  /external/clang/test/SemaCXX/
for-range-no-std.cpp 41 void (*vv[])() = {PR11601, PR11601, PR11601};
42 for (void (*i)() : vv) i();
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug311.go 15 for k, vv := range m {
16 if k != "hi" || string(v[:]) != string(vv[:]) {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug311.go 15 for k, vv := range m {
16 if k != "hi" || string(v[:]) != string(vv[:]) {
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_get_float.cpp 489 _ll vv; local
490 vv.i64 = 0L;
493 vv.i64 *= 10;
494 vv.i64 += *buffer++;
497 if ( vv.i64 == ULL(0) ) { /* Check for zero and treat it as a special case */
507 if ((vv.i64 >> 32) != 0) { nzero = 32; }
508 if ((vv.i64 >> (16 + nzero)) != 0) { nzero += 16; }
509 if ((vv.i64 >> ( 8 + nzero)) != 0) { nzero += 8; }
510 if ((vv.i64 >> ( 4 + nzero)) != 0) { nzero += 4; }
511 if ((vv.i64 >> ( 2 + nzero)) != 0) { nzero += 2;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_get_float.cpp 489 _ll vv; local
490 vv.i64 = 0L;
493 vv.i64 *= 10;
494 vv.i64 += *buffer++;
497 if ( vv.i64 == ULL(0) ) { /* Check for zero and treat it as a special case */
507 if ((vv.i64 >> 32) != 0) { nzero = 32; }
508 if ((vv.i64 >> (16 + nzero)) != 0) { nzero += 16; }
509 if ((vv.i64 >> ( 8 + nzero)) != 0) { nzero += 8; }
510 if ((vv.i64 >> ( 4 + nzero)) != 0) { nzero += 4; }
511 if ((vv.i64 >> ( 2 + nzero)) != 0) { nzero += 2;
    [all...]
  /external/syslinux/lzo/src/
lzo_func.h 343 unsigned long vv; local
344 __asm__("lhbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
345 v = (lzo_uint16_t) vv;
365 unsigned long vv; local
366 __asm__("lwbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
367 v = (lzo_uint32_t) vv;
412 __lzo_static_forceinline void lzo_memops_put_le16(lzo_voidp dd, lzo_uint16_t vv)
415 LZO_MEMOPS_COPY2(dd, &vv);
418 unsigned long v = vv;
422 d[0] = LZO_BYTE((vv ) & 0xff)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 76 Integer vv = new Integer(val); local
77 String tms = tm.get(vv);
78 String hms = hm.get(vv);
97 Integer vv = new Integer(val); local
98 String tms = tm.get(vv);
99 String hms = hm.get(vv);
  /prebuilts/go/darwin-x86/doc/progs/
json3.go 53 switch vv := v.(type) {
55 fmt.Println(k, "is string", vv)
57 fmt.Println(k, "is int", vv)
60 for i, u := range vv {
  /prebuilts/go/linux-x86/doc/progs/
json3.go 53 switch vv := v.(type) {
55 fmt.Println(k, "is string", vv)
57 fmt.Println(k, "is int", vv)
60 for i, u := range vv {
  /external/clang/test/CodeGen/
overloadable.c 24 v4hi vv; local
30 vv = f(vv);
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 75 float *vv = 0; local
108 vv = (float *) cvAlloc( count * sizeof( float ));
110 if( vv == NULL )
161 vv[i_point] = value;
176 l = cvRound( (vv[i] - vmin) / bsize );
229 if( vv[l] >= hand_left && vv[l] <= hand_right )
243 if( vv != NULL )
244 cvFree( &vv );
298 float *vv = 0 local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_liveness.cpp 251 bool liveness::remove_vec(vvec &vv) {
253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) {
281 bool liveness::add_vec(vvec &vv, bool src) {
283 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
348 gpr_array_vec &vv = sh.arrays(); local
349 for (gpr_array_vec::iterator I = vv.begin(), E = vv.end(); I != E;
359 void liveness::update_src_vec(vvec &vv, bool src)
    [all...]
sb_dce_cleanup.cpp 145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) {
148 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
  /external/dng_sdk/source/
dng_point.h 43 dng_point (int32 vv, int32 hh)
44 : v (vv)
80 dng_point_real64 (real64 vv, real64 hh)
81 : v (vv)
dng_temperature.cpp 105 real64 vv = v - kTempTable [index] . v; local
109 real64 dt = - uu * dv + vv * du;
144 vv = v - (kTempTable [index - 1] . v * f +
159 fTint = (uu * du + vv * dv) * kTintScale;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 254 SWIG_CAMLlocal1(vv);
255 vv = caml_swig_alloc(1,C_array);
256 SWIG_Store_field(vv,0,alloc_tuple(n));
257 CAMLreturn(vv);
350 SWIG_CAMLlocal1(vv);
351 vv = caml_swig_alloc(2,C_ptr);
352 SWIG_Store_field(vv,0,copy_int64((long)p));
353 SWIG_Store_field(vv,1,copy_int64((long)info));
354 CAMLreturn(vv);
359 SWIG_CAMLlocal1(vv);
    [all...]
  /external/clang/test/OpenMP/
declare_simd_codegen.cpp 30 class VV {
44 } vv; variable in typeref:class:VV
75 vv.add(res, res);
76 vv.taddpf(p, p);
77 vv.tadd(g, res);
83 int bar(VV v, float *a) { return 0; }
86 float baz(VV v, int a[]) { return 0; }
89 double bay(VV v, double *&a) { return 0; }
92 void bax(VV v, double *a, int b) {}
  /external/harfbuzz_ng/src/
gen-indic-table.py 134 vv = values[i].keys () variable
135 vv.sort ()
136 for v in vv:
250 vv = values[i].keys () variable
251 vv.sort ()
252 for v in vv:
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unsafeptr.go 42 var vv V
43 x = unsafe.Pointer(vv.Pointer()) // ERROR "possible misuse of unsafe.Pointer"
44 x = unsafe.Pointer(vv.UnsafeAddr()) // ERROR "possible misuse of unsafe.Pointer"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
unsafeptr.go 42 var vv V
43 x = unsafe.Pointer(vv.Pointer()) // ERROR "possible misuse of unsafe.Pointer"
44 x = unsafe.Pointer(vv.UnsafeAddr()) // ERROR "possible misuse of unsafe.Pointer"
  /external/mksh/src/
Build.sh 212 vv() { function
216 eval "$@" >vv.out 2>&1
217 sed "s^${_c} " <vv.out
319 vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr"
336 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr
341 rmf conftest.c conftest.o ${tcfn}* vv.out
594 *.ll *.o *.gen *.cat1 Rebuild.sh lft no signames.inc test.sh x vv.out
661 vv ']' "${CC-cc} -E $CFLAGS $CPPFLAGS $NOWARN conftest.c | grep ct= | tr -d \\\\015 >x"
664 rmf x vv.out
1000 vv '|' "oslevel >&2
    [all...]

Completed in 1425 milliseconds

1 2 3 4 5 6 7 8