Searched refs:lc (Results 1 – 14 of 14) sorted by relevance
177 unsigned int lc, lp; in hi_lzma_mem_detect() local197 lc = d % 9; /* remain of devide 9 */ in hi_lzma_mem_detect()201 …malloc_size[0] = (((unsigned int)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp))) * 2); /* shifts (l… in hi_lzma_mem_detect()
61 int lc; member71 #define bes_LzmaGetNumProbs(Properties) (LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((Properties)->lc + (Pr…
18 $(CC) $(CFLAGS) -static $^ -o $@ -lc -lgcc_eh
177 uint32_t lc: 1; /**< * Late Collision */ member258 uint32_t lc : 1; /**< Late Collision */ member
29 ccflags-$(CONFIG_DRIVERS_HDF_AUDIO_RK3399) += -lm -lc -lgcc -std=gnu99 -Werror \
78 LIBS = -lc -lm -lnosys ./libs/libdrv.a
51 ccflags-y += -lm -lc -lgcc \
47 "-lc",
135 LIBS = -lc -lm -lnosys
1755 local int ct_tally (s, dist, lc)1758 int lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */1761 s->l_buf[s->last_lit++] = (uch)lc;1764 s->dyn_ltree[lc].Freq++;1770 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&1773 s->dyn_ltree[length_code[lc] + LITERALS + 1].Freq++;2170 int lc; /* match length or unmatched char (if dist == 0) */2178 lc = s->l_buf[lx++];2180 send_code(s, lc, ltree); /* send a literal byte */2183 code = length_code[lc];[all …]
829 LIB_LDFLAGS := $(filter-out -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys,$(LIB_LDFLAGS))861 LIB_LDFLAGS += -lm -lc -lgcc -lnosys
23 ldflags += [ "-lc++" ]
605 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));