Home
last modified time | relevance | path

Searched refs:SCALE (Results 1 – 18 of 18) sorted by relevance

/NextBSD/crypto/openssl/crypto/whrlpool/asm/
HDwp-mmx.pl11 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results
56 { if ($SCALE==2) { &data_byte(@_); &data_byte(@_); }
57 elsif ($SCALE==8) { for ($i=0;$i<8;$i++) {
66 { if ($SCALE==2) { &lea(@_[0],&DWP(0,@_[1],@_[1])); }
67 elsif ($SCALE==8) { &lea(@_[0],&DWP(0,"",@_[1],8)); }
72 { if ($SCALE==2) { ((8-shift)&7); }
73 elsif ($SCALE==8) { (8*shift); }
118 &movq (@mm[0],&QWP(2048*$SCALE,$tbl,"esi",8)); # rc[r]
/NextBSD/contrib/gcc/
HDtree-dfa.c435 SCALE (size), LABEL (size)); in dump_dfa_stats()
440 SCALE (size), LABEL (size)); in dump_dfa_stats()
445 SCALE (size), LABEL (size)); in dump_dfa_stats()
450 SCALE (size), LABEL (size)); in dump_dfa_stats()
455 SCALE (size), LABEL (size)); in dump_dfa_stats()
460 SCALE (size), LABEL (size)); in dump_dfa_stats()
465 SCALE (size), LABEL (size)); in dump_dfa_stats()
470 SCALE (size), LABEL (size)); in dump_dfa_stats()
475 SCALE (size), LABEL (size)); in dump_dfa_stats()
480 SCALE (size), LABEL (size)); in dump_dfa_stats()
[all …]
HDggc-zone.c1954 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ macro
2033 SCALE (allocated), LABEL (allocated), in ggc_print_statistics()
2034 SCALE (in_use), LABEL (in_use), in ggc_print_statistics()
2035 SCALE (overhead), LABEL (overhead)); in ggc_print_statistics()
2065 "", "", SCALE (pte_overhead), LABEL (pte_overhead)); in ggc_print_statistics()
2069 SCALE (total_bytes_mapped), LABEL (total_bytes_mapped), in ggc_print_statistics()
2070 SCALE (total_allocated), LABEL(total_allocated), in ggc_print_statistics()
2071 SCALE (total_overhead), LABEL (total_overhead)); in ggc_print_statistics()
HDggc-page.c1925 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ macro
1985 SCALE (allocated), STAT_LABEL (allocated), in ggc_print_statistics()
1986 SCALE (in_use), STAT_LABEL (in_use), in ggc_print_statistics()
1987 SCALE (overhead), STAT_LABEL (overhead)); in ggc_print_statistics()
1991 SCALE (G.bytes_mapped), STAT_LABEL (G.bytes_mapped), in ggc_print_statistics()
1992 SCALE (G.allocated), STAT_LABEL(G.allocated), in ggc_print_statistics()
1993 SCALE (total_overhead), STAT_LABEL (total_overhead)); in ggc_print_statistics()
HDtree-flow.h457 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ macro
HDggc-common.c211 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ macro
HDtree-cfg.c2350 SCALE (size), LABEL (size)); in dump_cfg_stats()
2357 fprintf (file, fmt_str_2, "Edges", num_edges, SCALE (size), LABEL (size)); in dump_cfg_stats()
2360 fprintf (file, fmt_str_3, "Total memory used by CFG data", SCALE (total), in dump_cfg_stats()
HDChangeLog.tree-ssa13027 * tree-dfa.c (SCALE, LABEL, PERCENT): Move ...
15845 (SCALE): Declare.
HDChangeLog-200220090 (ggc_print_statistics): Correct printf format string for SCALE to
HDChangeLog-200420044 (SCALE, LABEL): New macros.
/NextBSD/contrib/gcclibs/libcpp/
HDsymtab.c260 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \ in ht_dump_statistics() macro
294 SCALE (total_bytes), LABEL (total_bytes), in ht_dump_statistics()
295 SCALE (overhead), LABEL (overhead)); in ht_dump_statistics()
297 SCALE (headers), LABEL (headers)); in ht_dump_statistics()
311 #undef SCALE in ht_dump_statistics()
/NextBSD/sys/netinet/
HDip_dummynet.h154 #define SCALE(x) ( (x) << SCALE_RED ) macro
/NextBSD/sys/netpfil/ipfw/
HDip_dummynet.c1060 hz * dn_cfg.red_avg_pkt_size * 8 * SCALE(1) / i; in config_red()
1067 w0 = weight = SCALE(1) - fs->w_q; //fs->w_q scaled in config_red()
1074 fs->min_th = SCALE(fs->fs.min_th); in config_red()
1075 fs->max_th = SCALE(fs->fs.max_th); in config_red()
1080 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()
1081 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()
1084 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red()
1085 fs->c_4 = SCALE(1) - 2 * fs->max_p; in config_red()
1111 fs->w_q_lookup[0] = SCALE(1) - fs->w_q; in config_red()
HDip_dn_io.c344 int diff = SCALE(q_size) - q->avg; in red_drops()
407 if (SCALE_MUL(p_b, SCALE((int64_t)q->count)) > q->random) { in red_drops()
HDip_dn_glue.c108 #define SCALE(x) ( (x) << SCALE_RED ) macro
/NextBSD/usr.bin/bc/
HDbc.y158 %token SCALE IBASE OBASE AUTO
665 | SCALE LPAR expression RPAR
728 | SCALE
HDscan.l143 "scale" return SCALE;
/NextBSD/contrib/gcc/doc/
HDextend.texi5982 ? ((X) * SCALE + OFFSET) : Scale (X))