Searched refs:cc (Results 1 – 10 of 10) sorted by relevance
/lib/zlib_dfltcc/ |
D | dfltcc_inflate.c | 73 dfltcc_cc cc; in dfltcc_xpnd() local 75 cc = dfltcc(DFLTCC_XPND | HBT_CIRCULAR, in dfltcc_xpnd() 80 return cc; in dfltcc_xpnd() 92 dfltcc_cc cc; in dfltcc_inflate() local 132 cc = dfltcc_xpnd(strm); in dfltcc_inflate() 133 } while (cc == DFLTCC_CC_AGAIN); in dfltcc_inflate() 137 state->last = cc == DFLTCC_CC_OK; in dfltcc_inflate() 142 if (cc == DFLTCC_CC_OP2_CORRUPT && param->oesc != 0) { in dfltcc_inflate() 149 return (cc == DFLTCC_CC_OP1_TOO_SHORT || cc == DFLTCC_CC_OP2_TOO_SHORT) ? in dfltcc_inflate()
|
D | dfltcc_deflate.c | 61 dfltcc_cc cc; in dfltcc_cmpr() local 63 cc = dfltcc(DFLTCC_CMPR | HBT_CIRCULAR, in dfltcc_cmpr() 70 return cc; in dfltcc_cmpr() 110 dfltcc_cc cc; in dfltcc_deflate() local 224 cc = dfltcc_cmpr(strm); in dfltcc_deflate() 232 } while (cc == DFLTCC_CC_AGAIN); in dfltcc_deflate() 248 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG"); in dfltcc_deflate() 253 if (cc == DFLTCC_CC_OK) { in dfltcc_deflate()
|
D | dfltcc_util.h | 46 int cc; in dfltcc() local 55 , [cc] "=r" (cc) in dfltcc() 70 return (cc >> 28) & 3; in dfltcc()
|
/lib/fonts/ |
D | fonts.c | 112 int i, c, cc, res; in get_default_font() local 116 cc = -10000; in get_default_font() 142 if (c > cc) { in get_default_font() 143 cc = c; in get_default_font()
|
/lib/ |
D | Kconfig.ubsan | 18 depends on $(cc-option, -fsanitize-undefined-trap-on-error) 33 …depends on !$(cc-option,-Werror=unused-command-line-argument -fsanitize=bounds -fsanitize-coverage… 41 def_bool $(cc-option,-fsanitize=bounds) 44 def_bool $(cc-option,-fsanitize=array-bounds) 76 depends on $(cc-option,-fsanitize=local-bounds) 90 depends on $(cc-option,-fsanitize=shift) 98 depends on $(cc-option,-fsanitize=integer-divide-by-zero) 110 depends on $(cc-option,-fsanitize=unreachable) 118 depends on $(cc-option,-fsanitize=bool) 126 depends on $(cc-option,-fsanitize=enum) [all …]
|
D | Makefile | 68 CFLAGS_test_kasan.o += $(call cc-disable-warning, vla) 72 CFLAGS_test_ubsan.o += $(call cc-disable-warning, vla) 96 CFLAGS_test_stackinit.o += $(call cc-disable-warning, switch-unreachable) 123 FPU_CFLAGS += $(call cc-option,-msse -mpreferred-stack-boundary=3,-mpreferred-stack-boundary=4) 139 CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
|
D | Kconfig.kcsan | 7 def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-distinguish-volatile=1)) || \ 8 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-distinguish-volatile=1)) 16 …depends on !$(cc-option,-Werror=unused-command-line-argument -fsanitize=thread -fsanitize-coverage… 44 …def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1))… 45 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
|
D | Kconfig.kasan | 23 def_bool $(cc-option, -fsanitize=kernel-address) 26 def_bool $(cc-option, -fsanitize=kernel-hwaddress)
|
D | Kconfig.debug | 247 depends on $(cc-option,-gz=zlib) 262 depends on $(cc-option,-gsplit-dwarf) 2000 def_bool $(cc-option,-fsanitize-coverage=trace-pc) 2022 depends on $(cc-option,-fsanitize-coverage=trace-cmp)
|
/lib/raid6/ |
D | Makefile | 16 altivec_flags := -maltivec $(call cc-option,-mabi=altivec)
|