Home
last modified time | relevance | path

Searched defs:has_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_protobuf/size_report/
Doneof_codegen_comparison.cc59 volatile bool has_timestamp = true; in BasicEncode() local
124 volatile bool has_timestamp = false; in BasicDecode() local
189 volatile bool has_timestamp = true; in BasicEncode() local
259 volatile bool has_timestamp = false; in BasicDecode() local
332 volatile bool has_timestamp = true; in BasicEncode() local
366 volatile bool has_timestamp = false; in BasicDecode() local
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream.cc48 constexpr size_t OptionalFieldLength(bool has_timestamp, bool has_sdu_header) { in OptionalFieldLength()
52 constexpr size_t TotalDataLength(bool has_timestamp, in TotalDataLength()
58 constexpr size_t TotalPacketSize(bool has_timestamp, in TotalPacketSize()
66 constexpr size_t FragmentDataLength(bool has_timestamp, in FragmentDataLength()
/external/erofs-utils/mkfs/
Dmain.c559 bool has_timestamp = false; in mkfs_parse_options_cfg() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h79 bool has_timestamp; member
/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs59 pub has_timestamp: bool, field