BE               1051 net/third_party/nss/ssl/ssl3ecc.c     BE(10),         /* Extension type */
BE               1052 net/third_party/nss/ssl/ssl3ecc.c     BE( 8),         /* octets that follow ( 3 pairs + 1 length pair) */
BE               1053 net/third_party/nss/ssl/ssl3ecc.c     BE( 6),         /* octets that follow ( 3 pairs) */
BE               1054 net/third_party/nss/ssl/ssl3ecc.c     BE(23), BE(24), BE(25)
BE               1061 net/third_party/nss/ssl/ssl3ecc.c     BE(10),         /* Extension type */
BE               1062 net/third_party/nss/ssl/ssl3ecc.c     BE(52),         /* octets that follow (25 pairs + 1 length pair) */
BE               1063 net/third_party/nss/ssl/ssl3ecc.c     BE(50),         /* octets that follow (25 pairs) */
BE               1064 net/third_party/nss/ssl/ssl3ecc.c             BE( 1), BE( 2), BE( 3), BE( 4), BE( 5), BE( 6), BE( 7), 
BE               1065 net/third_party/nss/ssl/ssl3ecc.c     BE( 8), BE( 9), BE(10), BE(11), BE(12), BE(13), BE(14), BE(15), 
BE               1066 net/third_party/nss/ssl/ssl3ecc.c     BE(16), BE(17), BE(18), BE(19), BE(20), BE(21), BE(22), BE(23), 
BE               1067 net/third_party/nss/ssl/ssl3ecc.c     BE(24), BE(25)
BE               1071 net/third_party/nss/ssl/ssl3ecc.c     BE(11),         /* Extension type */
BE               1072 net/third_party/nss/ssl/ssl3ecc.c     BE( 2),         /* octets that follow */
BE                 45 third_party/libjpeg/jcphuff.c   unsigned int BE;		/* # of buffered correction bits before MCU */
BE                180 third_party/libjpeg/jcphuff.c   entropy->BE = 0;
BE                336 third_party/libjpeg/jcphuff.c     emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
BE                337 third_party/libjpeg/jcphuff.c     entropy->BE = 0;
BE                366 third_party/libjpeg/jcphuff.c     entropy->BE = 0;
BE                664 third_party/libjpeg/jcphuff.c   BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
BE                715 third_party/libjpeg/jcphuff.c     entropy->BE += BR;		/* concat my correction bits to older ones */
BE                720 third_party/libjpeg/jcphuff.c     if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))