Searched refs:_map (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dmap.c56 #define GET_FRAG_ID(_map,_start,_idmask) \
58 unsigned char *_m = _map + (_start >> 3); \
89 __le32 *_map = (__le32 *)map; local
90 u32 v = le32_to_cpu(_map[mapptr >> 5]) >> (mapptr & 31);
95 v = le32_to_cpu(_map[mapptr >> 5]);
167 __le32 *_map = (__le32 *)map; local
168 u32 v = le32_to_cpu(_map[mapptr >> 5]) >> (mapptr & 31);
173 v = le32_to_cpu(_map[mapptr >> 5]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dpci.c41 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) argument
43 struct map_pci_info *map = (struct map_pci_info *)_map;
50 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) argument
52 struct map_pci_info *map = (struct map_pci_info *)_map;
59 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) argument
61 struct map_pci_info *map = (struct map_pci_info *)_map;
65 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) argument
67 struct map_pci_info *map = (struct map_pci_info *)_map;
72 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) argument
74 struct map_pci_info *map = (struct map_pci_info *)_map;
79 mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmap_to_7segment.h83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/sn0/
H A Daddrs.h145 #define SABLE_LOG_TRIGGER(_map)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex122 \mathtt{floor0\_bark\_map\_size} - 1,
135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhashset.tex6 non-standard, std::hash\_map.
H A Dhashmap.tex6 non-standard, std::hash\_map.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_gpio.c152 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)]
156 #define DECLARE_RESERVED_MAP(m, c) static unsigned short reserved_##m##_map[c]

Completed in 189 milliseconds