Searched refs:numbers (Results 1 – 2 of 2) sorted by relevance
142 const int64_t numbers[2] = {10, -20}; in FifoTest() local144 zx_status_t status = fifo_0.write(numbers, 2, &actual); in FifoTest()150 int64_t numbers[3] = { 0, 0, 0 }; in FifoTest() local152 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()
44 /// The device is granted the ability to make SMC calls with service call numbers ranging from
Completed in 4 milliseconds