Home
last modified time | relevance | path

Searched refs:orig_size (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dggc-zone.c1006 ggc_alloc_zone_stat (size_t orig_size, struct alloc_zone *zone in ggc_alloc_zone_stat() argument
1014 size_t size = orig_size; in ggc_alloc_zone_stat()
1219 VALGRIND_DISCARD (VALGRIND_MAKE_NOACCESS (result + orig_size, in ggc_alloc_zone_stat()
1220 size - orig_size)); in ggc_alloc_zone_stat()
1226 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (result, orig_size)); in ggc_alloc_zone_stat()
1235 ggc_record_overhead (orig_size, size - orig_size, result PASS_MEM_STAT); in ggc_alloc_zone_stat()
1239 size_t overhead = object_size - orig_size; in ggc_alloc_zone_stat()
1244 if (orig_size <= 32) in ggc_alloc_zone_stat()
1249 if (orig_size <= 64) in ggc_alloc_zone_stat()
1254 if (orig_size <= 128) in ggc_alloc_zone_stat()
Dprotoize.c3914 size_t orig_size; in edit_file() local
3967 orig_size = stat_buf.st_size; in edit_file()
3971 orig_text_base = new_orig_text_base = xmalloc (orig_size + 2); in edit_file()
3972 orig_text_limit = new_orig_text_limit = new_orig_text_base + orig_size; in edit_file()
3976 clean_text_base = new_clean_text_base = xmalloc (orig_size + 2); in edit_file()
3977 clean_text_limit = new_clean_text_limit = new_clean_text_base + orig_size; in edit_file()
3985 repl_size = orig_size + (orig_size >> 2) + 4096; in edit_file()
4014 if (safe_read (input_file, new_orig_text_base, orig_size) != in edit_file()
4015 (int) orig_size) in edit_file()
4028 if (orig_size == 0 || orig_text_limit[-1] != '\n') in edit_file()
DChangeLog-19984127 (edit_file): Cast variable `orig_size' to (int) when comparing
/freebsd-9-stable/contrib/texinfo/makeinfo/
Dnode.c735 int orig_offset, orig_size; in cm_node() local
746 orig_size = in cm_node()
749 if (orig_size < 0) in cm_node()
750 orig_size = input_text_length; in cm_node()
/freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/
Dbuffer.h865 size_t orig_size; member
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clbio.c879 off_t orig_size, tmp_off; in ncl_write() local
932 orig_size = np->n_size; in ncl_write()
1255 vattr.va_size = orig_size; in ncl_write()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp268 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic() local
270 if (orig_size <= new_size) in HandlePathDiagnostic()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dbufferevent_openssl.c1123 if (cbinfo->orig_size == 0) in be_openssl_outbuf_cb()
Dbuffer.c487 info.orig_size = new_size + buffer->n_del_for_cb - buffer->n_add_for_cb; in evbuffer_run_callbacks()
506 info.orig_size, new_size, cbent->cbarg); in evbuffer_run_callbacks()
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress_buffer.c1492 size_t old_len = cbinfo->orig_size; in log_change_callback()