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

/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/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/webkit/WebCore/rendering/
H A DRenderCounter.cpp266 CounterMaps& maps = counterMaps();
271 CounterNode* currentCounter = maps.get(currentRenderer)->get(identifier.impl());
372 CounterMaps& maps = counterMaps(); local
373 CounterMaps::iterator mapsIterator = maps.find(renderer);
374 if (mapsIterator == maps.end())
382 maps.remove(mapsIterator);
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
/external/freetype/src/cff/
H A Dcffcmap.c166 FT_FREE( unicodes->maps );
/external/clearsilver/python/examples/trans/
H A Dtrans.py363 maps = self.tdb.maps.fetchRows( ('lang', lang) )
365 for map in maps:
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
533 map_r = self.tdb.maps.fetchRow( [('string_id', s_id), ('lang', lang)])
535 map_r = self.tdb.maps.newRow()
546 log("New maps: %d Updates: %d" % (new_r, updates - new_r))
/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/blktrace/btt/doc/
H A Dbtt.tex815 [ -M <dev map> | --dev-maps=<dev map>
933 \subsection{\label{sec:o-M}\texttt{--dev-maps}/\texttt{-M}}
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex219 mapping -- simply include a file that is read which maps devices
/external/grub/docs/
H A Dtexinfo.tex180 ap-pen-dix bit-map bit-maps
5628 % It maps \foo\ => \csname macarg.foo\endcsname => #N

Completed in 192 milliseconds