Home
last modified time | relevance | path

Searched refs:text (Results 1 – 6 of 6) sorted by relevance

/lib/
Dts_kmp.c46 const u8 *text; in kmp_find() local
50 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
57 != (icase ? toupper(text[i]) : text[i])) in kmp_find()
60 == (icase ? toupper(text[i]) : text[i])) in kmp_find()
Dts_bm.c62 const u8 *text; in bm_find() local
67 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
74 shift, text[shift]); in bm_find()
76 if ((icase ? toupper(text[shift-i]) in bm_find()
77 : text[shift-i]) in bm_find()
85 next: bs = bm->bad_shift[text[shift-i]]; in bm_find()
DKconfig.kasan93 however it doesn't bloat size of kernel's .text section so
102 make kernel's .text size much bigger.
DKconfig493 simple text pattern matching. It originated in the ATA code
DKconfig.debug109 enlarges the kernel text size by about 2%.
/lib/fonts/
DKconfig30 provided by the text console 80x50 (and higher) modes).
43 provided by the VGA text console 80x25 mode.