Searched refs:text (Results 1 – 6 of 6) sorted by relevance
46 const u8 *text; in kmp_find() local50 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()
62 const u8 *text; in bm_find() local67 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()
93 however it doesn't bloat size of kernel's .text section so102 make kernel's .text size much bigger.
493 simple text pattern matching. It originated in the ATA code
109 enlarges the kernel text size by about 2%.
30 provided by the text console 80x50 (and higher) modes).43 provided by the VGA text console 80x25 mode.