/third_party/musl/src/regex/ |
D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t pos = -1; in tre_tnfa_run_parallel() 178 regoff_t pos_add_next = 1; in tre_tnfa_run_parallel() 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t pos = -1; in tre_tnfa_run_parallel() 178 regoff_t pos_add_next = 1; in tre_tnfa_run_parallel() 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t pos = -1; in tre_tnfa_run_parallel() 178 regoff_t pos_add_next = 1; in tre_tnfa_run_parallel() 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() [all …]
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 100 regoff_t *t1, regoff_t *t2) in tre_tag_order() 160 regoff_t *tags; 164 regoff_t pos; 165 regoff_t **tags; 171 regoff_t *match_tags, int eflags, in tre_tnfa_run_parallel() 172 regoff_t *match_end_ofs) in tre_tnfa_run_parallel() 177 regoff_t pos = -1; in tre_tnfa_run_parallel() 178 regoff_t pos_add_next = 1; in tre_tnfa_run_parallel() 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict-array.c | 22 typedef int regoff_t; typedef 25 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ 26 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 8 T(regoff_t) in f() 15 F(regoff_t,rm_so) in f() 16 F(regoff_t,rm_eo) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 112 typedef int regoff_t; typedef 115 regoff_t rm_so; 116 regoff_t rm_eo;
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/musl/include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
D | alltypes.h.in | 10 TYPEDEF _Addr regoff_t; variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 23 regoff_t rm_so; 24 regoff_t rm_eo;
|
/third_party/rust/crates/libc/src/hermit/ |
D | mod.rs | 31 pub type regoff_t = size_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | mod.rs | 7 pub type regoff_t = ::c_int; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 3 pub type regoff_t = ::c_long; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 136 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | alltypes.h | 152 typedef _Addr regoff_t; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 8 pub type regoff_t = off_t; typedef 115 pub rm_so: regoff_t, 116 pub rm_eo: regoff_t,
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | alltypes.h | 69 typedef _Addr regoff_t; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 4 pub type regoff_t = ::c_int; typedef
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 33 pub type regoff_t = ::c_int; typedef 399 pub rm_so: regoff_t, 400 pub rm_eo: regoff_t,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 1163 regoff_t
|