Searched refs:map_type (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodec_internal.h114 int map_type[64]; member in struct:codec_setup_info
H A Dinfo.c173 _mapping_P[ci->map_type[i]]->free_info(ci->map_param[i]);
319 ci->map_type[i]=oggpack_read(opb,16);
320 if(ci->map_type[i]<0 || ci->map_type[i]>=VI_MAPB)goto err_out;
321 ci->map_param[i]=_mapping_P[ci->map_type[i]]->unpack(vi,opb);
528 oggpack_write(opb,ci->map_type[i],16);
529 _mapping_P[ci->map_type[i]]->pack(vi,ci->map_param[i],opb);
H A Dsynthesis.c74 type=ci->map_type[ci->mode_param[mode]->mapping];
H A Dvorbisenc.c598 ci->map_type[i]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c115 static inline int map_type(char k) function
181 if (map_type(*p) == TCF_META_TYPE(needed->kind))
206 int type = map_type(*p);
279 obj->kind = entry->id | (map_type(entry->mask[0]) << 12);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_vm.c44 static pgprot_t drm_io_prot(uint32_t map_type, struct vm_area_struct *vma) argument
49 if (boot_cpu_data.x86 > 3 && map_type != _DRM_AGP) {
55 if (map_type == _DRM_REGISTERS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De752x_edac.c171 int map_type; member in struct:e752x_pvt
283 if (!pvt->map_type)
880 pvt->map_type = ((stat8 & 0x0f) > ((stat8 >> 4) & 0x0f));
1000 pvt->map_type = ((stat8 & 0x0f) > ((stat8 >> 4) & 0x0f));

Completed in 88 milliseconds