Searched refs:maptype (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsunrast.c53 unsigned int w, h, depth, type, maptype, maplength, stride, x, y, len, alen; local
69 maptype = AV_RB32(buf+24);
85 if (maptype & ~1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsunrast.c35 unsigned int w, h, depth, type, maptype, maplength, stride, x, y, len, alen; local
52 maptype = AV_RB32(buf + 24);
64 if (maptype == RMT_RAW) {
68 if (maptype > RMT_RAW) {
H A Dsunrastenc.c32 int maptype; ///< type of colormap member in struct:SUNRASTContext
47 bytestream2_put_be32u(&s->p, s->maptype);
151 s->maptype = RMT_NONE;
159 s->maptype = RMT_EQUAL_RGB;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c79 } maptype; member in struct:counter_map
375 h->chain_iterator_cur->counter_map.maptype =
496 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1298 r->counter_map.maptype = COUNTER_MAP_SET;
1348 r->counter_map.maptype = COUNTER_MAP_SET;
1387 r->counter_map.maptype = COUNTER_MAP_SET;
1495 r->counter_map.maptype = COUNTER_MAP_NOMAP;
1637 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP)
1638 c->counter_map.maptype = COUNTER_MAP_ZEROED;
1641 if (r->counter_map.maptype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
77 /* assumes a maptype of 1; encode side only, so that's OK */
H A Dcodebook.c97 oggpack_write(opb,c->maptype,4);
98 switch(c->maptype){
119 switch(c->maptype){
213 switch((s->maptype=oggpack_read(opb,4))){
229 switch(s->maptype){
H A Dsharedbook.c198 if(b->maptype==1 || b->maptype==2){
204 /* maptype 1 and 2 both use a quantized value vector, but
206 switch(b->maptype){
H A Dres0.c236 if(ci->book_param[info->booklist[j]]->maptype==0)goto errout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
77 /* assumes a maptype of 1; encode side only, so that's OK */
H A Ddistribution.c66 switch(c->maptype){
90 switch(c->maptype){
H A Dlatticebuild.c108 c.maptype=1;
H A Dlatticetune.c76 if(c->maptype!=1){
H A Dbookutil.c206 &(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant),
359 switch(c->maptype){
541 long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim);
697 c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep);
H A Dlatticehint.c150 if(c->maptype!=1){
H A Dvqsplit.c380 c->maptype=2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c86 } maptype; member in struct:counter_map
830 h->chain_iterator_cur->counter_map.maptype =
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1782 r->counter_map.maptype = COUNTER_MAP_SET;
1832 r->counter_map.maptype = COUNTER_MAP_SET;
1871 r->counter_map.maptype = COUNTER_MAP_SET;
1978 r->counter_map.maptype = COUNTER_MAP_NOMAP;
2126 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP)
2127 c->counter_map.maptype = COUNTER_MAP_ZEROED;
2130 if (r->counter_map.maptype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c86 } maptype; member in struct:counter_map
830 h->chain_iterator_cur->counter_map.maptype =
1003 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1781 r->counter_map.maptype = COUNTER_MAP_SET;
1831 r->counter_map.maptype = COUNTER_MAP_SET;
1870 r->counter_map.maptype = COUNTER_MAP_SET;
1977 r->counter_map.maptype = COUNTER_MAP_NOMAP;
2125 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP)
2126 c->counter_map.maptype = COUNTER_MAP_ZEROED;
2129 if (r->counter_map.maptype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_txnmgr.c2287 int maptype; local
2293 maptype = (tblk->xflag & COMMIT_PMAP) ? COMMIT_PMAP : COMMIT_PWMAP;
2365 tblk, maptype);
2416 * maptype -
2484 struct maplock * maplock, struct tblock * tblk, int maptype)
2496 jfs_info("txFreeMap: tblk:0x%p maplock:0x%p maptype:0x%x",
2497 tblk, maplock, maptype);
2502 if (maptype == COMMIT_PMAP || maptype == COMMIT_PWMAP) {
2543 if (maptype
2483 txFreeMap(struct inode *ip, struct maplock * maplock, struct tblock * tblk, int maptype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmc_spi.c248 static char *maptype(struct mmc_command *cmd) function
273 cmd->opcode, maptype(cmd));
525 cmd->opcode, maptype(cmd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex236 [residue_books] without a value mapping (maptype equals zero) renders

Completed in 108 milliseconds