Searched refs:putUint (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | zip.d | 460 putUint (i + 10, cast(uint) de.time); in build() 461 putUint (i + 14, de.crc32); in build() 462 putUint (i + 18, de.compressedSize); in build() 463 putUint (i + 22, to!uint(de.expandedSize)); in build() 486 putUint (i + 12, cast(uint) de.time); in build() 487 putUint (i + 16, de.crc32); in build() 488 putUint (i + 20, de.compressedSize); in build() 489 putUint (i + 24, de.expandedSize); in build() 495 putUint (i + 38, de._externalAttributes); in build() 496 putUint (i + 42, de.offset); in build() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | zip.d | 661 putUint (i + 10, cast(uint) de.time); in build() 662 putUint (i + 14, de.crc32); in build() 663 putUint (i + 18, de.compressedSize); in build() 664 putUint (i + 22, to!uint(de.expandedSize)); in build() 686 putUint (i + 12, cast(uint) de.time); in build() 687 putUint (i + 16, de.crc32); in build() 688 putUint (i + 20, de.compressedSize); in build() 689 putUint (i + 24, de.expandedSize); in build() 695 putUint (i + 38, de._externalAttributes); in build() 696 putUint (i + 42, de.offset); in build() [all …]
|