Searched refs:p_last (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dcache.c39 unsigned char *p_first, *p_last; local
67 p_first = p_last = NULL; /* GCC needs that stuff */
76 p_first = p_last = NULL; /* GCC needs that stuff */
82 p_last = &((__u8 *)bh2->b_data)[(first + 1) & (sb->s_blocksize - 1)];
83 if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff;
84 else next = (*p_first+(*p_last << 8)) & 0xfff;
97 *p_last = new_value >> 4;
101 *p_last = (*p_last & 0xf0) | (new_value >> 8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dcache.c39 unsigned char *p_first, *p_last; local
67 p_first = p_last = NULL; /* GCC needs that stuff */
76 p_first = p_last = NULL; /* GCC needs that stuff */
82 p_last = &((__u8 *)bh2->b_data)[(first + 1) & (sb->s_blocksize - 1)];
83 if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff;
84 else next = (*p_first+(*p_last << 8)) & 0xfff;
97 *p_last = new_value >> 4;
101 *p_last = (*p_last & 0xf0) | (new_value >> 8);

Completed in 32 milliseconds