Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dcodebook.c62 codebook *b,oggpack_buffer *opb,int maptype){ in decpack() argument
72 if(maptype==1){ in decpack()
147 codebook *b, oggpack_buffer *opb,int maptype){ in _make_words() argument
192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) | in _make_words()
237 oggpack_buffer *opb,int maptype){ in _make_decode_table() argument
254 s->dec_table,quantvals,s,opb,maptype))return 1; in _make_decode_table()
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table()
416 int maptype; in vorbis_book_unpack() local
494 if((maptype=oggpack_read(opb,4))>0){ in vorbis_book_unpack()
504 switch(maptype){ in vorbis_book_unpack()
[all …]
/external/ImageMagick/coders/
Dsun.c236 maptype, in ReadSUNImage() member
313 sun_info.maptype=ReadBlobMSBLong(image); in ReadSUNImage()
321 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0)) in ReadSUNImage()
326 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) && in ReadSUNImage()
327 (sun_info.maptype != RMT_RAW)) in ReadSUNImage()
340 if (sun_info.maptype == RMT_NONE) in ReadSUNImage()
342 if (sun_info.maptype == RMT_EQUAL_RGB) in ReadSUNImage()
347 switch (sun_info.maptype) in ReadSUNImage()
754 maptype, in WriteSUNImage() member
809 sun_info.maptype=RMT_NONE; in WriteSUNImage()
[all …]
/external/iptables/libiptc/
Dlibiptc.c87 } maptype; member
830 h->chain_iterator_cur->counter_map.maptype = in __iptcc_p_del_policy()
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP; in cache_add_entry()
1789 r->counter_map.maptype = COUNTER_MAP_SET; in TC_INSERT_ENTRY()
1839 r->counter_map.maptype = COUNTER_MAP_SET; in TC_REPLACE_ENTRY()
1878 r->counter_map.maptype = COUNTER_MAP_SET; in TC_APPEND_ENTRY()
1985 r->counter_map.maptype = COUNTER_MAP_NOMAP; in delete_entry()
2135 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES()
2136 c->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_ENTRIES()
2139 if (r->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES()
[all …]
/external/python/cpython2/Modules/
Dsvmodule.c661 int maptype; in sv_LoadMap() local
664 if (!PyArg_Parse(args, "(iO)", &maptype, &rgb)) in sv_LoadMap()
703 if (svLoadMap(self->ob_svideo, maptype, mapp)) { in sv_LoadMap()