HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1926 - 1950 of 6076) sorted by null

<<71727374757677787980>>

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
apinames.c 311 "%s %s: extract FreeType API names from header files\n\n"
312 "this program is used to extract the list of public FreeType API\n"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1gload.c 49 /********** extract the value from either a `sbw' or `seac' *********/
192 /* for each glyph, parse the glyph charstring and extract */
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 230 /* bit positon for extract from acc */
253 /* bit positon for extract from acc */
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 97 if (!U->extract(Data, &Offset))
184 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 126 /// <0, 2, 4, 6> (mask of index 0 to extract even elements)
127 /// <1, 3, 5, 7> (mask of index 1 to extract odd elements)
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 262 BFE_U32, // Extract range of bits with zero extension to 32-bits.
263 BFE_I32, // Extract range of bits with sign extension to 32-bits.
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 52 static cl::opt<bool> EnableGenExtract("hexagon-extract", cl::init(true),
53 cl::Hidden, cl::desc("Generate \"extract\" instructions"));
  /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/opencv3/3rdparty/libwebp/webp/
demux.h 13 // Code Example: Demuxing WebP data to extract all the frames, ICC profile
34 // // ... (Extract metadata).
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.h 83 // Extract scale, shear, rotation, and translation values from a matrix:
525 // extract the first 3 because we can effect the last 3 by shearing in
612 // Extract the first angle, rot.x.
628 // Extract the other two angles, rot.y and rot.z, from N.
659 // Extract the first angle, rot.x.
675 // Extract the other two angles, rot.y and rot.z, from N.
    [all...]
  /external/pdfium/third_party/freetype/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/pdfium/third_party/freetype/src/type1/
t1gload.c 49 /********** extract the value from either a `sbw' or `seac' *********/
192 /* for each glyph, parse the glyph charstring and extract */
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 153 WriteShort(&output, 10); // version needed to extract
184 WriteShort(&output, 10); // version needed to extract
  /external/skia/src/core/
SkBitmapDevice.cpp 286 // the bitmap, we extract a subset.
299 // Since we did an extract, we need to adjust the matrix accordingly
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 130 /* extract the exponent */
137 /* extract mantissa and restore implied 1 bit */
  /external/tcpdump/
print-atm.c 30 #include "extract.h"
191 * Extract the presumed LLC header into a variable, for quick
print-dvmrp.c 30 #include "extract.h"
120 * extract version and capabilities from IGMP group
print-wb.c 31 #include "extract.h"
36 /* XXX - you mean like the ones in "extract.h"? */
  /external/v8/src/compiler/
js-native-context-specialization.cc 426 // Extract receiver maps from the IC using the {nexus}.
474 // Extract receiver maps from the LOAD_IC using the LoadICNexus.
489 // Extract receiver maps from the STORE_IC using the StoreICNexus.
    [all...]
  /external/v8/tools/release/
git_recipes.py 57 # Extract the lines in the footer block.
275 # Extract the svn revision from 'git-svn' metadata
  /external/v8/tools/testrunner/network/
network_execution.py 73 " | grep -e '^\s*git-svn-id:'" # Extract "git-svn-id" line.
74 " | awk '{print $2}'" # Extract "repository@revision" part.
  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 272 /* Extract from the supplied VexGuestPPC32State structure the
284 /* Extract from the supplied VexGuestPPC32State structure the
  /frameworks/av/media/libstagefright/timedtext/
TextDescriptions.cpp 65 // Extract the local 3GPP display descriptions. 3GPP local descriptions
373 // To extract box 'tx3g' defined in 3GPP TS 26.245, and store it in a Parcel
  /frameworks/base/core/java/com/android/internal/app/
LocaleHelper.java 179 // Theoretically, we want to extract this from ICU's Resource Bundle for
182 // problems: it's expensive to extract it, and in case the output string becomes
  /frameworks/base/core/java/org/apache/http/conn/ssl/
AbstractVerifier.java 229 * Note: Java doesn't appear able to extract international characters
230 * from the SubjectAlts. It can only extract international characters

Completed in 1435 milliseconds

<<71727374757677787980>>