Home
last modified time | relevance | path

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

123

/dports/lang/sdcc/sdcc-4.0.0/src/regression/
H A Dand1.c6 unsigned int uint0 = 0; variable
44 if(uint0 != 0xffff) in and_lit2uint()
47 uint0 &= 0x7fff; in and_lit2uint()
52 uint0 &= 0x3fff; in and_lit2uint()
57 uint0 &= 0xdfff; in and_lit2uint()
63 uint0 &= 0xff7f; in and_lit2uint()
68 uint0 &= 0x0f0f; in and_lit2uint()
73 uint0 &= 0xfefe; in and_lit2uint()
78 uint0 &= 0xf0f0; in and_lit2uint()
80 if(uint0 != 0) in and_lit2uint()
[all …]
H A Dor1.c57 if(uint0) in or_lit2uint()
60 uint0 |= 1; in or_lit2uint()
61 if(uint0 != 1) in or_lit2uint()
64 uint0 |= 2; in or_lit2uint()
65 if(uint0 != 3) in or_lit2uint()
68 uint0 |= 0x100; in or_lit2uint()
72 uint0 |= 0x102; in or_lit2uint()
76 uint0 |= 0x303; in or_lit2uint()
133 uint0 |= uint1; in or_uint2uint()
135 if(uint0 != 1) in or_uint2uint()
[all …]
H A Dfor.c8 unsigned int uint0 = 0; variable
53 uint0++; in for3()
64 for(uint0=1; uint0<10; uint0++) in for4()
75 for(uint0=1; uint0<=10; uint0++) in for5()
91 for(uint0=1; uint0<=10; uint0++) in for6()
H A Dcall1.c5 unsigned int uint0 = 0; variable
49 if (uint0) in call4()
124 call2 (uint0); in main()
130 uint1 = call5 (uint0); in main()
/dports/devel/cc65/cc65-2.19/test/val/
H A Dand1.c14 unsigned int uint0 = 0; variable
49 if(uint0 != 0xffff) in and_lit2uint()
52 uint0 &= 0x7fff; in and_lit2uint()
57 uint0 &= 0x3fff; in and_lit2uint()
62 uint0 &= 0xdfff; in and_lit2uint()
67 uint0 &= 0xff7f; in and_lit2uint()
72 uint0 &= 0x0f0f; in and_lit2uint()
77 uint0 &= 0xfefe; in and_lit2uint()
82 uint0 &= 0xf0f0; in and_lit2uint()
84 if(uint0 != 0) in and_lit2uint()
[all …]
H A Dor1.c56 if(uint0) in or_lit2uint()
59 uint0 |= 1; in or_lit2uint()
60 if(uint0 != 1) in or_lit2uint()
63 uint0 |= 2; in or_lit2uint()
64 if(uint0 != 3) in or_lit2uint()
67 uint0 |= 0x100; in or_lit2uint()
71 uint0 |= 0x102; in or_lit2uint()
75 uint0 |= 0x303; in or_lit2uint()
128 uint0 |= uint1; in or_uint2uint()
130 if(uint0 != 1) in or_uint2uint()
[all …]
H A Dfor.c17 unsigned int uint0 = 0; variable
54 uint0++; in for3()
62 for(uint0=1; uint0<10; uint0++) in for4()
71 for(uint0=1; uint0<=10; uint0++) in for5()
86 for(uint0=1; uint0<=10; uint0++) in for6()
H A Dcall1.c17 unsigned int uint0 = 0; variable
58 if (uint0) in call4()
121 call2 (uint0); in main()
127 uint1 = call5 (uint0); in main()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/streesrc/
H A Dex2leav.c26 if(twoleaves->uint0 > twoleaves->uint1) in exactlytwoleavesstree()
29 twoleaves->uint1 = twoleaves->uint0; in exactlytwoleavesstree()
30 twoleaves->uint0 = tmpval; in exactlytwoleavesstree()
32 DEBUG2(3,"has two leafs: %lu %lu\n",(Showuint) twoleaves->uint0, in exactlytwoleavesstree()
40 twoleaves->uint0 = GETLEAFINDEX(node); in exactlytwoleavesstree()
41 DEBUG1(3,"first successor is leaf %lu\n",(Showuint) twoleaves->uint0); in exactlytwoleavesstree()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/statechart/example/Performance/
H A DPerformance.cpp91 typedef mpl::integral_c< unsigned int, 0 > uint0; typedef
108 new EvFlipBit< uint0 >,
131 BitState< uint0, NoOfBits, FirstTransitionBit >
194 void Transition( const EvFlipBit< uint0 > & ) in Transition()
311 template struct BitMachine< uint1, uint0 >;
314 template struct BitMachine< uint2, uint0 >;
318 template struct BitMachine< uint3, uint0 >;
323 template struct BitMachine< uint4, uint0 >;
329 template struct BitMachine< uint5, uint0 >;
336 template struct BitMachine< uint6, uint0 >;
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/libbasedir/
H A Dtypes.h239 Uint uint0, uint1; member
244 Uint uint0, uint1, uint2; member
249 Uint uint0, uint1, uint2, uint3; member
H A Dmultiseq.c277 pos->uint0 = (Uint) retcode; in pos2pospair()
278 if(pos->uint0 == 0) in pos2pospair()
283 pos->uint1 = position - multiseq->markpos.spaceUint[pos->uint0-1] - 1; in pos2pospair()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_ImageZoom_NN.c348 mlib_u32 uint1, uint0; member
350 mlib_u32 uint0, uint1;
357 #define MASK(dst) (dst).uint0 = (dst).uint1 = -1
364 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
365 tmp.uint0 = 0; \
368 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
369 tmp.uint0 = tmp.uint0 >> (rshift); \
379 tmp.uint0 = tmp.uint1 << ((lshift) - 32); \
383 tmp.uint0 = (tmp.uint0 << (lshift)) | (tmp.uint1 >> (32 - (lshift))); \
393 ((tmp).uint0 = (src1).uint0 OPERATION (src2).uint0); \
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_ImageZoom_NN.c348 mlib_u32 uint1, uint0; member
350 mlib_u32 uint0, uint1;
357 #define MASK(dst) (dst).uint0 = (dst).uint1 = -1
364 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
365 tmp.uint0 = 0; \
368 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
369 tmp.uint0 = tmp.uint0 >> (rshift); \
379 tmp.uint0 = tmp.uint1 << ((lshift) - 32); \
383 tmp.uint0 = (tmp.uint0 << (lshift)) | (tmp.uint1 >> (32 - (lshift))); \
393 ((tmp).uint0 = (src1).uint0 OPERATION (src2).uint0); \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom_NN.c345 mlib_u32 uint1, uint0; member
347 mlib_u32 uint0, uint1;
354 #define MASK(dst) (dst).uint0 = (dst).uint1 = -1
361 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
362 tmp.uint0 = 0; \
365 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
366 tmp.uint0 = tmp.uint0 >> (rshift); \
376 tmp.uint0 = tmp.uint1 << ((lshift) - 32); \
380 tmp.uint0 = (tmp.uint0 << (lshift)) | (tmp.uint1 >> (32 - (lshift))); \
390 ((tmp).uint0 = (src1).uint0 OPERATION (src2).uint0); \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_ImageZoom_NN.c348 mlib_u32 uint1, uint0; member
350 mlib_u32 uint0, uint1;
357 #define MASK(dst) (dst).uint0 = (dst).uint1 = -1
364 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
365 tmp.uint0 = 0; \
368 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
369 tmp.uint0 = tmp.uint0 >> (rshift); \
379 tmp.uint0 = tmp.uint1 << ((lshift) - 32); \
383 tmp.uint0 = (tmp.uint0 << (lshift)) | (tmp.uint1 >> (32 - (lshift))); \
393 ((tmp).uint0 = (src1).uint0 OPERATION (src2).uint0); \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dmlib_ImageZoom_NN.c348 mlib_u32 uint1, uint0; member
350 mlib_u32 uint0, uint1;
357 #define MASK(dst) (dst).uint0 = (dst).uint1 = -1
364 tmp.uint1 = tmp.uint0 >> ((rshift) - 32); \
365 tmp.uint0 = 0; \
368 tmp.uint1 = (tmp.uint1 >> (rshift)) | (tmp.uint0 << (32 - (rshift))); \
369 tmp.uint0 = tmp.uint0 >> (rshift); \
379 tmp.uint0 = tmp.uint1 << ((lshift) - 32); \
383 tmp.uint0 = (tmp.uint0 << (lshift)) | (tmp.uint1 >> (32 - (lshift))); \
393 ((tmp).uint0 = (src1).uint0 OPERATION (src2).uint0); \

123