Searched defs:bl (Results 1 – 8 of 8) sorted by relevance
87 #define ATB_FROM_BLOCK(bl) ((bl) / BLOCKS_PER_ATB) argument516 for (size_t bl = start_block + 1; bl <= end_block; bl++) { in gc_alloc() local703 for (size_t bl = block + n_blocks; bl < max_block; bl++) { in gc_realloc() local729 … for (size_t bl = block + new_blocks, count = n_blocks - new_blocks; count > 0; bl++, count--) { in gc_realloc() local750 for (size_t bl = block + n_blocks; bl < block + new_blocks; bl++) { in gc_realloc() local817 for (size_t bl = 0; bl < MP_STATE_MEM(gc_alloc_table_byte_len) * BLOCKS_PER_ATB; bl++) { in gc_dump_alloc_table() local
156 uInt bl, bd; in inflate_blocks() local308 uInt bl, bd; in inflate_blocks() local
331 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_dynamic()410 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_fixed()
59 uInt bl, uInt bd, in inflate_codes_new()
192 int bl = blen(); in overflow() local
76 const uint16_t bl = (uint16_t) b; in mul64() local
350 unsigned int *bl = (unsigned int *)&t->b; in Test64Bit() local
1388 float32x4x2_t bl; in ResizeBilinearKernel2x2() local1429 float32x4_t bl = vaddq_f32(x0y0, x0y1); in ResizeBilinearKernel2x2() local
Completed in 22 milliseconds