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

  /external/e2fsprogs/lib/et/
et_h.awk 87 tab_base_low = table_number % mod_base
88 if (tab_base_low < 0) {
90 tab_base_low = tab_base_low + mod_base
96 tab_base_low = tab_base_low * 256
98 int(tab_base_low / mod_base)
99 tab_base_low = tab_base_low % mod_base
100 if (tab_base_low < 0)
    [all...]
et_c.awk 88 tab_base_low = table_number % mod_base
89 if (tab_base_low < 0) {
91 tab_base_low = tab_base_low + mod_base
97 tab_base_low = tab_base_low * 256
99 int(tab_base_low / mod_base)
100 tab_base_low = tab_base_low % mod_base
101 if (tab_base_low < 0)
    [all...]

Completed in 193 milliseconds