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

1 2 3

  /src/external/mit/isl/dist/include/isl/
set_type.h 4 #include <isl/map_type.h>
map_to_basic_set.h 5 #include <isl/map_type.h>
  /src/external/mit/isl/dist/
bset_from_bmap.c 1 #include <isl/map_type.h>
bset_to_bmap.c 1 #include <isl/map_type.h>
isl_maybe_map.h 4 #include <isl/map_type.h>
set_from_map.c 1 #include <isl/map_type.h>
set_list_from_map_list_inl.c 1 #include <isl/map_type.h>
set_to_map.c 1 #include <isl/map_type.h>
  /src/share/examples/amd/
amd.conf 9 map_type = file
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
type_check.py 66 def map_type(*, m: typing.Mapping[str, int]): function
71 map_type(m={})
72 map_type(m={"dei": 23})
73 should_fail(map_type, m=[1, 2, 3])
74 should_fail(map_type, m=None)
75 should_fail(map_type, m={"dei": "string"})
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
type_check.py 66 def map_type(*, m: typing.Mapping[str, int]): function
71 map_type(m={})
72 map_type(m={"dei": 23})
73 should_fail(map_type, m=[1, 2, 3])
74 should_fail(map_type, m=None)
75 should_fail(map_type, m={"dei": "string"})
  /src/external/bsd/am-utils/dist/scripts/
test-amd.conf 18 # set map_type to "nis" for NIS maps, or comment it out to search for all
20 map_type = file
30 # map_type = file
34 map_type = file
  /src/external/ibm-public/postfix/dist/src/global/
nbdb_util.c 266 char *map_type = mystrdup(var_nbdb_cust_map); local
267 char *map_name = split_at(map_type, ':');
269 if (map_name != 0 && (strcmp(map_type, DICT_TYPE_HASH) == 0
270 || strcmp(map_type, DICT_TYPE_BTREE) == 0)) {
271 nbdb_cust_map = dict_surrogate(map_type, map_name,
275 map_type);
282 myfree(map_type);
data_redirect.c 153 const char *map_type; local
169 map_type = map;
173 map_type = var_db_type;
174 map_type_len = strlen(map_type);
181 vstring_strncpy(result, map_type, map_type_len);
192 vstring_prepend(result, map_type, map_type_len);
  /src/sbin/gpt/
map.c 59 m->map_type = type;
89 map_type(int t) function
102 printf("add: %s %#jx %#jx\n", map_type(type), (uintmax_t)start,
105 printf("have: %s %#jx %#jx\n", map_type(n->map_type),
128 if (n->map_type != MAP_TYPE_UNUSED) {
129 if (n->map_type != MAP_TYPE_MBR_PART ||
137 n->map_type = type;
143 if (n->map_type != MAP_TYPE_UNUSED) {
144 if (n->map_type != MAP_TYPE_MBR_PART |
    [all...]
map.h 39 int map_type; member in struct:map
set.c 105 if (m->map_type != MAP_TYPE_GPT_PART ||
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-common.h 89 enum map_type { OVERRUN, UNDERRUN }; enum
93 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 307 static void postalias(char *map_type, char *path_name, int postalias_flags,
336 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
382 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
602 static int postalias_query(const char *map_type, const char *map_name,
608 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
612 map_type, map_name, key);
614 map_type, map_name);
689 static int postalias_delete(const char *map_type, const char *map_name,
696 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
700 dict = dict_open3(map_type, map_name, open_flags, dict_flags)
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 406 static void postmap(char *map_type, char *path_name, int postmap_flags,
429 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
476 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
807 static int postmap_query(const char *map_type, const char *map_name,
813 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
819 map_type, map_name, key);
821 map_type, map_name);
904 static int postmap_delete(const char *map_type, const char *map_name,
911 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
915 dict = dict_open3(map_type, map_name, open_flags, dict_flags)
    [all...]
  /src/sbin/efi/
gptsubr.c 65 map_type_name(int map_type)
79 if (map_type >= (int)__arraycount(xtbl))
82 return xtbl[map_type];
91 int map_type;
160 if (m->map_type == MAP_TYPE_GPT_PART) {
218 switch (m->map_type) {
285 map_type_name(m->map_type),
570 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1) {
  /src/external/gpl3/binutils/dist/opcodes/
nds32-dis.c 39 enum map_type enum
56 enum map_type last_mapping_type;
71 enum map_type *);
73 enum map_type *);
981 enum map_type mapping_type = MAP_CODE;
1076 enum map_type fake_mapping_type;
1271 enum map_type *map_type)
1280 *map_type = MAP_CODE;
1285 *map_type = MAP_DATA0
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-dis.c 39 enum map_type enum
56 enum map_type last_mapping_type;
71 enum map_type *);
73 enum map_type *);
981 enum map_type mapping_type = MAP_CODE;
1076 enum map_type fake_mapping_type;
1271 enum map_type *map_type)
1280 *map_type = MAP_CODE;
1285 *map_type = MAP_DATA0
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-dis.c 39 enum map_type enum
56 enum map_type last_mapping_type;
71 enum map_type *);
73 enum map_type *);
981 enum map_type mapping_type = MAP_CODE;
1076 enum map_type fake_mapping_type;
1271 enum map_type *map_type)
1280 *map_type = MAP_CODE;
1285 *map_type = MAP_DATA0
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
nds32-dis.c 39 enum map_type enum
56 enum map_type last_mapping_type;
71 enum map_type *);
73 enum map_type *);
981 enum map_type mapping_type = MAP_CODE;
1076 enum map_type fake_mapping_type;
1271 enum map_type *map_type)
1280 *map_type = MAP_CODE;
1285 *map_type = MAP_DATA0
    [all...]

Completed in 30 milliseconds

1 2 3