Searched refs:trim (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dblock.h49 } trim; member in union:block_op::__anon922
/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc.cpp200 // to go about updating all of the bookkeeping. We may need to trim the end
250 // 1) Advance after, re-naming the old 'after' to 'trim in the process.
251 // 2) Remove trim from the size index.
253 Region* trim = avail_regions_by_size_.erase(*trim_iter);
254 uint64_t trim_end = trim->base + trim->size;
258 trim->base = region_end;
259 trim->size = trim_end - trim->base;
260 avail_regions_by_size_.insert(trim);
[all...]
/fuchsia/zircon/system/utest/fidl-compiler/
H A Djson_generator_tests.cpp24 static inline void trim(std::string& s) { function in namespace:__anon1375
41 trim(actual);
44 trim(expected_json);

Completed in 81 milliseconds