Lines Matching refs:p_str
56 unsigned char *p_str = storage + (64 - ((size_t)storage % 64));
58 unsigned char *table_s = p_str + 320 * 3;
64 if ((((size_t)p_str & 4095) + 320) >> 12) {
65 result = p_str;
66 a_inv = p_str + 320;
67 m = p_str + 320 * 2; /* should not cross page */
69 m = p_str; /* should not cross page */
70 result = p_str + 320;
71 a_inv = p_str + 320 * 2;
203 p_str = (unsigned char *)exponent;
204 wvalue = p_str[127] >> 3;
213 wvalue = (p_str[(index / 8) + 1] << 8) | p_str[index / 8];
224 wvalue = p_str[0] & 15;
263 unsigned char *p_str = (unsigned char *)exponent;
291 wvalue = p_str[63];
298 wvalue = p_str[index];