| /external/llvm/lib/Target/AArch64/ |
| AArch64TargetTransformInfo.cpp | 302 // We are extending an element we extract from a vector, so the source type 309 // Get the cost for the extract. We compute the cost (if any) for the extend
|
| /external/llvm/lib/Target/X86/Utils/ |
| X86ShuffleDecode.cpp | 464 // EXTRQ: Extract Len bytes starting from Idx. Zero pad the remaining bytes 499 // INSERTQ: Extract lowest Len bytes from lower half of second source and
|
| /external/llvm/test/ |
| lit.cfg | 227 # Extract the tool name from the pattern. This relies on the tool 264 r"\bllvm-extract\b",
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_aos.c | 301 * Old llvm versions will resort to scalar extract/shift insert, 562 /* Extract bits from source */
|
| lp_bld_format_soa.c | 441 * the packed pixels into a vector and extract each component for all 829 * Note that vector transpose can be worse compared to insert/extract
|
| lp_bld_swizzle.c | 89 * Combined extract and broadcast (mere shuffle in most cases) 141 * Trivial extract scalar from vector.
|
| /external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
| com9097.mme | 368 mov $r3 (extrinsrt 0x0 $r5 31 1 0) /* extract high bit */ 449 mov $r3 (extrinsrt 0x0 $r5 31 1 0) /* extract high bit */
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| radeon_program_tex.c | 117 * - extract non-native source / destination operands 119 * - extract operand swizzles
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
| Convert.h | 88 // Extract the sign, exponent, and mantissa 165 // Extract the sign, exponent, and mantissa
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_texstate.c | 174 /* Extract the arg from slot A, shift it into the correct argument slot 245 * Extract the color and alpha combine function arguments. [all...] |
| /external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
| GenericMetadataSupport.java | 31 * <li>Then from this metadata, we can extract meta-data for a generic return type of a method, using 426 throw new MockitoException("Cannot extract extra-interfaces from '" + typeVariable + "' : '" + type + "'");
|
| /external/pdfium/third_party/libopenjpeg20/ |
| j2k.h | 793 *@return the codestream information extract from the jpg2000 codec 802 *@return the codestream index extract from the jpg2000 codec
|
| /external/python/cpython2/Doc/library/ |
| doctest.rst | [all...] |
| /external/python/cpython3/Doc/library/ |
| doctest.rst | [all...] |
| /external/python/cpython3/Lib/ |
| zipfile.py | 350 self.extract_version = DEFAULT_VERSION # Version needed to extract archive 1467 def extract(self, member, path=None, pwd=None): member in class:ZipFile [all...] |
| /external/scapy/scapy/modules/krack/ |
| crypto.py | 250 """Extract TSCs, TA and encoded-data from a packet @pkt""" 297 """Extract data from a WPA packet @pkt with temporal key @tk"""
|
| /external/selinux/libsemanage/src/ |
| modules.c | 151 if (sh->funcs->extract == NULL) { 159 return sh->funcs->extract(sh, modkey, extract_cil, mapped_data, data_len, modinfo);
|
| /external/selinux/libsepol/cil/src/ |
| android.c | 886 cil_log(CIL_ERR, "Unable to extract attributizable elements from source db.\n"); 916 cil_log(CIL_ERR, "Unable to extract attributizable elements from source db.\n");
|
| /external/skia/src/core/ |
| SkBitmapDevice.cpp | 291 // the bitmap, we extract a subset. 298 // Since we did an extract, we need to adjust the matrix accordingly
|
| /external/skqp/src/core/ |
| SkBitmapDevice.cpp | 291 // the bitmap, we extract a subset. 298 // Since we did an extract, we need to adjust the matrix accordingly
|
| /external/stressapptest/src/ |
| os.cc | 782 // Extract the data. 886 // Extract bits [n+len-1, n] from a 32 bit word.
|
| /external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
| llvm-ar.pod | 157 Extract archive members back to files. The F<o> modifier applies to this
160 F<files> are specified, the entire archive is extract.
|
| /external/swiftshader/third_party/LLVM/docs/ |
| index.html | 86 <a href="/cmds/llvm-extract.html">llvm-extract</a>,
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
| FunctionLoweringInfo.cpp | 374 /// AddCatchInfo - Extract the personality and type infos from an eh.selector 456 /// AddLandingPadInfo - Extract the exception handling information from the
|
| /external/tcpdump/ |
| netdissect.h | 41 * use the EXTRACT_ macros to extract them (which you should be doing 57 * EXTRACT_32BITS() to extract the value - in many cases you just want
|