Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 - 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_neon_inc.h85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw offs2, sljit_uw chars) in FF_FUN() argument
174 str_ptr += IN_UCHARS(offs1); in FF_FUN()
186 if (str_ptr >= str_end) in FF_FUN()
188 sljit_u8 *p1 = str_ptr - diff; in FF_FUN()
190 sljit_s32 align_offset = ((uint64_t)str_ptr & 0xf); in FF_FUN()
191 str_ptr = (sljit_u8 *) ((uint64_t)str_ptr & ~0xf); in FF_FUN()
192 vect_t data = VLD1Q(str_ptr); in FF_FUN()
215 if (p1 < str_ptr) in FF_FUN()
217 data2 = VLD1Q(str_ptr in FF_FUN()
[all...]
/third_party/mbedtls/library/
H A Doid.c1046 const char *str_ptr = oid_str; in mbedtls_oid_from_numeric_string() local
1081 ret = oid_parse_number(&component1, &str_ptr, str_bound); in mbedtls_oid_from_numeric_string()
1090 if (str_ptr >= str_bound || *str_ptr != '.') { in mbedtls_oid_from_numeric_string()
1094 str_ptr++; in mbedtls_oid_from_numeric_string()
1096 ret = oid_parse_number(&component2, &str_ptr, str_bound); in mbedtls_oid_from_numeric_string()
1105 if (str_ptr < str_bound) { in mbedtls_oid_from_numeric_string()
1106 if (*str_ptr == '.') { in mbedtls_oid_from_numeric_string()
1107 str_ptr++; in mbedtls_oid_from_numeric_string()
1124 while (str_ptr < str_boun in mbedtls_oid_from_numeric_string()
[all...]
/third_party/selinux/libsepol/src/
H A Dcontext_record.c271 const sepol_context_t * con, char **str_ptr) in sepol_context_to_string()
314 *str_ptr = str; in sepol_context_to_string()
270 sepol_context_to_string(sepol_handle_t * handle, const sepol_context_t * con, char **str_ptr) sepol_context_to_string() argument
/third_party/selinux/libsepol/include/sepol/
H A Dcontext_record.h55 const sepol_context_t * con, char **str_ptr);
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3234 const char *str_ptr; in xhci_roothub_exec() local
3306 str_ptr = "\001"; in xhci_roothub_exec()
3310 str_ptr = sc->sc_vendor; in xhci_roothub_exec()
3314 str_ptr = "XHCI root HUB"; in xhci_roothub_exec()
3318 str_ptr = ""; in xhci_roothub_exec()
3325 str_ptr); in xhci_roothub_exec()
H A Dehci.c3034 const char *str_ptr; local
3108 str_ptr = "\001";
3112 str_ptr = sc->sc_vendor;
3116 str_ptr = "EHCI root HUB";
3120 str_ptr = "";
3127 str_ptr);

Completed in 10 milliseconds