HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 151 - 175 of 1023) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/interpreter/mterp/mips64/
op_move_from16.S 8 GET_INST_OPCODE v0 # extract opcode from rINST
op_move_result.S 8 GET_INST_OPCODE v0 # extract opcode from rINST
op_move_result_wide.S 7 GET_INST_OPCODE v0 # extract opcode from rINST
op_rem_double.S 10 GET_INST_OPCODE v0 # extract opcode from rINST
op_rem_double_2addr.S 10 GET_INST_OPCODE v0 # extract opcode from rINST
op_rem_float.S 10 GET_INST_OPCODE v0 # extract opcode from rINST
op_rem_float_2addr.S 10 GET_INST_OPCODE v0 # extract opcode from rINST
op_sget.S 25 GET_INST_OPCODE v0 # extract opcode from rINST
op_sget_wide.S 17 GET_INST_OPCODE v0 # extract opcode from rINST
unop.S 16 GET_INST_OPCODE v0 # extract opcode from rINST
unopWide.S 15 GET_INST_OPCODE v0 # extract opcode from rINST
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { function in class:DWARFDebugAranges
27 while (Set.extract(DebugArangesData, &Offset)) {
43 // Extract aranges from .debug_aranges section.
45 extract(ArangesData);
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_horz.s 200 @ vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
201 @ vext.u8 d3,d0,d1,#3 @vector extract of src[0_3]
202 @ vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
203 @ vext.u8 d5,d0,d1,#5 @vector extract of src[0_5]
204 @ vext.u8 d6,d0,d1,#6 @vector extract of src [0_6]
205 @ vext.u8 d7,d0,d1,#7 @vector extract of src[0_7]
206 @ vext.u8 d1,d0,d1,#1 @vector extract of src[0_1]
209 @vext.u8 d15,d12,d13,#3 @vector extract of src[0_3]
210 @ vext.u8 d16,d12,d13,#4 @vector extract of src[0_4]
211 @ vext.u8 d17,d12,d13,#5 @vector extract of src[0_5
    [all...]
ihevc_inter_pred_luma_horz_w16out.s 212 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
213 @vext.u8 d3,d0,d1,#3 @vector extract of src[0_3]
214 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
216 @vext.u8 d5,d0,d1,#5 @vector extract of src[0_5]
217 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
218 @vext.u8 d7,d0,d1,#7 @vector extract of src[0_7]
219 @vext.u8 d1,d0,d1,#1 @vector extract of src[0_1]
236 @ vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
237 @ vext.u8 d15,d12,d13,#3 @vector extract of src[0_3]
238 @ vext.u8 d16,d12,d13,#4 @vector extract of src[0_4
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_goto.S 24 GET_INST_OPCODE(t0) # extract opcode from rINST
36 GET_INST_OPCODE(t0) # extract opcode from rINST
op_goto_32.S 28 GET_INST_OPCODE(t0) # extract opcode from rINST
41 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/ImageMagick/config/
ar-lib 154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
218 func_at_file "${1#@}" -EXTRACT "$archive"
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 4 constexpr int extract(const S &s);
7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
8 constexpr S(int k) : n(k), m(extract(*this)) {}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}} function
  /external/icu/icu4c/source/i18n/
upluralrules.cpp 52 return result.extract(keyword, capacity, *status);
  /external/libcxx/utils/sym_check/
sym_match.py 7 from sym_check import util, match, extract
12 description='Extract a list of symbols from a shared library.')
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 47 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
DWARFAcceleratorTable.h 48 bool extract();
DWARFDebugArangeSet.h 57 bool extract(DataExtractor data, uint32_t *offset_ptr);
DWARFDebugRangeList.h 68 bool extract(DataExtractor data, uint32_t *offset_ptr);
  /external/pcre/dist/
ar-lib 154 extract=
165 x*) extract=yes ;;
181 case $delete$extract$list$quick$replace,$index in
209 elif test -n "$extract"; then
218 func_at_file "${1#@}" -EXTRACT "$archive"
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?

Completed in 301 milliseconds

1 2 3 4 5 67 8 91011>>