Home
last modified time | relevance | path

Searched refs:ptr3 (Results 1 – 25 of 38) 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
Dtypeof-safe.c9 typeof(ptr) ptr3 = ptr; in test_safe() local
/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/cups-filters/backend/
Dimplicitclass.c90 char *ptr2,*ptr3,*ptr4; in main() local
272 if ((ptr3 = strchr(ptr1, ' ')) != NULL) { in main()
273 *ptr3='\0'; in main()
274 ptr3++; in main()
278 if ((ptr4 = strchr(ptr3, ' ')) != NULL) { in main()
284 strncpy(document_format, ptr3, sizeof(document_format) - 1); 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/skia/tests/sksl/runtime/
DLargeProgram_BlocklessLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_Functions.skvm6 3 store32 ptr3 r0
DLargeProgram_ZeroIterFor.skvm6 3 store32 ptr3 r0
DLargeProgram_NestedLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_SplitLoops.skvm6 3 store32 ptr3 r0
DLargeProgram_FlatLoop.skvm6 3 store32 ptr3 r0
DGLSLTypeNames.skvm6 3 store32 ptr3 r0
DLargeProgram_StackDepth.skvm6 3 store32 ptr3 r0
DConstPreservation.skvm7 4 store32 ptr3 r0
DGlobalVariables.skvm7 4 store32 ptr3 r0
DQualifierOrder.skvm9 6 store32 ptr3 r2
DSwitchDefaultOnly.skvm9 6 store32 ptr3 r2
DArrayNarrowingConversions.skvm9 6 store32 ptr3 r2
DAllowNarrowingConversions.skvm9 6 store32 ptr3 r2
DVectorIndexing.skvm20 17 store32 ptr3 r7
DSampleWithExplicitCoord.skvm23 20 store32 ptr3 r8

12