| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | hcom.c | 310 …id makecodes(int e, int c, int s, int b, dictent newdict[511], long codes[256], long codesize[256]) in makecodes() 315 codesize[newdict[e].dict_rightson] = s; in makecodes() 317 makecodes(newdict[e].dict_leftson, c, s + 1, b << 1, newdict, codes, codesize); in makecodes() 318 makecodes(newdict[e].dict_rightson, c + b, s + 1, b << 1, newdict, codes, codesize); in makecodes() 322 static void putcode(sox_format_t * ft, long codes[256], long codesize[256], unsigned c, unsigned ch… in putcode() 329 size = codesize[c]; in putcode() 353 long codes[256], codesize[256]; in compress() local 361 memset(codesize, 0, sizeof(codesize)); in compress() 411 makecodes(0, 0, 0, 1, newdict, codes, codesize); in compress() 414 csize += frequtable[i] * codesize[i]; in compress() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cycx_cfm.h | 72 unsigned long codesize; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cycx_cfm.h | 72 unsigned long codesize; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cycx_cfm.h | 72 unsigned long codesize; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/alacritech/ |
| H A D | slicoss.c | 1601 unsigned int codesize; in slic_read_eeprom() local 1647 codesize = le16_to_cpu(oee->eeprom_code_size); in slic_read_eeprom() 1654 codesize = le16_to_cpu(mee->eeprom_code_size); in slic_read_eeprom() 1657 if (!slic_eeprom_valid(eeprom, codesize)) { in slic_read_eeprom()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 6332 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() local 6339 codesize = lzw_cs + 1; in stbi__process_gif_raster() 6340 codemask = (1 << codesize) - 1; in stbi__process_gif_raster() 6355 if (valid_bits < codesize) { in stbi__process_gif_raster() 6366 bits >>= codesize; in stbi__process_gif_raster() 6367 valid_bits -= codesize; in stbi__process_gif_raster() 6370 codesize = lzw_cs + 1; in stbi__process_gif_raster() 6371 codemask = (1 << codesize) - 1; in stbi__process_gif_raster() 6400 codesize++; in stbi__process_gif_raster() 6401 codemask = (1 << codesize) - 1; in stbi__process_gif_raster()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 6332 stbi__int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi__process_gif_raster() local 6339 codesize = lzw_cs + 1; in stbi__process_gif_raster() 6340 codemask = (1 << codesize) - 1; in stbi__process_gif_raster() 6355 if (valid_bits < codesize) { in stbi__process_gif_raster() 6366 bits >>= codesize; in stbi__process_gif_raster() 6367 valid_bits -= codesize; in stbi__process_gif_raster() 6370 codesize = lzw_cs + 1; in stbi__process_gif_raster() 6371 codemask = (1 << codesize) - 1; in stbi__process_gif_raster() 6400 codesize++; in stbi__process_gif_raster() 6401 codemask = (1 << codesize) - 1; in stbi__process_gif_raster()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_alloc.c | 7900 unsigned long physpages, codesize, datasize, rosize, bss_size; in mem_init_print_info() local 7904 codesize = _etext - _stext; in mem_init_print_info() 7926 adj_init_size(_stext, _etext, codesize, _sinittext, init_code_size); in mem_init_print_info() 7928 adj_init_size(_stext, _etext, codesize, __start_rodata, rosize); in mem_init_print_info() 7940 codesize >> 10, datasize >> 10, rosize >> 10, in mem_init_print_info()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mtd/ |
| H A D | nand_ecc.rst | 720 But of course there is no such thing as a free lunch. The codesize almost
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | README | 822 This shows that commit 19 has reduced codesize for arm slightly and increased
|