microregop.hh (4804:4a707cb7065b) microregop.hh (4953:1181cf10e11e)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 59 unchanged lines hidden (view full) ---

68 True,
69 NotFalse = True,
70 ECF,
71 EZF,
72 SZnZF,
73 MSTRZ,
74 STRZ,
75 MSTRC,
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 59 unchanged lines hidden (view full) ---

68 True,
69 NotFalse = True,
70 ECF,
71 EZF,
72 SZnZF,
73 MSTRZ,
74 STRZ,
75 MSTRC,
76 STRZnZF,
76 STRZnEZF,
77 OF,
78 CF,
79 ZF,
80 CvZF,
81 SF,
82 PF,
83 SxOF,
84 SxOvZF,
85
86 False,
87 NotTrue = False,
88 NotECF,
89 NotEZF,
90 NotSZnZF,
91 NotMSTRZ,
92 NotSTRZ,
93 NotMSTRC,
77 OF,
78 CF,
79 ZF,
80 CvZF,
81 SF,
82 PF,
83 SxOF,
84 SxOvZF,
85
86 False,
87 NotTrue = False,
88 NotECF,
89 NotEZF,
90 NotSZnZF,
91 NotMSTRZ,
92 NotSTRZ,
93 NotMSTRC,
94 NotSTRZnZF,
94 STRnZnEZF,
95 NotOF,
96 NotCF,
97 NotZF,
98 NotCvZF,
99 NotSF,
100 NotPF,
101 NotSxOF,
102 NotSxOvZF

--- 91 unchanged lines hidden ---
95 NotOF,
96 NotCF,
97 NotZF,
98 NotCvZF,
99 NotSF,
100 NotPF,
101 NotSxOF,
102 NotSxOvZF

--- 91 unchanged lines hidden ---