| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
| array_allocator.h | 32 #include <bits/c++config.h> 34 #include <bits/functexcept.h> 36 #include <bits/move.h>
|
| concurrence.h | 35 #include <bits/gthr.h> 36 #include <bits/functexcept.h> 37 #include <bits/cpp_type_traits.h>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| array_allocator.h | 32 #include <bits/c++config.h> 34 #include <bits/functexcept.h> 36 #include <bits/move.h>
|
| concurrence.h | 35 #include <bits/gthr.h> 36 #include <bits/functexcept.h> 37 #include <bits/cpp_type_traits.h>
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
| array_allocator.h | 33 #include <bits/c++config.h> 35 #include <bits/functexcept.h> 37 #include <bits/move.h>
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
| array_allocator.h | 33 #include <bits/c++config.h> 35 #include <bits/functexcept.h> 37 #include <bits/move.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
| array_allocator.h | 33 #include <bits/c++config.h> 35 #include <bits/functexcept.h> 37 #include <bits/move.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
| array_allocator.h | 33 #include <bits/c++config.h> 35 #include <bits/functexcept.h> 37 #include <bits/move.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
| array_allocator.h | 32 #include <bits/c++config.h> 34 #include <bits/functexcept.h> 36 #include <bits/move.h>
|
| concurrence.h | 35 #include <bits/gthr.h> 36 #include <bits/functexcept.h> 37 #include <bits/cpp_type_traits.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
| array_allocator.h | 32 #include <bits/c++config.h> 34 #include <bits/functexcept.h> 36 #include <bits/move.h>
|
| concurrence.h | 35 #include <bits/gthr.h> 36 #include <bits/functexcept.h> 37 #include <bits/cpp_type_traits.h>
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| uspoof_impl.cpp | 672 for (uint32_t i=0; i<sizeof(bits)/sizeof(uint32_t); i++) { 673 bits[i] = 0; 681 for (uint32_t i=0; i<sizeof(bits)/sizeof(uint32_t); i++) { 682 if (bits[i] != other.bits[i]) { 692 U_ASSERT(index < sizeof(bits)*4); 693 bits[index] |= bit; 698 for (uint32_t i=0; i<sizeof(bits)/sizeof(uint32_t); i++) { 699 bits[i] |= other.bits[i] [all...] |
| /hardware/intel/img/psb_video/src/ |
| vsp_vp8.c | 95 } bits; member in union:__anon40237 435 flags.bits.force_kf = va_pic->ref_flags.bits.force_kf; 436 flags.bits.no_ref_last = va_pic->ref_flags.bits.no_ref_last; 437 flags.bits.no_ref_gf = va_pic->ref_flags.bits.no_ref_gf; 438 flags.bits.no_ref_arf = va_pic->ref_flags.bits.no_ref_arf; 439 flags.bits.upd_last = va_pic->pic_flags.bits.refresh_last [all...] |
| /external/chromium_org/third_party/zlib/ |
| trees.c | 48 /* Bit length codes must not exceed MAX_BL_BITS bits */ 54 /* repeat previous bit length 3-6 times (2 bits of repeat count) */ 57 /* repeat a zero length 3-10 times (3 bits of repeat count) */ 60 /* repeat a zero length 11-138 times (7 bits of repeat count) */ 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 78 /* Number of bits used within bi_buf. (bi_buf might be implemented on 79 * more than 16 bits on some systems.) 100 * 5 bits. 244 int bits; \/* bit counter *\/ local 506 int bits; \/* bit length *\/ local 588 int bits; \/* bit index *\/ local [all...] |
| /external/pixman/pixman/ |
| pixman-fast-path.c | 171 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 275 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 323 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 369 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 426 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 481 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 538 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 878 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format); 947 * of individual bits 970 src = _pixman_image_get_solid (imp, src_image, dest_image->bits.format) [all...] |
| pixman-glyph.c | 263 return_val_if_fail (image->type == BITS, NULL); 265 width = image->bits.width; 266 height = image->bits.height; 280 image->bits.format, width, height, NULL, -1))) 290 if (PIXMAN_FORMAT_A (glyph->image->bits.format) != 0 && 291 PIXMAN_FORMAT_RGB (glyph->image->bits.format) != 0) 337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width; 338 y2 = glyphs[i].y - glyph->origin_y + glyph->image->bits.height; 365 pixman_format_code_t glyph_format = glyph->image->bits.format; 427 dest->bits.width, dest->bits.height) [all...] |
| /hardware/intel/img/psb_video/src/mrst/ |
| psb_MPEG4.c | [all...] |
| /external/zopfli/src/zopflipng/lodepng/ |
| lodepng_util.cpp | 266 int getPaletteValue(const unsigned char* data, size_t i, int bits) 268 if(bits == 8) return data[i]; 269 else if(bits == 4) return (data[i / 2] >> ((i % 2) * 4)) & 15; 270 else if(bits == 2) return (data[i / 4] >> ((i % 4) * 2)) & 3; 271 else if(bits == 1) return (data[i / 8] >> (i % 8)) & 1; 294 unsigned long readBitFromStream(size_t& bitp, const unsigned char* bits) 296 unsigned long result = (bits[bitp >> 3] >> (bitp & 0x7)) & 1; 301 unsigned long readBitsFromStream(size_t& bitp, const unsigned char* bits, size_t nbits) 304 for(size_t i = 0; i < nbits; i++) result += (readBitFromStream(bitp, bits)) << i; 315 for(unsigned long bits = 0; bits < numcodes; bits++) blcount[bitlen[bits]]++ [all...] |
| /hardware/intel/common/libva/va/ |
| va.h | 228 * The upper 16 bits are reserved for VPP filter fast path usage. 477 * 16 bits) and the reference picture list 1 (top 16 bits). 639 unsigned int value; /* OR'd flags (bits) for this attribute */ 759 } bits; member in union:_VAConfigAttribValEncJPEG 799 } bits; member in union:_VAConfigAttribValEncRateControlExt 841 } bits; member in union:_VAConfigAttribValStatisticsIntel 1449 } bits; member in union:_VAEncMiscParameterRateControl::__anon39499 1467 } bits; member in union:_VAEncMiscParameterFrameRate::__anon39501 1535 } bits; member in union:_VAEncMiscParameterRIR::__anon39503 1629 } bits; member in union:_VAEncMiscParameterQuantization::__anon39505 1748 } bits; member in union:_VAPictureParameterBufferMPEG2::__anon39507 1794 } bits; member in union:_VAMacroblockParameterBufferMPEG2::__anon39509 1860 } bits; member in union:_VAPictureParameterBufferMPEG4::__anon39511 1875 } bits; member in union:_VAPictureParameterBufferMPEG4::__anon39513 1960 } bits; member in union:_VAPictureParameterBufferVC1::__anon39516 1972 } bits; member in union:_VAPictureParameterBufferVC1::__anon39518 1983 } bits; member in union:_VAPictureParameterBufferVC1::__anon39520 2003 } bits; member in union:_VAPictureParameterBufferVC1::__anon39522 2036 } bits; member in union:_VAPictureParameterBufferVC1::__anon39528 2051 } bits; member in union:_VAPictureParameterBufferVC1::__anon39530 2067 } bits; member in union:_VAPictureParameterBufferVC1::__anon39532 2078 } bits; member in union:_VAPictureParameterBufferVC1::__anon39534 2172 } bits; member in union:_VAPictureParameterBufferH264::__anon39536 2194 } bits; member in union:_VAPictureParameterBufferH264::__anon39538 2299 } bits; member in union:_VAEncSliceParameterBuffer::__anon39541 2536 } bits; member in union:_VAParseSliceHeaderGroupBuffer::__anon39543 2562 } bits; member in union:_VAParsePictureParameterBuffer::__anon39545 2570 } bits; member in union:_VAParsePictureParameterBuffer::__anon39547 [all...] |
| /bionic/libc/kernel/uapi/linux/ |
| hdlcdrv.h | 69 unsigned char bits; member in union:hdlcdrv_ioctl::__anon450
|
| /development/ndk/platforms/android-14/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|
| /development/ndk/platforms/android-3/include/linux/ |
| cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; 25 #define cpu_isset(cpu, cpumask) test_bit((cpu), (cpumask).bits) 42 #define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1UL<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; }) 51 #define cpus_addr(src) ((src).bits)
|
| /development/ndk/platforms/android-9/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|
| /development/ndk/platforms/android-L/include/linux/ |
| hdlcdrv.h | 69 unsigned char bits; member in union:hdlcdrv_ioctl::__anon2056
|