Searched refs:lcc (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | detect.mk | 49 # If `lcc' is the requested target, we use a special configuration 50 # file named `unix-lcc.mk'. It disables libtool for LCC. 52 ifneq ($(findstring lcc,$(MAKECMDGOALS)),) 53 CONFIG_FILE := unix-lcc.mk 54 CC := lcc 56 .PHONY: lcc 57 lcc: setup
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 106 $(info $(empty) make setup lcc Win32-LCC) 154 ifneq ($(findstring lcc,$(MAKECMDGOALS)),) # LCC-Win32 155 CONFIG_FILE := w32-lcc.mk 156 CC := lcc 158 .PHONY: lcc 159 lcc: setup
|
H A D | w32-lcc.mk | 18 include $(TOP_DIR)/builds/compiler/win-lcc.mk
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
H A D | unix-lcc.mk | 18 CC := lcc
|
H A D | win-lcc.mk | 18 CC := lcc
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_intmodedep.h | 721 const uint8_t *lcc; /* Points to lower casing table */ member 868 const uint8_t *lcc; /* Points to lower casing table */ member
|
H A D | pcre2_match.c | 441 if (TABLE_GET(cp, mb->lcc, cp) != TABLE_GET(cc, mb->lcc, cc)) in match_ref() 1005 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1033 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match() 1048 if (TABLE_GET(Fecode[1], mb->lcc, Fecode[1]) in match() 1049 != TABLE_GET(*Feptr, mb->lcc, *Feptr)) RRETURN(MATCH_NOMATCH); in match() 6866 mb->lcc = re->tables + lcc_offset; in pcre2_match()
|
H A D | pcre2_dfa_match.c | 536 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local 567 lcc = mb->tables + lcc_offset; in internal_dfa_match() 2267 if (TABLE_GET(c, lcc, c) == TABLE_GET(d, lcc, d)) in internal_dfa_match()
|
H A D | pcre2_jit_compile.c | 422 sljit_sw lcc; member 7251 OP1(SLJIT_MOV, lcc_table, 0, SLJIT_IMM, common->lcc); in do_caselesscmp() 13742 common->lcc = (sljit_sw)(tables + lcc_offset); in jit_compile()
|
H A D | pcre2_compile.c | 9877 cb.lcc = tables + lcc_offset; /* Individual */ in pcre2_compile()
|
/third_party/mksh/ |
H A D | Build.sh | 1192 ct="lcc" 1282 lcc)
|
/third_party/eudev/ |
H A D | configure | 14937 lcc*) 15576 lcc*)
|
/third_party/node/deps/cares/ |
H A D | configure | 16063 lcc*) 16702 lcc*) 18989 lcc: __LCC__
|
Completed in 94 milliseconds