Home
last modified time | relevance | path

Searched refs:templong (Results 1 – 25 of 41) sorted by relevance

12

/dports/audio/gramofile/gramofile-1.6P/
H A Dtracksplit_parammenu.c378 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
415 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
453 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
491 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
529 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
567 if (templong < 0 || templong > 10000) in tracksplit_parammenu()
652 if (templong < 1 || templong > 10000) in tracksplit_parammenu()
664 if (templong < 1 || templong > 10000) in tracksplit_parammenu()
676 if (templong < 1 || templong > 10000) in tracksplit_parammenu()
688 if (templong < 1 || templong > 10000) in tracksplit_parammenu()
[all …]
H A Dplaywav.c198 long templong; in playwav_select_file() local
441 templong = atol (trackstring.string); in playwav_select_file()
447 playwav_track (string.string, templong, PLAY_TRACK); in playwav_select_file()
457 playwav_track (string.string, templong, PLAY_END); in playwav_select_file()
467 playwav_track (string.string, templong, PLAY_AFTER); in playwav_select_file()
472 if (templong < 99) in playwav_select_file()
473 templong++; in playwav_select_file()
474 sprintf (trackstring.string, "%ld", templong); in playwav_select_file()
481 if (templong > 1) in playwav_select_file()
482 templong--; in playwav_select_file()
[all …]
H A Dtracksplit.c553 long templong; in tracksplit_main() local
600 if (fread (&templong, sizeof (long), 1, tempfile) < 1) in tracksplit_main()
609 if (templong != blocklen) in tracksplit_main()
618 if (fread (&templong, sizeof (long), 1, tempfile) < 1) in tracksplit_main()
627 if (templong < 1) in tracksplit_main()
635 total_blocks = templong; in tracksplit_main()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/a68k/
H A DA68kmisc.c79 long templong; local
96 long templong; local
222 long templong; local
413 CheckSum = templong;
428 templong = HunkUnit;
429 xputl (f, templong);
605 templong = HunkEnd;
625 templong = Sdata[i];
627 CheckSum += templong;
819 templong = num;
[all …]
H A DAdirect.c34 long templong; in ObjDir() local
155 && ((ObjSrc & templong) != templong)) in ObjDir()
198 templong -= 4; in ObjDir()
200 if (templong > 0) { in ObjDir()
201 i = templong; in ObjDir()
410 templong = ObjDest; in ObjDir()
411 while ((templong > 0) && ((templong & 1) == 0)) in ObjDir()
484 templong = *s; in ObjDir()
775 templong = AddrCnt; in ObjDir()
784 templong = AddrCnt; in ObjDir()
[all …]
H A DCodegen.c34 long templong; in GetObjectCode() local
457 templong = 32767; in GetObjectCode()
461 templong = 127; in GetObjectCode()
470 ((ObjSrc-AddrCnt-2 > templong) || (ObjSrc-AddrCnt-2 < -templong-1)) : in GetObjectCode()
471 ((ObjSrc > templong) || (ObjSrc < -templong-1))) in GetObjectCode()
697 EmitAddrDiffs(templong, 1); in GetObjectCode()
1043 templong |= UNOPTIMIZABLE; in GetObjectCode()
1048 EmitAddrDiffs(templong, 1); in GetObjectCode()
1066 templong |= UNOPTIMIZABLE; in GetObjectCode()
1077 templong |= UNOPTIMIZABLE; in GetObjectCode()
[all …]
H A DA68kmain.c41 long templong; local
441 templong = sizeof (struct SymTab *) * HashSize;
694 codesize += templong;
696 datasize += templong;
698 bsssize += templong;
863 templong = (long) (High2 - Heap2);
865 templong += (long) (Heap2 + maxheap2 - Low2);
869 fprintf (stderr, ",%ld\n", templong);
871 sprintf (tempchar, ",%ld\n", templong);
893 templong = (NumSyms + 1) * sizeof (int);
[all …]
H A DOperands.c176 long templong; local
439 templong = op->Value-(AddrCnt+pcconv); /* PC disp. */
440 if ((templong >= -32768) && (templong <= 32767)) {
445 op->Value=templong; /* Adjust displacement. */
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dksm.cpp103 unsigned long temp,templong; in update() local
111 templong = note[nownote]; in update()
113 if ((templong&192) == 0) in update()
133 if ((templong&192) == 128) in update()
139 if ((templong&192) == 192) in update()
219 templong = note[nownote]; in update()
221 count = (templong>>12)-1; in update()
235 unsigned long templong; in rewind() local
287 templong = *note; in rewind()
288 count = (templong>>12)-1; in rewind()
[all …]
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dksm.cpp103 unsigned long temp,templong; in update() local
111 templong = note[nownote]; in update()
113 if ((templong&192) == 0) in update()
133 if ((templong&192) == 128) in update()
139 if ((templong&192) == 192) in update()
219 templong = note[nownote]; in update()
221 count = (templong>>12)-1; in update()
235 unsigned long templong; in rewind() local
287 templong = *note; in rewind()
288 count = (templong>>12)-1; in rewind()
[all …]
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_convert_gmp.c67 switch (Py_SIZE(templong)) { in GMPy_MPZ_From_PyIntOrLong()
80 if (Py_SIZE(templong) < 0) { in GMPy_MPZ_From_PyIntOrLong()
81 len = - Py_SIZE(templong); in GMPy_MPZ_From_PyIntOrLong()
84 len = Py_SIZE(templong); in GMPy_MPZ_From_PyIntOrLong()
89 sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit); in GMPy_MPZ_From_PyIntOrLong()
113 switch (Py_SIZE(templong)) { in mpz_set_PyIntOrLong()
126 if (Py_SIZE(templong) < 0) { in mpz_set_PyIntOrLong()
130 len = Py_SIZE(templong); in mpz_set_PyIntOrLong()
135 sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit); in mpz_set_PyIntOrLong()
419 switch (Py_SIZE(templong)) { in GMPy_XMPZ_From_PyIntOrLong()
[all …]
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_convert_gmp.c63 switch (Py_SIZE(templong)) { in GMPy_MPZ_From_PyIntOrLong()
76 if (Py_SIZE(templong) < 0) { in GMPy_MPZ_From_PyIntOrLong()
77 len = - Py_SIZE(templong); in GMPy_MPZ_From_PyIntOrLong()
80 len = Py_SIZE(templong); in GMPy_MPZ_From_PyIntOrLong()
85 sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit); in GMPy_MPZ_From_PyIntOrLong()
109 switch (Py_SIZE(templong)) { in mpz_set_PyIntOrLong()
122 if (Py_SIZE(templong) < 0) { in mpz_set_PyIntOrLong()
126 len = Py_SIZE(templong); in mpz_set_PyIntOrLong()
131 sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit); in mpz_set_PyIntOrLong()
442 switch (Py_SIZE(templong)) { in GMPy_XMPZ_From_PyIntOrLong()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dfov.c71 long templong; in g3_get_zoom() local
86 templong = fix_mul_div(window_height, pixel_ratio, in g3_get_zoom()
90 if (templong <= f1_0) // cmp eax,f1_0 ;< 1.0? jle scale_x ;scale x in g3_get_zoom()
94 return (fix_mul(unscalezoom, templong)); in g3_get_zoom()
98 return (fix_div(unscalezoom, templong)); in g3_get_zoom()
/dports/archivers/dpkg/dpkg-1.19.7/dpkg-split/
H A Dinfo.c93 intmax_t templong; in read_info() local
169 templong = parse_intmax(slash, ar->name, _("number of archive parts")); in read_info()
170 if (templong <= 0 || templong > INT_MAX) in read_info()
172 ir->maxpartn= templong; in read_info()
173 templong = parse_intmax(partnums, ar->name, _("archive parts number")); in read_info()
174 if (templong <= 0 || templong > ir->maxpartn) in read_info()
176 ir->thispartn= templong; in read_info()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DBUILD.C1228 templong = gettile(templong); in editinput()
1783 if (templong == 0) in editinput()
2555 templong = numwalls; in overheadeditor()
2670 numwalls = templong; in overheadeditor()
5296 if (templong < 0) in clockdir()
5311 templong = wall[i].x; wall[i].x = wall[j].x; wall[j].x = templong; in flipwalls()
5312 templong = wall[i].y; wall[i].y = wall[j].y; wall[j].y = templong; in flipwalls()
5565 templong = x1, x1 = x2, x2 = templong; in loopinside()
5566 templong = y1, y1 = y2, y2 = templong; in loopinside()
5901 templong = x1; x1 = x2; x2 = templong; in fillsector()
[all …]
H A DMULTI.C525 long i, j, k, newindex, templong; in netinitconnection() local
554 templong = connectnum[i], connectnum[i] = connectnum[j], connectnum[j] = templong; in netinitconnection()
957 long i, j, k, daotherconnectnum, templong; in processreservedmessage() local
1023templong = ((long)datempbuf[j])+((long)(datempbuf[j+1]<<8))+((long)(datempbuf[j+2]<<16))+((long)(d… in processreservedmessage()
1024 netinitconnection(templong,&datempbuf[j+4]); in processreservedmessage()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DBUILD.C1228 templong = gettile(templong); in editinput()
1783 if (templong == 0) in editinput()
2555 templong = numwalls; in overheadeditor()
2670 numwalls = templong; in overheadeditor()
5296 if (templong < 0) in clockdir()
5311 templong = wall[i].x; wall[i].x = wall[j].x; wall[j].x = templong; in flipwalls()
5312 templong = wall[i].y; wall[i].y = wall[j].y; wall[j].y = templong; in flipwalls()
5565 templong = x1, x1 = x2, x2 = templong; in loopinside()
5566 templong = y1, y1 = y2, y2 = templong; in loopinside()
5901 templong = x1; x1 = x2; x2 = templong; in fillsector()
[all …]
H A DMULTI.C525 long i, j, k, newindex, templong; in netinitconnection() local
554 templong = connectnum[i], connectnum[i] = connectnum[j], connectnum[j] = templong; in netinitconnection()
957 long i, j, k, daotherconnectnum, templong; in processreservedmessage() local
1023templong = ((long)datempbuf[j])+((long)(datempbuf[j+1]<<8))+((long)(datempbuf[j+2]<<16))+((long)(d… in processreservedmessage()
1024 netinitconnection(templong,&datempbuf[j+4]); in processreservedmessage()
/dports/security/liboqs/liboqs-0.7.0/src/kem/frodokem/external/
H A Dfrodo_macrify_optimized.c159 uint64_t templong; in frodo_key_decode() local
162 templong = 0; in frodo_key_decode()
165 templong |= ((uint64_t)(temp & maskex)) << (PARAMS_EXTRACTED_BITS * j); in frodo_key_decode()
169 pos[i*PARAMS_EXTRACTED_BITS + j] = (templong >> (8*j)) & 0xFF; in frodo_key_decode()
H A Dfrodo_macrify_reference.c199 uint64_t templong; in frodo_key_decode() local
202 templong = 0; in frodo_key_decode()
205 templong |= ((uint64_t)(temp & maskex)) << (PARAMS_EXTRACTED_BITS * j); in frodo_key_decode()
209 pos[i*PARAMS_EXTRACTED_BITS + j] = (templong >> (8*j)) & 0xFF; in frodo_key_decode()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dbuild.c1454 templong = gettile(templong); in editinput()
2010 if (templong == 0) in editinput()
2823 templong = numwalls; in overheadeditor()
2941 numwalls = templong; in overheadeditor()
5753 if (templong < 0) in clockdir()
5768 templong = wall[i].x; wall[i].x = wall[j].x; wall[j].x = templong; in flipwalls()
5769 templong = wall[i].y; wall[i].y = wall[j].y; wall[j].y = templong; in flipwalls()
6019 templong = x1, x1 = x2, x2 = templong; in loopinside()
6020 templong = y1, y1 = y2, y2 = templong; in loopinside()
6384 templong = x1; x1 = x2; x2 = templong; in fillsector()
[all …]
/dports/comms/mlan3/mlan3-1.00/common/
H A Datod20.c287 ulong templong; in ReadAtoDResults() local
336 templong = ((send_block[i + 1] << 8) | send_block[i]) & 0x0000FFFF; in ReadAtoDResults()
337 prslt[(i - 3) / 2] = (float)((float)(templong / 65535.0) * in ReadAtoDResults()
/dports/audio/gramofile/gramofile-1.6P/perl-swig/
H A Dtracksplit.c553 long templong; in tracksplit_main() local
600 if (fread (&templong, sizeof (long), 1, tempfile) < 1) in tracksplit_main()
609 if (templong != blocklen) in tracksplit_main()
618 if (fread (&templong, sizeof (long), 1, tempfile) < 1) in tracksplit_main()
627 if (templong < 1) in tracksplit_main()
635 total_blocks = templong; in tracksplit_main()
/dports/games/moria/umoria/source/
H A Drecall.c162 int32 templong; local
358 templong = (long)cp->mexp * cp->level / py.misc.lev;
364 (void) sprintf(temp, " creature is worth %ld.%02ld point%s", templong,
365 j, (templong == 1 && j == 0 ? "" : "s"));
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_str.c874 long templong; in h5tools_str_sprint() local
876 HDmemcpy(&templong, vp, sizeof(long)); in h5tools_str_sprint()
879 templong = 0; in h5tools_str_sprint()
881templong = (long)((unsigned long long)(templong >> packed_data_offset) & packed_data_mask); in h5tools_str_sprint()
883 h5tools_str_append(str, OPT(info->fmt_long, "%ld"), templong); in h5tools_str_sprint()

12