Searched refs:s_ptr (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregsub.c41 char *s_ptr; member in struct:str
62 v = realloc(s->s_ptr, s->s_max);
65 s->s_ptr = (char *)v;
76 s->s_ptr[s->s_len++] = c;
79 s->s_ptr[s->s_max - 1] = c;
87 memcpy(s->s_ptr + s->s_len, buf, len);
95 s->s_ptr = (char *)(buf == NULL ? malloc(len) : buf);
98 return s->s_ptr == NULL ? -1 : 0;
142 free(s.s_ptr);
145 *buf = s.s_ptr;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregsub.cc41 char *s_ptr; member in struct:str
62 v = realloc(s->s_ptr, s->s_max);
65 s->s_ptr = (char *)v;
76 s->s_ptr[s->s_len++] = c;
79 s->s_ptr[s->s_max - 1] = c;
87 memcpy(s->s_ptr + s->s_len, buf, len);
95 s->s_ptr = (char *)(buf == NULL ? malloc(len) : buf);
98 return s->s_ptr == NULL ? -1 : 0;
142 free(s.s_ptr);
145 *buf = s.s_ptr;
[all...]
/netbsd-current/lib/libc/regex/
H A Dregsub.c43 char *s_ptr; member in struct:str
64 v = realloc(s->s_ptr, s->s_max);
67 s->s_ptr = v;
78 s->s_ptr[s->s_len++] = c;
81 s->s_ptr[s->s_max - 1] = c;
89 memcpy(s->s_ptr + s->s_len, buf, len);
97 s->s_ptr = buf == NULL ? malloc(len) : buf;
100 return s->s_ptr == NULL ? -1 : 0;
144 free(s.s_ptr);
147 *buf = s.s_ptr;
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/m68k/
H A Dlshift.asm39 C mp_limb_t mpn_lshift (mp_ptr res_ptr, mp_srcptr s_ptr, mp_size_t s_size,
51 C s_ptr (sp + 8)
56 define(s_ptr, `a0')
70 movel M(sp,32), s_ptr
79 cmpl s_ptr, res_ptr
80 bls L(Lspecial) C jump if s_ptr >= res_ptr
83 lea M(s_ptr,s_size,l,4), a2
87 lea M(s_ptr,d0,l), a2
90 bls L(Lspecial) C jump if res_ptr >= s_ptr + s_size
97 lea M(s_ptr,s_siz
[all...]
H A Drshift.asm39 C mp_limb_t mpn_rshift (mp_ptr res_ptr, mp_srcptr s_ptr, mp_size_t s_size,
51 C s_ptr (sp + 8)
56 define(s_ptr, `a0')
70 movel M(sp,32), s_ptr
79 cmpl res_ptr, s_ptr
80 bls L(Lspecial) C jump if res_ptr >= s_ptr
89 cmpl s_ptr, a2
90 bls L(Lspecial) C jump if s_ptr >= res_ptr + s_size
95 movel M(s_ptr,+), d2
108 movel M(s_ptr,
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/
H A Dlshift.asm35 C s_ptr gr25
H A Drshift.asm35 C s_ptr gr25
/netbsd-current/external/lgpl3/gmp/dist/mpn/power/
H A Drshift.asm34 dnl s_ptr r4
H A Dlshift.asm34 dnl s_ptr r4
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/pa7100/
H A Dlshift.asm36 C s_ptr r25
H A Drshift.asm36 C s_ptr r25
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dlshift.asm70 jnc L(special) C jump if s_ptr + 1 >= res_ptr
73 jnc L(special) C jump if res_ptr >= s_ptr + size
H A Drshift.asm70 jnc L(special) C jump if res_ptr + 1 >= s_ptr
73 jnc L(special) C jump if s_ptr >= res_ptr + size
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dlshift.asm86 jnc L(special) C jump if s_ptr + 1 >= res_ptr
89 jnc L(special) C jump if res_ptr >= s_ptr + size
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c37 cfi_desc_to_gfc_desc (gfc_array_void *d, CFI_cdesc_t **s_ptr) argument
41 CFI_cdesc_t *s = *s_ptr;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c40 cfi_desc_to_gfc_desc (gfc_array_void *d, CFI_cdesc_t **s_ptr) argument
44 CFI_cdesc_t *s = *s_ptr;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc2655 const stats * const *s_ptr local
2658 s_ptr ? (*s_ptr)->get_total_enodes () : 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc4104 const stats * const *s_ptr
4107 s_ptr ? (*s_ptr)->get_total_enodes () : 0);

Completed in 214 milliseconds