/netbsd-src/external/mit/lua/dist/doc/ |
H A D | manual.css | 6 pre, code { selector
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | bzip.css | 64 code, tt, pre { font-size: 120%; } selector 65 code, tt { color: #761596; } selector
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/ |
H A D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector 24 tt, code, pre { font-family: WorkAroundWebKitAndMozilla, monospace; selector 62 pre { margin-top: 1.375em } selector
|
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
H A D | normalize.css | 220 pre { selector 228 code, selector 230 pre, selector
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-fold.c | 150 enum tree_code code = TREE_CODE (expr); in c_fully_fold_internal() local 205 tree pre = C_MAYBE_CONST_EXPR_PRE (expr); in c_fully_fold_internal() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-fold.cc | 150 enum tree_code code = TREE_CODE (expr); in c_fully_fold_internal() local 205 tree pre = C_MAYBE_CONST_EXPR_PRE (expr); in c_fully_fold_internal() local
|
/netbsd-src/external/mit/expat/dist/doc/ |
H A D | ok.min.css | 2 …pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{borde… selector
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decCommon.c | 503 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFinalize() local 598 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFloatFromBCD() local 1240 Int pre, e; /* work */ in decFloatToEngString() local 1519 Int pre, e; /* work */ in decFloatToString() local 1737 uInt code=(exp>>DECWECONL)<<29; /* set two bits of exp [msd=0] */ in decFloatToWider() local
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decCommon.c | 503 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFinalize() local 598 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFloatFromBCD() local 1240 Int pre, e; /* work */ in decFloatToEngString() local 1519 Int pre, e; /* work */ in decFloatToString() local 1737 uInt code=(exp>>DECWECONL)<<29; /* set two bits of exp [msd=0] */ in decFloatToWider() local
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decCommon.c | 503 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFinalize() local 598 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFloatFromBCD() local 1240 Int pre, e; /* work */ in decFloatToEngString() local 1519 Int pre, e; /* work */ in decFloatToString() local 1737 uInt code=(exp>>DECWECONL)<<29; /* set two bits of exp [msd=0] */ in decFloatToWider() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decCommon.c | 503 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFinalize() local 598 uInt code=(uexp>>DECECONL)<<4; /* top two bits of exp */ in decFloatFromBCD() local 1240 Int pre, e; /* work */ in decFloatToEngString() local 1519 Int pre, e; /* work */ in decFloatToString() local 1737 uInt code=(exp>>DECWECONL)<<29; /* set two bits of exp [msd=0] */ in decFloatToWider() local
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcs.c | 242 int code; member 957 struct Lockrev *pt, **pre; local 1325 struct assoc **pre, *pt; in doassoc() local 1578 struct branchhead *pt, *pre; in buildtree() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.cc | 66 gfc_trans_label_here (gfc_code * code) in gfc_trans_label_here() 92 gfc_trans_label_assign (gfc_code * code) in gfc_trans_label_assign() 137 gfc_trans_goto (gfc_code * code) in gfc_trans_goto() 175 gfc_trans_entry (gfc_code * code) in gfc_trans_entry() 363 get_intrinsic_for_code (gfc_code *code) in get_intrinsic_for_code() 381 gfc_trans_call (gfc_code * code, bool dependency_check, in gfc_trans_call() 556 gfc_trans_return (gfc_code * code) in gfc_trans_return() 605 gfc_trans_pause (gfc_code * code) in gfc_trans_pause() 651 gfc_trans_stop (gfc_code *code, bool error_stop) in gfc_trans_stop() 740 gfc_trans_form_team (gfc_code *code) in gfc_trans_form_team() [all …]
|
H A D | trans.h | 43 stmtblock_t pre; member 359 stmtblock_t pre; member 384 stmtblock_t code[GFC_MAX_DIMENSIONS]; member 419 tree code; member 1091 #define build1_v(code, arg) \ argument 1093 #define build2_v(code, arg1, arg2) \ argument 1095 #define build3_v(code, arg1, arg2, arg3) \ argument 1097 #define build4_v(code, arg1, arg2, arg3, arg4) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 66 gfc_trans_label_here (gfc_code * code) in gfc_trans_label_here() 92 gfc_trans_label_assign (gfc_code * code) in gfc_trans_label_assign() 137 gfc_trans_goto (gfc_code * code) in gfc_trans_goto() 175 gfc_trans_entry (gfc_code * code) in gfc_trans_entry() 376 gfc_trans_call (gfc_code * code, bool dependency_check, in gfc_trans_call() 530 gfc_trans_return (gfc_code * code) in gfc_trans_return() 579 gfc_trans_pause (gfc_code * code) in gfc_trans_pause() 625 gfc_trans_stop (gfc_code *code, bool error_stop) in gfc_trans_stop() 706 gfc_trans_form_team (gfc_code *code) in gfc_trans_form_team() 747 gfc_trans_change_team (gfc_code *code) in gfc_trans_change_team() [all …]
|
H A D | trans.h | 43 stmtblock_t pre; member 356 stmtblock_t pre; member 381 stmtblock_t code[GFC_MAX_DIMENSIONS]; member 416 tree code; member 1077 #define build1_v(code, arg) \ argument 1079 #define build2_v(code, arg1, arg2) \ argument 1081 #define build3_v(code, arg1, arg2, arg3) \ argument 1083 #define build4_v(code, arg1, arg2, arg3, arg4) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/ |
H A D | llvm-theme.css | 237 cite, code, tt { selector 271 pre { selector
|
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/ |
H A D | dvi.cpp | 158 pre = 247, enumerator 350 int code = f->get_code(idx); in set_char() local 582 void dvi_printer::draw(int code, int *p, int np, const environment *env) in draw() 705 void draw_dvi_printer::draw(int code, int *p, int np, const environment *env) in draw()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 189 c_finish_omp_atomic (location_t loc, enum tree_code code, in c_finish_omp_atomic() 194 tree x, type, addr, pre = NULL_TREE; in c_finish_omp_atomic() local 697 c_finish_omp_for (location_t locus, enum tree_code code, tree declv, in c_finish_omp_for() 1307 c_omp_split_clauses (location_t loc, enum tree_code code, in c_omp_split_clauses()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 217 c_finish_omp_atomic (location_t loc, enum tree_code code, in c_finish_omp_atomic() 223 tree x, type, addr, pre = NULL_TREE, rtmp = NULL_TREE, vtmp = NULL_TREE; in c_finish_omp_atomic() local 938 c_finish_omp_for (location_t locus, enum tree_code code, tree declv, in c_finish_omp_for() 1682 c_omp_check_loop_iv_exprs (location_t stmt_loc, enum tree_code code, in c_omp_check_loop_iv_exprs() 1831 c_omp_split_clauses (location_t loc, enum tree_code code, in c_omp_split_clauses()
|
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/ |
H A D | tfmtodit.cpp | 412 pre = 247, in load() enumerator 465 int code; in load() local 479 int code = getc(fp); in load() local
|
/netbsd-src/usr.bin/gzip/ |
H A D | unlz.c | 157 uint32_t code; member 612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) in unlz()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elfxx-riscv.c | 940 bfd_reloc_code_real_type code) in riscv_reloc_type_lookup() 2150 riscv_subset_t *pre = NULL; in riscv_remove_subset() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elfxx-riscv.c | 956 bfd_reloc_code_real_type code) in riscv_reloc_type_lookup() 2262 riscv_subset_t *pre = NULL; in riscv_remove_subset() local
|
H A D | bfd.c | 2628 int code; in bfd_alt_mach_code() local 2733 const char *pre, *suf; in bfd_demangle() local
|