Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c378 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
385 odd[0] = 0xedb88320L; /* CRC-32 polynomial */
388 odd[n] = row;
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
412 gf2_matrix_square(odd, even);
414 crc1 = gf2_matrix_times(odd, crc1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcrc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
370 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */
373 odd[n] = row;
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
387 gf2_matrix_square(even, odd);
397 gf2_matrix_square(odd, even);
399 crc1 = gf2_matrix_times(odd, crc1);
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmiException.asm195 ; RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
199 test spl, 8 ; odd multiple of 8 => ErrCode present
DSmiException.S395 # RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1400 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1411 odd = b->x[0] & 1; in bigcomp()
1501 if (dd > 0 || (dd == 0 && odd)) in bigcomp()
1510 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1892 odd = bb->x[0] & 1; in _Py_dg_strtod()
2114 if (!odd) in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1383 int b2, d2, dd, i, nd, nd0, odd, p2, p5; in bigcomp() local
1394 odd = b->x[0] & 1; in bigcomp()
1484 if (dd > 0 || (dd == 0 && odd)) in bigcomp()
1493 int esign, i, j, k, lz, nd, nd0, odd, sign; in _Py_dg_strtod() local
1861 odd = bb->x[0] & 1; in _Py_dg_strtod()
2083 if (!odd) in _Py_dg_strtod()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt250 request header, while an odd-subscript "A" always belongs to a packet
261 - the second descriptor (with odd index) points to the fixed (1514 byte) size
/device/linaro/bootloader/edk2/
DMaintainers.txt21 much other than throw the odd patch in. See below.
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.S466 # RSP set to odd multiple of 8 means ErrCode PRESENT
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S174 andw $1, %ax # See if this is an odd cluster number
Dstart.asm171 and ax,1 ; See if this is an odd cluster number
Dstart64.S187 andw $1,%ax # See if this is an odd cluster number
Dstart64.asm183 and ax,1 ; See if this is an odd cluster number