Search | Google it | Results 1 - 1 of 1 for funcall:ROUNDSZ from tkernel_2/kernel/tkernel/src/messagebuf.c (0.00 seconds) |
132: 133: mbfcb->frbufsz -= (INT)(HEADERSZ + ROUNDSZ(msgsz)); 134: 147: MEMCPY(&buffer[tail], msg, (UINT)msgsz); 148: tail += (INT)ROUNDSZ(msgsz); 149: if ( tail >= mbfcb->bufsz ) { 167: actsz = msgsz = *(HEADER*)&buffer[head]; 168: mbfcb->frbufsz += (INT)(HEADERSZ + ROUNDSZ(msgsz)); 169: 181: MEMCPY(msg, &buffer[head], (UINT)msgsz); 182: head += (INT)ROUNDSZ(msgsz); 183: if ( head >= mbfcb->bufsz ) { 272: CHECK_PAR(pk_cmbf->maxmsz > 0); 273: bufsz = (INT)ROUNDSZ(pk_cmbf->bufsz); 274: