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

  /external/icu4c/i18n/
buddhcal.h 39 * 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
78 * @param source the object to be copied.
85 * @param right the object to be copied.
  /external/jpeg/
jcphuff.c 11 * currently does not allow multiple-scan files to be written with output
45 unsigned int BE; /* # of buffered correction bits before MCU */
74 * which should be safe.
143 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
180 entropy->BE = 0;
193 * NB: these must be called only when actually outputting,
221 * left-justified in this part. At most 16 bits can be passed to emit_bits
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0
    [all...]

Completed in 448 milliseconds