Home
last modified time | relevance | path

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

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DAPInt.h242 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1463 assert(hiBit <= BitWidth && "hiBit out of range");
1465 if (loBit < hiBit) {
1466 setBits(loBit, hiBit);
1469 setLowBits(hiBit);
1475 void setBits(unsigned loBit, unsigned hiBit) {
1479 if (loBit == hiBit)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h237 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
614 Res.setBits(loBit, hiBit); in getBitsSet()
625 unsigned hiBit) { in getBitsSetWithWrap() argument
627 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1457 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1459 if (loBit < hiBit) { in setBitsWithWrap()
1460 setBits(loBit, hiBit); in setBitsWithWrap()
1463 setLowBits(hiBit); in setBitsWithWrap()
1469 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1473 if (loBit == hiBit) in setBits()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
614 Res.setBits(loBit, hiBit); in getBitsSet()
623 unsigned hiBit) { in getBitsSetWithWrap() argument
625 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1454 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1456 if (loBit <= hiBit) { in setBitsWithWrap()
1457 setBits(loBit, hiBit); in setBitsWithWrap()
1460 setLowBits(hiBit); in setBitsWithWrap()
1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1470 if (loBit == hiBit) in setBits()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DAPInt.h237 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h242 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
614 Res.setBits(loBit, hiBit); in getBitsSet()
625 unsigned hiBit) { in getBitsSetWithWrap() argument
627 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1457 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1459 if (loBit < hiBit) { in setBitsWithWrap()
1460 setBits(loBit, hiBit); in setBitsWithWrap()
1463 setLowBits(hiBit); in setBitsWithWrap()
1469 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1473 if (loBit == hiBit) in setBits()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h237 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
614 Res.setBits(loBit, hiBit); in getBitsSet()
623 unsigned hiBit) { in getBitsSetWithWrap() argument
625 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1454 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1456 if (loBit <= hiBit) { in setBitsWithWrap()
1457 setBits(loBit, hiBit); in setBitsWithWrap()
1460 setLowBits(hiBit); in setBitsWithWrap()
1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1470 if (loBit == hiBit) in setBits()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h237 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h242 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
615 Res.setBits(loBit, hiBit);
626 unsigned hiBit) {
628 Res.setBitsWithWrap(loBit, hiBit);
1469 assert(hiBit <= BitWidth && "hiBit out of range");
1471 if (loBit < hiBit) {
1472 setBits(loBit, hiBit);
1475 setLowBits(hiBit);
1481 void setBits(unsigned loBit, unsigned hiBit) {
1485 if (loBit == hiBit)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h241 void setBitsSlowCase(unsigned loBit, unsigned hiBit);
614 Res.setBits(loBit, hiBit); in getBitsSet()
623 unsigned hiBit) { in getBitsSetWithWrap() argument
625 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1454 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1456 if (loBit <= hiBit) { in setBitsWithWrap()
1457 setBits(loBit, hiBit); in setBitsWithWrap()
1460 setLowBits(hiBit); in setBitsWithWrap()
1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1470 if (loBit == hiBit) in setBits()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DAPInt.h237 void setBitsSlowCase(unsigned loBit, unsigned hiBit); in ~EditorDialogInsertTable()
615 Res.setBits(loBit, hiBit); in ~EditorDialogInsertTable()
626 unsigned hiBit) { in ~EditorDialogInsertTable()
628 Res.setBitsWithWrap(loBit, hiBit); in ~EditorDialogInsertTable()
1469 assert(hiBit <= BitWidth && "hiBit out of range"); in ~EditorDialogInsertTable()
1471 if (loBit < hiBit) { in ~EditorDialogInsertTable()
1472 setBits(loBit, hiBit); in ~EditorDialogInsertTable()
1475 setLowBits(hiBit); in ~EditorDialogInsertTable()
1481 void setBits(unsigned loBit, unsigned hiBit) { in ~EditorDialogInsertTable()
1485 if (loBit == hiBit) in ~EditorDialogInsertTable()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DAPInt.h243 Res.setBits(loBit, hiBit); in getBitsSet()
254 unsigned hiBit) { in getBitsSetWithWrap() argument
256 Res.setBitsWithWrap(loBit, hiBit); in getBitsSetWithWrap()
1293 assert(hiBit <= BitWidth && "hiBit out of range"); in setBitsWithWrap()
1295 if (loBit < hiBit) { in setBitsWithWrap()
1296 setBits(loBit, hiBit); in setBitsWithWrap()
1299 setLowBits(hiBit); in setBitsWithWrap()
1305 void setBits(unsigned loBit, unsigned hiBit) { in setBits() argument
1306 assert(hiBit <= BitWidth && "hiBit out of range"); in setBits()
1309 if (loBit == hiBit) in setBits()
[all …]
/dports/multimedia/mpeg_play/mpeg_play/
H A Dreadfile.c1011 void ReadTimeStamp(inputBuffer,hiBit,low4Bytes) in ReadTimeStamp() argument
1012 unsigned char *inputBuffer, *hiBit; in ReadTimeStamp()
1015 *hiBit = ((unsigned long)inputBuffer[0] >> 3) & 0x01;
1048 int MakeFloatClockTime(unsigned char hiBit, unsigned long low4Bytes, in MakeFloatClockTime() argument
1051 int MakeFloatClockTime(hiBit,low4Bytes,floatClockTime) in MakeFloatClockTime()
1052 unsigned char hiBit; in MakeFloatClockTime()
1057 if (hiBit != 0 && hiBit != 1) {
1062 = (double)hiBit*FLOAT_0x10000*FLOAT_0x10000 + (double)low4Bytes;
/dports/multimedia/mpeg_encode/convert/
H A Dmpeg_demux.c74 unsigned char *hiBit,
87 unsigned char hiBit,
816 unsigned char *hiBit, in ReadTimeStamp() argument
819 *hiBit = ((unsigned long)inputBuffer[0] >> 3) & 0x01; in ReadTimeStamp()
849 unsigned char hiBit, in MakeFloatClockTime() argument
853 if (hiBit != 0 && hiBit != 1) { in MakeFloatClockTime()
858 = (double)hiBit*FLOAT_0x10000*FLOAT_0x10000 + (double)low4Bytes; in MakeFloatClockTime()
/dports/games/edge/Edge-1.35-source/epi/
H A Dmersenne_twist.h111 inline u32_t hiBit(u32_t u) const { return u & 0x80000000UL; } in hiBit() function
115 { return hiBit(u) | loBits(v); } in mixBits()
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Dreadfile.c1072 void ReadTimeStamp(inputBuffer,hiBit,low4Bytes) in ReadTimeStamp() argument
1073 unsigned char *inputBuffer, *hiBit; in ReadTimeStamp()
1076 *hiBit = ((unsigned long)inputBuffer[0] >> 3) & 0x01;
1106 int MakeFloatClockTime(hiBit,low4Bytes,floatClockTime) in MakeFloatClockTime() argument
1107 unsigned char hiBit; in MakeFloatClockTime()
1111 if (hiBit != 0 && hiBit != 1) {
1116 = (double)hiBit*FLOAT_0x10000*FLOAT_0x10000 + (double)low4Bytes;
/dports/games/bloodfrontier/bloodfrontier/src/shared/
H A Dtools.cpp10 #define hiBit(u) ((u) & 0x80000000U) macro
13 #define mixBits(u, v) (hiBit(u)|loBits(v))
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dmersennetwister.c51 #define hiBit(u) ((u) & 0x80000000U) // mask all but highest bit of u macro
54 #define mixBits(u, v) (hiBit(u)|loBits(v)) // move hi bit of u to hi bit of v
/dports/security/wipe/wipe-2.3.1/
H A Dmt.c62 #define hiBit(u) ((u) & 0x80000000U) // mask all but highest bit of u macro
65 #define mixBits(u, v) (hiBit(u)|loBits(v)) // move hi bit of u to hi bit of v
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbt_twister.c57 #define hiBit(u) ((u) & 0x80000000U) // mask all but highest bit of u macro
60 #define mixBits(u, v) (hiBit(u)|loBits(v)) // move hi bit of u to hi bit of v
/dports/games/egl/egl-0.3.1_9/shared/
H A Dmersennetwister.c60 #define hiBit(u) ((u) & 0x80000000U) // mask all but highest bit of u macro
63 #define mixBits(u, v) (hiBit(u)|loBits(v)) // move hi bit of u to hi bit of v
/dports/games/xpilot/xpilot-4.5.5/src/common/
H A Drandommt.c73 #define hiBit(u) ((u) & 0x80000000U) /* mask all but highest bit of u */ macro
76 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/
H A Drandommt.c68 #define hiBit(u) ((u) & 0x80000000U) /* mask all but highest bit of u */ macro
71 #define mixBits(u,v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */

123456