Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 2 of 2) sorted by relevance

/system/utest/libfzl/
A Dfzl-test.cpp142 const int64_t numbers[2] = {10, -20}; in FifoTest() local
144 zx_status_t status = fifo_0.write(numbers, 2, &actual); in FifoTest()
150 int64_t numbers[3] = { 0, 0, 0 }; in FifoTest() local
152 zx_status_t status = fifo_1.read(numbers, 3, &actual); in FifoTest()
155 ASSERT_EQ(numbers[0], 10); in FifoTest()
156 ASSERT_EQ(numbers[1], -20); in FifoTest()
/system/banjo/ddk-protocol-platform-bus/
A Dplatform-bus.banjo44 /// The device is granted the ability to make SMC calls with service call numbers ranging from

Completed in 4 milliseconds