Lines Matching defs:bytes
419 uint8_t bytes[8];
436 return cache.bytes[sub_offset];
1418 /** Data bytes
1420 * This field is right-aligned; if only N bytes are present
1421 * then bytes[0]..bytes[7-N] should be zero, and the data
1422 * should be in bytes[7-N+1] to bytes[7];
1424 uint8_t bytes[8];
1507 in_frag = &data.bytes[ sizeof ( data ) - in_frag_len ];
1546 out_frag = &data.bytes[ sizeof ( data ) - out_frag_len ];