Home | History | Annotate | Download | only in cintltst

Lines Matching refs:xA4

127             temp[7] = 0xA4; /* Mark the end */
130 if(temp[7] != 0xA4)
142 u_memset(nullTemp, 0xa4, 7);
144 if(nullTemp[i] != 0xa4) {
153 nullTemp[7] = 0xa4;
230 temp[k] = 0xa4;
235 if(temp[k] != 0xa4)