HomeSort by: relevance | last modified time | path
    Searched defs:mappings (Results 1 - 18 of 18) sorted by relevancy

  /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/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/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/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/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/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/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/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/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/
procfs.c 3101 /* Memory Mappings Functions: */
3129 /* Get the number of mappings, allocate space,
3130 and read the mappings into prmaps. */
3222 mappings'. */
3250 /* Implement the "info proc mappings" subcommand. */
3288 int mappings = 0; local
3297 mappings = 1;
3360 if (mappings)
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/
procfs.c 3101 /* Memory Mappings Functions: */
3129 /* Get the number of mappings, allocate space,
3130 and read the mappings into prmaps. */
3222 mappings'. */
3250 /* Implement the "info proc mappings" subcommand. */
3288 int mappings = 0; local
3297 mappings = 1;
3360 if (mappings)
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/sys/arch/arm/arm32/
pmap.c 1033 * do it here as well to keep the mappings & KVF_WRITE consistent.
1052 PMAPCOUNT(mappings);
1154 * mappings (ignoring KMPAGE), clear the WRITE flag and writeback
1453 * the *current* pmap, it may well contain stale mappings
1561 * One or more mappings in the specified L2 descriptor table have just been
1598 * There are no more valid mappings in this level 2 page table.
1644 * There are no more valid mappings in any of the Level 1
1681 * The mappings for these page tables were initially made using
1683 * mode will not be right for page table mappings. To avoid
1760 * other mappings within the same pmap, or kernel_pmap
3544 u_int mappings = 0; local
3924 u_int mappings = 0; local
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 103 struct Mapping mappings[] = { local
152 for (i = 0; i < sizeof(mappings) / sizeof(struct Mapping); i++) {
153 char *value = getenv(mappings[i].name);
155 clang_PrintingPolicy_setProperty(Policy, mappings[i].property,

Completed in 54 milliseconds