Home
last modified time | relevance | path

Searched refs:file_map (Results 1 – 3 of 3) sorted by relevance

/external/brotli/research/
Ddeorummolae.cc76 std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, in buildFullText() argument
78 file_map->resize(0); in buildFullText()
86 file_map->insert(file_map->end(), file.size() / CHUNK_SIZE, i); in buildFullText()
126 std::vector<std::vector<TextChar>>* data, std::vector<TextIdx>* file_map, in poisonData() argument
128 TextIdx f = file_map->at(pos / CHUNK_SIZE); in poisonData()
150 std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) { in cutMatch() argument
156 sa->at(i), length, data, file_map, file_offset, next_terminator); in cutMatch()
160 sa->at(index), length, data, file_map, file_offset, next_terminator); in cutMatch()
212 std::vector<TextIdx> file_map; in DM_generate() local
227 buildFullText(&data, &full_text, &file_map, &file_offset, &next_terminator); in DM_generate()
[all …]
/external/python/cpython3/Modules/clinic/
D_winapi.c.h659 _winapi_MapViewOfFile_impl(PyObject *module, HANDLE file_map,
667 HANDLE file_map; in _winapi_MapViewOfFile() local
675 …&file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number… in _winapi_MapViewOfFile()
678 …_return_value = _winapi_MapViewOfFile_impl(module, file_map, desired_access, file_offset_high, fil… in _winapi_MapViewOfFile()
/external/python/cpython3/Modules/
D_winapi.c1371 _winapi_MapViewOfFile_impl(PyObject *module, HANDLE file_map, in _winapi_MapViewOfFile_impl() argument
1379 address = MapViewOfFile(file_map, desired_access, file_offset_high, in _winapi_MapViewOfFile_impl()