Home
last modified time | relevance | path

Searched defs:bl (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dgc.c87 #define ATB_FROM_BLOCK(bl) ((bl) / BLOCKS_PER_ATB) argument
516 for (size_t bl = start_block + 1; bl <= end_block; bl++) { in gc_alloc() local
703 for (size_t bl = block + n_blocks; bl < max_block; bl++) { in gc_realloc() local
729 … for (size_t bl = block + new_blocks, count = n_blocks - new_blocks; count > 0; bl++, count--) { in gc_realloc() local
750 for (size_t bl = block + n_blocks; bl < block + new_blocks; bl++) { in gc_realloc() local
817 for (size_t bl = 0; bl < MP_STATE_MEM(gc_alloc_table_byte_len) * BLOCKS_PER_ATB; bl++) { in gc_dump_alloc_table() local
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfblock.c156 uInt bl, bd; in inflate_blocks() local
308 uInt bl, bd; in inflate_blocks() local
A Dinftrees.c331 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_dynamic()
410 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_fixed()
A Dinfcodes.c59 uInt bl, uInt bd, in inflate_codes_new()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/
A Dzfstream.cpp192 int bl = blen(); in overflow() local
/AliOS-Things-master/components/mbedtls/library/
A Dpoly1305.c76 const uint16_t bl = (uint16_t) b; in mul64() local
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c350 unsigned int *bl = (unsigned int *)&t->b; in Test64Bit() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dresize_bilinear.h1388 float32x4x2_t bl; in ResizeBilinearKernel2x2() local
1429 float32x4_t bl = vaddq_f32(x0y0, x0y1); in ResizeBilinearKernel2x2() local

Completed in 22 milliseconds