Searched defs:hibase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c746 N_word hibase; local
754 hibase = upper >> LOGBITS;
755 diff = hibase - lobase;
757 hiaddr = addr + hibase;
786 N_word hibase; local
794 hibase = upper >> LOGBITS;
795 diff = hibase - lobase;
797 hiaddr = addr + hibase;
827 N_word hibase; local
835 hibase
[all...]

Completed in 52 milliseconds