HomeSort by relevance Sort by last modified time
    Searched defs:maptype (Results 1 - 11 of 11) sorted by null

  /external/libvorbis/lib/
codebook.h 42 int maptype; /* 0=none member in struct:static_codebook
  /external/libvorbis/vq/
localcodebook.h 42 int maptype; /* 0=none member in struct:static_codebook
  /external/ImageMagick/coders/
sun.c 241 maptype,
318 sun_info.maptype=ReadBlobMSBLong(image);
326 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0))
331 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) &&
332 (sun_info.maptype != RMT_RAW))
345 if (sun_info.maptype == RMT_NONE)
347 if (sun_info.maptype == RMT_EQUAL_RGB)
352 switch (sun_info.maptype)
762 maptype,
236 maptype, member in struct:_SUNInfo
754 maptype, member in struct:_SUNInfo
    [all...]
  /external/tremolo/Tremolo/
codebook.c 62 codebook *b,oggpack_buffer *opb,int maptype){
72 if(maptype==1){
147 codebook *b, oggpack_buffer *opb,int maptype){
192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
237 oggpack_buffer *opb,int maptype){
254 s->dec_table,quantvals,s,opb,maptype))return 1;
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
409 int maptype; local
487 if((maptype=oggpack_read(opb,4))>0){
497 switch(maptype){
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
map_test.cpp 49 typedef map<char, int, less<char> > maptype; typedef
50 maptype m;
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100));
229 typedef map<char, int, less<char> > maptype; typedef
231 maptype m;
234 pair<maptype::iterator, maptype::iterator> ret;
243 maptype m;
245 maptype::iterator i = m.lower_bound( 'x' );
251 pair<maptype::iterator, maptype::iterator> ret
    [all...]
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
map_test.cpp 49 typedef map<char, int, less<char> > maptype; typedef
50 maptype m;
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100));
229 typedef map<char, int, less<char> > maptype; typedef
231 maptype m;
234 pair<maptype::iterator, maptype::iterator> ret;
243 maptype m;
245 maptype::iterator i = m.lower_bound( 'x' );
251 pair<maptype::iterator, maptype::iterator> ret
    [all...]
  /external/iptables/libiptc/
libiptc.c 87 } maptype; member in struct:counter_map
830 h->chain_iterator_cur->counter_map.maptype =
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 

Completed in 267 milliseconds