Searched refs:BSIZE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfileio.c151 #define BSIZE 100 macro
154 char data[BSIZE];
165 nbytes = PR_Read((PRFileDesc*)arg, buf[i].data, BSIZE);
H A Dsem.c147 #define BSIZE 100 macro
150 char data[BSIZE];
161 nbytes = dread(0, buf[i].data, BSIZE);
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1622 Assert(GET_BITS(RCTL, BSIZE) == 0);
3040 unsigned cbRxBuf = 2048 >> GET_BITS_V(value, RCTL, BSIZE);

Completed in 187 milliseconds