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

1 2 3

  /src/external/bsd/am-utils/dist/scripts/
fix-amd-map.in 15 # Mappings of old names to new ones:
26 %mappings = (
46 foreach $m (keys %mappings) {
47 $val = $mappings{$m};
  /src/sys/compat/common/
gen_errno_tables.awk 74 if (mappings[idx, "val", val] == "") {
75 mappings[idx, "name", name] = val
76 mappings[idx, "val", val] = name
87 nb_name = mappings[0, "val", i]
89 otheros_val = mappings[1, "name", nb_name]
102 if (mappings[1, "val", i] != "") {
104 PREFIX, mappings[1, "val", i], i) >> "h"
  /src/external/gpl3/gdb/dist/sim/ppc/
cap.c 35 cap_mapping *mappings; member in struct:_cap
49 cap_mapping *current_map = db->mappings;
51 db->nr_mappings = db->mappings->external;
52 /* verify that the mappings that were not removed are in sequence
73 cap_mapping *current_map = db->mappings;
87 cap_mapping *current_map = db->mappings;
107 new_map->next = db->mappings;
111 db->mappings = new_map;
120 cap_mapping **current_map = &db->mappings;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
cap.c 35 cap_mapping *mappings; member in struct:_cap
49 cap_mapping *current_map = db->mappings;
51 db->nr_mappings = db->mappings->external;
52 /* verify that the mappings that were not removed are in sequence
73 cap_mapping *current_map = db->mappings;
87 cap_mapping *current_map = db->mappings;
107 new_map->next = db->mappings;
111 db->mappings = new_map;
120 cap_mapping **current_map = &db->mappings;
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-handles.c 42 struct hw_handle_mapping *mappings; member in struct:hw_handle_data
70 struct hw_handle_mapping *current_map = db->mappings;
73 db->nr_mappings = db->mappings->external;
74 /* verify that the mappings that were not removed are in
99 struct hw_handle_mapping *current_map = db->mappings;
115 struct hw_handle_mapping *current_map = db->mappings;
131 struct hw_handle_mapping *current_map = db->mappings;
147 struct hw_handle_mapping *current_map = db->mappings;
171 new_map->next = db->mappings;
175 db->mappings = new_map
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
hw-handles.c 42 struct hw_handle_mapping *mappings; member in struct:hw_handle_data
70 struct hw_handle_mapping *current_map = db->mappings;
73 db->nr_mappings = db->mappings->external;
74 /* verify that the mappings that were not removed are in
99 struct hw_handle_mapping *current_map = db->mappings;
115 struct hw_handle_mapping *current_map = db->mappings;
131 struct hw_handle_mapping *current_map = db->mappings;
147 struct hw_handle_mapping *current_map = db->mappings;
171 new_map->next = db->mappings;
175 db->mappings = new_map
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
alias.c 43 alias_mapping *mappings; member in struct:alias_info_t
56 for ( m = ov->mappings; m && m->source; m++ ) {
227 for ( mapping = ov->mappings; mapping && mapping->source; mapping++ ) {
384 for ( mapping = ov->mappings; mapping && mapping->source; mapping++ ) {
487 for ( mapping = ov->mappings; mapping && mapping->source; mapping++ ) {
498 ch_free( ov->mappings );
499 ov->mappings = NULL;
503 ov->mappings[i] = ov->mappings[i+1];
505 } while ( ov->mappings[i].source )
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/hmaptool/
hmaptool 105 def mappings(self): member in class:HeaderMap
152 mappings = sorted(hmap.mappings)
153 for key,value in mappings:
178 mappings = input_data['mappings']
179 num_buckets = next_power_of_two(len(mappings) * 3)
185 for key,value in mappings.items():
218 header = (1, 0, strtable_offset, len(mappings),
259 for key,value in hmap.mappings
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
unicode-case-fold.py 11 C - Common mappings
12 S - mappings for Simple case folding
13 F - mappings for Full case folding
30 # This variable will body of the mappings function
33 # Reads file line-by-line, extracts Common and Simple case fold mappings and
35 def mappings(f): function
54 # Computes the stride (from_char2 - from_char1) of two mappings.
58 # Computes the stride of a list of mappings. The list should have at least two
59 # mappings. All mappings in the list are assumed to have the same stride
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
remoteauth.c 71 ad_info *mappings; member in struct:_ad_private
206 for ( map = ad->mappings; map; map = map->next ) {
278 /* delete all mappings */
279 while ( ad->mappings ) {
280 map = ad->mappings;
281 ad->mappings = ad->mappings->next;
290 for ( map = ad->mappings, i = 0;
302 } else if ( ad->mappings ) {
304 map = ad->mappings;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
win32-i386-low.cc 298 /* An array of offset mappings into a Win32 Context structure.
467 const int *mappings;
470 mappings = amd64_mappings;
473 mappings = i386_mappings;
477 return (char *) context + mappings[r];
503 const int *mappings;
506 mappings = amd64_mappings;
509 mappings = i386_mappings;
513 return (char *) context + mappings[r];
  /src/external/gpl3/gdb/dist/gdbserver/
win32-i386-low.cc 298 /* An array of offset mappings into a Win32 Context structure.
467 const int *mappings;
470 mappings = amd64_mappings;
473 mappings = i386_mappings;
477 return (char *) context + mappings[r];
503 const int *mappings;
506 mappings = amd64_mappings;
509 mappings = i386_mappings;
513 return (char *) context + mappings[r];
  /src/sys/arch/prep/isa/
paud_isa.c 191 static ad1848_devmap_t mappings[] = { variable
204 static const int nummap = sizeof(mappings) / sizeof(mappings[0]);
212 return ad1848_mixer_set_port(ac, mappings, nummap, cp);
221 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
  /src/sys/dev/isa/
wss.c 194 static ad1848_devmap_t mappings[] = { variable
207 static int nummap = sizeof(mappings) / sizeof(mappings[0]);
215 return ad1848_mixer_set_port(ac, mappings, nummap, cp);
224 return ad1848_mixer_get_port(ac, mappings, nummap, cp);
ym.c 415 static ad1848_devmap_t mappings[] = { variable
432 #define NUMMAP (sizeof(mappings) / sizeof(mappings[0]))
678 error = ad1848_mixer_set_port(ac, mappings, NUMMAP, cp);
780 error = ad1848_mixer_get_port(ac, mappings, NUMMAP, cp);
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql 1 -- mappings
3 -- objectClass mappings: these may be viewed as structuralObjectClass, the ones that are used to decide how to build an entry
20 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_metadata.sql 1 -- mappings
3 -- objectClass mappings: these may be viewed as structuralObjectClass, the ones that are used to decide how to build an entry
19 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 109 CASE MAPPINGS
115 which represent the possible mappings.
159 distribution of mappings may be more or less than 21845 per table, but only
README 18 A. case.dat - the case mappings.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLAndersAliasAnalysis.cpp 251 iterator_range<const_iterator> mappings() const { function in class:__anon4050::AliasAttrMap
372 for (const auto &Mapping : AMap.mappings()) {
492 for (const auto &Mapping : AMap.mappings()) {
  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 132 const int *mappings = nullptr; member in struct:windows_process_info
656 char *context_offset = context_ptr + windows_process.mappings[r];
775 memcpy (context_ptr + windows_process.mappings[r], bytes, 2);
784 memcpy (context_ptr + windows_process.mappings[r] + 2, bytes, 2);
787 regcache->raw_collect (r, context_ptr + windows_process.mappings[r]);
1803 windows_process.mappings = amd64_mappings;
1809 windows_process.mappings = i386_mappings;
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 131 const int *mappings = nullptr; member in struct:windows_process_info
660 char *context_offset = context_ptr + windows_process.mappings[r];
779 memcpy (context_ptr + windows_process.mappings[r], bytes, 2);
788 memcpy (context_ptr + windows_process.mappings[r] + 2, bytes, 2);
791 regcache->raw_collect (r, context_ptr + windows_process.mappings[r]);
1806 windows_process.mappings = amd64_mappings;
1812 windows_process.mappings = i386_mappings;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 242 auto It = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
246 if (It == File.Mappings.begin()) {
271 auto It = llvm::partition_point(F.Mappings, [SpelledI](const Mapping &M) {
274 if (It == F.Mappings.begin())
304 // between 2 mappings, or between a mapping and end of the file).
362 // Mapping an empty range is ambiguous in case of empty mappings at either end
450 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
453 if (M == File.Mappings.end() || M->BeginSpelled != SpelledIndex)
467 auto M = llvm::partition_point(File.Mappings, [&](const Mapping &M) {
471 for (; M != File.Mappings.end() && M->BeginSpelled < SpelledEndIndex; ++M
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
testdb_metadata.sql 1 -- mappings
  /src/sys/uvm/pmap/
pmap.c 85 * mappings at almost any time. However, invalidations
86 * of virtual-to-physical mappings must be done as
163 PMAP_COUNTER(mappings, "pages mapped");
166 PMAP_COUNTER(primary_mappings, "page initial mappings");
490 UVMHIST_LOG(pmaphist, "no mappings", 0, 0, 0, 0);
797 * no valid mappings.
1216 * Lower the permission for all mappings to a given page.
1243 * Loop over all current mappings setting/clearing as
1372 * Change all mappings of a managed page to cached/uncached.
1938 UVMHIST_LOG(pmaphist, " <-- true (no mappings)", 0, 0, 0, 0)
    [all...]

Completed in 90 milliseconds

1 2 3