Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 113) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
412 gf2_matrix_square(odd, even);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dcrc32.c379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
406 crc1 = gf2_matrix_times(even, crc1);
414 gf2_matrix_square(odd, even);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
397 gf2_matrix_square(odd, even);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_38.txt24 but puts them at the start of a line! And, to be even nastier, it
25 even includes a couple of end tags, such as this one:
29 and this one, which is from a multipart we haven't even seen yet!
Dmsg_29.txt7 title*0*="us-ascii'en'This%20is%20even%20more%20";
/device/google/bonito/
Drecovery.wipe8 # correctly even if the wiping process gets interrupted by a force boot.
Dfstab.hardware16 # Need to have this entry in here even though the mount point itself is no longer needed.
/device/google/redbull/
Drecovery.wipe10 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/coral/
Drecovery.wipe10 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/crosshatch/
Drecovery.wipe10 # correctly even if the wiping process gets interrupted by a force boot.
/device/google/sunfish/
Drecovery.wipe10 # correctly even if the wiping process gets interrupted by a force boot.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
DREADME15 (even if it was originally from the test suite). This ensures the regression
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.asm57 ; even if the native function's arguments are less than 4.
DEbcLowLevel.S52 # even if the native function's arguments are less than 4.
DEbcLowLevel.nasm56 ; even if the native function's arguments are less than 4.
61 ; parameters, even if the callee doesn't have that many parameters.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dieee754.txt67 NaNs are never equal to another number, even itself
94 The power of 1 raised to x is always 1.0, even for special values like 0,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
DREADME.txt30 test (even if it was originally from the test suite). This ensures the
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt33 wrong way in nearest/even mode when the operand was between 2^20 and 2^21
Dtimesoftfloat.txt65 some operations do not require rounding--only the nearest/even rounding mode
120 the rounding mode is nearest/even. The other rounding mode options are not
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
DPlatform.uni33 …ed resolution of the Graphics Console at next boot. It might be unset, or even invalid (hence igno…
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt176 protected in this manner satisfies even stricter non-blocking requirements
249 so on. Importantly, an even-subscript "A" always belongs to a virtio-net
258 - the first (=head) descriptor, with even index, points to the fixed-size
269 Ring are even.
274 even (=2*N), and fingers the head descriptor of the chain belonging to packet
322 private to the driver instance. All elements of the stack are even.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt21 available to handle non-LL(k) and even non-LALR(k) con-
40 ability to spread one grammar over multiple files or even
156 to embed even complex actions directly in the grammar,
202 -w2 Ambiguous parsing decisions yield warnings even if
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Lpit/
DLpit.aslc97 // LPI break-even residency in us - all match S0i3 residency
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc34 debugged; it is even possible to change variables. When an exception
44 input is split at the first ';;', even if it is in the middle of a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar82 # even while also allowing:

12345