Home
last modified time | relevance | path

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

/dports/net/traff/traff-0.7/
H A Dreadconfig.h25 typedef unsigned int U_INT; typedef
48 U_INT ip;
49 U_INT mask;
50 U_INT port;
83 U_INT table_next;
103 U_INT ip[2];
104 U_INT port[2];
105 U_INT length;
110 U_INT ip;
111 U_INT input;
[all …]
/dports/games/vavoom/vavoom-1.33/utils/acc/
H A Dpcode.c537 PC_WriteInt((U_INT)pc_Address, 4); in CloseOld()
832 PC_AppendInt((U_INT)i); in CloseNew()
893 PC_AppendInt((U_INT)chunkStart); in CloseNew()
902 PC_WriteInt((U_INT)pc_Address, 4); in CloseNew()
931 U_INT pad = 0; in CreateDummyScripts()
967 PC_AppendInt((U_INT)count); in RecordDummyScripts()
1045 void PC_AppendInt(U_INT val) in PC_AppendInt()
1051 Append(&val, sizeof(U_INT)); in PC_AppendInt()
1078 Append(&command, sizeof(U_INT)); in PC_AppendCmd()
1165 void PC_AppendPushVal(U_INT val) in PC_AppendPushVal()
[all …]
H A Dstrlist.c278 U_INT pad; in STR_WriteStrings()
304 PC_AppendInt((U_INT)LanguageInfo[0]->list.stringCount); in STR_WriteList()
307 PC_AppendInt((U_INT)LanguageInfo[0]->list.strings[i].address); in STR_WriteList()
347 PC_AppendInt((U_INT)id); in STR_WriteListChunk()
354 U_INT pad = 0; in STR_WriteListChunk()
377 PC_AppendInt((U_INT)ofs); in DumpStrings()
414 U_INT pad = 0; in DumpStrings()
H A Dmisc.h33 U_INT MS_LittleUINT(U_INT val);
H A Dpcode.h428 void PC_AppendInt(U_INT val);
431 void PC_AppendPushVal(U_INT val);
436 void PC_WriteInt(U_INT val, int address);
H A Dmisc.c122 U_INT MS_LittleUINT(U_INT val) in MS_LittleUINT()
H A Dcommon.h101 typedef unsigned int U_INT; typedef
H A Dparse.c1603 if ((U_INT)argSave[i] > 255) in LeadingLineSpecial()
1984 if ((U_INT)argSave[i] > 255) in ProcessInternFunc()
2613 U_INT pad = 0; in LeadingSwitch()
/dports/archivers/zip/zip30/os2/
H A Dos2acl.c71 typedef ULONG U_INT; typedef
80 typedef USHORT U_INT; typedef
239 static U_INT cwdlen; in acl_mkpath()
240 U_INT cdrive; in acl_mkpath()
292 U_INT cnt, offs; in acl_bin2text()
335 U_INT cnt; in acl_text2bin()
/dports/archivers/unzip/unzip60/os2/
H A Dos2acl.c71 typedef ULONG U_INT; typedef
80 typedef USHORT U_INT; typedef
239 static U_INT cwdlen; in acl_mkpath()
240 U_INT cdrive; in acl_mkpath()
292 U_INT cnt, offs; in acl_bin2text()
335 U_INT cnt; in acl_text2bin()
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dpdf.h33 #ifndef U_INT
34 #define U_INT unsigned int macro
/dports/math/plplot/plplot-5.15.0/include/
H A Dpdf.h33 #ifndef U_INT
34 #define U_INT unsigned int macro
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dpdf.h35 #ifndef U_INT
36 #define U_INT unsigned int macro
H A Dxwin.c1088 U_INT width, height, border, depth; in InitMain()
/dports/math/xplot/xplot-0.90.7.1/
H A Dxplot.h68 typedef enum { U_INT, INT, TIMEVAL, DOUBLE, DTIME} coord_type; enumerator
H A Dcoord.c54 if (strcmp(s,"unsigned") == 0) return U_INT; in parse_coord_name()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSImageSerialization.java89 final IntWritable U_INT = new IntWritable(); field in FSImageSerialization.TLData
396 IntWritable uInt = TL_DATA.get().U_INT; in readInt()
403 IntWritable uInt = TL_DATA.get().U_INT; in writeInt()
/dports/devel/ncc/ncc-2.8/
H A Dglobal.h163 S_CHAR = -20, U_CHAR, S_SINT, U_SINT, S_INT, U_INT, enumerator
H A Dccexpr.C936 case U_INT : PASM2 (TUI, 4); break; in putthis()
H A Dparser.C340 else basetype = (us) ? U_INT : S_INT; in builtin()
/dports/security/suricata/suricata-6.0.4/
H A Dacsite.m428 ac_cv_c_$1_type="U_INT"
/dports/devel/libvirt/libvirt-7.10.0/tools/wireshark/util/
H A Dgenxdrstub.pl262 U_INT => 'UINT32',
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dxwin.c1184 U_INT width, height, border, depth; in InitMain()
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dxwin.c1184 U_INT width, height, border, depth; in InitMain()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.312419 (TestBigDecimal#test_new): replace U_LONG, S_LONG, S_INT, and U_INT