Searched refs:currentDesc (Results 1 – 2 of 2) sorted by relevance
62 this->currentDesc=testDesc; in FPGA()111 a = *this->currentDesc++; in read32()112 b = *this->currentDesc++; in read32()113 c = *this->currentDesc++; in read32()114 d = *this->currentDesc++; in read32()127 while(*this->currentDesc != 0) in readStr()129 *p++ = *this->currentDesc++; in readStr()132 this->currentDesc++; in readStr()137 *c = *this->currentDesc; in readChar()138 this->currentDesc++; in readChar()
122 const char *currentDesc; variable