/external/libvorbis/doc/ |
05-comment.tex | 33 The comment header is logically a list of eight-bit-clean vectors; the 37 list, there is a single vector for vendor name (also 8 bit clean, 42 to the bit packing conventions of the vorbis codec. However, since data 44 unaligned 32 bit little endian unsigned integers. 56 7) [framing_bit] = read a single bit as boolean 87 0x3D is followed by 8 bit clean UTF-8 encoded value of the 208 bitstream mapping which renders least-significant-bit of the word to be 209 coded into the least significant available bit of the current 214 Vendor string length (32 bit unsigned quantity specifying number of octets) 220 Number of comment fields (32 bit unsigned quantity specifying number of fields [all...] |
/build/core/ |
executable.mk | 4 # To build it for TARGET_2ND_ARCH in a 64bit product, use "LOCAL_MULTILIB := 32" 34 # if TARGET_PREFER_32_BIT_EXECUTABLES is set, try to build 32-bit first
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
mux.h | 20 #define PULL_REG(reg, bit, status) .pull_reg = PULL_DWN_CTRL_##reg, .pull_bit = bit, .pull_val = status, 26 #define PULL_REG_730(reg, bit, status) .pull_reg = OMAP730_IO_CONF_##reg, .pull_bit = bit, .pull_val = status,
|
/external/ImageMagick/coders/ |
dib.c | 477 bit, 694 for (bit=0; bit < 8; bit++) 696 index=(Quantum) ((*p) & (0x80 >> bit) ? 0x01 : 0x00); 704 for (bit=0; bit < (ssize_t) (image->columns % 8); bit++) 706 index=(Quantum) ((*p) & (0x80 >> bit) ? 0x01 : 0x00); 470 bit, local 1105 bit, local [all...] |
pcx.c | 564 bit; 568 for (bit=7; bit >= 0; bit--) 569 *r++=(unsigned char) ((*p) & (0x01 << bit) ? 0x01 : 0x00); 574 for (bit=7; bit >= (ssize_t) (8-(image->columns % 8)); bit--) 575 *r++=(unsigned char) ((*p) & (0x01 << bit) ? 0x01 : 0x00); 558 bit; local 1095 bit, local [all...] |
sun.c | 249 bit; 499 for (bit=7; bit >= 0; bit--) 501 SetPixelIndex(image,(Quantum) ((*p) & (0x01 << bit) ? 0x00 : 0x01), 509 for (bit=7; bit >= (int) (8-(image->columns % 8)); bit--) 511 SetPixelIndex(image,(Quantum) ((*p) & (0x01 << bit) ? 0x00 : 244 bit; local 923 bit, local [all...] |
viff.c | 223 bit; 632 for (bit=0; bit < 8; bit++) 634 quantum=(size_t) ((*p) & (0x01 << bit) ? 0 : 1); 646 for (bit=0; bit < (int) (image->columns % 8); bit++) 648 quantum=(size_t) ((*p) & (0x01 << bit) ? 0 : 1); 219 bit; local 1177 bit, local [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 29 # The actual data bit 119 my ($self, $bit) = @_; 121 if ($bit > length $self->bits) { 122 $self->bits .= '0' x ($bit - (length $self->bits) + 1); 252 ANTLR::Runtime::BitSet - A bit set
|
/external/deqp/framework/common/ |
tcuFormatUtil.hpp | 77 deUint64 bit; member in class:tcu::Format::BitDesc 80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {} 83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT) 101 if (curDesc->bit & bitsLeft) 106 bitsLeft ^= curDesc->bit;
|
/external/fec/ |
mmxbfly27.s | 8 # MMX (64-bit SIMD) version 66 movq (8*\GROUP)(%esi),%mm6 # Incoming path metric, high bit = 0 67 movq ((8*\GROUP)+32)(%esi),%mm2 # Incoming path metric, high bit = 1
|
mmxbfly29.s | 18 # MMX (64-bit SIMD) version 67 movq (8*\GROUP)(%esi),%mm6 # Incoming path metric, high bit = 0 68 movq ((8*\GROUP)+128)(%esi),%mm2 # Incoming path metric, high bit = 1
|
sse2bfly29.s | 9 # SSE2 (128-bit integer SIMD) version 75 movdqa (16*\GROUP)(%esi),%xmm0 # Incoming path metric, high bit = 0 76 movdqa ((16*\GROUP)+128)(%esi),%xmm3 # Incoming path metric, high bit = 1
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
gflags_declare.h | 95 # error Do not know how to define a 32-bit integer quantity on your system
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
gflags_declare.h | 95 # error Do not know how to define a 32-bit integer quantity on your system
|
/external/llvm/test/MC/MachO/ARM/ |
data-in-code.s | 20 @ CHECK: AddressSize: 32bit
|
thumb2-movt-fixup.s | 13 @ CHECK: AddressSize: 32bit
|
/external/llvm/test/MC/Mips/ |
mips64eb-fixups.s | 25 # CHECK: AddressSize: 64bit
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DefaultPlacement.cpp | 52 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, FX_BOOL bit) {
53 m_bits[row * m_numcols + col] = bit ? (uint8_t)1 : (uint8_t)0;
102 int32_t bit) {
112 v &= 1 << (8 - bit);
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OnedCodaBarWriter.cpp | 196 int32_t bit = 0;
local 197 while (bit < 7) {
200 if (((code >> (6 - bit)) & 1) == 0 || counter == m_iWideNarrRatio - 1) {
202 bit++;
|
/external/selinux/libsepol/src/ |
genusers.c | 41 unsigned lineno = 0, islist = 0, bit; local 171 ebitmap_for_each_bit(&roldatum->dominates, rnode, bit) { 172 if (ebitmap_node_get_bit(rnode, bit)) 174 (&usrdatum->roles.roles, bit, 1)) {
|
/external/skia/src/gpu/glsl/ |
GrGLSLVarying.cpp | 99 int bit = 1 << GrGLSLFragmentBuilder::kNoPerspectiveInterpolation_GLSLPrivateFeature; local 100 fProgramBuilder->fVS.addFeature(bit, extension); 102 fProgramBuilder->fGS.addFeature(bit, extension); 104 fProgramBuilder->fFS.addFeature(bit, extension);
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
|
ARM-E_interpolate_noloop_gnu.s | 89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
|
/external/valgrind/memcheck/tests/ |
origin2-not-quite.stderr.exp | 2 Undef 1 of 3 (64-bit FP) 12 Undef 2 of 3 (32-bit FP)
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
vp8_header_parser.cc | 72 // Read a bit with proba 'prob'. 82 int bit; local 86 bit = 1; 89 bit = 0; 97 return bit;
|