Searched refs:BE (Results 1 - 25 of 76) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Daliases.h153 char stringpool_str72[sizeof("UCS-2BE")];
154 char stringpool_str73[sizeof("UTF-32BE")];
155 char stringpool_str74[sizeof("UTF-16BE")];
162 char stringpool_str87[sizeof("UCS-4BE")];
226 "UCS-2BE",
227 "UTF-32BE",
228 "UTF-16BE",
235 "UCS-4BE",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dalignment.c138 #define BE 1 macro
143 #define BE 0 macro
169 val = v << ((BE) ? 8 : 0); \
171 val |= v << ((BE) ? 0 : 8); \
186 val = v << ((BE) ? 24 : 0); \
188 val |= v << ((BE) ? 16 : 8); \
190 val |= v << ((BE) ? 8 : 16); \
192 val |= v << ((BE) ? 0 : 24); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Diso9660.c94 volume_id_set_unicode16(svd_label, sizeof(svd_label), is->volume_id, BE, 32);
H A Dutil.h79 BE = 1 enumerator in enum:endian
H A Dudf.c171 volume_id_set_label_unicode16(id, vd->type.primary.ident.c, BE,31);
H A Dhfs.c296 volume_id_set_label_unicode16(id, key->unicode, BE, label_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.in38 $(srcdir)/check-stateful $(srcdir) UCS-2BE
40 $(srcdir)/check-stateful $(srcdir) UCS-4BE
43 $(srcdir)/check-stateful $(srcdir) UTF-16BE
46 $(srcdir)/check-stateful $(srcdir) UTF-32BE
H A DMakefile.msvc66 $(srcdir)\check-stateful.bat $(srcdir) UCS-2BE
68 $(srcdir)\check-stateful.bat $(srcdir) UCS-4BE
71 $(srcdir)\check-stateful.bat $(srcdir) UTF-16BE
74 $(srcdir)\check-stateful.bat $(srcdir) UTF-32BE
H A DMakefile.os227 $(srcdir)\check-stateful $(srcdir) UCS-2BE
29 $(srcdir)\check-stateful $(srcdir) UCS-4BE
32 $(srcdir)\check-stateful $(srcdir) UTF-16BE
35 $(srcdir)\check-stateful $(srcdir) UTF-32BE
H A DMakefile38 $(srcdir)/check-stateful $(srcdir) UCS-2BE
40 $(srcdir)/check-stateful $(srcdir) UCS-4BE
43 $(srcdir)/check-stateful $(srcdir) UTF-16BE
46 $(srcdir)/check-stateful $(srcdir) UTF-32BE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ia32/
H A Dnasm.h23 ; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djchuff.c114 unsigned int BE; /* # of buffered correction bits before MCU */ member in struct:__anon958
477 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
478 entropy->BE = 0;
528 entropy->BE = 0;
826 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
836 /* emit any pending EOBRUN and the BE correction bits */
843 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
858 /* Emit any pending EOBRUN and the BE correction bits */
870 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
877 entropy->BE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dbcm3510_priv.h307 u8 BE :1; member in struct:bcm3510_hab_cmd_bert_control
316 u8 BE :1; /* baud clock pin */ member in struct:bcm3510_hab_cmd_tri_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dslogn.S340 |--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
347 |--LOG(1+U) CAN BE VERY EFFICIENT.
355 addl ADJK(%a6),%d0 | ...ADJUST K, ORIGINAL INPUT MAY BE DENORM.
525 |--HERE WE USE THE USUAL TABLE DRIVEN APPROACH. CARE HAS TO BE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl76 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dadd_cr.pl108 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl108 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl76 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dkeysets.pl98 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dkeysets.pl98 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dalign.S44 * BE 0 1 2 3, 4 5 6 7
48 * BE 0 0 X X, X X 0 0
52 * BE shift right / shift left
56 * BE shift left / mask 0 0 X X
344 __src_b a7, a5, a6 # lo-mask F..F0..0 (BE) 0..0F..F (LE)
345 __src_b a6, a6, a5 # hi-mask 0..0F..F (BE) F..F0..0 (LE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl220 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
H A Dobjects.pl168 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl220 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
H A Dobjects.pl168 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE

Completed in 204 milliseconds

1234