Home
last modified time | relevance | path

Searched refs:bytes_writable (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/base/
H A Dfile_io.h110 char* bytes_writable = reinterpret_cast<char*>(&(*bytes)[0]); in ReadFile() local
111 memcpy(bytes_writable + pos, chunk.data(), chunk.size()); in ReadFile()
120 char* bytes_writable = reinterpret_cast<char*>(&(*bytes)[0]); in ReadFile() local
122 fread(bytes_writable + pos, 1, bytes->size() - pos, f); in ReadFile()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Dfile_io.h82 char* bytes_writable = reinterpret_cast<char*>(&(*bytes)[0]); in ReadFile() local
84 fread(bytes_writable + pos, 1, bytes->size() - pos, f); in ReadFile()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/base/
H A Dfile_io.h82 char* bytes_writable = reinterpret_cast<char*>(&(*bytes)[0]); in ReadFile() local
84 fread(bytes_writable + pos, 1, bytes->size() - pos, f); in ReadFile()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/base/
H A Dfile_io.h94 char* bytes_writable = reinterpret_cast<char*>(&(*bytes)[0]); in ReadFile() local
96 fread(bytes_writable + pos, 1, bytes->size() - pos, f); in ReadFile()