/prebuilts/go/linux-x86/pkg/linux_amd64/archive/ |
tar.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/archive/ |
tar.a | [all...] |
/external/vulkan-validation-layers/ |
vk.xml | 168 <type requires="VkSparseMemoryBindFlagBits" category="bitmask">typedef <type>VkFlags</type> <name>VkSparseMemoryBindFlags</name>;</type> <!-- Sparse memory bind flags --> 169 <type requires="VkSparseImageFormatFlagBits" category="bitmask">typedef <type>VkFlags</type> <name>VkSparseImageFormatFlags</name>;</type> <!-- Sparse image memory requirements flags --> [all...] |
/external/ImageMagick/MagickCore/ |
distort.c | 343 % o method: the method of image distortion/ sparse gradient 513 For Sparse Gradients x,y, r,g,b ... 534 /* sparse gradient - use the values directly */ 594 /* Sparse Gradient - use values of p0 for linear gradient */ 626 + Can not be used for generating a sparse gradient (interpolation) 667 + Cannot be used for generating a sparse gradient (interpolation) 768 For Sparse Gradients x,y, r,g,b ... 775 + Can not be used for generating a sparse gradient (interpolation) [all...] |
/system/core/fastboot/ |
fastboot.cpp | 54 #include <sparse/sparse.h> 387 " -S <size>[K|M|G] Automatically sparse files greater\n" 721 die("cannot sparse read file\n"); 731 die("Failed to allocate sparse file array\n"); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 1 //===- SCCP.cpp - Sparse Conditional Constant Propagation -----------------===// 10 // This file implements sparse conditional constant propagation and merging: 154 /// SCCPSolver - This class is a general purpose solver for Sparse Conditional [all...] |
/external/bison/lib/ |
lbitset.c | 33 large sparse sets. 43 but the more memory wasted for sparse bitsets and the longer the time 919 bitset! It makes a sparse bitset become dense. An alternative
|
bitset.h | 38 BITSET_SPARSE = 8, /* Bitset sparse. */
|
/external/deqp/doc/testspecs/VK/ |
apitests.adoc | 273 Sparse resources 276 Sparse memory resources are treated as separate feature from basic memory management. Details TBD still. 448 * Sparse buffers: very large (limit TBD) buffers can be created [all...] |
/external/clang/utils/ |
clang-completion-mode.el | 218 (setq clang-completion-mode-map (make-sparse-keymap))))
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestPackage.cpp | 380 addChild(sparse::createTests (m_testCtx));
|
/external/e2fsprogs/ |
MCONFIG.in | 53 @ifGNUmake@ CHECK=sparse
|
/external/e2fsprogs/resize/ |
main.c | 417 * automatically extend it in a sparse fashion by writing the
|
/external/eigen/doc/ |
A10_Eigen2SupportModes.dox | 42 \li The Sparse module.
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LevenbergMarquardt.h | 283 //FIXME Sparse Case : Allocate space for the jacobian
|
/external/google-benchmark/ |
README.md | 104 and a sparse range on the second.
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 30 * column key, with a single value. A table may be sparse, with only a small
|
/external/jemalloc/include/jemalloc/internal/ |
tcache.h | 138 * completely disjoint from this data structure. tcaches starts off as a sparse
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_bitmap.c | 318 * - good for sparse bitmaps
|
/external/opencv/cxcore/include/ |
cxtypes.h | 738 * Multi-dimensional sparse array (CvSparseMat) * 742 #define CV_TYPE_NAME_SPARSE_MAT "opencv-sparse-matrix" 769 /**************** iteration through a sparse array *****************/ [all...] |
/external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/ |
py_lucas_kanade.markdown | 168 Lucas-Kanade method computes optical flow for a sparse feature set (in our example, corners detected
|
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 665 * Multi-dimensional sparse array (CvSparseMat) * 669 #define CV_TYPE_NAME_SPARSE_MAT "opencv-sparse-matrix" 708 /**************** iteration through a sparse array *****************/ [all...] |
/external/opencv3/modules/core/src/ |
precomp.hpp | 86 /* default memory block for sparse array elements */
|
/external/squashfs-tools/kernel/fs/squashfs/ |
inode.c | 206 le64_to_cpu(sqsh_ino->sparse) - 1) >> 9) + 1;
|
/external/squashfs-tools/squashfs-tools/ |
squashfs_fs.h | 398 long long sparse; member in struct:squashfs_lreg_inode_header
|