Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dlongbranch2.C26 unsigned char inter[36]; // intermediate lookup table; in EBCOTLut() local
29 inter[i] = 0; in EBCOTLut()
52 a2[i] = inter[((h+1)<<3) | (v+1)]; in EBCOTLut()
53 a3[i] = inter[((h+1)<<3) | (v+1)] & (unsigned char)(~1); in EBCOTLut()
/openbsd-src/regress/usr.bin/mandoc/roff/args/
H A Droff.out_ascii12 double inter-argument space: (one) (two)
13 triple inter-argument space: (one) (two)
23 double inter-argument space: (one one) (two two)
24 triple inter-argument space: (one one) (two two)
25 missing inter-argument space: (one one) (two two)
H A Dman.out_ascii11 double inter-argument space: _o_n_ettwwoo text
12 triple inter-argument space: _o_n_ettwwoo text
22 double inter-argument space: _o_n_e _o_n_ettwwoo ttwwoo text
23 triple inter-argument space: _o_n_e _o_n_ettwwoo ttwwoo text
24 missing inter-argument space: _o_n_e _o_n_ettwwoo ttwwoo text
H A Dmdoc.out_ascii11 double inter-argument space: --oonnee --ttwwoo text
12 triple inter-argument space: --oonnee --ttwwoo text
20 double inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
21 triple inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
22 missing inter-argument space: --oonnee oonnee --ttwwoo ttwwoo text
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.c1000 rtx insns, inter, equiv_value; local
1030 inter = expand_binop (word_mode, binoptab,
1035 if (inter != 0 && inter != into_target)
1036 emit_move_insn (into_target, inter);
1040 if (inter != 0 && binoptab != ashr_optab)
1041 inter = CONST0_RTX (word_mode);
1042 else if (inter != 0)
1043 inter = expand_binop (word_mode, binoptab,
1048 if (inter != 0 && inter != outof_target)
1049 emit_move_insn (outof_target, inter);
[all …]
/openbsd-src/share/misc/
H A DMakefile5 inter.phone license.template mdoc.template mime.types \
/openbsd-src/gnu/llvm/clang/docs/
H A DClangStaticAnalyzer.rst6 It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c877 tree inter; local
884 for (inter = lookup_interface (rname); inter;
885 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
886 if (lname == CLASS_SUPER_NAME (inter))
891 for (inter = lookup_interface (lname); inter;
892 inter = lookup_interface (CLASS_SUPER_NAME (inter)))
893 if (rname == CLASS_SUPER_NAME (inter))
3549 check_ivars (inter, imp) in check_ivars() argument
3550 tree inter; in check_ivars()
3553 tree intdecls = CLASS_IVARS (inter);
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A DTODO65 These should serve as starting points. /Please/ maintain the inter-word and
66 inter-sentence spacing, as this might be generated and/or scanned in the
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A DTODO67 These should serve as starting points. /Please/ maintain the inter-word and
68 inter-sentence spacing, as this might be generated and/or scanned in the
/openbsd-src/usr.bin/vi/docs/interp/
H A Dinterp166 Nvi will have a new ex command "inter", which will pipe the rest of
170 :[address[,address]] inter [count] command
/openbsd-src/gnu/llvm/llvm/docs/
H A DStackSafetyAnalysis.rst33 The inter-procedural, or 'global', stage, resolves what happens to allocas after
H A DBranchWeightMetadata.rst198 To allow comparing different functions during inter-procedural analysis and
/openbsd-src/gnu/gcc/gcc/
H A Doptabs.c1588 rtx inter; in expand_binop() local
1623 inter = const0_rtx; in expand_binop()
1656 inter = expand_binop (word_mode, ior_optab, into_temp1, into_temp2, in expand_binop()
1659 inter = 0; in expand_binop()
1661 if (inter != 0 && inter != into_target) in expand_binop()
1662 emit_move_insn (into_target, inter); in expand_binop()
1671 if (inter != 0 && outof_temp1 != 0 && outof_temp2 != 0) in expand_binop()
1672 inter = expand_binop (word_mode, ior_optab, in expand_binop()
1676 if (inter != 0 && inter != outof_target) in expand_binop()
1677 emit_move_insn (outof_target, inter); in expand_binop()
[all …]
/openbsd-src/gnu/share/
H A Dltmain.sh2004 echo "*** Warning: inter-library dependencies are not supported in this platform."
2006 echo "*** Warning: inter-library dependencies are not known to be supported."
2008 echo "*** All declared inter-library dependencies are being dropped."
2022 echo "*** Warning: libtool could not satisfy all declared inter-library"
2041 echo "*** The inter-library dependencies that have been dropped here will be"
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c4947 check_ivars (tree inter, tree imp) in check_ivars() argument
4949 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars()
6831 tree inter = interface; in lookup_method_static() local
6835 while (inter) in lookup_method_static()
6837 tree chain = is_class ? CLASS_CLS_METHODS (inter) : CLASS_NST_METHODS (inter); in lookup_method_static()
6838 tree category = inter; in lookup_method_static()
6863 if (CLASS_PROTOCOL_LIST (inter)) in lookup_method_static()
6866 (CLASS_PROTOCOL_LIST (inter), ident, is_class)))) in lookup_method_static()
6875 root_inter = inter; in lookup_method_static()
6876 inter = lookup_interface (CLASS_SUPER_NAME (inter)); in lookup_method_static()
[all …]
/openbsd-src/gnu/usr.bin/binutils/
H A Dltmain.sh2959 echo "*** Warning: inter-library dependencies are not supported in this platform."
2961 echo "*** Warning: inter-library dependencies are not known to be supported."
2963 echo "*** All declared inter-library dependencies are being dropped."
2984 echo "*** Warning: libtool could not satisfy all declared inter-library"
3003 echo "*** The inter-library dependencies that have been dropped here will be"
H A Dconfig-ml.in63 # The nice feature about this arrangement is that inter-library references
65 # inter-library references also work in the source tree because symlink trees
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_psr.c2121 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
2128 inter = pipe_clip; in intel_psr2_sel_fetch_update()
2129 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_update()
2138 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
2139 sel_fetch_area->y2 = inter.y2 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
/openbsd-src/gnu/lib/libstdc++/
H A Dltmain.sh2959 echo "*** Warning: inter-library dependencies are not supported in this platform."
2961 echo "*** Warning: inter-library dependencies are not known to be supported."
2963 echo "*** All declared inter-library dependencies are being dropped."
2984 echo "*** Warning: libtool could not satisfy all declared inter-library"
3003 echo "*** The inter-library dependencies that have been dropped here will be"
H A Dconfig-ml.in37 # The nice feature about this arrangement is that inter-library references
39 # inter-library references also work in the source tree because symlink trees
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dltmain.sh2959 echo "*** Warning: inter-library dependencies are not supported in this platform."
2961 echo "*** Warning: inter-library dependencies are not known to be supported."
2963 echo "*** All declared inter-library dependencies are being dropped."
2984 echo "*** Warning: libtool could not satisfy all declared inter-library"
3003 echo "*** The inter-library dependencies that have been dropped here will be"
H A Dconfig-ml.in63 # The nice feature about this arrangement is that inter-library references
65 # inter-library references also work in the source tree because symlink trees
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIntro.pod143 delete sets. Some update operations may produce inter-dependent packages,
172 inter-dependencies in the package system.
201 Lists of inter-dependencies are recorded in both directions
/openbsd-src/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl436 http://home.utah-inter.net/kinsearch/Soundex.html

1234