Lines Matching refs:p_str
63 unsigned char *p_str = storage + (64 - ((size_t)storage % 64));
65 unsigned char *table_s = p_str + 320 * 3;
70 if ((((size_t)p_str & 4095) + 320) >> 12) {
71 result = p_str;
72 a_inv = p_str + 320;
73 m = p_str + 320 * 2; /* should not cross page */
75 m = p_str; /* should not cross page */
76 result = p_str + 320;
77 a_inv = p_str + 320 * 2;
209 p_str = (unsigned char *)exponent;
210 wvalue = p_str[127] >> 3;
219 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
230 wvalue = p_str[0] & 15;
266 unsigned char *p_str = (unsigned char *)exponent;
293 wvalue = p_str[63];
300 wvalue = p_str[index];