/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
unistd.h | 197 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
parseConst.cpp | 159 // Traverse the outer, potentially bigger matrix, fill in missing pieces with the
|
/system/keymaster/ |
auth_encrypted_key_blob.cpp | 111 // A bigger potential problem is: What if a valid unversioned blob appears to parse
|
/system/nfc/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm_cfg.c | 120 0x80, /* B4 threshold: Bigger thresholds give a smaller LPTD range but
|
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 871 // If we've hit the load factor, get bigger. 874 bigger := uint8(1) 876 bigger = 0 880 newbuckets := newarray(t.bucket, 1<<(h.B+bigger)) 886 h.B += bigger 926 // growing reports whether h is growing. The growth may be to the same size or bigger. 980 // Only calculate y pointers if we're growing bigger. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 871 // If we've hit the load factor, get bigger. 874 bigger := uint8(1) 876 bigger = 0 880 newbuckets := newarray(t.bucket, 1<<(h.B+bigger)) 886 h.B += bigger 926 // growing reports whether h is growing. The growth may be to the same size or bigger. 980 // Only calculate y pointers if we're growing bigger. [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
dynamic_bitset | 623 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 881 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 904 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 930 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1054 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
dynamic_bitset | 623 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 881 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 904 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 930 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1054 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
dynamic_bitset | 623 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 881 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 904 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 930 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1054 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
bitset | 860 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 883 * @throw std::out_of_range If @a __position is bigger the size 1065 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1088 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1114 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
bitset | 860 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 883 * @throw std::out_of_range If @a __position is bigger the size 1065 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1088 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1114 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
bitset | 860 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 883 * @throw std::out_of_range If @a __position is bigger the size 1065 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1088 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1114 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
bitset | 880 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 901 * @throw std::out_of_range If @a __position is bigger the size 1079 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1101 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1126 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
bitset | 880 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 901 * @throw std::out_of_range If @a __position is bigger the size 1079 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1101 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1126 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
bitset | 880 * @throw std::out_of_range If @a pos is bigger the size of @a __s. 901 * @throw std::out_of_range If @a __position is bigger the size 1079 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1101 * @throw std::out_of_range If @a pos is bigger the size of the %set. 1126 * @throw std::out_of_range If @a pos is bigger the size of the %set. [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/ |
AArch64Mmu.c | 627 ASSERT (0); // Bigger than 48-bit memory space are not supported
649 ASSERT (0); // Bigger than 48-bit memory space are not supported
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 48 * Also seems like or() from util is wrong when size of incoming set is bigger 162 // clear all bits in this not present in a (if this bigger than a).
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorSyclTuple.h | 69 /// elements inside the tuple is bigger than 1. It recursively calls itself to 90 static_assert(sizeof...(Ts)!=0, "The requseted value is bigger than the size of the tuple"); \
|
/external/eigen/unsupported/Eigen/ |
FFT | 34 * - fftw (http://www.fftw.org) : faster, GPL -- incompatible with Eigen in LGPL form, bigger code size. 72 // FFTW: faster, GPL -- incompatible with Eigen in LGPL form, bigger code size
|