Searched refs:off_low (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest015.tcl65 proc test015_body { method off_low off_hi rcount {nentries 10000} args } {
83 puts "Put $rcount strings random offsets between $off_low and $off_hi"
143 set off [ berkdb random_int $off_low $off_hi ]
158 set off [ berkdb random_int $off_low $off_hi ]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c865 asmlinkage long sys32_sync_file_range(int fd, unsigned off_low, unsigned off_hi, argument
869 ((u64)off_hi << 32) | off_low,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc32.c1023 long compat_sync_file_range(int fd, unsigned long off_high, unsigned long off_low, unsigned long nb_high, unsigned long nb_low, int flags) argument
1026 (off_high << 32) | off_low,

Completed in 62 milliseconds