Searched refs:get_le32 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dmichael_mic.c59 static inline u32 get_le32(const u8 *p) function
97 mctx->l ^= get_le32(mctx->pending);
103 mctx->l ^= get_le32(data);
155 mctx->l = get_le32(key);
156 mctx->r = get_le32(key + 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_private.h43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro
H A Dxz_dec_stream.c393 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2))
427 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
435 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4))
459 != get_le32(s->temp.buf + s->temp.size))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davio.h304 unsigned int get_le32(ByteIOContext *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.h283 attribute_deprecated unsigned int get_le32(AVIOContext *s);

Completed in 212 milliseconds