HomeSort by: relevance | last modified time | path
    Searched refs:Map (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
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)));
FuzzerShmemPosix.cpp 43 bool SharedMemoryRegion::Map(int fd) {
55 if (!Map(fd))
74 if (!Map(fd))
FuzzerShmemWindows.cpp 33 bool SharedMemoryRegion::Map(int fd) {
FuzzerShmem.h 60 bool Map(int fd);
  /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/tests/unit/
tsan_dense_alloc_test.cc 20 #include <map>
40 int *v = alloc.Map(idx);
46 int *v = alloc.Map(idx);
  /src/sys/arch/x86/acpi/
Makefile.wakecode.inc 17 ${LD} -M -Map acpi_wakecode.bin.map -z defs -nostdlib \
21 rm -f acpi_wakecode.bin acpi_wakecode.o acpi_wakecode.bin.map
  /src/sys/arch/sgimips/stand/boot/
Makefile 24 CLEANFILES+= ip2xboot.map ip3xboot.map
30 ${LD} -Map ${.TARGET}.map -N -x -Ttext ${LOAD_ADDRESS_IP32} ${LDBUG} \
37 ${LD} -Map ${.TARGET}.map -N -x -Ttext ${LOAD_ADDRESS} ${LDBUG} \
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.en 54 reading the Disk Partition Map which is written by the disk formatter
63 * Allow sysinst to initialize the Disk Partition Map for you. The
71 Map using values obtained from the disk driver. This default Map will
72 include a minimal Block0 definition, a Partition Map allowing for up to
73 15 disk partitions, and pre-defined partitions for the Map, disk drivers,
77 this point with the installation you may edit this new partition map to
78 suit your NetBSD needs. The Map will not be written to the disk until
102 {Edit Disk Partition Map: The Map on the disk has been scanned for al
    [all...]
  /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_sync.cc 64 MBlock *b = block_alloc_.Map(idx);
103 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
190 return block_alloc_.Map(idx & ~kFlagMask);
192 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
220 SyncVar * s = sync_alloc_.Map(idx & ~kFlagMask);
244 mys = sync_alloc_.Map(myidx);
285 SyncVar *s = sync_alloc_.Map(idx & ~kFlagMask);
tsan_clock.cc 92 ClockBlock *cb = ctx->clock_alloc.Map(idx);
249 dst->tab_ = ctx->clock_alloc.Map(cached_idx_);
418 tab_ = ctx->clock_alloc.Map(tab_idx_);
424 ClockBlock *new_cb = ctx->clock_alloc.Map(idx);
438 ClockBlock *cb = ctx->clock_alloc.Map(idx);
522 ClockBlock *cb = ctx->clock_alloc.Map(idx);
582 ClockBlock *cb = ctx->clock_alloc.Map(idx);
  /src/sys/arch/sgimips/stand/bootiris/
Makefile 38 CLEANFILES+= ip12boot.map
47 ${LD} -Map ${.TARGET}.map -N -x -Ttext ${LOAD_ADDRESS_IP12} ${LDBUG} \
50 ${LD} -Map ${.TARGET}.map -N -x -Ttext ${LOAD_ADDRESS} ${LDBUG} \
  /src/tests/usr.bin/ld/
t_script.sh 140 ld -r -T test.x -Map test.map -o test.ro test.o
186 ld -r -T test.x -Map test.map -o x.o c.o b.o a.o
  /src/sys/arch/sparc/stand/boot/
Makefile 34 LINKFLAGS=-N -e start -Map $@.map
57 CLEANFILES+= bootjs.net.map
66 CLEANFILES+= boot.${RELOC}.map
  /src/common/dist/zlib/nintendods/
Makefile 38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /src/sys/arch/epoc32/stand/e32boot/exe/
Makefile 13 MAP=$(PROG:.exe=.map)
50 $(LD) -s -Map $(MAP) -o $@ $(PROG:.exe=.exp) \
62 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
  /src/sys/arch/arc/stand/boot/
Makefile 61 ${LD} -Map ${PROG}.map -N -x -Ttext ${TEXTADDR} -T ${LDSCRIPT} \
68 CLEANFILES+= ${PROG}.elf ${PROG}.map
  /src/sys/arch/sgimips/stand/boot64/
Makefile 10 CLEANFILES+= boot.map
68 ${LD} -m elf64btsmip -Map boot.map -x -Ttext ${LOAD_ADDRESS_IP30} \
  /src/libexec/ld.elf_so/
Makefile 53 LDFLAGS+= -Wl,-Map=${.TARGET}.map
111 CLEANFILES+= errlist_concat.h ${PROG}.map
144 LDADD+= -Wl,--version-script=${.CURDIR}/symbols.map
  /src/sys/conf/
Makefile.kern.inc 151 KLINK.o= ${LD} -r ${LINKFORMAT} -Map=${.TARGET}.map -o ${.TARGET} ${.ALLSRC}
230 ${LD} -Map ${.TARGET}.map --cref ${LINKFLAGS} -o ${.TARGET} \
233 ${LD} -Map ${.TARGET}.map --cref ${LINKFLAGS} -o ${.TARGET} \
385 rm -f ${KERNELS} *.map *.[io] *.ko *.ln [a-z]*.s *.su vers.c \
  /src/sys/arch/cobalt/stand/boot/
Makefile 105 ${LD} ${LINKFORMAT} -Map ${PROG}.map -N -x -Ttext ${LOAD_ADDRESS} \
110 CLEANFILES+= ${PROG}.map ${PROG}.elf ${PROG}.gz
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 13 MAP=$(PROG:.ldd=.map)
71 $(LD) -s -Map $(MAP) -o $@ $(PROG:.ldd=.exp) \
81 rm -f $(PROG) $(OBJS) $(IN) $(MAP)
  /src/sys/arch/sandpoint/
README 36 - Map "B": CHRP
49 Address Map
51 For this port, we choose the "Address Map B" (CHRP-compatible) for the
  /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;

Completed in 20 milliseconds

1 2 3