Searched refs:maptype (Results 1 – 2 of 2) sorted by relevance
/external/tremor/Tremor/ |
D | codebook.c | 40 codebook *b,oggpack_buffer *opb,int maptype){ in decpack() argument 50 if(maptype==1){ in decpack() 125 codebook *b, oggpack_buffer *opb,int maptype){ in _make_words() argument 166 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) | in _make_words() 197 oggpack_buffer *opb,int maptype){ in _make_decode_table() argument 214 s->dec_table,quantvals,s,opb,maptype))return 1; in _make_decode_table() 224 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1; in _make_decode_table() 364 int maptype; in vorbis_book_unpack() local 439 if((maptype=oggpack_read(opb,4))>0){ in vorbis_book_unpack() 449 switch(maptype){ in vorbis_book_unpack() [all …]
|
/external/iptables/libiptc/ |
D | libiptc.c | 79 } maptype; member 375 h->chain_iterator_cur->counter_map.maptype = in __iptcc_p_del_policy() 497 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP; in cache_add_entry() 1320 r->counter_map.maptype = COUNTER_MAP_SET; in TC_INSERT_ENTRY() 1370 r->counter_map.maptype = COUNTER_MAP_SET; in TC_REPLACE_ENTRY() 1409 r->counter_map.maptype = COUNTER_MAP_SET; in TC_APPEND_ENTRY() 1517 r->counter_map.maptype = COUNTER_MAP_NOMAP; in TC_DELETE_ENTRY() 1659 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES() 1660 c->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_ENTRIES() 1663 if (r->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES() [all …]
|