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

/external/icu4c/i18n/
H A Dbuddhcal.h39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE enumerator in enum:BuddhistCalendar::EEras
/external/jpeg/
H A Djcphuff.c45 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon1902
180 entropy->BE = 0;
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0;
664 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
674 /* emit any pending EOBRUN and the BE correction bits */
681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
696 /* Emit any pending EOBRUN and the BE correction bits */
708 BR_buffer = entropy->bit_buffer; /* BE bit
[all...]

Completed in 46 milliseconds