Searched refs:iBuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-dlx.c313 static char iBuf[81]; variable
416 iBuf[i] = rd[i];
418 iBuf[i++] = ',';
421 iBuf[i] = rs1[pb];
423 iBuf[i++] = ',';
426 iBuf[i] = imm[pb];
428 iBuf[i] = '\0';
429 return iBuf;
538 iBuf[i] = rd[i];
539 iBuf[
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c301 static char iBuf[81]; variable
404 iBuf[i] = rd[i];
406 iBuf[i++] = ',';
409 iBuf[i] = rs1[pb];
411 iBuf[i++] = ',';
414 iBuf[i] = imm[pb];
416 iBuf[i] = '\0';
417 return iBuf;
526 iBuf[i] = rd[i];
527 iBuf[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-dlx.c301 static char iBuf[81]; variable
404 iBuf[i] = rd[i];
406 iBuf[i++] = ',';
409 iBuf[i] = rs1[pb];
411 iBuf[i++] = ',';
414 iBuf[i] = imm[pb];
416 iBuf[i] = '\0';
417 return iBuf;
526 iBuf[i] = rd[i];
527 iBuf[
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c102752 int iBuf; /* Offset within buffer to read from */ local
102842 int iBuf; local
102913 int iBuf = pReadr->iReadOff % pgsz; local
[all...]

Completed in 615 milliseconds