Searched refs:map2 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_minherit.c72 void *map2 = makemap(1, MAP_INHERIT_COPY); local
76 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
82 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
98 void *map2 = makemap(1, MAP_INHERIT_SHARE); local
103 memset(map2, 0, page);
104 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
110 ATF_REQUIRE(memcmp(map1, map2, page) == 0);
158 void *map2 = makemap(0, MAP_INHERIT_SHARE); local
163 memset(map2, 1, page);
164 ATF_REQUIRE(memcmp(map1, map2, pag
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h70 u8 *map2 = GetOrCreate(idx / kSize2); local
71 CHECK_EQ(0U, map2[idx % kSize2]);
72 map2[idx % kSize2] = val;
77 u8 *map2 = Get(idx / kSize2); local
78 if (!map2) return 0;
79 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]);
/freebsd-11-stable/lib/libproc/tests/
H A Dproc_test.c166 prmap_t *map1, *map2; local
177 map2 = proc_obj2map(phdl, aout_object);
178 ATF_REQUIRE_MSG(map2 != NULL, "failed to look up map for '%s'",
180 ATF_CHECK_EQ(strcmp(map1->pr_mapname, map2->pr_mapname), 0);
198 prmap_t *map1, *map2; local
209 map2 = proc_name2map(phdl, aout_object);
210 ATF_REQUIRE_MSG(map2 != NULL, "failed to look up map for '%s'",
212 ATF_CHECK_EQ(strcmp(map1->pr_mapname, map2->pr_mapname), 0);
/freebsd-11-stable/sys/ddb/
H A Ddb_break.c300 db_map_equal(vm_map_t map1, vm_map_t map2) argument
302 return ((map1 == map2) ||
303 ((map1 == NULL) && (map2 == kernel_map)) ||
304 ((map1 == kernel_map) && (map2 == NULL)));
/freebsd-11-stable/contrib/gcc/
H A Dbitmap.h246 bmp_iter_and_init (bitmap_iterator *bi, bitmap map1, bitmap map2, argument
250 bi->elt2 = map2->first;
314 bmp_iter_and_compl_init (bitmap_iterator *bi, bitmap map1, bitmap map2, argument
318 bi->elt2 = map2->first;
/freebsd-11-stable/sys/kern/
H A Dsched_4bsd.c1109 cpuset_t dontuse, map, map2; local
1139 CPU_ZERO(&map2);
1145 CPU_SET(id, &map2);
1156 if (CPU_CMP(&map, &map2)) {
1157 printf("map != map2, loop method preferred\n");
1158 map = map2;
1162 map = map2;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass5.c448 u_char *map2, /* map of determined allocations */
470 k = *map2++;
446 check_maps( u_char *map1, u_char *map2, int mapsize, ufs2_daddr_t startvalue, const char *name, int *opcode, int skip, int limit, int usesysctl) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h1571 uint64_t map2 : 4; /**< DSA Group Algorithm */ member in struct:cvmx_pip_dsa_src_grp::cvmx_pip_dsa_src_grp_s
1578 uint64_t map2 : 4;
1627 uint64_t map2 : 4; /**< DSA Group Algorithm */ member in struct:cvmx_pip_dsa_vid_grp::cvmx_pip_dsa_vid_grp_s
1634 uint64_t map2 : 4;

Completed in 223 milliseconds