Home
last modified time | relevance | path

Searched refs:exact_p (Results 1 – 21 of 21) sorted by relevance

/dports/net/arataga/arataga-0.5.1/arataga/
H A Dconfig.cpp120 exact_p( "min" ) >> just_result( 60'000 ), in timeout_value_p()
121 exact_p( "s" ) >> just_result( 1'000 ), in timeout_value_p()
122 exact_p( "ms" ) >> just_result( 1 ) in timeout_value_p()
555 exact_p( "auto" ) >> just_result( acl_protocol_t::autodetect ), in make_parser()
556 exact_p( "socks" ) >> just_result( acl_protocol_t::socks ), in make_parser()
557 exact_p( "http" ) >> just_result( acl_protocol_t::http ) in make_parser()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dhost.hpp256 exact_p( "::" ) >> just( std::string{ "::" } ) >> to_container() in ipv6_address_p()
H A Dbasics.hpp1076 exact_p( token ) >> as_result(), in expected_token_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-predicate-analysis.cc855 bool exact_p = false) in value_sat_pred_p() argument
861 if (exact_p) in value_sat_pred_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-uninit.c1055 bool exact_p = false)
1061 if (exact_p)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-uninit.c1055 bool exact_p = false)
1061 if (exact_p)
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/
H A Deasy_parser.hpp4768 exact_p( string_view_t fragment ) in exact_p() function
4812 exact_p( const char (&fragment)[Size] ) in exact_p() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-uninit.c1055 bool exact_p = false)
1061 if (exact_p)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-uninit.c1343 bool exact_p = false)
1349 if (exact_p)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-uninit.c1343 bool exact_p = false)
1349 if (exact_p)
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-uninit.c1343 bool exact_p = false)
1349 if (exact_p)
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dnumber.c62 static Scheme_Object *exact_p (int argc, Scheme_Object *argv[]);
557 scheme_make_folding_prim(exact_p, in scheme_init_number()
2227 exact_p (int argc, Scheme_Object *argv[]) in exact_p() function
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dnumber.c62 static Scheme_Object *exact_p (int argc, Scheme_Object *argv[]);
557 scheme_make_folding_prim(exact_p, in scheme_init_number()
2227 exact_p (int argc, Scheme_Object *argv[]) in exact_p() function
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/xfaces/
H A Dmerge5802 int exact_p, avgwidth;
5829 exact_p = 0;
5847 exact_p = exact_face_match_p (specified, best, avgwidth);
5848 if (exact_p)
5858 if (!exact_p)
H A Dorig5786 int exact_p, avgwidth;
5813 exact_p = 0;
5831 exact_p = exact_face_match_p (specified, best, avgwidth);
5832 if (exact_p)
5842 if (!exact_p)
/dports/lang/kawa/kawa-3.1.1/
H A DChangeLog5043 * kawa/standard/{exact_p.java,inexact_p.java,list_p.java,list_ref.java,
5709 * kawa/standard/{char_ready_p.java,eqv_p.java,exact_p.java,
7770 * kawa/standard/{acos,asin,atan,cos,denominator,even_p,exact_p,
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxdisp.c12268 resize_mini_window (struct window *w, bool exact_p) in resize_mini_window() argument
12389 else if (height < old_height && (exact_p || BEGV == ZV)) in resize_mini_window()
H A DChangeLog.82459 * xdisp.c (resize_mini_window): Add parameter exact_p.
2460 Resize to exact size if exact_p is non-zero.
/dports/editors/emacs/emacs-27.2/src/
H A Dxdisp.c11623 resize_mini_window (struct window *w, bool exact_p) in resize_mini_window() argument
11716 else if (height < old_height && (exact_p || BEGV == ZV)) in resize_mini_window()
H A DChangeLog.82459 * xdisp.c (resize_mini_window): Add parameter exact_p.
2460 Resize to exact size if exact_p is non-zero.
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.338628 * complex.c: uses f_(in)?exact_p macro.