Searched refs:beyond (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S107 addi a4, a4, 1 # point just beyond zero byte
111 addi a4, a4, 1+1 # point just beyond zero byte
115 addi a4, a4, 2+1 # point just beyond zero byte
131 addi a4, a4, 3+1 # point just beyond zero byte
/linux-master/fs/ubifs/
H A Dfile.c20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because
103 unsigned int block, beyond; local
117 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT;
118 if (block >= beyond) {
119 /* Reading beyond inode */
135 if (block >= beyond) {
136 /* Reading beyond inode */
145 } else if (block + 1 == beyond) {
966 * inode size would still be 0, but there would be many pages which are beyond
992 * But in 'ubifs_writepage()' we have to guarantee that we do not write beyond
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dround.S204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit
246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit
/linux-master/arch/sparc/lib/
H A DM7memcpy.S558 cmp %o2, 8 ! Insure we do not load beyond
672 add %o2, 64, %o2 ! Insure we do not load beyond

Completed in 208 milliseconds