Home
last modified time | relevance | path

Searched +defs:p +defs:rs +defs:t +defs:to (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/
H A Droom.cpp39 portal_p p = content->portals; in Room_Clear() local
330 room_content_p t = room1->content; in Room_DoFlip() local
498 room_sector_p rs = r1->content->sectors; in Room_IsJoined() local
538 room_sector_p rs = r0->content->sectors; in Room_IsOverlapped() local
603 engine_container_p t = room_from->containers; in Room_MoveActiveItems() local
649 struct room_sector_s *Sector_GetNextSector(struct room_sector_s *rs, float dir[3]) in Sector_GetNextSector()
670 struct room_sector_s *Sector_GetPortalSectorTargetRaw(struct room_sector_s *rs) in Sector_GetPortalSectorTargetRaw()
703 void Sector_HighestFloorCorner(room_sector_p rs, float v[3]) in Sector_HighestFloorCorner()
719 void Sector_LowestCeilingCorner(room_sector_p rs, float v[3]) in Sector_LowestCeilingCorner()
827 int Room_FindPath(room_box_p *path_buf, uint32_t max_boxes, room_sector_p from, room_sector_p to, … in Room_FindPath()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DHeaderCtrl.cpp49 Point p = Button::StyleNormal().pressoffset; in CH_STYLE() local
67 bool p = push && style->pressoffset; in Paint() local
139 void HeaderCtrl::MoveTab(int from, int to) in MoveTab()
148 double rs = 0; in Denominator() local
221 double rs = Denominator(); in ReCompute() local
253 double rs = Denominator(); in Distribute() local
359 double rs = Denominator(); in SetTabWidth0() local
413 double rs = Denominator(); in Paint() local
478 double rs = Denominator(); in GetSplit() local
579 void HeaderCtrl::RightDown(Point p, dword) in RightDown()
[all …]
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomxpath.c123 #define Recurse(p) p(l,tokens,errMsg) argument
457 void rsCopy ( xpathResultSet *to, xpathResultSet *from ) { in rsCopy()
485 ast t = NEWCONS; in New() local
494 ast t = NEWCONS; in New1() local
504 ast t = NEWCONS; in New1WithEvalSteps() local
518 ast t = NEWCONS; in New2() local
658 ast t in xpathFreeAst()
1580 astType t; variable
1922 astType t; variable
2455 xpathResultSet *rs in xpathFuncBoolean()
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dhalfopencone.almostworks.cpp28 void HalfOpenCone::appendList(IntegerVectorList &to, IntegerVectorList const &from, int appendValue) in appendList()
75 int t=v[0]; in swapFirstLast() local
173 static int t; in intersection() local
214 HalfOpenConeList orientedBoundary(PolyhedralCone C, TermOrder const &t) in orientedBoundary()
250 Polynomial p=p1.homogenization(); in tropicalHyperSurface() local
258 ReverseSearch rs(myTermOrder); in tropicalHyperSurface() local
440 void printHalfOpenConeList(HalfOpenConeList const &l, class Printer & p) in printHalfOpenConeList()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dhalfopencone.almostworks.cpp28 void HalfOpenCone::appendList(IntegerVectorList &to, IntegerVectorList const &from, int appendValue) in appendList()
75 int t=v[0]; in swapFirstLast() local
173 static int t; in intersection() local
214 HalfOpenConeList orientedBoundary(PolyhedralCone C, TermOrder const &t) in orientedBoundary()
250 Polynomial p=p1.homogenization(); in tropicalHyperSurface() local
258 ReverseSearch rs(myTermOrder); in tropicalHyperSurface() local
440 void printHalfOpenConeList(HalfOpenConeList const &l, class Printer & p) in printHalfOpenConeList()
/dports/devel/xa65/xa-2.3.12/src/
H A Dxap.c86 int pp_comand(char *t) in pp_comand()
107 int pp_ifdef(char *t) in pp_ifdef()
137 int pp_echo(char *t) in pp_echo()
151 int pp_print(char *t) in pp_print()
179 int pp_if(char *t) in pp_if()
199 int pp_else(char *t) in pp_else()
206 int pp_endif(char *t) in pp_endif()
215 int pp_cpp(char *t) { in pp_cpp()
444 int pp_replace(char *to, char *ti, int a,int b) in pp_replace()
446 char *t=to,c,*x,*y,*mx,*rs; in pp_replace() local
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c457 CORE_ADDR from, to, org_to; in remote_get_noisy_reply() local
2932 char *p; in VEC() local
4749 char *p; in remote_vcont_resume() local
5149 char *p; in remote_console_output() local
5446 char *p; in remote_parse_stop_reply() local
5596 char *p; in remote_parse_stop_reply() local
6107 char *p; in process_g_packet() local
6304 char *p; in store_register_using_P() local
6342 char *p; in store_registers_using_G() local
6596 char *p; in check_binary_download() local
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dgeometry.cpp439 const point p = be.element(); in test_border_enumerator() local
479 const point p = be.element()-shift; in test_border_enumerator() local
516 const point p = be.element()-shift; in test_border_enumerator() local
626 std::vector<vect> from, to; in test_find_affine_transform() local
640 point_transform_affine t = find_affine_transform(from,to); in test_find_affine_transform() local
675 running_stats<double> rs, rs_true; in projective_transform_pass_rate() local
694 dlib::vector<double,2> p = randm(2,1,rnd)*1000; in projective_transform_pass_rate() local
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dgeometry.cpp439 const point p = be.element(); in test_border_enumerator() local
479 const point p = be.element()-shift; in test_border_enumerator() local
516 const point p = be.element()-shift; in test_border_enumerator() local
626 std::vector<vect> from, to; in test_find_affine_transform() local
640 point_transform_affine t = find_affine_transform(from,to); in test_find_affine_transform() local
675 running_stats<double> rs, rs_true; in projective_transform_pass_rate() local
694 dlib::vector<double,2> p = randm(2,1,rnd)*1000; in projective_transform_pass_rate() local
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c446 CORE_ADDR from, to, org_to; in remote_get_noisy_reply() local
2826 char *p; in VEC() local
4452 char *p; in remote_vcont_resume() local
4842 char *p; in remote_console_output() local
5034 char *p; in remote_parse_stop_reply() local
5184 char *p; in remote_parse_stop_reply() local
5699 char *p; in process_g_packet() local
5896 char *p; in store_register_using_P() local
5934 char *p; in store_registers_using_G() local
6188 char *p; in check_binary_download() local
[all …]
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/pcp/
H A Dpcpd.c450 time_t t; in readnewevent_callback() local
824 const char *p; in dobook() local
1120 time_t from, time_t to, void *vp) in callback_retr_date()
1371 time_t from, to; member
1375 static int uncancel_callback(const char *event, time_t from, time_t to, in uncancel_callback()
2020 char *p; in mainloop() local
2152 time_t t; in callback_login() local
2316 struct relogin_struct *rs=(struct relogin_struct *)vp; in callback_cache_search() local
2378 char *p; in login() local
2466 struct relogin_struct rs; in login() local
[all …]
/dports/mail/courier/courier-0.65.3/pcp/
H A Dpcpd.c451 time_t t; in readnewevent_callback() local
824 const char *p; in dobook() local
1120 time_t from, time_t to, void *vp) in callback_retr_date()
1371 time_t from, to; member
1375 static int uncancel_callback(const char *event, time_t from, time_t to, in uncancel_callback()
2020 char *p; in mainloop() local
2152 time_t t; in callback_login() local
2316 struct relogin_struct *rs=(struct relogin_struct *)vp; in callback_cache_search() local
2378 char *p; in login() local
2466 struct relogin_struct rs; in login() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
689 Type t; field in Infer.IncorporationAction
792 void report(InferenceBound from, InferenceBound to) { in report()
836 EnumSet<InferenceBound> to; field in Infer.CheckInst
842 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
858 void report(InferenceBound from, InferenceBound to) { in report()
1811 Properties p = new Properties(); in nodeAttributes() local
1818 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java85 Resolve rs; field in Infer
406 Type to = resultInfo.pt; in generateReturnConstraints() local
502 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
690 Type t; field in Infer.IncorporationAction
793 void report(InferenceBound from, InferenceBound to) { in report()
837 EnumSet<InferenceBound> to; field in Infer.CheckInst
843 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
859 void report(InferenceBound from, InferenceBound to) { in report()
1808 Properties p = new Properties(); in nodeAttributes() local
1815 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java84 Resolve rs; field in Infer
405 Type to = resultInfo.pt; in generateReturnConstraints() local
501 Type to, Attr.ResultInfo resultInfo, in generateReferenceToTargetConstraint()
702 Type t; field in Infer.IncorporationAction
805 void report(InferenceBound from, InferenceBound to) { in report()
849 EnumSet<InferenceBound> to; field in Infer.CheckInst
855 CheckInst(UndetVar uv, EnumSet<InferenceBound> to) { in CheckInst()
871 void report(InferenceBound from, InferenceBound to) { in report()
1824 Properties p = new Properties(); in nodeAttributes() local
1831 Properties p = new Properties(); in dependencyAttributes() local
[all …]
/dports/www/nginx-full/nginx-rtmp-module-8e344d7/
H A Dngx_rtmp_relay_module.c223 ngx_rtmp_relay_static_t *rs = ev->data; in ngx_rtmp_relay_static_pull_reconnect() local
253 ngx_rtmp_relay_target_t *target, **t; in ngx_rtmp_relay_push_reconnect() local
346 ngx_rtmp_session_t *rs; in ngx_rtmp_relay_create_connection() local
353 u_char *first, *last, *p; in ngx_rtmp_relay_create_connection() local
382 #define NGX_RTMP_RELAY_STR_COPY(to, from) \ in ngx_rtmp_relay_create_connection() argument
658 ngx_rtmp_relay_target_t *target, **t; in ngx_rtmp_relay_publish() local
717 ngx_rtmp_relay_target_t *target, **t; in ngx_rtmp_relay_play() local
862 u_char *p, *url_end; in ngx_rtmp_relay_send_connect() local
1652 ngx_rtmp_relay_static_t *rs; in ngx_rtmp_relay_push_pull() local
1653 u_char *p; in ngx_rtmp_relay_push_pull() local
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dconverter.c216 encoder_preset_copy (ddb_encoder_preset_t *to, ddb_encoder_preset_t *from) { in encoder_preset_copy()
274 encoder_preset_replace (ddb_encoder_preset_t *from, ddb_encoder_preset_t *to) { in encoder_preset_replace()
300 dsp_preset_free (ddb_dsp_preset_t *p) { in dsp_preset_free()
311 dsp_preset_copy (ddb_dsp_preset_t *to, ddb_dsp_preset_t *from) { in dsp_preset_copy()
442 int rs = min (sz, BUFFER_SIZE); in copy_file() local
588 ddb_dsp_preset_t *p = dsp_presets; in free_dsp_presets() local
605 ddb_dsp_preset_t *p = dsp_presets; in dsp_preset_get_for_idx() local
613 dsp_preset_append (ddb_dsp_preset_t *p) { in dsp_preset_append()
642 dsp_preset_replace (ddb_dsp_preset_t *from, ddb_dsp_preset_t *to) { in dsp_preset_replace()
660 char *p = out; in escape_filepath() local
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dsendlib.c297 char *t; in mutt_write_mime_header() local
440 BODY *t; in mutt_write_mime_body() local
510 char rs[BOUNDARYLEN + 1]; in mutt_generate_boundary() local
1450 char* p; in mutt_check_boundary() local
1490 BODY *t; in mutt_remove_multipart() local
1504 time_t t = time (NULL); in mutt_make_date() local
1795 char *tagbuf, *valbuf, *t; in write_one_header() local
2098 char *p; in encode_headers() local
2362 ADDRESS *to, ADDRESS *cc, ADDRESS *bcc, /* recips */ in mutt_invoke_sendmail()
2591 int mutt_bounce_message (FILE *fp, HEADER *h, ADDRESS *to) in mutt_bounce_message()
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompmatch.c125 int t; in update_bmatchers() local
192 Cline r = NULL, *p = &r, t, lp = NULL; in cp_cline() local
226 Cline p; in cline_sublen() local
460 Cline p, lp; in add_match_sub() local
609 int t; in match_str() local
1995 static char *rs = NULL; in join_strs() local
2000 int t, bl; in join_strs() local
2218 int t; in join_sub() local
2649 Cline op = e->prefix, n = NULL, *p = &n, t, ca; in sub_join() local
2721 Cline t, tn; in join_clines() local
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dregparse.c356 BBuf *to; in bbuf_clone() local
569 UChar *p; in str_end_hash() local
658 UChar *p; in callout_name_table_hash() local
809 NameTable* t; in onig_names_free() local
990 NameTable* t; in onig_names_free() local
1277 make_callout_func_list(CalloutNameListType** rs, int init_size) in make_callout_func_list()
1981 CalloutTagTable* t; in callout_tag_table_new() local
2019 CalloutTagTable* t; in ext_ensure_tag_table() local
3981 OnigCodePoint from, to; in or_code_range_buf() local
6356 OnigCodePoint to; in add_ctype_to_cc_by_range_limit() local
[all …]

12345678910>>...16