Home
last modified time | relevance | path

Searched refs:codesize (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dite_sti.c116 size_t codesize, memsize; in sti_iteinit_common() local
135 codesize = sti.codeptr[i] - sti.codeptr[STI_BEGIN]; in sti_iteinit_common()
136 codesize = (codesize + 3) / 4; in sti_iteinit_common()
138 sti.code = (uint8_t *)alloc(codesize); in sti_iteinit_common()
141 eaddr = addr + codesize * 4; in sti_iteinit_common()
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c4461 int32 codesize, codemask, avail, oldcode, bits, valid_bits, clear; in stbi_process_gif_raster() local
4467 codesize = lzw_cs + 1; in stbi_process_gif_raster()
4468 codemask = (1 << codesize) - 1; in stbi_process_gif_raster()
4483 if (valid_bits < codesize) { in stbi_process_gif_raster()
4494 bits >>= codesize; in stbi_process_gif_raster()
4495 valid_bits -= codesize; in stbi_process_gif_raster()
4498 codesize = lzw_cs + 1; in stbi_process_gif_raster()
4499 codemask = (1 << codesize) - 1; in stbi_process_gif_raster()
4523 codesize++; in stbi_process_gif_raster()
4524 codemask = (1 << codesize) - 1; in stbi_process_gif_raster()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME.txt106 when codesize is important. e.g., for:
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.md113 ;; ADJUST_INSN_LENGTH, codesize gets much worse.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DREADME.txt993 It would be better to do the mul once to reduce codesize above the if.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20028479 space efficient algorithms when optimize for codesize.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git125077 and codesize by some 0.5%.