Home | History | Annotate | Download | only in cintltst

Lines Matching refs:xA4

123             temp[7] = 0xA4; /* Mark the end */
126 if(temp[7] != 0xA4)
138 u_memset(nullTemp, 0xa4, 7);
140 if(nullTemp[i] != 0xa4) {
149 nullTemp[7] = 0xa4;
226 temp[k] = 0xa4;
231 if(temp[k] != 0xa4)