Home
last modified time | relevance | path

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

12345

/dports/games/hexxagon/hexxagon-1.0.2/src/libhexx/
H A Dbitboard64.cpp32 BitBoard64 ret(~lowbits, ~highbits); in operator ~()
38 BitBoard64 ret(lowbits & right.lowbits, highbits & right.highbits); in operator &()
44 BitBoard64 ret(lowbits | right.lowbits, highbits | right.highbits); in operator |()
51 highbits = right.highbits; in operator =()
57 BitBoard64 ret(lowbits ^ right.lowbits, highbits ^ right.highbits); in operator ^()
63 return (bool)(lowbits || highbits); in notEmpty()
74 highbits |= (1 << (bit-32)); in setBit()
85 highbits &= ~(1 << (bit-32)); in unSetBit()
96 return highbits & (1 << (bit-32)); in getBit()
102 input >> lowbits >> highbits; in read()
[all …]
H A Dbitboard64.h35 BitBoard64(void) {lowbits = 0; highbits = 0;}; in BitBoard64()
36 BitBoard64(uint32_t l, uint32_t h) {lowbits = l, highbits = h;}; in BitBoard64()
56 printf("0x%X, 0x%X\n", lowbits, highbits); in printInHex()
64 uint32_t lowbits, highbits;
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/
H A Dcoding.c104 bool highbits = true; in oath_hex2bin() local
119 if (highbits) in oath_hex2bin()
126 if (!highbits) in oath_hex2bin()
134 highbits = !highbits; in oath_hex2bin()
137 if (!highbits) in oath_hex2bin()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-round2.c95 DOUBLE_UINT highbits, lowbits; in main() local
97 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
104 janus.i = lowbits | (highbits << (DOUBLE_BITS - NUM_HIGHBITS)); in main()
H A Dtest-ceil2.c157 unsigned int highbits; in main() local
160 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
166 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
H A Dtest-floor2.c154 unsigned int highbits; in main() local
157 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
163 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
H A Dtest-floorf2.c153 unsigned int highbits; in main() local
156 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
162 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
H A Dtest-ceilf2.c157 unsigned int highbits; in main() local
160 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
166 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
H A Dtest-trunc2.c162 unsigned int highbits; in main() local
165 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
171 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
H A Dtest-truncf2.c162 unsigned int highbits; in main() local
165 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
171 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-round2.c95 DOUBLE_UINT highbits, lowbits; in main() local
97 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
104 janus.i = lowbits | (highbits << (DOUBLE_BITS - NUM_HIGHBITS)); in main()
H A Dtest-ceil2.c157 unsigned int highbits; in main() local
160 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
166 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
H A Dtest-ceilf2.c157 unsigned int highbits; in main() local
160 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
166 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
H A Dtest-floorf2.c153 unsigned int highbits; in main() local
156 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
162 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
H A Dtest-floor2.c154 unsigned int highbits; in main() local
157 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
163 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
H A Dtest-truncf2.c162 unsigned int highbits; in main() local
165 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
171 janus.i = ((uint32_t) highbits << (32 - NUM_HIGHBITS)) in main()
H A Dtest-trunc2.c162 unsigned int highbits; in main() local
165 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
171 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/group/
H A Dhcube.cc76 int highbits = (nhyper_-2)<<(i_-offset); in fwdsendto() local
78 if (!(me_&bit) && !(me_&highbits)) { in fwdsendto()
111 int highbits = (nhyper_-2)<<(i_-offset); in fwdrecvfrom() local
112 if (!(me_&bit) && !(me_&highbits)) { in fwdrecvfrom()
115 else if (!(me_&highbits)) { in fwdrecvfrom()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dairbustr_vidhrdw.c120 static int bg_scrollx, bg_scrolly, fg_scrollx, fg_scrolly, highbits; in WRITE_HANDLER() local
132 case 0x08: highbits = ~data; break; // complemented high bits in WRITE_HANDLER()
137 tilemap_set_scrollx(bg_tilemap, 0, ((highbits << 6) & 0x100) + bg_scrollx + xoffs ); in WRITE_HANDLER()
138 tilemap_set_scrolly(bg_tilemap, 0, ((highbits << 5) & 0x100) + bg_scrolly + yoffs ); in WRITE_HANDLER()
139 tilemap_set_scrollx(fg_tilemap, 0, ((highbits << 8) & 0x100) + fg_scrollx + xoffs ); in WRITE_HANDLER()
140 tilemap_set_scrolly(fg_tilemap, 0, ((highbits << 7) & 0x100) + fg_scrolly + yoffs ); in WRITE_HANDLER()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dairbustr_vidhrdw.c120 static int bg_scrollx, bg_scrolly, fg_scrollx, fg_scrolly, highbits; in WRITE_HANDLER() local
132 case 0x08: highbits = ~data; break; /* complemented high bits*/ in WRITE_HANDLER()
137 tilemap_set_scrollx(bg_tilemap, 0, ((highbits << 6) & 0x100) + bg_scrollx + xoffs ); in WRITE_HANDLER()
138 tilemap_set_scrolly(bg_tilemap, 0, ((highbits << 5) & 0x100) + bg_scrolly + yoffs ); in WRITE_HANDLER()
139 tilemap_set_scrollx(fg_tilemap, 0, ((highbits << 8) & 0x100) + fg_scrollx + xoffs ); in WRITE_HANDLER()
140 tilemap_set_scrolly(fg_tilemap, 0, ((highbits << 7) & 0x100) + fg_scrolly + yoffs ); in WRITE_HANDLER()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dairbustr.c116 static int bg_scrollx, bg_scrolly, fg_scrollx, fg_scrolly, highbits; in WRITE_HANDLER() local
128 case 0x08: highbits = ~data; break; // complemented high bits in WRITE_HANDLER()
134 tilemap_set_scrollx(bg_tilemap, 0, ((highbits << 6) & 0x100) + bg_scrollx + xoffs ); in WRITE_HANDLER()
135 tilemap_set_scrolly(bg_tilemap, 0, ((highbits << 5) & 0x100) + bg_scrolly + yoffs ); in WRITE_HANDLER()
136 tilemap_set_scrollx(fg_tilemap, 0, ((highbits << 8) & 0x100) + fg_scrollx + xoffs ); in WRITE_HANDLER()
137 tilemap_set_scrolly(fg_tilemap, 0, ((highbits << 7) & 0x100) + fg_scrolly + yoffs ); in WRITE_HANDLER()
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-trunc2.c162 unsigned int highbits; in main() local
165 for (highbits = 0; highbits < (1 << NUM_HIGHBITS); highbits++) in main()
171 janus.i = ((uint64_t) highbits << (64 - NUM_HIGHBITS)) in main()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dscript_compile.c505 static void emit_opcode( BIT_FIELD highbits );
859 void emit_opcode( BIT_FIELD highbits ) in emit_opcode() argument
864 SET_BIT( highbits, FUNCTION_BIT ); in emit_opcode()
884 Uint32 highbits; in parse_line_by_line() local
903 highbits = SET_DATA_BITS( get_indentation() ); in parse_line_by_line()
907 if ( FEND == Token.iValue && 0 == highbits ) in parse_line_by_line()
917 emit_opcode( highbits ); in parse_line_by_line()
933 emit_opcode( highbits ); in parse_line_by_line()
941 highbits = 0; in parse_line_by_line()
983 highbits = SET_DATA_BITS( Token.iValue ); in parse_line_by_line()
[all …]
/dports/audio/p5-Audio-FLAC-Header/Audio-FLAC-Header-2.4/
H A DHeader.pm546 my $highbits = unpack('N', substr($tmpBlock,0,4));
547 my $leadin = $highbits * 2 ** 32 + unpack('N', (substr($tmpBlock,4,4)));
592 $highbits = unpack('N', substr($tmpBlock,0,4));
594 my $trackOffset = $highbits * 2 ** 32 + unpack('N', (substr($tmpBlock,4,4)));
673 $highbits = unpack('N', substr($tmpBlock,0,4));
675 my $indexOffset = $highbits * 2 ** 32 + unpack('N', (substr($tmpBlock,4,4)));
762 my $highbits = unpack('N', substr($seekpoint,0,4));
763 my $sampleNumber = $highbits * 2 ** 32 + unpack('N', (substr($seekpoint,4,4)));
771 $highbits = unpack('N', substr($seekpoint,8,4));
772 my $streamOffset = $highbits * 2 ** 32 + unpack('N', (substr($seekpoint,12,4)));
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/Xdmcp/
H A DGenKey.c70 long lowbits, highbits; local
74 highbits = random ();
76 getbits (highbits, key->data + 4);

12345