Searched refs:Max (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dsched5.c11 int Max = sched_get_priority_max (SCHED_OTHER); local
12 if (Min != 0 || Max != 0)
14 fprintf (stderr, "min: %d, max: %d\n", Min, Max);
/netbsd-6-1-5-RELEASE/games/robots/
H A Dmake_level.c74 Max.y = 0;
75 Max.x = 0;
89 if (cp->y > Max.y)
90 Max.y = cp->y;
91 if (cp->x > Max.x)
92 Max.x = cp->x;
H A Dmove_robs.c60 move(Max.y, Max.x);
83 Max.y = 0;
84 Max.x = 0;
105 if (rp->y > Max.y)
106 Max.y = rp->y;
107 if (rp->x > Max.x)
108 Max.x = rp->x;
121 move(Max.y, Max
[all...]
H A Dextern.c79 COORD Max; /* Max area robots take up */ variable
H A Dplay_level.c68 move(Max.y, Max.x);
H A Drobots.h104 extern COORD Max, Min, My_pos, Robots[], Scrap[];
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dxgetcwd.c41 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0)
49 # define getcwd(Buf, Max) getwd (Buf)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dkoenig6.C15 friend inline Self Max(const Self &v1, const Self &v2) { function in class:Vector2
23 return Max(y, y);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs61 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth),
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dlcl_ho.c100 #define Max(a,b) ((a) > (b) ? (a) : (b)) macro
237 if (strncasecmp(hp->h_name, name, Max(n, nn)) == 0)
241 if (strncasecmp(*hap, name, Max(n, nn)) == 0)
H A Dirp_ho.c62 #define Max(a,b) ((a) > (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h678 /*! @function Max
683 #if( !defined( Max ) )
684 #define Max( X, Y ) ( ( ( X ) > ( Y ) ) ? ( X ) : ( Y ) ) macro
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dconf.c206 #define CONF_LL(Field,Arg,Min,Max) \
210 llval = strsuftollx(#Field, Arg, Min, Max, \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslcompiler.l659 sprintf (MsgBuffer, "Max %u", ASL_LINE_BUFFER_SIZE);
1110 Gbl_Files[ASL_FILE_INPUT].Filename, "Max length 4096");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzconf.c915 ret = fprintf (stderr, "Max TTL (%ld) should be less or equal signature validity (%ld)\n",
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Diwm.s534 movew #100,%d2 | Max. tries
668 moveb #2*maxGCRSectors,%a6@(-6) | Max. retry count
708 moveq #50,%d3 | Max. retries for sector lookup
982 moveb #maxGCRSectors,%a6@(-6) | Max. retry count
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dlib1funcs.asm3088 Max defect: 6.081536e-07 at -1.000000e+00
3090 Max 2nd step defect: 9.606539e-12 at -1.000000e+00
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.ml837 (* Max. *)

Completed in 286 milliseconds