Home
last modified time | relevance | path

Searched refs:ptr3 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypeof-mods.c12 typeof(*ptr) *ptr3 = ptr; in test_spec() local
26 typeof(*ptr) *ptr3 = ptr; in test_const() local
38 typeof(*ptr) *ptr3 = ptr; in test_volatile() local
52 typeof(*ptr) *ptr3 = ptr; in test_restrict() local
66 typeof(*ptr) *ptr3 = ptr; in test_atomic() local
81 typeof(*ptr) *ptr3 = ptr; in test_bitwise() local
95 typeof(*ptr) *ptr3 = ptr; in test_static() local
109 typeof(*ptr) *ptr3 = ptr; in test_tls() local
123 typeof(*ptr) *ptr3 = ptr; in test_nocast() local
Dtypeof-noderef.c7 typeof(*ptr) *ptr3 = ptr; in test_noderef() local
Dtypeof-addresspace.c9 typeof(*ptr) *ptr3 = ptr; /* check-should-pass */ in test_as() local
/third_party/boost/libs/asio/test/windows/
Doverlapped_ptr.cpp64 win::overlapped_ptr ptr3(ioc, overlapped_handler_2()); in test() local
80 ptr3.reset(ioc, overlapped_handler_2()); in test()
83 ptr3.reset(ioc.get_executor(), overlapped_handler_2()); in test()
85 ptr3.reset(ex1, overlapped_handler_2()); in test()
87 ptr3.reset(ex2, &overlapped_handler_1); in test()
88 ptr3.reset(ex2, overlapped_handler_2()); in test()
/third_party/json/doc/examples/
Djson_pointer__parent_pointer.cpp11 json::json_pointer ptr3("/foo/0"); in main() local
17 << "parent of " << ptr3 << " is " << ptr3.parent_pointer() << std::endl; in main()
Djson_pointer__empty.cpp12 json::json_pointer ptr3("/foo/0"); in main() local
19 << ptr3 << ": " << ptr3.empty() << std::endl; in main()
Djson_pointer__to_string.cpp11 json::json_pointer ptr3("/foo/0"); in main() local
25 << ptr3.to_string() << '\n' in main()
/third_party/lwip/test/unit/core/
Dtest_mem.c144 u8_t *ptr1b, *ptr1, *ptr2, *ptr3; in START_TEST() local
158 ptr3 = (u8_t *)mem_malloc(1); in START_TEST()
159 fail_unless(ptr3 != NULL); in START_TEST()
172 mem_free(ptr3); in START_TEST()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c167 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); in clear_24bit_ximage() local
168 memset(ptr3, r, 3 * width); in clear_24bit_ximage()
175 bgr_t *ptr3 = PIXEL_ADDR3(xrb, x, y + j); in clear_24bit_ximage() local
177 ptr3->r = r; in clear_24bit_ximage()
178 ptr3->g = g; in clear_24bit_ximage()
179 ptr3->b = b; in clear_24bit_ximage()
180 ptr3++; in clear_24bit_ximage()
/third_party/re2/util/
Dpcre.h273 const Arg& ptr3 = no_more_args,
297 const Arg& ptr3 = no_more_args,
322 const Arg& ptr3 = no_more_args,
348 const Arg& ptr3 = no_more_args,
/third_party/grpc/test/core/gprpp/
Dref_counted_ptr_test.cc162 RefCountedPtr<Foo> ptr3; in TEST() local
163 ptr3.swap(ptr2); in TEST()
165 EXPECT_EQ(foo, ptr3.get()); in TEST()
/third_party/skia/tests/sksl/runtime/
DLargeProgram_Functions.skvm6 3 store32 ptr3 r0
DLargeProgram_ZeroIterFor.skvm6 3 store32 ptr3 r0
DLargeProgram_SplitLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_BlocklessLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_NestedLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_FlatLoop.skvm6 3 store32 ptr3 r0
DLargeProgram_StackDepth.skvm6 3 store32 ptr3 r0
DGLSLTypeNames.skvm6 3 store32 ptr3 r0
DGlobalVariables.skvm7 4 store32 ptr3 r0
DConstPreservation.skvm7 4 store32 ptr3 r0
DArrayNarrowingConversions.skvm9 6 store32 ptr3 r2
DQualifierOrder.skvm9 6 store32 ptr3 r2
DSwitchDefaultOnly.skvm9 6 store32 ptr3 r2
DAllowNarrowingConversions.skvm9 6 store32 ptr3 r2

12