Searched refs:getulong (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libfs-13/
H A Dbpb.h58 #define getulong(x) *((u_int32_t *)(x)) macro
61 #define getulong(x) (((u_int8_t *)(x))[0] + (((u_int8_t *)(x))[1] << 8) \ macro
H A DFSFormatName.c551 FATSectors = getulong(b710->bpbBigFATsecs);
557 TotalSectors = getulong(b710->bpbHugeSectors);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl372 proc ::ico::getulong {fh} {
1082 set name [getulong $fh]
1083 set offset [expr {[getulong $fh] & 0x7fffffff}]
1090 set offset [expr {[getulong $fh] & 0x7fffffff}]
1097 set offset [expr {[getulong $fh] & 0x7fffffff}]
1101 set rva [getulong $fh]
H A Dico.tcl531 proc ::ico::getulong {fh} {
1322 set type [getulong $fh]
1323 set offset [expr {[getulong $fh] & 0x7fffffff}]
1331 set name [getPEResName $fh $base [getulong $fh]]
1333 set offset [expr {[getulong $fh] & 0x7fffffff}]
1340 set offset [expr {[getulong $fh] & 0x7fffffff}]
1344 set rva [getulong $fh]

Completed in 194 milliseconds