Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 91) sorted by relevance

1234

/system/ulib/fs-test-utils/
A Dperftest.cpp82 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 Dcounter_test.cpp119 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 Dhistogram_test.cpp134 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 Dvim-sd-emmc.c16 #define BIT_MASK(start, count) (((1 << (count)) - 1) << (start)) argument
17 #define SET_BITS(dest, start, count, value) \ argument
A Dvim-usb.c14 #define BIT_MASK(start, count) (((1 << (count)) - 1) << (start)) argument
15 #define SET_BITS(dest, start, count, value) \ argument
/system/dev/board/gauss/
A Dgauss-usb.c16 #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 Dthread.h45 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 Dallocator.cpp163 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 Dvmar-manager.h41 void* start() const { return start_; } in start() function
A Dvmo-mapper.h76 void* start() const { return reinterpret_cast<void*>(start_); } in start() function
/system/dev/usb/xhci/
A Dxhci-trb.h15 xhci_trb_t* start; member
28 xhci_trb_t* start; member
/system/dev/display/astro-display/
A Dcommon.h8 #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 Diochk.cpp126 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 Dslice-extent.h23 size_t start() const { return vslice_start_; } in start() function
/system/utest/timers/
A Dtimers.cpp130 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 Dvmo-probe.cpp40 bool probe_verify_region(void* start, size_t size, uint32_t access) { in probe_verify_region()
/system/ulib/zx/
A Dprocess.cpp24 zx_status_t process::start(const thread& thread_handle, uintptr_t entry, in start() function in zx::process
/system/uapp/thread-stress/
A Dthread-stress.c36 zx_time_t start = zx_clock_get_monotonic(); in main() local
/system/utest/fs/
A Dtest-threading.cpp161 char start[128]; in TestRenameExclusive() local
203 char start[128]; in TestRenameOverwrite() local
/system/ulib/fvm/
A Dsparse-reader.cpp168 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 Dformat.cpp63 zx_status_t Format::Check(fbl::unique_fd fd, off_t start, off_t end, in Check()
/system/ulib/bitmap/include/bitmap/
A Drle-bitmap.h127 size_t start() const { return bitoff; } in start() function
/system/dev/i2c/dw-i2c/
A Ddw-i2c-regs.h15 #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 Dtype_info.h63 size_t start = Find(type_name, '=', 0, Forward) + 2; in Get() local
/system/ulib/bitmap/
A Draw-bitmap.cpp135 size_t start = bitoff; in Find() local
153 size_t start = bitmax; in ReverseFind() local

Completed in 39 milliseconds

1234