Home
last modified time | relevance | path

Searched refs:thesize (Results 76 – 91 of 91) sorted by relevance

1234

/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A Dtokenizer.h458 CToken* HandleHex(bool thesize);
459 CToken* HandleOctal(bool thesize);
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A Dtokenizer.h455 CToken* HandleHex(bool thesize);
456 CToken* HandleOctal(bool thesize);
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dsyscode.c542 struct winsize thesize; in check_tty_lines() local
543 if (screen && ioctl(fileno(stdout),TIOCGWINSZ,&thesize)==0) in check_tty_lines()
544 tty_lines= thesize.ws_row; in check_tty_lines()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c2808 RsvgDimensionData thesize; in loadGraphicFromFormat() local
2810 thesize.width = 40; in loadGraphicFromFormat()
2811 thesize.height = 40; in loadGraphicFromFormat()
2831 rsvg_handle_get_dimensions (handle, &thesize); in loadGraphicFromFormat()
2832 … cairo_svg_surface_create_for_stream (NULL, NULL, (double) (thesize.width), (double) (thesize.heig… in loadGraphicFromFormat()
2850 fread (&thesize.width, 4, 1, fp); in loadGraphicFromFormat()
2851 fread (&thesize.height, 4, 1, fp); in loadGraphicFromFormat()
2852 thesize.width = GINT_FROM_BE (thesize.width); in loadGraphicFromFormat()
2853 thesize.height = GINT_FROM_BE (thesize.height); in loadGraphicFromFormat()
2865 graphic->width = thesize.width; in loadGraphicFromFormat()
[all …]
/dports/irc/quirc/quirc-0.9.84/
H A Dserverdcc.h130 char *thefile, int thesize, int dccflags, const char *renamedfile);
H A Ddcc.cc293 …rverp, const char *thenick, char *theip, int theport, char *thefile, int thesize, int dccflags, co… in tdcc() argument
340 size=thesize; in tdcc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/Test/
H A DBasesTest.cs44 public int thesize { get { return size; } set { size = value; } } property in C5UnitTests.support.bases.ArrayBaseTest.ABT
53 abt.thesize = 3; in Check()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MCLDUGens/sc/HelpSource/Classes/
H A DNearestN.schelp71 var thesize, y;
/dports/math/form/form-4.2.1/sources/
H A Dmpi.c484 LONG PF_RawRecv(int *src,void *buf,LONG thesize,int *tag) in PF_RawRecv() argument
487 int ret=MPI_Recv(buf,(int)thesize,MPI_BYTE,*src,MPI_ANY_TAG,PF_COMM,&stat); in PF_RawRecv()
/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/
H A DHashedStorage.hs483 thesize = decodeDarcsSize $ BC.drop 9 pris_line function
485 readDarcsHashed (darcs </> "pristine.hashed") (thesize, thehash)
/dports/textproc/tth/tth_C/
H A Dtth.c15023 STATIC int thesize=0; variable
20738 scratchstring,thesize);
23421 if(thesize){
23437 thesize/SCALEDPERPIXEL,boxalign);
23476 for(js2=0;js2<thesize;js2++){TTH_OUTPUT("&nbsp;");}
23642 boxborder,thesize,"%",boxalign);
23647 boxborder,thesize/SCALEDPERPIXEL,boxalign);
24234 thesize = scaledpoints(anumber,scratchstring);
24237 thesize,anumber,scratchstring);
24245 thesize=100*anumber;
[all …]
/dports/biology/migrate/migrate-3.6.11/src/
H A Dprofile.c671 long thesize = WORDSIZE * world->numpop2;
673 thisparam = (char *) mycalloc(thesize ,sizeof(char));
677 strncpy(thisparam, buffer, thesize-1);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/trees/
H A DRedBlackTreeBag.cs4555 int thesize; in check()
4556 bool rv = rbminisnapcheck(root, o, out thesize, out min, out max); in check()
4558 rv = massert(size == thesize, root, "bad snapshot size", o) && rv; in check()
H A DRedBlackTreeSet.cs4555 int thesize; in check()
4556 bool rv = rbminisnapcheck(root, o, out thesize, out min, out max); in check()
4558 rv = massert(size == thesize, root, "bad snapshot size", o) && rv; in check()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp21142 REGISTER INTBIG thesize; in us_includetextsize() local
21144 thesize = TXTGETQLAMBDA(size); in us_includetextsize()
21145 if (thesize == 0) in us_includetextsize()
21148 thesize = TXTGETPOINTS(size); in us_includetextsize()
21151 *highabs = *lowabs = thesize; in us_includetextsize()
21154 if (thesize < *lowabs) *lowabs = thesize; in us_includetextsize()
21155 if (thesize > *highabs) *highabs = thesize; in us_includetextsize()
21161 *highrel = *lowrel = thesize; in us_includetextsize()
21164 if (thesize < *lowrel) *lowrel = thesize; in us_includetextsize()
21165 if (thesize > *highrel) *highrel = thesize; in us_includetextsize()
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/mythic_adventures/
H A Dma_spells.lst135 …hic power tomake the grease flammable. It ignites from any fire at least thesize of a candle flame…

1234