Searched defs:maptype (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/lib/
H A Dcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
/external/libvorbis/vq/
H A Dlocalcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
/external/stlport/test/unit/
H A Dhash_test.cpp79 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;
H A Dmap_test.cpp49 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
[all...]
/external/tremolo/Tremolo/
H A Dcodebook.c60 codebook *b,oggpack_buffer *opb,int maptype){
70 if(maptype==1){
145 codebook *b, oggpack_buffer *opb,int maptype){
186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
217 oggpack_buffer *opb,int maptype){
234 s->dec_table,quantvals,s,opb,maptype))return 1;
244 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
389 int maptype; local
467 if((maptype=oggpack_read(opb,4))>0){
477 switch(maptype){
59 decpack(long entry,long used_entry,long quantvals, codebook *b,oggpack_buffer *opb,int maptype) argument
144 _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, codebook *b, oggpack_buffer *opb,int maptype) argument
216 _make_decode_table(codebook *s,char *lengthlist,long quantvals, oggpack_buffer *opb,int maptype) argument
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c87 } maptype; member in struct:counter_map
830 h->chain_iterator_cur->counter_map.maptype =
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1789 r->counter_map.maptype = COUNTER_MAP_SET;
1839 r->counter_map.maptype = COUNTER_MAP_SET;
1878 r->counter_map.maptype = COUNTER_MAP_SET;
1985 r->counter_map.maptype = COUNTER_MAP_NOMAP;
2135 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP)
2136 c->counter_map.maptype = COUNTER_MAP_ZEROED;
2139 if (r->counter_map.maptype
[all...]

Completed in 877 milliseconds