HomeSort by relevance Sort by last modified time
    Searched refs:subseq (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/MC/ARM/
arm-arithmetic-aliases.s 68 subseq r2, r2, #6 label
69 subseq r2, #6 label
70 subseq r2, r2, r3 label
71 subseq r2, r3 label
73 @ CHECK: subseq r2, r2, #6 @ encoding: [0x06,0x20,0x52,0x02]
74 @ CHECK: subseq r2, r2, #6 @ encoding: [0x06,0x20,0x52,0x02]
75 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00]
76 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
arm-arithmetic-aliases.s 68 subseq r2, r2, #6 label
69 subseq r2, #6 label
70 subseq r2, r2, r3 label
71 subseq r2, r3 label
73 @ CHECK: subseq r2, r2, #6 @ encoding: [0x06,0x20,0x52,0x02]
74 @ CHECK: subseq r2, r2, #6 @ encoding: [0x06,0x20,0x52,0x02]
75 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00]
76 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00]
  /external/capstone/suite/MC/ARM/
arm-arithmetic-aliases.s.cs 26 0x06,0x20,0x52,0x02 = subseq r2, r2, #6
27 0x06,0x20,0x52,0x02 = subseq r2, r2, #6
28 0x03,0x20,0x52,0x00 = subseq r2, r2, r3
29 0x03,0x20,0x52,0x00 = subseq r2, r2, r3
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
markov.py 26 subseq = seq[max(0, len(seq)-n):]
27 options = trans[subseq]
  /external/python/cpython2/Demo/scripts/
markov.py 26 subseq = seq[max(0, len(seq)-n):]
27 options = trans[subseq]
  /external/python/cpython3/Tools/demo/
markov.py 30 subseq = seq[max(0, len(seq)-n):]
31 options = trans[subseq]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyRepeatedField.java 144 return this.storage.subseq(beg, len);
156 return this.storage.subseq(beg, len);
  /art/runtime/arch/arm/
memcmp16_arm.S 165 subseq r0, r0, ip
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_functions.py 67 for subarr, subseq in six.moves.zip_longest(arr, seq, fillvalue=()):
68 _fill_array(subarr, subseq, fillvalue)
  /bionic/libc/kernel/uapi/sound/
asoc.h 289 __le32 subseq; member in struct:snd_soc_tplg_dapm_widget
  /external/kernel-headers/original/uapi/sound/
asoc.h 466 __le32 subseq; /* sort within widget type */ member in struct:snd_soc_tplg_dapm_widget
  /external/opencv/cxcore/src/
cxdatastructs.cpp 1843 CvSeq* subseq = 0; local
    [all...]
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi_default.s 450 subseq r8,r8,#2 @decrement the ht by 2

Completed in 329 milliseconds