Searched refs:nstates (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 107 #define CLEAR(v) memset(v, 0, m->g->nstates) 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) 112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) 158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in llvm_regexec()
|
H A D | regex2.h | 138 sopno nstates; /* = number of sops */ member
|
H A D | regcomp.c | 1445 g->nstates = p->slen; in stripsnug()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 107 #define CLEAR(v) memset(v, 0, m->g->nstates) 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) 112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates]) 158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE)) in llvm_regexec()
|
H A D | regex2.h | 141 sopno nstates; /* = number of sops */ member
|
H A D | regcomp.c | 1573 g->nstates = p->slen; in stripsnug()
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | keyhelp.c | 47 static int cur_item, nstates; variable 55 nstates = (int)(state_tbl[-1]); in build_key_data() 58 kp = state_tbl + nstates + 1; in build_key_data() 61 for (i = 0; i < nstates; i++, kp++) { in build_key_data() 81 kp = state_tbl + nstates + 1; in build_key_data() 83 for (i = 0; i < nstates; i++) { in build_key_data() 184 for (i = 0; i < nstates; i++) { in spk_handle_help()
|
H A D | kobjects.c | 236 int nstates; in keymap_show() local 244 nstates = (int)cp1[1]; in keymap_show() 245 cp += sprintf(cp, "%d, %d, %d,\n", KEY_MAP_VER, num_keys, nstates); in keymap_show() 251 for (i = 0; i <= nstates; i++) { in keymap_show() 254 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | keyhelp.c | 47 static int cur_item, nstates; variable 55 nstates = (int)(state_tbl[-1]); in build_key_data() 58 kp = state_tbl + nstates + 1; in build_key_data() 61 for (i = 0; i < nstates; i++, kp++) { in build_key_data() 81 kp = state_tbl + nstates + 1; in build_key_data() 83 for (i = 0; i < nstates; i++) { in build_key_data() 184 for (i = 0; i < nstates; i++) { in spk_handle_help()
|
H A D | kobjects.c | 236 int nstates; in keymap_show() local 244 nstates = (int)cp1[1]; in keymap_show() 245 cp += sprintf(cp, "%d, %d, %d,\n", KEY_MAP_VER, num_keys, nstates); in keymap_show() 251 for (i = 0; i <= nstates; i++) { in keymap_show() 254 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 1286 let nstates = self.cache.compiled.len(); in clear_cache() 1289 && (self.at - self.last_cache_flush) <= 10 * nstates in clear_cache()
|
Completed in 13 milliseconds