HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 3776 - 3800 of 8518) sorted by null

<<151152153154155156157158159160>>

  /external/clang/lib/AST/
CommentLexer.cpp 481 // Extract current line.
502 // There is some text, followed by end command. Extract text first.
546 // Extract current line.
  /external/gptfdisk/
gptcurses.cc 249 space->origPart->GetDescription().extract(0, 39, temp, 39);
339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 561 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1);
563 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1);
565 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
  /external/libavc/encoder/
ih264e_cabac.c 302 /* extract the remaining bits; */
337 * 1. Extract the leading byte of low(L)
373 /* 1. Extract the leading byte of low(L) */
  /external/libmojo/third_party/jinja2/
ext.py 450 """Extract localizable strings from the given template node. Per
481 to extract any comments. For comment support you have to use the babel
482 extraction interface or extract comments yourself.
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 459 /* bit positon for extract from acc */
474 /* bit positon for extract from acc */
514 /* bit positon for extract from acc */
    [all...]
  /external/llvm/docs/
Passes.rst 48 For example passes to extract functions to bitcode or write a module to bitcode
749 .. _passes-loop-extract:
751 ``-loop-extract``: Extract loops into new functions
754 A pass wrapper around the ``ExtractLoop()`` scalar transformation to extract
759 ``-loop-extract-single``: Extract at most one loop into a new function
762 Similar to :ref:`Extract loops into new functions <passes-loop-extract>`, this
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 370 /// @brief Extract the alignment for a call or parameter (0=unknown).
375 /// @brief Extract the number of dereferenceable bytes for a call or
381 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
Function.h 268 /// @brief Extract the alignment for a call or parameter (0=unknown).
273 /// @brief Extract the number of dereferenceable bytes for a call or
279 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 250 // We are indexing into this struct, and want to extract the workgroup_size_*
296 // 32-bit and extract sequence is already present, and it is probably easier
309 // Extract y component. Upper half of LoadZU should be zero already.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 137 VGETLANEu, // zero-extend vector extract element
138 VGETLANEs, // sign-extend vector extract element
152 VEXT, // extract
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 266 RegisterCell extract(const BitMask &M) const; // Returns a new cell.
398 // Extract/insert
399 // XTR R,b,e: extract bits from A1 starting at bit b, ending at e-1.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 265 * The source value to extract must be in a 32bit int (bits not part of
299 /* extract the component to "float position" */
478 /* extract exponent */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 209 /* extract sign bits to create mask
232 /* Extract the sign bits
510 /* extract sign bits to create mask
  /external/pcre/dist2/doc/html/
pcre2demo.html 250 we have to extract the count of named parentheses from the pattern. */
262 /* Before we can access the substrings, we must extract the table for
327 sequence. First, find the options with which the regex was compiled and extract
  /external/python/cpython2/Lib/
doctest.py 645 # Extract info from the regexp match.
664 Extract all doctest examples from the given string, and
676 Extract all doctest examples from the given string, and return
720 # If `want` contains a traceback message, then extract it.
727 # Extract options from the source.
812 A class used to extract the DocTests that are relevant to a given
    [all...]
  /external/python/cpython3/Lib/
doctest.py 643 # Extract info from the regexp match.
662 Extract all doctest examples from the given string, and
674 Extract all doctest examples from the given string, and return
718 # If `want` contains a traceback message, then extract it.
725 # Extract options from the source.
810 A class used to extract the DocTests that are relevant to a given
    [all...]
  /external/selinux/libsepol/src/
mls.c 348 /* Extract low sensitivity. */
368 /* Extract category set. */
426 /* Extract high sensitivity. */
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 142 VGETLANEu, // zero-extend vector extract element
143 VGETLANEs, // sign-extend vector extract element
154 VEXT, // extract
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86Disassembler.cpp 262 /// @param insn - The internal instruction to extract the R/M field
300 /// @param insn - The instruction to extract Mod, R/M, and SIB fields
439 /// @param insn - The instruction to extract Mod, R/M, and SIB fields
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 291 /// @brief Extract the alignment for a call or parameter (0=unknown).
296 /// @brief Extract the number of dereferenceable bytes for a call or
302 /// @brief Extract the number of dereferenceable_or_null bytes for a call or
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java 572 * Extract the integer r from an ECDSA signature. This method implicitely assumes that the ECDSA
589 /** Extract the k that was used to sign the signature. */
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
pow2.cpp 134 i = extract_h (L_x); // Extract b10-b16 of fraction
136 a = extract_l (L_x); // Extract b0-b9 of fraction
187 /* Extract b0-b16 of fraction */
  /frameworks/base/core/java/android/util/
TypedValue.java 93 /** Complex data: mask to extract unit information (after shifting by
121 /** Complex data: mask to extract radix information (after shifting by
137 /** Complex data: mask to extract mantissa information (after shifting by

Completed in 1355 milliseconds

<<151152153154155156157158159160>>