Searched refs:k2 (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_btree.c | 149 xfs_alloc_key_t *k2; in xfs_btree_check_key() local 152 k2 = ak2; in xfs_btree_check_key() 153 ASSERT(INT_GET(k1->ar_startblock, ARCH_CONVERT) < INT_GET(k2->ar_startblock, ARCH_CONVERT)); in xfs_btree_check_key() 158 xfs_alloc_key_t *k2; in xfs_btree_check_key() local 161 k2 = ak2; in xfs_btree_check_key() 162 ASSERT(INT_GET(k1->ar_blockcount, ARCH_CONVERT) < INT_GET(k2->ar_blockcount, ARCH_CONVERT) || in xfs_btree_check_key() 163 (INT_GET(k1->ar_blockcount, ARCH_CONVERT) == INT_GET(k2->ar_blockcount, ARCH_CONVERT) && in xfs_btree_check_key() 164 INT_GET(k1->ar_startblock, ARCH_CONVERT) < INT_GET(k2->ar_startblock, ARCH_CONVERT))); in xfs_btree_check_key() 169 xfs_bmbt_key_t *k2; in xfs_btree_check_key() local 172 k2 = ak2; in xfs_btree_check_key() [all …]
|
/linux-2.4.37.9/crypto/ |
D | tea.c | 73 u32 k0, k1, k2, k3; in tea_encrypt() local 82 k2 = ctx->KEY[2]; in tea_encrypt() 90 z += ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3); in tea_encrypt() 100 u32 k0, k1, k2, k3; in tea_decrypt() local 109 k2 = ctx->KEY[2]; in tea_decrypt() 117 z -= ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3); in tea_decrypt()
|
/linux-2.4.37.9/Documentation/ |
D | specialix.txt | 143 are officially capable of 115k2. 147 115k2 on all ports at the same time. With this clock rate you can only 148 do 37% of this rate. This means that at 115k2 on all ports you are 160 The specialix card cannot reliably do 115k2. If you use it, you have 163 When "mgetty" communicates with my modem at 115k2 it reports: 350 and the CD1864 can't do 115k2. I suspect that this is 352 Therefore the CD1864 versions of the card can't do 115k2 on 354 not block 115k2 on CD1864 cards. 358 have been observed in testing at 115k2 on both an 1865 and 359 a 1864 chip. I see no reason why I would prohibit 115k2 on [all …]
|
/linux-2.4.37.9/fs/hfsplus/ |
D | extents.c | 23 int hfsplus_cmp_ext_key(hfsplus_btree_key *k1, hfsplus_btree_key *k2) in hfsplus_cmp_ext_key() argument 29 k2id = k2->ext.cnid; in hfsplus_cmp_ext_key() 33 if (k1->ext.fork_type != k2->ext.fork_type) in hfsplus_cmp_ext_key() 34 return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1; in hfsplus_cmp_ext_key() 37 k2s = k2->ext.start_block; in hfsplus_cmp_ext_key()
|
D | catalog.c | 16 int hfsplus_cmp_cat_key(hfsplus_btree_key *k1, hfsplus_btree_key *k2) in hfsplus_cmp_cat_key() argument 21 k2p = k2->cat.parent; in hfsplus_cmp_cat_key() 25 return hfsplus_unistrcmp(&k1->cat.name, &k2->cat.name); in hfsplus_cmp_cat_key()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | mca_asm.S | 536 mov r7=ar.k2;; 771 mov ar.k2=r7;;
|
D | ivt.S | 64 # define DBG_FAULT(i) mov r16=ar.k2;; shl r16=r16,8;; add r16=(i),r16;;mov ar.k2=r16
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | entry.S | 110 #define k2 r2 macro 752 mov.l k2, @-r15 ! EXPEVT
|
/linux-2.4.37.9/fs/reiserfs/ |
D | stree.c | 241 inline int comp_le_keys (const struct key * k1, const struct key * k2) in comp_le_keys() argument 243 return memcmp (k1, k2, sizeof (struct key)); in comp_le_keys()
|
/linux-2.4.37.9/drivers/sound/ |
D | awe_wave.c | 691 unsigned int k1, k2; in awe_peek_dw() local 695 k2 = inw(addr + 2); in awe_peek_dw() 696 k1 |= k2 << 16; in awe_peek_dw()
|
/linux-2.4.37.9/Documentation/networking/ |
D | z8530drv.txt | 257 # nrzi = 1k2 MODEM, G3RUH 9k6 MODEM
|