Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dallocator.h72 const size_t BLOCKSIZE=8192; variable
95 PooledAllocator(int blockSize = BLOCKSIZE)
142 blockSize = (size + sizeof(void*) + (WORDSIZE-1) > BLOCKSIZE) ? in allocateMemory()
143 size + sizeof(void*) + (WORDSIZE-1) : BLOCKSIZE; in allocateMemory()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgsm.c41 #define BLOCKSIZE 160 macro
81 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()
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dddimage7 BLOCKSIZE=1048576
166 pv "$IMAGE" | dd of="$DEVICE" bs="$BLOCKSIZE"
168 dd if="$IMAGE" of="$DEVICE" bs="$BLOCKSIZE"
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dsp887x.c132 #define BLOCKSIZE 30 macro
140 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci_wrapper/
H A Dssv_huw.c31 #define BLOCKSIZE 0x40 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/bridge/
H A Dsdiobridge.c39 #define BLOCKSIZE 0x40 macro
1032 glue->blockSize = BLOCKSIZE; in ssv_sdiobridge_probe()
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A D0001-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch133 #define BLOCKSIZE (16 * 1024 * 1024)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info48467 * A region of flash memory, with erasure blocks BLOCKSIZE bytes in
48471 <property name="blocksize">BLOCKSIZE</property>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info48467 * A region of flash memory, with erasure blocks BLOCKSIZE bytes in
48471 <property name="blocksize">BLOCKSIZE</property>