Searched refs:p0 (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/utest/cleanup/
H A Dcleanup.c16 zx_handle_t p0[2], p1[2]; local
66 r = zx_channel_create(0, p0, p0 + 1);
72 r = zx_channel_write(p0[0], 0, &msg, sizeof(msg), &p1[1], 1);
75 zx_handle_close(p0[0]);
76 zx_handle_close(p0[1]);
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dwcsstr.c8 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
37 p0 = p;
62 p = p0;
H A Dmemmem.c39 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
69 p0 = p;
94 p = p0;
H A Dstrstr.c35 size_t l, ip, jp, k, p, ms, p0, mem, mem0; local
67 p0 = p;
92 p = p0;
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dfnmatch.c143 const char* p0 = p + 2; local
148 if (z == ':' && p - 1 - p0 < 16) {
150 memcpy(buf, p0, p - 1 - p0);
151 buf[p - 1 - p0] = 0;
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dhdmi-display.cpp422 uint8_t p0, p1, p2; local
423 p0 = p1 = p2 = 1;
428 p0 = 2;
431 p0 = 2;
435 p0 = 3;
439 p0 = 7;
444 p0 = 3;
447 p0 = chosen_divisor;
449 p0 = 3;
452 p0
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmallctl.c219 void *p0, *q, *p1; local
224 p0 = mallocx(42, 0);
225 assert_ptr_not_null(p0, "Unexpected mallocx() failure");
230 dallocx(p0, 0);
236 assert_ptr_eq(p0, p1, "Expected tcache to allocate cached region");
298 void *p0 = ps[i]; local
302 assert_ptr_eq(ps[i], p0,
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvfprintf.c419 small = 0x0.8p0;
421 small = 0x1.0p0;
423 small = 0x1.8p0;
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp1615 pointf_t p0 = old_pen[i];
1618 if (!isnan(p0.x))
1619 p0.x += (float)origin.x;
1620 if (!isnan(p0.y))
1621 p0.y += (float)origin.y;
1627 if (!isnan(p0.x) && !isnan(p0.y)) {
1628 uint32_t x1 = (uint32_t)round(p0.x);
1629 uint32_t y1 = (uint32_t)round(p0.y);
1643 p0
[all...]

Completed in 95 milliseconds