Home
last modified time | relevance | path

Searched refs:from_buffer (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddouble-int.h64 static double_int from_buffer (const unsigned char *buffer, int len);
H A Ddouble-int.c621 double_int::from_buffer (const unsigned char *buffer, int len) in from_buffer() function
H A Dwide-int.cc157 wi::from_buffer (const unsigned char *buffer, unsigned int buffer_len) in from_buffer() function in wi
H A Dwide-int.h3300 wide_int from_buffer (const unsigned char *, unsigned int);
H A Dfold-const.c7423 wide_int result = wi::from_buffer (ptr, total_bytes); in native_interpret_int()
7445 result = double_int::from_buffer (ptr, total_bytes); in native_interpret_fixed()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c4318 double_int::from_buffer (str + i * sz, sz)); in make_string_pack()