Searched refs:SegmentCommand (Results 1 – 3 of 3) sorted by relevance
248 template <u32 kLCSegment, typename SegmentCommand>255 const SegmentCommand* sc = (const SegmentCommand *)lc; in NextSegmentLoad()279 (const char *)lc + sizeof(SegmentCommand); in NextSegmentLoad()
232 using SegmentCommand = typename LP::segment_command; in writeTo() typedef235 auto *c = reinterpret_cast<SegmentCommand *>(buf); in writeTo()236 buf += sizeof(SegmentCommand); in writeTo()
966 using SegmentCommand = typename LP::segment_command; in parse() typedef998 auto *c = reinterpret_cast<const SegmentCommand *>(cmd); in parse()