Home
last modified time | relevance | path

Searched defs:from_byte (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/ia64/
Dbreakpoint.c37 int from_byte = from / 8; in extract_bit_field() local
68 int from_byte = from / 8; in replace_bit_field() local
/external/libbrillo/brillo/http/
Dhttp_request.cc129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange()