HomeSort by relevance Sort by last modified time
    Searched refs:Last (Results 126 - 150 of 248) sorted by null

1 2 3 4 56 7 8 910

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_neon.S 108 @ Last sample in the inner loop.
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S 17 @ Last Modified Revision: 7485
18 @ Last Modified Date: Fri, 21 Sep 2007
250 SUB pSrc,pSrc,#4 @ set both the ptrs to the last element
372 SUB pSrc,pSrc,#4 @ set both the ptrs to the last element
375 @ Last element can be expanded as follows
380 @ Since (c,d) = (0,1) for the last element, result is just (a,-b)
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 17 @ Last Modified Revision: 7810
18 @ Last Modified Date: Thu, 04 Oct 2007
515 SUB pSrc,pSrc,#4 @ points to the last element.
516 SUB argDst,argDst,#4 @ points to the last element.
616 SUB pSrc,pSrc,#4 @ points to the last element.
617 SUB argDst,argDst,#4 @ points to the last element.
620 @ Last element can be expanded as follows
625 @ Since (c,d) = (0,1) for the last element, result is just (a,-b)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
250 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
260 decl->Range.Last + 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
250 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
260 decl->Range.Last + 1);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 470 /// \returns the index of the last instruction in the BB from \p VL.
476 /// \brief Set the Builder insert point to one after the last instruction in
503 /// The index in the basic block of the last scalar.
514 TreeEntry *Last = &VectorizableTree[idx];
515 Last->Scalars.insert(Last->Scalars.begin(), VL.begin(), VL.end());
516 Last->NeedToGather = !Vectorized;
518 Last->LastScalarIndex = getLastIndex(VL);
524 Last->LastScalarIndex = 0;
527 return Last;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 410 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 520 unsigned last = decl->Range.Last; local
523 for( idx = first; idx <= last; idx++ ) {
  /external/chromium_org/v8/src/
regexp.js 284 // on the captures array of the last successful match and the subject string
285 // of the last successful match.
306 // last pair (after the first pair) of elements of the capture array even if
349 // The properties $1..$9 are the first nine capturing substrings of the last
370 // Property of the builtins object for recording the result of the last
372 // array of the last successful regexp match (an array of start/end index
375 // the subject string for the last successful match.
378 "", // Last subject.
379 UNDEFINED, // Last input - settable with RegExpSetInput.
384 // Override last match info with an array of actual substrings
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 320 if (HashType > IndexedInstrProf::HashT::Last)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 410 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 520 unsigned last = decl->Range.Last; local
523 for( idx = first; idx <= last; idx++ ) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_node_browser.js 60 * Updates the 'Last refresh time' display.
  /external/clang/include/clang/AST/
Comment.h 187 #define COMMENT_RANGE(BASE, FIRST, LAST) \
188 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
189 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 446 /* Specify whether this is the last export */
502 for (index = d->Range.First; index <= d->Range.Last; index++) {
576 /* Specify that this is the last export */
645 /* XXX: To optimize, we could use a float or v2f32, if the last bits of
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfOutlineDictionary_autogen.h     [all...]
SkPdfOutlineItemDictionary_autogen.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 446 /* Specify whether this is the last export */
502 for (index = d->Range.First; index <= d->Range.Last; index++) {
576 /* Specify that this is the last export */
645 /* XXX: To optimize, we could use a float or v2f32, if the last bits of
  /external/oprofile/events/i386/nehalem/
events 12 event:0x2e counters:0,1,2,3 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
13 event:0x2e counters:0,1,2,3 um:x4f minimum:6000 name:LLC_REFS : Last level cache demand requests from this core
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfOutlineDictionary_autogen.h     [all...]
SkPdfOutlineItemDictionary_autogen.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search.js 107 cvox.ChromeVox.tts.speak('Last result', 1, prop);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 237 // a carret after the last character.
241 // Last byte is initialized to 0.
248 // endIndex can't be past-the-end of the last cell unless
375 // position after the last character.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DataGrid.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c     [all...]

Completed in 645 milliseconds

1 2 3 4 56 7 8 910