Searched refs:str_len (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gmp/tune/
H A Dset_strp.c26 mpn_pre_set_str (mp_ptr wp, unsigned char *str, size_t str_len, powers_t *powtab, mp_ptr tp) argument
28 if (BELOW_THRESHOLD (str_len, set_str_dc_threshold))
29 mpn_bc_set_str (wp, str, str_len, powtab->base);
31 mpn_dc_set_str (wp, str, str_len, powtab, tp);
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dlnblnk_.c24 integer G77_lnblnk_0 (char *str, ftnlen str_len) argument
29 for (ret_val = str_len; ret_val >= 1; --ret_val) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr45701-3.c11 extern int str_len (char*);
13 #define savestring(x) (char *)str_cpy (x_malloc (1 + str_len (x)), (x))
H A Dpr45701-2.c12 extern int str_len (char*);
14 #define savestring(x) (char *)str_cpy (x_malloc (1 + str_len (x)), (x))
H A Dpr45701-1.c11 extern int str_len (char*);
13 #define savestring(x) (char *)str_cpy (x_malloc (1 + str_len (x)), (x))
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dset_str.c1 /* mpn_set_str (mp_ptr res_ptr, const char *str, size_t str_len, int base) --
61 mpn_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, int base) argument
78 for (s = str + str_len - 1; s >= str; s--)
97 if (BELOW_THRESHOLD (str_len, SET_STR_PRECOMPUTE_THRESHOLD))
98 return mpn_bc_set_str (rp, str, str_len, base);
112 un = str_len / chars_per_limb + 1;
120 size = mpn_dc_set_str (rp, str, str_len, powtab, tp);
213 mpn_dc_set_str (mp_ptr rp, const unsigned char *str, size_t str_len, argument
222 if (str_len <= len_lo)
224 if (BELOW_THRESHOLD (str_len, SET_STR_DC_THRESHOL
269 mpn_bc_set_str(mp_ptr rp, const unsigned char *str, size_t str_len, int base) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr46939.c7 php_filter_parse_int (char const *str, unsigned int str_len, long *ret) argument
19 end = str + str_len;
/haiku-buildtools/gcc/mpc/tests/
H A Dtstrtoc.c39 size_t str_len = 255; local
57 str = (char *) malloc (str_len);
89 str_len = read_string (fp, &str, str_len, "number string");
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20070129.c12 unsigned char str_len; member in struct:regnode_string
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-parse.c311 int str_len; local
315 for (str_len = 0; i > 0; str_len++)
326 TREE_STRING_LENGTH (value) = 2 * str_len;
328 = obstack_alloc (expression_obstack, 2 * str_len);
331 for (i = 0; i < str_len; i++)
/haiku-buildtools/legacy/gcc/libf2c/
H A Df2cext.c438 integer lnblnk_ (char *str, ftnlen str_len) { argument
439 extern integer G77_lnblnk_0 (char *str, ftnlen str_len);
440 return G77_lnblnk_0 (str, str_len);
/haiku-buildtools/binutils/bfd/
H A Dmach-o.h477 unsigned long str_len; member in struct:bfd_mach_o_str_command
H A Dmach-o.c3920 unsigned int str_len; local
3931 str_len = command->len - sizeof (raw);
3932 str = bfd_alloc (abfd, str_len);
3935 if (bfd_bread (str, str_len, abfd) != str_len)
4360 cmd->str_len = command->len - off;
4361 cmd->str = bfd_alloc (abfd, cmd->str_len);
4365 || bfd_bread ((void *) cmd->str, cmd->str_len, abfd) != cmd->str_len)
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c1883 int str_len = strlen (str); local

Completed in 123 milliseconds