HomeSort by relevance Sort by last modified time
    Searched refs:sub_high (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
109 sub_high = int(256*256*256 / mod_base)
112 sub_high = (sub_high * 256) + int(sub_low / mod_base)
116 tab_base_high = sub_high - tab_base_high;
et_c.awk 108 # sub_high, sub_low is 256*256*256*256
110 sub_high = int(256*256*256 / mod_base)
113 sub_high = (sub_high * 256) + int(sub_low / mod_base)
117 tab_base_high = sub_high - tab_base_high;

Completed in 180 milliseconds