Home
last modified time | relevance | path

Searched defs:hmap (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tests/python/
Dtest_map_batch_ops.py29 def prepare_keys_subset(self, hmap, count=None): argument
43 def prepare_values_subset(self, hmap, count=None): argument
/external/coreboot/util/nvramtool/
Dwin32mmap.c13 HANDLE hmap; in win32_mmap() local
/external/nist-sip/java/gov/nist/core/
DNameValueList.java59 private Map<String,NameValue> hmap; field in NameValueList
/external/tensorflow/tensorflow/tsl/platform/windows/
Dwindows_file_system.cc287 HANDLE hmap, const void* address, uint64 length) in WinReadOnlyMemoryRegion()
429 HANDLE hmap = ::CreateFileMappingA(hfile, NULL, PAGE_READONLY, in NewReadOnlyMemoryRegionFromFile() local