/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/ |
H A D | memtrack.c | 43 uint8_t mtState = MT_IDLE; variable 195 WriteLog("MTStateMachine: reg = %u, data = $%02X, current state = %u\n", reg, data, mtState); in MTStateMachine() 197 switch (mtState) in MTStateMachine() 201 mtState = MT_PHASE1; in MTStateMachine() 206 mtState = MT_PHASE2; in MTStateMachine() 208 mtState = MT_IDLE; in MTStateMachine() 224 mtState = MT_IDLE; in MTStateMachine() 228 WriteLog(" state = %u, cmd = %u\n", mtState, mtCommand); in MTStateMachine()
|
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/ |
H A D | random.d | 656 State mtState; in defaultState() local 657 seedImpl(defaultSeed, mtState); in defaultState() 658 return mtState; in defaultState() 680 mtState.data[$ - 1] = value; in seedImpl() 688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 695 mtState.index = n - 1; in seedImpl() 730 mtState.index = n - 1; 779 auto z = mtState.z; in popFrontImpl() 803 mtState.z = mtState.data[index] = e; in popFrontImpl() 804 mtState.index = next; in popFrontImpl() [all …]
|
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/ |
H A D | random.d | 879 State mtState; in defaultState() local 880 seedImpl(defaultSeed, mtState); in defaultState() 881 return mtState; in defaultState() 903 mtState.data[$ - 1] = value; in seedImpl() 911 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl() 918 mtState.index = n - 1; in seedImpl() 953 mtState.index = n - 1; 1002 auto z = mtState.z; in popFrontImpl() 1026 mtState.z = mtState.data[index] = e; in popFrontImpl() 1027 mtState.index = next; in popFrontImpl() [all …]
|
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/ |
H A D | nii_dicom.h | 225 …int phaseNumber, spoiling, mtState, partialFourierDirection, interp3D, aslFlags, durationLabelPuls… member
|
H A D | nii_dicom.cpp | 861 d.mtState = -1; in clear_dicom_data() 5362 d.mtState = 1; //TRUE 5364 d.mtState = 0; //FALSE 5366 d.mtState = 0; //FALSE
|
H A D | nii_dicom_batch.cpp | 1410 …json_Bool(fp, "\t\"MTState\": %s,\n", d.mtState); // BIDS suggests 0018,9020 but Siemens V-series … in nii_SaveBIDSX() 1678 if ((csaAscii.ucMTC == 1) && (d.mtState < 0)) //precedence for 0018,9020 over CSA in nii_SaveBIDSX()
|