Home
last modified time | relevance | path

Searched defs:compare_context (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c492 typedef struct compare_context { struct
493 int length;
494 int sourcereg;
496 int ucharptr;
497 union {
522 } compare_context; argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c931 static inline bool compare_context(void *__xsave_buffer) in compare_context() function