Searched refs:buf_size (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/isl/
H A Disl_printer_private.h10 int buf_size; member in struct:isl_printer
H A Disl_printer.c53 if (p->buf_size == 0)
59 p->buf_size = 0;
63 p->buf_size = new_size;
71 if (p->buf_n + len + 1 >= p->buf_size && grow_buf(p, len))
88 if (p->buf_n + indent + 1 >= p->buf_size && grow_buf(p, indent))
129 int left = p->buf_size - p->buf_n;
134 left = p->buf_size - p->buf_n;
146 int left = p->buf_size - p->buf_n;
151 left = p->buf_size - p->buf_n;
220 p->buf_size
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_windows.cc29 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_mac.cc48 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
H A Dtsan_platform_linux.cc105 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { argument
109 internal_snprintf(buf, buf_size,
H A Dtsan_platform.h251 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
/haiku-buildtools/gcc/gmp/printf/
H A Drepl-vsnprintf.c94 __gmp_replacement_vsnprintf (char *buf, size_t buf_size, argument
361 if (total_width <= buf_size)
373 if (buf_size != 0)
375 size_t copylen = MIN (len, buf_size-1);
/haiku-buildtools/binutils/bfd/
H A Dvms.h63 unsigned int buf_size; member in struct:vms_rec_rd
H A Dvms-alpha.c697 Set PRIV(buf_size) and return it
824 if (to_read > PRIV (recrd.buf_size))
830 PRIV (recrd.buf_size) = to_read;
870 end = PRIV (recrd.buf) + PRIV (recrd.buf_size);
2497 PRIV (recrd.buf_size) = test_len;
2521 if (PRIV (recrd.rec_size) > PRIV (recrd.buf_size))
2531 PRIV (recrd.buf_size) = PRIV (recrd.rec_size);
8972 buf points to a buffer of buf_size bytes to be filled with
/haiku-buildtools/gcc/libcpp/
H A Dmkdeps.c400 size_t buf_size = 512; local
407 buf = XNEWVEC (char, buf_size);
418 if (buf_size < num_to_read + 1)
420 buf_size = num_to_read + 1 + 127;
421 buf = XRESIZEVEC (char, buf, buf_size);
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc228 if (buf_size > 1000) k += 2000;
242 p2 = data + buf_size;
259 adjust_markers (s1 << 1, (buf_size << 1) + 1, k, old_data);
260 buf_size += k;
466 if (new_pos >= buffer->data + buffer->buf_size) abort(); // Paranoia.
598 buf_size = /*200;*/ 15; /* for testing! */
599 data = (buf_char*)malloc(buf_size);
608 __gap_end_pos = buf_size;
612 end_mark._pos = 2 * buf_size + 1;
H A Deditbuf.h143 /* int gap; implicit: buf_size - size1 - size2 */
144 int buf_size; member in struct:edit_buffer
158 inline int size2() { return buf_size - gap_end_pos(); }
H A Dparsestream.cc139 int buf_size = 128; local
140 char* buffer = (char*)malloc(buf_size);
141 setb(buffer, buffer+buf_size, 1);
/haiku-buildtools/legacy/binutils/bfd/
H A Dvms-misc.c192 Set PRIV(buf_size) and return it
241 if (PRIV (buf_size) == 0)
253 PRIV (buf_size) = amt;
319 PRIV (rec_length) = bfd_bread (vms_buf, (bfd_size_type) PRIV (buf_size),
352 if (PRIV (rec_length) > PRIV (buf_size))
359 PRIV (buf_size) = PRIV (rec_length);
404 || PRIV (vms_rec) >= (PRIV (vms_buf) + PRIV (buf_size)))
H A Dvms.c64 PRIV (buf_size) = 0;
496 buf points to a buffer of buf_size bytes to be filled with
504 bfd_size_type buf_size ATTRIBUTE_UNUSED)
508 abfd, section->name, buf, offset, (int)buf_size);
516 buf points to a buffer of buf_size bytes to be filled with
H A Dvms.h570 int buf_size; /* Max size of buffer. */ member in struct:vms_private_data_struct
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_host.h152 int buf_size, int align, bool *is_new);
H A Doffload_host.cpp584 int buf_size,
641 new_el = new PersistData(stack_begin, routine_id, buf_size);
648 if (buf_size >= __offload_use_2mb_buffers) {
651 res = COI::BufferCreate(buf_size,
697 if (!nullify_target_stack(new_el->stack_ptr_data->mic_buf, buf_size)) {
581 offload_stack_memory_manager( const void * stack_begin, int routine_id, int buf_size, int align, bool *is_new) argument
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_mac.cc137 uint32_t buf_size = sizeof(program_name); local
138 _NSGetExecutablePath(program_name, &buf_size);
/haiku-buildtools/binutils/opcodes/
H A Dmetag-dis.c469 get_set_addr_str (char *buf, unsigned int buf_size, unsigned int size, argument
491 snprintf (buf, buf_size, "[%s]", base_reg);
498 snprintf (buf, buf_size, "[%s++]", base_reg);
500 snprintf (buf, buf_size, "[++%s]", base_reg);
507 snprintf (buf, buf_size, "[%s--]", base_reg);
509 snprintf (buf, buf_size, "[--%s]", base_reg);
519 snprintf (buf, buf_size, "[%s+#%d++]", base_reg, offset);
521 snprintf (buf, buf_size, "[%s++#%d]", base_reg, offset);
524 snprintf (buf, buf_size, "[%s+#%d]", base_reg, offset);
538 snprintf (buf, buf_size, "[
549 get_set_ext_addr_str(char *buf, unsigned int buf_size, unsigned int size, unsigned int insn_word) argument
579 mget_mset_addr_str(char *buf, unsigned int buf_size, unsigned int insn_word) argument
595 cond_set_addr_str(char *buf, unsigned int buf_size, unsigned int insn_word) argument
611 cache_addr_str(char *buf, unsigned int buf_size, unsigned int insn_word, int width) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtypeck.c732 expand_constant_to_buffer (value, buffer, buf_size)
735 int buf_size;
740 if (size < 0 || size > buf_size)
764 if (size > buf_size)
818 buf_size - offset))
839 buf_size - offset))
846 if (get_set_constructor_bytes (value, buffer, buf_size)
863 extract_constant_from_buffer (type, buffer, buf_size)
866 int buf_size;
871 if (size < 0 || size > buf_size)
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddfp.c493 size_t buf_size,
501 gcc_assert (buf_size >= 24);
492 decimal_real_to_decimal(char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size, size_t digits ATTRIBUTE_UNUSED, int crop_trailing_zeros ATTRIBUTE_UNUSED) argument
H A Dreal.c1518 size_t buf_size, size_t digits,
1558 decimal_real_to_decimal (str, &r, buf_size, digits, crop_trailing_zeros);
1575 max_digits = buf_size - 1 - 1 - 2 - max_digits - 1;
1576 gcc_assert (max_digits <= buf_size);
1823 real_to_decimal (char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size,
1826 real_to_decimal_for_mode (str, r_orig, buf_size,
1836 real_to_hexadecimal (char *str, const REAL_VALUE_TYPE *r, size_t buf_size,
1876 max_digits = buf_size - strlen (exp_buf) - r->sign - 4 - 1;
1877 gcc_assert (max_digits <= buf_size);
2231 size_t buf_size)
1513 real_to_decimal_for_mode(char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size, size_t digits, int crop_trailing_zeros, machine_mode mode) argument
1819 real_to_decimal(char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size, size_t digits, int crop_trailing_zeros) argument
1832 real_to_hexadecimal(char *str, const REAL_VALUE_TYPE *r, size_t buf_size, size_t digits, int crop_trailing_zeros) argument
2226 decimal_integer_string(char *str, const REAL_VALUE_TYPE *r_orig, size_t buf_size) argument
[all...]
H A Dfixed-value.c166 size_t buf_size)
177 real_to_decimal (str, &fixed_value, buf_size, 0, 1);
165 fixed_to_decimal(char *str, const FIXED_VALUE_TYPE *f_orig, size_t buf_size) argument
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c4329 #define buf_size 20 macro
4330 char float_buf[buf_size] = {'\0'};
4334 buf_size, buf_size,
4338 #undef buf_size macro
9441 #define buf_size 20 macro
9444 char float_buf[buf_size] = {'\0'};
9445 real_to_decimal_for_mode (float_buf, &r, buf_size, buf_size, 1, mode);
9446 #undef buf_size macro
[all...]

Completed in 255 milliseconds

12