HomeSort by: relevance | last modified time | path
    Searched defs:Map (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemWindows.cpp 33 bool SharedMemoryRegion::Map(int fd) {
FuzzerShmemPosix.cpp 43 bool SharedMemoryRegion::Map(int fd) {
55 if (!Map(fd))
74 if (!Map(fd))
FuzzerValueBitMap.h 1 //===- FuzzerValueBitMap.h - INTERNAL - Bit map -----------------*- C++ -* ===//
19 // A bit map containing kMapSizeInWords bits.
28 void Reset() { memset(Map, 0, sizeof(Map)); }
37 uintptr_t Old = Map[WordIdx];
39 Map[WordIdx] = New;
52 return Map[WordIdx] & (1UL << BitIdx);
61 if (uintptr_t M = Map[i])
68 uintptr_t Map[kMapSizeInWords] __attribute__((aligned(512)));
  /src/usr.sbin/ypserv/yptest/
yptest.c 52 const char *Map = "passwd.byname";
71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen);
78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen);
87 Status = yp_next(Domain, Map, Key2, KeyLen, &Key2,
97 Status = yp_master(Domain, Map, &Key2);
104 Status = yp_order(Domain, Map, &Order);
127 Status = yp_all(Domain, Map, &Callback);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h 15 // allocates/free indices of objects and provide a functionality to map
75 T *Map(IndexT idx) {
85 *(IndexT*)Map(idx) = freelist_;
126 freelist_ = *(IndexT*)Map(idx);
134 *(IndexT*)Map(idx) = freelist_;
tsan_interceptors_mac.cc 311 // stable address (the array backing the hash map can change). The memory is
315 typedef AddrHashMap<uptr, 5> Map;
316 static Map Addresses;
317 Map::Handle h(&Addresses, addr);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 368 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr size) {
sanitizer_fuchsia.cc 256 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr map_size) {
324 // Map a larger size to get a chunk of address space big enough that
sanitizer_win.cc 154 // We want to map a chunk of address space aligned to 'alignment'.
247 uptr ReservedAddressRange::Map(uptr fixed_addr, uptr size) {
720 // Map the conventional Unix fds 1 and 2 to Windows handles. They might be
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 361 EFI_PCI_IO_PROTOCOL_MAP Map;
390 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map;
efiprot.h 668 EFI_IO_MAP Map;
  /src/sys/arch/amiga/dev/
grf_rtreg.h 502 #define Map(m) \
grf_rhreg.h 646 #define Map(m) \
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 1101 ACPI_EFI_UNKNOWN_INTERFACE Map;

Completed in 20 milliseconds