gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:memcmp from tkernel_2 (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/armv6/break.c - 19.0KB - 560 lines
318:                 readMem(stepPt.addr, &code, n, 2);
319:                 if (memcmp(&code, &sbpCode.b[n], n) == 0) {
320:                         if (pc == stepPt.addr) bpflg = 0x100;
More results from break.c
monitor/cmdsvc/src/armv6/register.c - 15.0KB - 430 lines
165:                 if (n == L_REGNM) {   // no separator '/' -> a single register name
166:                         if (memcmp(name, p->name, L_REGNM)) continue;
167:                 } else {              // has alias
More results from register.c
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
685:                 // check for the matching of whole data
686:                 if (memcmp(cp, dt, len) == 0) {
687:                         if (++cnt > MAX_DSP_CNT) {
More results from command.c