Home
last modified time | relevance | path

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

12

/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmd5sum.c156 my_uint len;
157 my_uint state[4];
161 void encode(byte*, my_uint*, my_uint);
162 void decode(my_uint*, byte*, my_uint);
163 MD5state* md5(byte*, my_uint, byte*, MD5state*);
201 my_uint a, b, c, d, tmp; in md5()
202 my_uint i, done; in md5()
205 my_uint x[16]; in md5()
298 encode(byte *output, my_uint *input, my_uint len) in encode()
300 my_uint x; in encode()
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h448 my_uint ip_count;
452 my_uint flags;
465 my_uint nickcount;
468 my_uint kickcount;
471 my_uint joincount;
474 my_uint dopcount;
477 my_uint bancount;
486 my_uint stat_hops;
488 my_uint stat_eban;
496 my_uint sent_reop;
[all …]
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h448 my_uint ip_count;
452 my_uint flags;
465 my_uint nickcount;
468 my_uint kickcount;
471 my_uint joincount;
474 my_uint dopcount;
477 my_uint bancount;
486 my_uint stat_hops;
488 my_uint stat_eban;
496 my_uint sent_reop;
[all …]
/dports/converters/p5-Encoding-BER/Encoding-BER-1.02/t/
H A Dt1.t36 [ { type => 'my_uint', value => '1' }, 'C1 01 01' ],
37 [ { type => 'my_uint', value => '2' }, 'C1 01 02' ],
38 [ { type => 'my_uint', value => '127' }, 'C1 01 7F' ],
39 [ { type => 'my_uint', value => '128' }, 'C1 01 80' ],
40 [ { type => 'my_uint', value => '255' }, 'C1 01 FF' ],
41 [ { type => 'my_uint', value => '256' }, 'C1 02 01 00' ],
115 [ { type => 'my_uint', value => Math::BigInt->new($_->[0]) }, $_->[1] , $_->[2] ]
143 $ber->add_implicit_tag('private', 'primitive', 'my_uint', 1, 'uint');
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/io/streams/test/
H A Dtest-streams.cc19 unsigned int my_uint; member
37 << data.my_uint in write()
64 >> check.my_uint >> check.my_uint64 in read()
70 << ", " << check.my_uint in read()
94 equal &= (data.my_uint == check.my_uint); in read()
116 data.my_uint = 42; in main()
/dports/math/testu01/TestU01-1.2.3/testu01/
H A Duvaria.c433 typedef unsigned int my_uint; typedef
437 static my_uint rotl (my_uint x, my_uint r) { in rotl()
447 static my_uint randbuffer[KK]; /* history buffer */
454 my_uint x; in RanrotB()
475 static void RanrotBInit (my_uint seed) { in RanrotBInit()
490 scale = ldexp(1., -8* (int) sizeof(my_uint)); in RanrotBInit()
/dports/databases/adabase/AdaBase-3.1/src/bindings/
H A Dadabase-bindings-mysql.ads192 type my_uint is new IC.unsigned; type
310 function mysql_errno (handle : not null access MYSQL) return my_uint;
341 port : my_uint;
357 function mysql_field_count (handle : not null access MYSQL) return my_uint;
361 return my_uint;
430 return my_uint;
475 return my_uint;
/dports/databases/adabase/AdaBase-3.1/src/connections/
H A Dadabase-connection-base-mysql.adb171 result : ABM.my_uint;
269 portval : ABM.my_uint := 0;
275 portval := ABM.my_uint (port);
459 result : ABM.my_uint;
487 result : ABM.my_uint;
834 result : ABM.my_uint;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-redundant-void-arg.c17 typedef unsigned int my_uint; typedef
H A Dmodernize-redundant-void-arg.cpp26 typedef unsigned int my_uint; typedef
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DPropertyRegistration.cs58 uint my_uint; field in GtkSamples.TestObject
61 get { return my_uint; }
62 set { my_uint = value; }

12