Searched refs:maps (Results 1 - 25 of 28) sorted by relevance

12

/external/openssl/crypto/x509v3/
H A Dpcy_map.c69 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
76 if (sk_POLICY_MAPPING_num(maps) == 0)
81 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++)
83 map = sk_POLICY_MAPPING_value(maps, i);
129 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
H A Dpcy_int.h188 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
/external/oprofile/daemon/liblegacy/
H A Dopd_proc.h27 /** maps are always added to the end of head, so search will be done
30 struct list_head maps; member in struct:opd_proc
H A Dopd_mapping.c59 list_for_each_safe(pos, pos2, &proc->maps) {
79 if (list_empty(&proc->maps)) {
91 list_add_tail(&map->next, &proc->maps);
H A Dopd_parse_proc.c86 * opd_get_ascii_maps - read all maps for a process
89 * Read the /proc/<pid>/maps file and add all
105 strcat(mapsfile, "/maps");
132 list_for_each(pos, &proc->maps) {
135 if (pos != proc->maps.next) {
144 if (list_empty(&proc->maps)) {
145 /* we always need a valid proc->maps[0], we artificially give
148 * thread when adding vmlinux and module maps to proc->maps[]
H A Dopd_proc.c74 list_init(&proc->maps);
161 * iterate through the proc maps searching the mapping which owns sample
172 list_for_each(pos, &proc->maps) {
266 /* copy the maps */
267 list_for_each(pos, &old->maps) {
418 list_for_each_safe(pos, pos2, &proc->maps) {
/external/freetype/src/psnames/
H A Dpsmodule.c297 /* Build a table that maps Unicode values to glyph indices. */
314 table->maps = 0;
316 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
324 map = table->maps;
365 count = (FT_UInt)( map - table->maps );
370 FT_FREE( table->maps );
379 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count );
385 ft_qsort( table->maps, count, sizeof ( PS_UniMap ),
405 min = table->maps;
461 map = table->maps
[all...]
/external/quake/quake/src/QW/client/
H A Dr_light.c154 int maps; local
219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
220 maps++)
222 scale = d_lightstylevalue[surf->styles[maps]];
H A Dgl_rlight.c280 int maps; local
347 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
348 maps++)
350 scale = d_lightstylevalue[surf->styles[maps]];
H A Dgl_rsurf.c145 int maps; local
169 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
170 maps++)
172 scale = d_lightstylevalue[surf->styles[maps]];
173 surf->cached_light[maps] = scale; // 8.8 fraction
788 int maps; local
822 for (maps = 0 ; maps < MAXLIGHTMAP
867 int maps; local
[all...]
H A Dr_surf.c139 int maps; local
163 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
164 maps++)
166 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
/external/quake/quake/src/WinQuake/
H A Dr_light.cpp154 int maps; local
219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
220 maps++)
222 scale = d_lightstylevalue[surf->styles[maps]];
H A Dgl_rlight.cpp283 int maps; local
350 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
351 maps++)
353 scale = d_lightstylevalue[surf->styles[maps]];
H A Dr_surf.cpp156 int maps; local
180 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
181 maps++)
183 scale = r_drawsurf.lightadj[maps]; // 8.8 fraction
H A Dgl_rsurf.cpp145 int maps; local
170 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
171 maps++)
173 scale = d_lightstylevalue[surf->styles[maps]];
174 surf->cached_light[maps] = scale; // 8.8 fraction
858 int maps; local
890 for (maps = 0 ; maps < MAXLIGHTMAP
936 int maps; local
[all...]
/external/tremolo/Tremolo/
H A Dtreminfo.c144 for(i=0;i<ci->maps;i++) /* unpack does the range checking */
281 ci->maps=oggpack_read(opb,6)+1;
282 ci->map_param=_ogg_malloc(sizeof(*ci->map_param)*ci->maps);
283 for(i=0;i<ci->maps;i++){
297 if(ci->mode_param[i].mapping>=ci->maps)goto err_out;
H A Dcodec_internal.h204 int maps; member in struct:codec_setup_info
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp427 CounterMaps& maps = counterMaps();
434 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier.impl()).get();
540 CounterMaps& maps = counterMaps(); local
541 CounterMaps::iterator mapsIterator = maps.find(owner);
542 if (mapsIterator == maps.end())
550 maps.remove(mapsIterator);
/external/freetype/src/cff/
H A Dcffcmap.c166 FT_FREE( unicodes->maps );
/external/freetype/src/psaux/
H A Dt1cmap.c298 FT_FREE( unicodes->maps );
/external/libvpx/
H A Dexamples.mk89 vp8_set_maps.DESCRIPTION = VP8 set active and ROI maps
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c506 the code clean (no phoneme codes here), and maps 's' to 's' or 'z'
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc775 const v8::HeapGraphNode* maps = GetChild(snapshot->GetRoot(), local
778 CHECK_NE(NULL, maps);
779 CHECK_NE(0, maps->GetSelfSize());
780 CHECK_NE(0, maps->GetInstancesCount());
/external/oprofile/events/i386/nehalem/
H A Devents35 event:0x18 counters:0,1,2,3 um:inst_decoded minimum:6000 name:INST_DECODED : Counts number of instructions that require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop

Completed in 850 milliseconds

12