HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1351 - 1375 of 4593) sorted by null

<<51525354555657585960>>

  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 75 " | grep -e '^\s*git-svn-id:'" # Extract "git-svn-id" line.
76 " | awk '{print $2}'" # Extract "repository@revision" part.
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 59 ActualLhsType actualLhs = LhsProductTraits::extract(lhs);
91 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsProductTraits::extract(lhs);
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 83 skeleton.extract(0, skeleton.length(), result, "UTF-8");
86 pat.extract(0, pat.length(), result_1, "UTF-8");
600 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
645 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8");
    [all...]
  /external/lldb/examples/functions/
main.cpp 38 // locations to extract the symbol context for each location. Then it
81 " " PROGRAM_NAME " -- extract all function signatures from one or more binaries.\n"
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 222 /// AddCatchInfo - Extract the personality and type infos from an eh.selector
227 /// AddLandingPadInfo - Extract the exception handling information from the
  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 74 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:DWARFUnit
96 return RangeList.extract(RangesData, &ActualRangeListOffset);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 161 /// PEXTRB - Extract an 8-bit value from a vector and zero extend it to
165 /// PEXTRW - Extract a 16-bit value from a vector and zero extend it to
300 BEXTR, // BEXTR - Bit field extract
349 // Insert/Extract vector element
461 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
471 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
481 /// immediate to extract the specified EXTRACT_SUBVECTOR index
491 /// immediate to extract the specified EXTRACT_SUBVECTOR index
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 29 // If all elts are the same, we can extract it and use any of the values.
42 // this is constant idx extract element and its a constant idx insertelt.
101 // Extract a value from a vector add operation with a constant zero.
252 // be the same value, extract from the pre-inserted value instead.
260 // it came from and extract from the appropriate input element instead.
354 // If this is an insert of an extract from some other vector, include it.
432 // If this is an insert of an extract from some other vector, include it.
548 if (ExtractedIdx >= NumExtractVectorElts) // Out of range extract.
    [all...]
  /external/llvm/test/Analysis/CostModel/X86/
vshift-cost.ll 73 ; is lowered into a sequence of: 1 extract + 2 vpmullw + 1 insert.
81 ; simply emits 2 pmullw with no extract/insert.
  /external/llvm/test/CodeGen/AArch64/
arm64-crypto.ll 59 %extract = extractelement <4 x i32> %res, i32 0
60 %res2 = call <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %extract, <4 x i32> %wk)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 208 /********** extract the value from either a `sbw' or `seac' *********/
247 /* for each glyph, parse the glyph charstring and extract */
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 130 /* extract the exponent */
137 /* extract mantissa and restore implied 1 bit */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 130 /* extract the exponent */
137 /* extract mantissa and restore implied 1 bit */
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 130 /* extract the exponent */
137 /* extract mantissa and restore implied 1 bit */
  /external/stlport/test/unit/
sstream_test.cpp 111 s.get(c); // extract newline, that not extracted by operator >>
162 s.get(c); // extract newline, that not extracted by operator >>
  /external/tcpdump/
print-atm.c 37 #include "extract.h"
188 * Extract the presumed LLC header into a variable, for quick
print-wb.c 37 #include "extract.h"
40 /* XXX - you mean like the ones in "extract.h"? */
  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 270 /* Extract from the supplied VexGuestPPC32State structure the
282 /* Extract from the supplied VexGuestPPC32State structure the
  /external/webp/include/webp/
demux.h 13 // Code Example: Demuxing WebP data to extract all the frames, ICC profile
34 // ... (Extract metadata).
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 240 * Figures out what to extract from the given IntervalStats object.
245 * Implementations should extract interesting from <code>stats</code> and add it
  /frameworks/base/tools/velocityplot/
velocityplot.py 243 # Extract a word following the specified prefix.
255 # Extract a number following the specified prefix.
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 193 extract(apk, dexFile, extractedFile, extractedFilePrefix); method
285 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, method in class:MultiDexExtractor
  /hardware/intel/img/psb_video/src/hwdefs/
reg_io2.h 55 This macro is used to extract a field from a register.
79 This macro is used to extract the value of a repeated from a register.
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 84 Extract RBSP data from a NAL
160 /* Extract the NAL length depending on sizeOfNALength field */
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 117 * Extract the host and port. The host may be an IPv6 address with
160 * Extract the path, query and fragment. Each part has its own leading

Completed in 2301 milliseconds

<<51525354555657585960>>