Home
last modified time | relevance | path

Searched refs:ptr_str (Results 1 – 25 of 79) sorted by relevance

1234

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Dmy_strchr.cc66 const char *ptr_str, *ptr_reject; in my_strcspn() local
70 for (ptr_str = str; ptr_str < str_end; ptr_str += mbl) { in my_strcspn()
71 mbl = my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
77 if (*ptr_reject == *ptr_str) return (size_t)(ptr_str - str); in my_strcspn()
81 return (size_t)(ptr_str - str); in my_strcspn()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen(cs, *((uchar *) ptr_str)); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen(cs, *((uchar *) ptr_str)); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen(cs, *((uchar *) ptr_str)); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen(cs, *((uchar *) ptr_str)); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Dmy_strchr.c102 const char *ptr_str, *ptr_reject; in my_strcspn() local
106 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
108 mbl= my_mbcharlen(cs, *((uchar *) ptr_str)); in my_strcspn()
117 if (*ptr_reject == *ptr_str) in my_strcspn()
118 return (size_t) (ptr_str - str); in my_strcspn()
122 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/mysql_strings/
H A Dmy_strchr.c103 const char *ptr_str, *ptr_reject; in my_strcspn() local
107 for (ptr_str= str; ptr_str < str_end; ptr_str+= mbl) in my_strcspn()
109 mbl= my_mbcharlen_ptr(cs, ptr_str, str_end); in my_strcspn()
118 if (*ptr_reject == *ptr_str) in my_strcspn()
119 return (size_t) (ptr_str - str); in my_strcspn()
123 return (size_t) (ptr_str - str); in my_strcspn()
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_charlen_fix((CS), ptr_str, (END)); \
46 if (CMP(*ptr_acc, *ptr_str)) \
51 return (size_t) (ptr_str - (STR)); \
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_charlen_fix((CS), ptr_str, (END)); \
46 if (CMP(*ptr_acc, *ptr_str)) \
51 return (size_t) (ptr_str - (STR)); \
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_ci_charlen_fix((CS), (const uchar *) ptr_str, \
47 if (CMP(*ptr_acc, *ptr_str)) \
52 return (size_t) (ptr_str - (STR)); \
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_charlen_fix((CS), ptr_str, (END)); \
46 if (CMP(*ptr_acc, *ptr_str)) \
51 return (size_t) (ptr_str - (STR)); \
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_charlen_fix((CS), ptr_str, (END)); \
46 if (CMP(*ptr_acc, *ptr_str)) \
51 return (size_t) (ptr_str - (STR)); \
/dports/databases/mysql55-client/mysql-5.5.62/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_mbcharlen((CS), *(uchar*)ptr_str); \
46 if (CMP(*ptr_acc, *ptr_str)) \
51 return (size_t) (ptr_str - (STR)); \
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Dmy_strchr.c37 const char *ptr_str, *ptr_acc; \
39 for (ptr_str= (STR) ; ptr_str < (END) ; ptr_str+= mbl) \
41 mbl= my_ci_charlen_fix((CS), (const uchar *) ptr_str, \
47 if (CMP(*ptr_acc, *ptr_str)) \
52 return (size_t) (ptr_str - (STR)); \
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c22 struct S *ptr_str = &str; variable
86 __builtin_prefetch (ptr_str, 0, 0); in expr_global()
88 __builtin_prefetch (&ptr_str->b, 0, 0); in expr_global()
90 __builtin_prefetch (&ptr_str->d, 0, 0); in expr_global()
92 __builtin_prefetch (ptr_str->next, 0, 0); in expr_global()
94 __builtin_prefetch (ptr_str->next->d, 0, 0); in expr_global()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c22 struct S *ptr_str = &str; variable
86 __builtin_prefetch (ptr_str, 0, 0); in expr_global()
88 __builtin_prefetch (&ptr_str->b, 0, 0); in expr_global()
90 __builtin_prefetch (&ptr_str->d, 0, 0); in expr_global()
92 __builtin_prefetch (ptr_str->next, 0, 0); in expr_global()
94 __builtin_prefetch (ptr_str->next->d, 0, 0); in expr_global()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c22 struct S *ptr_str = &str; variable
86 __builtin_prefetch (ptr_str, 0, 0); in expr_global()
88 __builtin_prefetch (&ptr_str->b, 0, 0); in expr_global()
90 __builtin_prefetch (&ptr_str->d, 0, 0); in expr_global()
92 __builtin_prefetch (ptr_str->next, 0, 0); in expr_global()
94 __builtin_prefetch (ptr_str->next->d, 0, 0); in expr_global()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c22 struct S *ptr_str = &str; variable
86 __builtin_prefetch (ptr_str, 0, 0); in expr_global()
88 __builtin_prefetch (&ptr_str->b, 0, 0); in expr_global()
90 __builtin_prefetch (&ptr_str->d, 0, 0); in expr_global()
92 __builtin_prefetch (ptr_str->next, 0, 0); in expr_global()
94 __builtin_prefetch (ptr_str->next->d, 0, 0); in expr_global()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-2.c22 struct S *ptr_str = &str; variable
86 __builtin_prefetch (ptr_str, 0, 0); in expr_global()
88 __builtin_prefetch (&ptr_str->b, 0, 0); in expr_global()
90 __builtin_prefetch (&ptr_str->d, 0, 0); in expr_global()
92 __builtin_prefetch (ptr_str->next, 0, 0); in expr_global()
94 __builtin_prefetch (ptr_str->next->d, 0, 0); in expr_global()

1234