HomeSort by relevance Sort by last modified time
    Searched refs:sub_low (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/et/
et_h.awk 107 # sub_high, sub_low is 256*256*256*256
108 sub_low = 256*256*256 % mod_base
111 sub_low = sub_low * 256
112 sub_high = (sub_high * 256) + int(sub_low / mod_base)
113 sub_low = sub_low % mod_base
115 tab_base_low = sub_low - tab_base_low;
et_c.awk 108 # sub_high, sub_low is 256*256*256*256
109 sub_low = 256*256*256 % mod_base
112 sub_low = sub_low * 256
113 sub_high = (sub_high * 256) + int(sub_low / mod_base)
114 sub_low = sub_low % mod_base
116 tab_base_low = sub_low - tab_base_low;

Completed in 47 milliseconds