HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 251 - 275 of 935) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 61 } bits; member in union:tex_tile_address
142 addr.bits.x = x / TILE_SIZE;
143 addr.bits.y = y / TILE_SIZE;
144 addr.bits.z = z;
145 addr.bits.face = face;
146 addr.bits.level = level;
sp_tile_cache.h 58 } bits; member in union:tile_address
141 addr.bits.x = x / TILE_SIZE;
142 addr.bits.y = y / TILE_SIZE;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 132 * \c GL_UNSIGNED_SHORT_5_6_5_REV is specified with \c GL_RGB, bits [15:11]
133 * are the blue value, bits [10:5] are the green value, and bits [4:0] are
141 * still uses 32-bits.
248 const uint8_t * bits; local
314 bits = bits_table[0];
317 bits = bits_table[1];
320 bits = ((fb_format == GL_RGB) || (fb_format == GL_BGR))
341 modes->redBits = bits[0];
342 modes->greenBits = bits[1]
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 132 int bits = readUInt16(bb); local
135 int c = (bits >> (2 - i) * 5) & 0x1f;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 154 int[] bits = new int[16 - nBit]; local
158 bits[cnt++] = (curByte >> (7 - i)) & 0x1;
162 bits[cnt++] = (nextByte >> (7 - i)) & 0x1;
168 result |= bits[i];
  /external/openssh/
auth-rsa.c 66 * options bits e n comment
67 * where bits, e and n are decimal numbers,
102 error("%s: RSA modulus too small: %d < minimum %d bits",
175 int allowed = 0, bits; local
220 if (hostfile_read_key(&cp, &bits, key) == 0) {
234 /* check the real bits */
236 if (keybits < 0 || bits != keybits)
239 file, linenum, BN_num_bits(key->rsa->n), bits);
auth1.c 164 u_int bits; local
177 bits = packet_get_int();
182 if (keybits < 0 || bits != (u_int)keybits) {
185 BN_num_bits(client_host_key->rsa->n), bits);
bitmap.c 141 size_t bits; local
151 bits = (b->top + 1) * BITMAP_BITS;
154 bits--;
156 return bits;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsmd5.c 51 cmsUInt32Number bits[2]; member in struct:__anon17555
166 ctx->bits[0] = 0;
167 ctx->bits[1] = 0;
179 t = ctx->bits[0];
180 if ((ctx->bits[0] = t + (len << 3)) < t)
181 ctx->bits[1]++;
183 ctx->bits[1] += len >> 29;
224 count = (ctx->bits[0] >> 3) & 0x3F;
243 ((cmsUInt32Number *) ctx->in)[14] = ctx->bits[0];
244 ((cmsUInt32Number *) ctx->in)[15] = ctx->bits[1]
    [all...]
  /external/regex-re2/re2/
prog.cc 317 uint32 bits = 0; local
320 bits = v.Word(i >> 5);
322 n += bits & 1;
323 bits >>= 1;
  /external/regex-re2/re2/testing/
dfa_test.cc 145 int bits = 0; local
148 bits <<= 1;
149 bits &= mask;
150 if (!did[bits|1]) {
151 bits |= 1;
156 CHECK(!did[bits]);
157 did[bits] = true;
  /external/skia/include/core/
SkFloatingPoint.h 51 // Otherwise convert to bits and extract sign.
108 int32_t bits = SkFloat2Bits(x); local
109 return (bits << 1) == (0xFF << 24);
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 67 BitFlags bits = info.fPaintBits; local
70 if (0 == bits) {
73 if (kEntirePaint_Bits == bits) {
84 if (bits & kStyle_Bit) {
92 if (bits & kTextSkewX_Bit) {
96 if (bits & kPathEffect_Bit) {
99 if (bits & kMaskFilter_Bit) {
102 if (bits & kShader_Bit) {
105 if (bits & kColorFilter_Bit) {
108 if (bits & kXfermode_Bit)
    [all...]
  /external/skia/src/gpu/
GrFontScaler.cpp 169 // expand bits to our mask type
170 const uint8_t* bits = reinterpret_cast<const uint8_t*>(src); local
174 expand_bits(bytes, bits, width, height, dstRB, srcRB);
179 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
  /external/tinyalsa/
tinycap.c 79 unsigned int bits = 16; local
87 "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]);
115 bits = atoi(*argv);
142 switch (bits) {
153 fprintf(stderr, "%d bits is not supported.\n", bits);
  /external/tinycompress/
cplay.c 105 /* check sync bits */
209 unsigned int channels, rate, bits; local
221 if (parse_mp3_header(&header, &channels, &rate, &bits) == -1) {
235 codec.bit_rate = bits;
286 SND_AUDIOCODEC_MP3, channels, rate, bits);
  /external/v8/src/arm64/
instructions-arm64.cc 100 // An integer is constructed from the n, imm_s and imm_r bits according to
110 // (s bits must not be all set)
112 // A pattern is constructed of size bits, where the least significant S+1
113 // bits are set. The pattern is rotated right by R, and repeated across a
121 uint64_t bits = (1UL << (imm_s + 1)) - 1; local
122 return RotateRight(bits, imm_r, 64);
133 uint64_t bits = (1UL << ((imm_s & mask) + 1)) - 1; local
135 RotateRight(bits, imm_r & mask, width),
146 // ImmFP: abcdefgh (8 bits)
147 // Single: aBbb.bbbc.defg.h000.0000.0000.0000.0000 (32 bits)
149 uint32_t bits = ImmFP(); local
164 uint32_t bits = ImmFP(); local
    [all...]
  /external/v8/src/
safepoint-table.cc 67 uint8_t* bits = entry.bits(); local
69 // Print the stack slot bits.
74 for (int i = first; i < last; i++) PrintBits(os, bits[i], kBitsPerByte);
76 PrintBits(os, bits[last], last_bits);
145 // Take the register bits into account.
165 ZoneList<uint8_t> bits(bytes_per_entry, zone_);
169 bits.Clear();
170 bits.AddBlock(0, bytes_per_entry, zone_);
177 bits[j] = SafepointTable::kNoRegisters
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 415 unsigned int bits; local
425 bits = (len - i - 1) * 8;
428 bits++;
432 return bits;
442 unsigned int bits; local
460 bits = count_bits(pos, conn->dh_p_len);
461 if (bits < 768) {
462 wpa_printf(MSG_INFO, "TLSv1: Reject under 768-bit DH prime (insecure; only %u bits)",
463 bits);
  /external/zlib/src/contrib/inflate86/
inffas86.c 50 state->bits < 8
60 - The maximum input bits used by a length/distance pair is 15 bits for the
61 length code, 5 bits for the length extra, 15 bits for the distance code,
62 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ member in struct:inffast_ar
119 ar.bits = state->bits
    [all...]
  /external/zlib/src/examples/
zran.c 32 necessary the first few bits of the compressed data is read from the file.
33 inflate is initialized with those bits and the 32K of uncompressed data, and
70 int bits; /* number of bits (1-7) from byte at in - 1, or 0 */ member in struct:point
92 local struct access *addpoint(struct access *index, int bits,
123 next->bits = bits;
209 except for up to seven bits) -- the totout == 0 provides an
277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET);
280 if (here->bits) {
    [all...]
  /external/zlib/src/
infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 232 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) {
243 oggpack_readinit(bits, ref);
263 oggpack_buffer bits; local
267 &buf, &ref, &bits);
274 CHECK_EQ(0, _vorbis_unpack_info(mVi, &bits));
276 CHECK_EQ(0, _vorbis_unpack_books(mVi, &bits));
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 36 uint32_t bits = 0; local
43 bits = (uint8_t(buf[0]) << 8) | uint8_t(buf[1]);
53 bits |= kHansFlag;
55 bits |= kHantFlag;
61 mBits = bits;

Completed in 1149 milliseconds

<<11121314151617181920>>