version 1.41, 2013/03/21 11:30:31
|
version 1.43, 2013/03/21 22:17:54
|
Line 47 longueur_entiers_binaires(struct_process
|
Line 47 longueur_entiers_binaires(struct_process
|
|
|
for(i = 0; i < 6; i++) |
for(i = 0; i < 6; i++) |
{ |
{ |
longueur_binaire = (unsigned char) (longueur_binaire + |
if (test_cfsf(s_etat_processus, (unsigned char) (37 + i)) == d_vrai) |
((test_cfsf(s_etat_processus, |
{ |
(unsigned char) (37 + i) == d_vrai) ? j : 0))); |
longueur_binaire = (unsigned char) (longueur_binaire + j); |
|
} |
|
|
j = (unsigned char) (j << 1); |
j = (unsigned char) (j << 1); |
} |
} |
|
|