OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sljit_set_label
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist2/src/sljit/
sljitLir.h
[
all
...]
sljitLir.c
464
SLJIT_API_FUNC_ATTRIBUTE void
sljit_set_label
(struct sljit_jump *jump, struct sljit_label* label)
function
1971
SLJIT_API_FUNC_ATTRIBUTE void
sljit_set_label
(struct sljit_jump *jump, struct sljit_label* label)
function
[
all
...]
/external/pcre/dist2/src/
pcre2_jit_compile.c
564
sljit_set_label
(sljit_emit_jump(compiler, (type)), (label))
566
sljit_set_label
((jump), sljit_emit_label(compiler))
568
sljit_set_label
((jump), (label))
572
sljit_set_label
(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
[
all
...]
Completed in 439 milliseconds