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

  /external/e2fsprogs/lib/et/
et_h.awk 92 tab_base_high = int(table_number / mod_base)
97 tab_base_high = (tab_base_high * 256) + \
116 tab_base_high = sub_high - tab_base_high;
120 tab_base_high--
126 curr_high = tab_base_high
191 if (tab_base_high == 0) {
197 sprintf("%d%06d", tab_base_sign*tab_base_high, \
et_c.awk 93 tab_base_high = int(table_number / mod_base)
98 tab_base_high = (tab_base_high * 256) + \
117 tab_base_high = sub_high - tab_base_high;
121 tab_base_high--
231 if (tab_base_high == 0) {
237 sprintf("%d%06dL, %d };", tab_base_sign*tab_base_high, \

Completed in 161 milliseconds