HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 51 - 75 of 376) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
cls_sint.c 2 Purpose: Check return value sint32.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
cls_sshort.c 2 Purpose: Check return value sshort.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
cls_uchar.c 2 Purpose: Check return value uchar.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
cls_uint.c 2 Purpose: Check return value uint.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
cls_ulonglong.c 2 Purpose: Check return value long long.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ulonglong_fn, NULL) == FFI_OK);
cls_ushort.c 2 Purpose: Check return value ushort.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
float.c 2 Purpose: Check return value float.
42 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
56 CHECK((int)rint == floating(si1, f, d, ld));
negint.c 2 Purpose: Check that negative integers are passed correctly.
37 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3,
50 CHECK(rint != 0);
nested_struct10.c 2 Purpose: Check structure passing with different structure size.
118 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
128 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + f_dbl.z + g_dbl.d));
129 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
130 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
132 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
136 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + f_dbl.z + g_dbl.d));
137 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
138 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct2.c 2 Purpose: Check structure passing with different structure size.
96 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
105 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
106 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
107 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
109 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
113 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
114 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
115 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct3.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
115 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
116 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
117 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct4.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
114 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
115 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
116 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct5.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
115 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
116 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
117 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct6.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct7.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
114 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
115 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
116 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct8.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct9.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
promotion.c 39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
54 CHECK((int)rint == (signed char) sc + (signed short) ss +
return_dbl1.c 2 Purpose: Check return value double.
32 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
41 CHECK(rdbl == dbl1 + fl2 + in3 + dbl4);
return_dbl2.c 2 Purpose: Check return value double.
31 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
40 CHECK(rdbl == dbl1 + dbl2 + in3 + dbl4);
return_fl2.c 2 Purpose: Check return value float.
36 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
47 CHECK(rfl == sum);
return_fl3.c 2 Purpose: Check return value float.
31 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
40 CHECK(rfl == fl1 + fl2 + in3 + fl4);
struct3.c 2 Purpose: Check structures.
45 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
55 CHECK(ts3_result->si == -(compare_value*2));
struct1.c 2 Purpose: Check structures.
51 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
60 CHECK(ts1_result->ui == 556);
61 CHECK(ts1_result->d == 3.14159 - 1);
  /external/chromium/base/
waitable_event_win.cc 19 CHECK(handle_);
24 CHECK(handle) << "Tried to create WaitableEvent from NULL handle";
79 CHECK(count <= MAXIMUM_WAIT_OBJECTS)
85 // The cast is safe because count is small - see the CHECK above.

Completed in 416 milliseconds

1 23 4 5 6 7 8 91011>>