Searched refs:BLOCK_BYTES (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c136 #define BLOCK_BYTES 512 macro
300 ctx -> rest = ((uzoff_t) hiblk)* BLOCK_BYTES;
309 (((uzoff_t) efblk)- 1)* BLOCK_BYTES+ fat -> fat$w_ffbyte;
314 ctx -> rest = ((uzoff_t) hiblk)* BLOCK_BYTES;
323 #define KByte (2* BLOCK_BYTES)
356 if (size < BLOCK_BYTES)
377 size = (size+ BLOCK_BYTES- 1)& ~(BLOCK_BYTES- 1);
379 rest_rndup = (ctx -> rest+ BLOCK_BYTES- 1)& ~(BLOCK_BYTES
[all...]
H A Dvms_im.c494 #define BLOCK_BYTES 512 macro
607 ctx->rest = ((uzoff_t) fhc->xab$l_hbk)* BLOCK_BYTES;
616 (((uzoff_t) fhc->xab$l_ebk)- 1)* BLOCK_BYTES+ fhc->xab$w_ffb;
620 ctx->rest = ((uzoff_t) fhc->xab$l_hbk)* BLOCK_BYTES;
679 #define KByte (2* BLOCK_BYTES)
707 if (size < BLOCK_BYTES)
726 size = (size+ BLOCK_BYTES- 1)& ~(BLOCK_BYTES- 1);

Completed in 106 milliseconds