Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c391 ss_arc *zz; in makedfa() local
432 zz = &yy->ss_arc[jarc]; in makedfa()
433 if (ar->ar_label == zz->sa_label) in makedfa()
442 zz = &yy->ss_arc[yy->ss_narcs++]; in makedfa()
443 zz->sa_label = ar->ar_label; in makedfa()
444 zz->sa_bitset = newbitset(nbits); in makedfa()
445 zz->sa_arrow = -1; in makedfa()
448 addclosure(zz->sa_bitset, nf, ar->ar_arrow); in makedfa()
453 zz = &xx_state[istate].ss_arc[jarc]; in makedfa()
455 if (samebitset(zz->sa_bitset, in makedfa()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dpgen.py256 zz = NFAState()
258 z.addarc(zz)
263 z.addarc(zz)
264 return aa, zz
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1340 [zz]traceOptionValue: when it is positive tracing is enabled,
1342 by the value of the integer [zz]traceGuessOptionValue. When
1343 it is positive AND [zz]traceOptionValue is positive rule trace
1346 The values of [zz]traceOptionValue and [zz]traceGuessOptionValue
1350 the variable [zz]traceOptionValueDefault is set to 0 or 1. When
1351 the parser is initialized or [zz]traceReset() is called the
1352 value of [zz]traceOptionValueDefault is copied to [zz]traceOptionValue.
1353 The value of [zz]traceGuessOptionValue is always initialzed to 1,
1355 [zz]traceOptionValue is also positive.
1580 [zz]guessing.
[all …]
DCHANGES_FROM_133_before_mr13.txt1558 #114. (Changed in 1.33MR10) difference in [zz]resynch() between C and C++ modes
1671 [zz]traceOptionValue: when it is positive tracing is enabled,
1673 by the value of the integer [zz]traceGuessOptionValue. When
1674 it is positive AND [zz]traceOptionValue is positive rule trace
1677 The values of [zz]traceOptionValue and [zz]traceGuessOptionValue
1681 the variable [zz]traceOptionValueDefault is set to 0 or 1. When
1682 the parser is initialized or [zz]traceReset() is called the
1683 value of [zz]traceOptionValueDefault is copied to [zz]traceOptionValue.
1684 The value of [zz]traceGuessOptionValue is always initialzed to 1,
1686 [zz]traceOptionValue is also positive.
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt1340 [zz]traceOptionValue: when it is positive tracing is enabled,
1342 by the value of the integer [zz]traceGuessOptionValue. When
1343 it is positive AND [zz]traceOptionValue is positive rule trace
1346 The values of [zz]traceOptionValue and [zz]traceGuessOptionValue
1350 the variable [zz]traceOptionValueDefault is set to 0 or 1. When
1351 the parser is initialized or [zz]traceReset() is called the
1352 value of [zz]traceOptionValueDefault is copied to [zz]traceOptionValue.
1353 The value of [zz]traceGuessOptionValue is always initialzed to 1,
1355 [zz]traceOptionValue is also positive.
1580 [zz]guessing.
[all …]
DCHANGES_FROM_133_BEFORE_MR13.txt1558 #114. (Changed in 1.33MR10) difference in [zz]resynch() between C and C++ modes
1671 [zz]traceOptionValue: when it is positive tracing is enabled,
1673 by the value of the integer [zz]traceGuessOptionValue. When
1674 it is positive AND [zz]traceOptionValue is positive rule trace
1677 The values of [zz]traceOptionValue and [zz]traceGuessOptionValue
1681 the variable [zz]traceOptionValueDefault is set to 0 or 1. When
1682 the parser is initialized or [zz]traceReset() is called the
1683 value of [zz]traceOptionValueDefault is copied to [zz]traceOptionValue.
1684 The value of [zz]traceGuessOptionValue is always initialzed to 1,
1686 [zz]traceOptionValue is also positive.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py398 zz = z*z/4.0
399 if zz <= -_log(u2):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py404 zz = z*z/4.0
405 if zz <= -_log(u2):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2908 zz = ZZ(1.0000003)
2909 self.assertEqual(zz, 1+0j)
2910 self.assertEqual(1+0j, zz)