Searched refs:from_buffer (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | double-int.h | 64 static double_int from_buffer (const unsigned char *buffer, int len);
|
H A D | double-int.c | 621 double_int::from_buffer (const unsigned char *buffer, int len) in from_buffer() function
|
H A D | wide-int.cc | 157 wi::from_buffer (const unsigned char *buffer, unsigned int buffer_len) in from_buffer() function in wi
|
H A D | wide-int.h | 3381 wide_int from_buffer (const unsigned char *, unsigned int);
|
H A D | fold-const.c | 8193 wide_int result = wi::from_buffer (ptr, total_bytes); in native_interpret_int() 8215 result = double_int::from_buffer (ptr, total_bytes); in native_interpret_fixed()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | double-int.h | 64 static double_int from_buffer (const unsigned char *buffer, int len);
|
H A D | double-int.cc | 621 double_int::from_buffer (const unsigned char *buffer, int len) in from_buffer() function in double_int
|
H A D | wide-int.cc | 157 wi::from_buffer (const unsigned char *buffer, unsigned int buffer_len) in from_buffer() function in wi
|
H A D | wide-int.h | 3383 wide_int from_buffer (const unsigned char *, unsigned int);
|
H A D | internal-fn.cc | 3142 wide_int w = wi::from_buffer (buf, total_bytes); in expand_DEFERRED_INIT()
|
H A D | fold-const.cc | 8636 wide_int result = wi::from_buffer (ptr, total_bytes); in native_interpret_int() 8658 result = double_int::from_buffer (ptr, total_bytes); in native_interpret_fixed()
|
H A D | ChangeLog-2013 | 38871 * double-int.c (double_int::from_buffer): ...this new static method. 38872 * double-int.h (double_int::from_buffer): Prototype it.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2014 | 3620 * parser.c (make_string_pack): Use double_int::from_buffer.
|
H A D | parser.cc | 4684 double_int::from_buffer (str + i * sz, sz)); in make_string_pack()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 4467 double_int::from_buffer (str + i * sz, sz)); in make_string_pack()
|