Searched refs:full_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfunction.c194 HOST_WIDE_INT full_size;
697 p->full_size = best_p->full_size - rounded_size;
708 best_p->full_size = rounded_size;
752 p->full_size = frame_offset_old - frame_offset;
757 p->full_size = frame_offset - frame_offset_old;
917 if (p->base_offset + p->full_size == q->base_offset)
921 p->full_size += q->full_size;
924 else if (q->base_offset + q->full_size
193 HOST_WIDE_INT full_size; local
[all...]
H A Dtree-sra.c1440 unsigned HOST_WIDE_INT full_size, inst_size = 0;
1453 full_size = tree_low_cst (size_tree, 1);
1464 if (full_size <= max_size
1469 && inst_size * 100 >= full_size * SRA_FIELD_STRUCTURE_RATIO)
1434 unsigned HOST_WIDE_INT full_size, inst_size = 0; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp268 const unsigned orig_size = orig->full_size();
269 const unsigned new_size = D->full_size();
1038 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c86 ring->full_size = ring->size - HEADROOM - MAX_DESC_TXBBS;
453 (ring->prod - ring->cons) <= ring->full_size) {
813 if (unlikely((int)(ring->prod - ring->cons) > ring->full_size)) {
H A Dmlx4_en.h309 int full_size; member in struct:mlx4_en_tx_ring
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h753 unsigned full_size();

Completed in 134 milliseconds