| /src/lib/libc/arch/arm/gen/ |
| flt_rounds.c | 43 static const int map[] = { variable 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 28 return map[fpgetround()]; 33 return map[x & 0x03];
|
| /src/lib/libc/arch/powerpc/gen/ |
| flt_rounds.c | 45 static const int map[] = { variable 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 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 60 * index our map table and return the appropriate value. 81 return(map[fpgetround()]);
|
| /src/lib/libc/softfloat/ |
| flt_rounds.c | 17 static const int map[] = { variable 32 return map[fpgetround()];
|
| /src/lib/libc/arch/hppa/gen/ |
| flt_rounds.c | 17 static const int map[] = { variable 30 return map[(unsigned int)(fpsr >> 41) & 0x03];
|
| /src/lib/libc/arch/ia64/gen/ |
| flt_rounds.c | 11 static const int map[] = { variable 24 return (map[(x >> 10) & 0x03]);
|
| /src/lib/libc/arch/sparc/gen/ |
| flt_rounds.c | 16 static const int map[] = { variable 29 return map[(x >> 30) & 0x03];
|
| /src/lib/libc/arch/sparc64/gen/ |
| flt_rounds.c | 16 static const int map[] = { variable 29 return map[(x >> 30) & 0x03];
|
| /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
|
| /src/sys/modules/examples/fopsmapper/ |
| cmd_mapper.c | 45 char *map = NULL; local 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/sys/modules/examples/mapper/ |
| cmd_mapper.c | 45 char *map = NULL; local 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/usr.bin/mklocale/ |
| yacc.y | 125 %type <list> map 186 | MAPLOWER map 188 | MAPUPPER map 190 | DIGITMAP map 224 map : LBRK RUNE RUNE RBRK label 229 $$->map = $3; 232 | map LBRK RUNE RUNE RBRK 237 $$->map = $4; 245 $$->map = $6; 248 | map LBRK RUNE THRU RUNE ':' RUNE RBR [all...] |
| ldef.h | 43 __nbrune_t map; member in struct:rune_list 49 u_int32_t map[_CTYPE_CACHE_SIZE]; member in struct:rune_map
|
| /src/external/mit/isl/dist/ |
| isl_aff_lex_templ.c | 14 /* Return a map containing pairs of elements in the domains of "mpa1" and "mpa2" 32 &FN(FN(isl_pw_aff,STRICT_ORDER),map), 33 &FN(FN(isl_pw_aff,ORDER),map), space); 36 /* Return a map containing pairs of elements in the domains of "mpa1" and "mpa2" 40 __isl_give isl_map *FN(FN(isl_multi_pw_aff_lex,ORDER),map)( function 47 /* Return the subset of "map" where the domain and the range 51 __isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa) 53 return isl_map_order_at_multi_pw_aff(map, mpa, 54 &FN(FN(isl_multi_pw_aff_lex,ORDER),map));
|
| closure.c | 2 #include <isl/map.h> 8 struct isl_map *map; local 21 map = isl_map_read_from_file(ctx, stdin); 22 map = isl_map_transitive_closure(map, &exact); 25 p = isl_printer_print_map(p, map); 27 map = isl_map_compute_divs(map); 28 map = isl_map_coalesce(map); [all...] |
| isl_morph.h | 25 * "map" is an affine mapping from "dom" to "ran" 34 isl_mat *map; member in struct:isl_morph 43 __isl_take isl_mat *map, __isl_take isl_mat *inv);
|
| /src/sys/ddb/ |
| db_watch.h | 39 struct vm_map *map; /* in this map */ member in struct:db_watchpoint
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| pcy_map.c | 24 POLICY_MAPPING *map; local 34 map = sk_POLICY_MAPPING_value(maps, i); 35 /* Reject if map to or from anyPolicy */ 36 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 37 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) { 43 data = ossl_policy_cache_find_data(cache, map->issuerDomainPolicy); 44 /* If we don't have anyPolicy can't map */ 50 data = ossl_policy_data_new(NULL, map->issuerDomainPolicy, 57 * map->issuerDomainPolicy = NULL; 68 map->subjectDomainPolicy) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| pcy_map.c | 24 POLICY_MAPPING *map; local 34 map = sk_POLICY_MAPPING_value(maps, i); 35 /* Reject if map to or from anyPolicy */ 36 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 37 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) { 43 data = ossl_policy_cache_find_data(cache, map->issuerDomainPolicy); 44 /* If we don't have anyPolicy can't map */ 50 data = ossl_policy_data_new(NULL, map->issuerDomainPolicy, 57 * map->issuerDomainPolicy = NULL; 68 map->subjectDomainPolicy) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| pcy_map.c | 24 POLICY_MAPPING *map; local 34 map = sk_POLICY_MAPPING_value(maps, i); 35 /* Reject if map to or from anyPolicy */ 36 if ((OBJ_obj2nid(map->subjectDomainPolicy) == NID_any_policy) 37 || (OBJ_obj2nid(map->issuerDomainPolicy) == NID_any_policy)) { 43 data = policy_cache_find_data(cache, map->issuerDomainPolicy); 44 /* If we don't have anyPolicy can't map */ 50 data = policy_data_new(NULL, map->issuerDomainPolicy, 57 * map->issuerDomainPolicy = NULL; 68 map->subjectDomainPolicy) [all...] |
| /src/sbin/gpt/ |
| header.c | 51 #include "map.h" 74 map_t map; local 86 map = map_find(gpt, MAP_TYPE_PRI_GPT_HDR); 87 if (map == NULL) { 92 hdr = map->map_data;
|
| /src/sys/uvm/ |
| uvm_fault.h | 44 struct vm_map *orig_map; /* IN: original map */ 47 struct vm_map *map; /* map (could be a submap) */ member in struct:uvm_faultinfo 48 unsigned int mapv; /* map's version number */ 49 struct vm_map_entry *entry; /* map entry (from 'map') */
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| pv_map.h | 32 struct pv_map *map; member in struct:pv_area
|