| /system/ulib/fs-test-utils/ |
| A D | perftest.cpp | 82 uint64_t GetDelta(zx::ticks start) { in GetDelta() 92 void PrintTestSkipped(const fbl::String& name, zx::ticks start, FILE* out) { in PrintTestSkipped() 98 void PrintTestFailed(const fbl::String& name, zx::ticks start, FILE* out) { in PrintTestFailed() 104 void PrintTestPassed(const fbl::String& name, zx::ticks start, FILE* out) { in PrintTestPassed() 116 void PrintTestCaseEnd(const fbl::String& name, size_t test_count, zx::ticks start, FILE* out) { in PrintTestCaseEnd() 123 void PrintTestsCasesSummary(size_t test_case_count, const TestStats& stats, zx::ticks start, in PrintTestsCasesSummary() 200 zx::ticks start = zx::ticks::now(); in RunTestCase() local 265 zx::ticks start = zx::ticks::now(); in RunTestCases() local
|
| /system/utest/cobalt-client/ |
| A D | counter_test.cpp | 119 sync_completion_t* start; member 136 sync_completion_t start; in TestIncrementMultiThread() local 176 sync_completion_t* start; member 199 sync_completion_t start; in TestExchangeMultiThread() local 283 sync_completion_t* start; member 326 sync_completion_t start; in TestFlushMultithread() local 408 sync_completion_t* start; member 423 sync_completion_t start; in TestIncrementMultiThread() local
|
| A D | histogram_test.cpp | 134 sync_completion_t* start; member 160 sync_completion_t start; in TestIncrementMultiThread() local 288 sync_completion_t* start; member 334 sync_completion_t start; in TestFlushMultithread() local 499 sync_completion_t* start = nullptr; member 569 sync_completion_t start; in TestAddMultiThread() local 629 sync_completion_t start; in TestAddAndFlushMultiThread() local
|
| /system/dev/board/vim/ |
| A D | vim-sd-emmc.c | 16 #define BIT_MASK(start, count) (((1 << (count)) - 1) << (start)) argument 17 #define SET_BITS(dest, start, count, value) \ argument
|
| A D | vim-usb.c | 14 #define BIT_MASK(start, count) (((1 << (count)) - 1) << (start)) argument 15 #define SET_BITS(dest, start, count, value) \ argument
|
| /system/dev/board/gauss/ |
| A D | gauss-usb.c | 16 #define BIT_MASK(start, count) (((1 << (count)) - 1) << (start)) argument 17 #define SET_BITS(dest, start, count, value) \ argument
|
| /system/ulib/zx/include/lib/zx/ |
| A D | thread.h | 45 zx_status_t start(uintptr_t thread_entry, uintptr_t stack, uintptr_t arg1, in start() function 49 zx_status_t start(void (*thread_entry)(uintptr_t arg1, uintptr_t arg2), in start() function
|
| /system/ulib/blobfs/ |
| A D | allocator.cpp | 163 uint64_t start = extent.Start(); in MarkBlocksAllocated() local 172 uint64_t start = extent.Start(); in FreeBlocks() local 242 bool Allocator::FindUnallocatedExtent(uint64_t start, uint64_t block_length, in FindUnallocatedExtent() 283 uint64_t start, in MunchUnreservedExtents() 367 zx_status_t Allocator::FindBlocks(uint64_t start, uint64_t num_blocks, in FindBlocks()
|
| /system/ulib/fzl/include/lib/fzl/ |
| A D | vmar-manager.h | 41 void* start() const { return start_; } in start() function
|
| A D | vmo-mapper.h | 76 void* start() const { return reinterpret_cast<void*>(start_); } in start() function
|
| /system/dev/usb/xhci/ |
| A D | xhci-trb.h | 15 xhci_trb_t* start; member 28 xhci_trb_t* start; member
|
| /system/dev/display/astro-display/ |
| A D | common.h | 8 #define DISPLAY_MASK(start, count) (((1 << (count)) - 1) << (start)) argument 9 #define DISPLAY_SET_MASK(mask, start, count, value) \ argument 13 #define SET_BIT32(x, dest, value, start, count) \ argument 17 #define GET_BIT32(x, dest, start, count) \ argument
|
| /system/uapp/iochk/ |
| A D | iochk.cpp | 126 virtual zx_status_t Fill(uint32_t start, uint32_t count) { return ZX_ERR_NOT_SUPPORTED; } in Fill() 130 virtual zx_status_t Check(uint32_t start, uint32_t count) { return ZX_ERR_NOT_SUPPORTED; } in Check() 225 virtual zx_status_t Fill(uint32_t start, uint32_t count) override { in Fill() 251 virtual zx_status_t Check(uint32_t start, uint32_t count) override { in Check() 317 virtual zx_status_t Fill(uint32_t start, uint32_t count) override { in Fill() 350 virtual zx_status_t Check(uint32_t start, uint32_t count) override { in Check()
|
| /system/dev/block/fvm/ |
| A D | slice-extent.h | 23 size_t start() const { return vslice_start_; } in start() function
|
| /system/utest/timers/ |
| A D | timers.cpp | 130 auto start = zx_clock_get_monotonic(); in restart_race() local 188 zx_time_t start = zx_clock_get_monotonic(); in coalesce_test() local
|
| /system/utest/libfzl/ |
| A D | vmo-probe.cpp | 40 bool probe_verify_region(void* start, size_t size, uint32_t access) { in probe_verify_region()
|
| /system/ulib/zx/ |
| A D | process.cpp | 24 zx_status_t process::start(const thread& thread_handle, uintptr_t entry, in start() function in zx::process
|
| /system/uapp/thread-stress/ |
| A D | thread-stress.c | 36 zx_time_t start = zx_clock_get_monotonic(); in main() local
|
| /system/utest/fs/ |
| A D | test-threading.cpp | 161 char start[128]; in TestRenameExclusive() local 203 char start[128]; in TestRenameOverwrite() local
|
| /system/ulib/fvm/ |
| A D | sparse-reader.cpp | 168 zx_ticks_t start = zx_ticks_get(); in ReadData() local 246 zx_ticks_t start = zx_ticks_get(); in ReadRaw() local
|
| /system/ulib/fvm-host/format/ |
| A D | format.cpp | 63 zx_status_t Format::Check(fbl::unique_fd fd, off_t start, off_t end, in Check()
|
| /system/ulib/bitmap/include/bitmap/ |
| A D | rle-bitmap.h | 127 size_t start() const { return bitoff; } in start() function
|
| /system/dev/i2c/dw-i2c/ |
| A D | dw-i2c-regs.h | 15 #define I2C_DW_MASK(start, count) (((1 << (count)) - 1) << (start)) argument 16 #define I2C_DW_GET_BITS32(src, start, count) ((I2C_DW_READ32(src) & I2C_DW_MASK(start, count)) >> (… argument 17 #define I2C_DW_SET_BITS32(dest, start, count, value) \ argument 20 #define I2C_DW_SET_MASK(mask, start, count, value) \ argument
|
| /system/ulib/fbl/include/fbl/ |
| A D | type_info.h | 63 size_t start = Find(type_name, '=', 0, Forward) + 2; in Get() local
|
| /system/ulib/bitmap/ |
| A D | raw-bitmap.cpp | 135 size_t start = bitoff; in Find() local 153 size_t start = bitmax; in ReverseFind() local
|