Home
last modified time | relevance | path

Searched refs:intp (Results 1 – 10 of 10) sorted by relevance

/external/dtc/tests/
Dnop_property.c35 const uint32_t *intp; in main() local
43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
44 verbose_printf("int value was 0x%08x\n", *intp); in main()
50 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr); in main()
51 if (intp) in main()
Ddel_property.c35 const uint32_t *intp; in main() local
47 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
48 verbose_printf("int value was 0x%08x\n", *intp); in main()
54 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr); in main()
55 if (intp) in main()
Dsetprop_inplace.c36 const uint32_t *intp; in main() local
46 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
48 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
53 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1); in main()
54 verbose_printf("New int value is 0x%08x\n", *intp); in main()
Dsetprop.c39 const uint32_t *intp; in main() local
54 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
56 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
/external/clang/test/CXX/special/class.dtor/
Dp10-0x.cpp29 typedef int *intp; in a() typedef
32 …i->~decltype(intp())(); // expected-error{{member reference type 'int' is not a pointer; did you m… in a()
34 …i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the… in a()
37 pi.~decltype(intp())(); in a()
38 …pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match t… in a()
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp66 typedef int *intp; in t_cc() typedef
67 int *pi = intp(ar); in t_cc()
210 typedef int *intp; in t_529_10() typedef
211 (void)intp((void*)0); in t_529_10()
214 (void)intp((const void*)0); // const_cast appended in t_529_10()
266 typedef int *intp; in constness() typedef
267 (void)intp(icp); // const_cast appended in constness()
270 int *ip = intp(icpcpp); in constness()
/external/e2fsprogs/debugfs/
Dlogdump.c712 int *intp; in do_hexdump() local
716 intp = (int *) buf; in do_hexdump()
722 fprintf(out_file, "%08x ", *intp++); in do_hexdump()
/external/clang/test/CXX/drs/
Ddr2xx.cpp855 typedef int *intp; typedef
856 int *p = intp();
857 int a[fold(intp() ? -1 : 1)];
/external/mdnsresponder/Clients/
Ddns-sd.c1236 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; in main() local
1238 …err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, tt… in main()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h1023 intptr_t intp = reinterpret_cast<intptr_t>(p);
1024 return reinterpret_cast<T*>(intp + offset);