Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/python/tink/core/
H A D_crypto_format_test.py22 def to_byte(c): function
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange()