Searched defs:size_buf (Results 1 – 2 of 2) sorted by relevance
105 uint8_t size_buf[4] = {static_cast<uint8_t>(size & 0xff), in SendResponse() local
86 let mut size_buf = [0; size_of::<u32>()]; in detach_bootconfig() localVariable