Search | Google it | Results 1 - 3 of 3 for funcall:memcmp from tkernel_2 (0.00 seconds) |
318: readMem(stepPt.addr, &code, n, 2); 319: if (memcmp(&code, &sbpCode.b[n], n) == 0) { 320: if (pc == stepPt.addr) bpflg = 0x100;
165: if (n == L_REGNM) { // no separator '/' -> a single register name 166: if (memcmp(name, p->name, L_REGNM)) continue; 167: } else { // has alias
685: // check for the matching of whole data 686: if (memcmp(cp, dt, len) == 0) { 687: if (++cnt > MAX_DSP_CNT) {