HomeSort by: relevance | last modified time | path
    Searched defs:map (Results 1 - 25 of 772) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/arch/arm/gen/
flt_rounds.c 43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
flt_rounds.c 43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
  /src/lib/libc/arch/mips/gen/
flt_rounds.c 17 static const int map[] = { variable in typeref:typename:const int[]
28 return map[fpgetround()];
33 return map[x & 0x03];
flt_rounds.c 17 static const int map[] = { variable in typeref:typename:const int[]
28 return map[fpgetround()];
33 return map[x & 0x03];
  /src/lib/libc/arch/powerpc/gen/
flt_rounds.c 45 static const int map[] = { variable in typeref:typename:const int[]
56 return map[fpgetround()];
64 return map[((uint32_t)ud.u_fpscr & FPSCR_RN)];
flt_rounds.c 45 static const int map[] = { variable in typeref:typename:const int[]
56 return map[fpgetround()];
64 return map[((uint32_t)ud.u_fpscr & FPSCR_RN)];
  /src/lib/libc/arch/powerpc64/gen/
flt_rounds.c 45 static const int map[] = { variable in typeref:typename:const int[]
56 return map[fpgetround()];
61 return map[((uint32_t)fpscr & FPSCR_RN)];
flt_rounds.c 45 static const int map[] = { variable in typeref:typename:const int[]
56 return map[fpgetround()];
61 return map[((uint32_t)fpscr & FPSCR_RN)];
  /src/lib/libc/arch/sh3/gen/
flt_rounds.c 43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
flt_rounds.c 43 static const int map[] = { variable in typeref:typename:const int[]
60 * index our map table and return the appropriate value.
81 return(map[fpgetround()]);
  /src/lib/libc/arch/hppa/gen/
flt_rounds.c 17 static const int map[] = { variable in typeref:typename:const int[]
30 return map[(unsigned int)(fpsr >> 41) & 0x03];
flt_rounds.c 17 static const int map[] = { variable in typeref:typename:const int[]
30 return map[(unsigned int)(fpsr >> 41) & 0x03];
  /src/lib/libc/arch/ia64/gen/
flt_rounds.c 11 static const int map[] = { variable in typeref:typename:const int[]
24 return (map[(x >> 10) & 0x03]);
flt_rounds.c 11 static const int map[] = { variable in typeref:typename:const int[]
24 return (map[(x >> 10) & 0x03]);
  /src/lib/libc/arch/sparc/gen/
flt_rounds.c 16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
flt_rounds.c 16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
  /src/lib/libc/arch/sparc64/gen/
flt_rounds.c 16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
flt_rounds.c 16 static const int map[] = { variable in typeref:typename:const int[]
29 return map[(x >> 30) & 0x03];
  /src/sys/modules/examples/mapper/
cmd_mapper.c 45 char *map = NULL; local in function:main
50 map = (char *)(mmap(0, sysconf(_SC_PAGESIZE), PROT_READ, MAP_SHARED,
52 if (map == MAP_FAILED)
55 printf("Message from device: %s\n",map);
57 if (munmap(map, sysconf(_SC_PAGESIZE)) == -1)
cmd_mapper.c 45 char *map = NULL; local in function:main
50 map = (char *)(mmap(0, sysconf(_SC_PAGESIZE), PROT_READ, MAP_SHARED,
52 if (map == MAP_FAILED)
55 printf("Message from device: %s\n",map);
57 if (munmap(map, sysconf(_SC_PAGESIZE)) == -1)
  /src/sys/modules/examples/fopsmapper/
cmd_mapper.c 45 char *map = NULL; local in function:main
50 map = mmap(0, sysconf(_SC_PAGESIZE), PROT_READ, MAP_SHARED, devfd, 0);
51 if (map == MAP_FAILED)
54 printf("Message from device: %s\n", map);
56 if (munmap(map, sysconf(_SC_PAGESIZE)) == -1)
cmd_mapper.c 45 char *map = NULL; local in function:main
50 map = mmap(0, sysconf(_SC_PAGESIZE), PROT_READ, MAP_SHARED, devfd, 0);
51 if (map == MAP_FAILED)
54 printf("Message from device: %s\n", map);
56 if (munmap(map, sysconf(_SC_PAGESIZE)) == -1)
  /src/usr.sbin/npf/npftest/
npftestl3.conf 27 map $ext_if static $local_ip3 <-> $pub_ip3
28 map $ext_if dynamic $local_ip2 <-> $pub_ip2
29 map $ext_if dynamic $local_net -> $pub_ip1
30 map $ext_if dynamic $local_ip1 port 6000 <- $pub_ip1 port 8000
42 map $ext_if static algo npt66 $net6_inner <-> $net6_outer
43 map $ext_if static algo netmap $net_a <-> $net_b
44 map ruleset "map:some-daemon" on $ext_if key
npftestl3.conf 27 map $ext_if static $local_ip3 <-> $pub_ip3
28 map $ext_if dynamic $local_ip2 <-> $pub_ip2
29 map $ext_if dynamic $local_net -> $pub_ip1
30 map $ext_if dynamic $local_ip1 port 6000 <- $pub_ip1 port 8000
42 map $ext_if static algo npt66 $net6_inner <-> $net6_outer
43 map $ext_if static algo netmap $net_a <-> $net_b
44 map ruleset "map:some-daemon" on $ext_if key
  /src/sys/dev/fdt/
fdt_iommu.h 36 bus_dma_tag_t (*map)(device_t, const u_int *, bus_dma_tag_t); member in struct:fdtbus_iommu_func

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>