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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Dtwofish-i586-asm.S32 #define b_offset 4 define
237 mov b_offset(%edi), %ebx
242 input_whitening(%ebx,%ebp,b_offset)
267 output_whitening(%edx,%ebp,b_offset)
272 mov %edx, b_offset(%edi)
293 mov b_offset(%edi), %ebx
297 output_whitening(%ebx,%ebp,b_offset)
323 input_whitening(%edx,%ebp,b_offset)
328 mov %edx, b_offset(%edi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c368 unsigned int b_offset = peek_u32 (b + 4); local
370 if (a_offset != b_offset)
371 return (a_offset >= b_offset ? 1 : -1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c274 bp->b_offset = xfs_buf_poff(bp->b_file_offset);
321 free_address(bp->b_addr - bp->b_offset);
364 offset = bp->b_offset;
442 bp->b_addr = page_address(bp->b_pages[0]) + bp->b_offset;
451 bp->b_addr += bp->b_offset;
735 bp->b_offset = offset;
1153 int offset = bp->b_offset;
1211 offset = bp->b_offset;
1310 offset += bp->b_offset;
1331 page = bp->b_pages[xfs_buf_btoct(boff + bp->b_offset)];
[all...]
H A Dxfs_buf.h148 unsigned int b_offset; /* page offset in first page */ member in struct:xfs_buf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Dtwofish-x86_64-asm.S26 #define b_offset 4 define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c893 int b_offset = 0; local
896 b_offset = -page_offset;
897 page_offset += b_offset;
898 len -= b_offset;
908 memcpy(pa+page_offset, ba+b_offset, clen);
910 memcpy(ba+b_offset, pa+page_offset, clen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c7567 u32 i, offset, len, val, b_offset, b_count; local
7580 b_offset = offset & 3;
7581 b_count = 4 - b_offset;
7586 ret = tg3_nvram_read(tp, offset-b_offset, &val);
7590 memcpy(data, ((char*)&val) + b_offset, b_count);
7613 b_offset = offset + len - b_count;
7614 ret = tg3_nvram_read(tp, b_offset, &val);
7630 u32 offset, len, b_offset, odd_len, start, end; local
7642 if ((b_offset = (offset & 3))) {
7644 ret = tg3_nvram_read(tp, offset-b_offset,
[all...]

Completed in 270 milliseconds