| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
| basic_file.h | 29 /** @file bits/basic_file.h 39 #include <bits/c++config.h> 40 #include <bits/c++io.h> // for __c_lock and __c_file
|
| stdtr1c++.h | 29 #include <bits/stdc++.h>
|
| /external/chromium_org/base/ |
| md5.cc | 32 uint32 bits[2]; member in struct:__anon6919::Context 162 ctx->bits[0] = 0; 163 ctx->bits[1] = 0; 179 t = ctx->bits[0]; 180 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) 181 ctx->bits[1]++; /* Carry from low to high */ 182 ctx->bits[1] += static_cast<uint32>(len >> 29); 220 * 1 0* (64-bit count of bits processed, MSB-first) 228 count = (ctx->bits[0] >> 3) & 0x3F; 253 /* Append length in bits and transform * [all...] |
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| e_hypotl.c | 28 h = uv.bits.manh; \ 29 l = uv.bits.manl; \ 103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; 110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e; 113 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
|
| /bootable/recovery/minui/ |
| graphics_fbdev.c | 83 void *bits; local 126 bits = mmap(0, fi.smem_len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); 127 if (bits == MAP_FAILED) { 133 memset(bits, 0, fi.smem_len); 139 gr_framebuffer[0].data = bits;
|
| /external/chromium_org/v8/src/ |
| safepoint-table.h | 22 SafepointEntry(unsigned info, uint8_t* bits) : info_(info), bits_(bits) { 67 uint8_t* bits() { function in class:v8::internal::BASE_EMBEDDED 99 uint8_t* bits = &Memory::uint8_at(entries_ + (index * entry_size_)); 100 return SafepointEntry(info, bits); 203 // Emit the safepoint table after the body. The number of bits per
|
| /hardware/intel/common/libva/va/ |
| va_enc_h264.h | 196 } bits; member in union:_VAEncSequenceParameterBufferH264::__anon39572 247 } bits; member in union:_VAEncSequenceParameterBufferH264::__anon39574 369 } bits; member in union:_VAEncPictureParameterBufferH264::__anon39576 511 * @name Macroblock neighbour availability bits 514 * Definitions for macroblock neighbour availability bits used in 556 * availability bits from VME stage. 559 * availability bits from the VME stage are overriden 573 } bits; member in struct:_VAEncMacroblockParameterBufferH264::__anon39578::__anon39579 582 } bits; member in struct:_VAEncMacroblockParameterBufferH264::__anon39578::__anon39581 757 * @return the number of bits written, or a negative value to indicate an erro [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| basic_ios.h | 27 /** @file bits/basic_ios.h 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 152 // Flip the internal state on for the proper state bits, then re 473 #include <bits/basic_ios.tcc>
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| basic_ios.h | 25 /** @file bits/basic_ios.h 35 #include <bits/localefwd.h> 36 #include <bits/locale_classes.h> 37 #include <bits/locale_facets.h> 38 #include <bits/streambuf_iterator.h> 154 // Flip the internal state on for the proper state bits, then re 475 #include <bits/basic_ios.tcc>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| basic_ios.h | 25 /** @file bits/basic_ios.h 35 #include <bits/localefwd.h> 36 #include <bits/locale_classes.h> 37 #include <bits/locale_facets.h> 38 #include <bits/streambuf_iterator.h> 154 // Flip the internal state on for the proper state bits, then re 475 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| basic_ios.h | 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 150 // Flip the internal state on for the proper state bits, then re 471 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| basic_ios.h | 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 150 // Flip the internal state on for the proper state bits, then re 471 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| basic_ios.h | 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 150 // Flip the internal state on for the proper state bits, then re 471 #include <bits/basic_ios.tcc>
|