Searched refs:BLOCKSIZE (Results 1 – 9 of 9) sorted by relevance
72 const size_t BLOCKSIZE=8192; variable95 PooledAllocator(int blockSize = BLOCKSIZE)142 blockSize = (size + sizeof(void*) + (WORDSIZE-1) > BLOCKSIZE) ? in allocateMemory()143 size + sizeof(void*) + (WORDSIZE-1) : BLOCKSIZE; in allocateMemory()
41 #define BLOCKSIZE 160 macro81 p->samples = lsx_malloc(BLOCKSIZE * (p->channels+1) * sizeof(gsm_signal)); in gsmstart_rw()82 p->sampleTop = p->samples + BLOCKSIZE*p->channels; in gsmstart_rw()138 for (i=0; i<BLOCKSIZE; i++) { in sox_gsmread()166 for (i=0; i<BLOCKSIZE; i++) { in gsmflush()
7 BLOCKSIZE=1048576166 pv "$IMAGE" | dd of="$DEVICE" bs="$BLOCKSIZE"168 dd if="$IMAGE" of="$DEVICE" bs="$BLOCKSIZE"
132 #define BLOCKSIZE 30 macro140 u8 buf [BLOCKSIZE + 2]; in sp887x_initial_setup()167 for (i = 0; i < FW_SIZE; i += BLOCKSIZE) { in sp887x_initial_setup()168 int c = BLOCKSIZE; in sp887x_initial_setup()
31 #define BLOCKSIZE 0x40 macro
39 #define BLOCKSIZE 0x40 macro1032 glue->blockSize = BLOCKSIZE; in ssv_sdiobridge_probe()
133 #define BLOCKSIZE (16 * 1024 * 1024)
48467 * A region of flash memory, with erasure blocks BLOCKSIZE bytes in48471 <property name="blocksize">BLOCKSIZE</property>