Searched refs:It (Results 276 - 300 of 357) sorted by relevance

<<1112131415

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm44 ;# a 256-element block of memory. It takes 8 bits 0...7 to address this
178 ;# It acts in place on registers v0...v3, uses v4...v7 as temporaries,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm420 ; slightly faster because of pmullw latency. It would also cut our rodata
1393 ; between the ssse3 and non-ssse3 version. It may make sense to merge their
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm27 ; It also has various other useful features to simplify writing the kind of
712 ; permutes its arguments. It's equivalent to exchanging the contents of the
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S12 @ It has been relicensed with permission from the copyright holders.
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp62 // It's okay for the result type to still be a forward declaration
629 /// a \@compatibility_alias declaration. It sets up the alias relationships.
782 /// issues an error if they are not declared. It returns list of
1282 /// types are the same, or if B is a subclass of A. It becomes more complex
1303 /// implementation accepts. It may, however, accept a more general type
1320 // implement all of the protocols in B. It may not be a qualified class.
2634 // user-defined setter/getter. It also synthesizes setter/getter methods
2973 GlobalMethodPool::iterator It = local
2975 if (It != MethodPool.end()) {
2977 ObjCMethod->isInstanceMethod()? It
[all...]
H A DSemaOpenMP.cpp304 auto It = Stack.back().AlignedMap.find(D); local
305 if (It == Stack.back().AlignedMap.end()) {
310 assert(It->second && "Unexpected nullptr expr in the aligned map");
311 return It->second;
2392 // It will be analyzed later.
2413 // It will be analyzed later.
2523 // It will be analyzed later.
2544 // It will be analyzed later.
2709 // It will be analyzed later.
2730 // It wil
[all...]
/external/libvorbis/doc/
H A D04-codec.tex105 configurations. It finishes with a framing bit of '1'. Header decode
614 These channel orderings refer to order within the encoded stream. It
H A D03-codebook.tex243 It is clear that the codeword length list represents a Huffman
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm27 ; It also has various other useful features to simplify writing the kind of
801 ; permutes its arguments. It's equivalent to exchanging the contents of the
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm44 ;# a 256-element block of memory. It takes 8 bits 0...7 to address this
178 ;# It acts in place on registers v0...v3, uses v4...v7 as temporaries,
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm420 ; slightly faster because of pmullw latency. It would also cut our rodata
1393 ; between the ssse3 and non-ssse3 version. It may make sense to merge their
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h338 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp376 ResolveConstantsTy::iterator It = local
380 assert(It != ResolveConstants.end() && It->first == *I);
381 NewOp = operator[](It->second);
2688 // FIXME: It is not clear whether values in the range should be
/external/bison/
H A Dmaint.mk369 # It may fail to NUL-terminate the destination,
898 # It would be much more concise, and would produce better output (including
1495 # in gnulib. Use this rule to refresh any stale patches. It applies each
/external/blktrace/btt/doc/
H A Dbtt.tex42 run. It is also capable of producing some general statistics concerning
192 IO\footnote{It should be noted that incoming requests either go through:
1001 basis. It shows how many times an unplug was hit with a specified
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm357 ;note: It happens that both xoffset and yoffset are zero. This can be handled in c code later.
/external/jpeg/
H A Dconfigure1106 It does not let you subtract one const X* pointer from another in an arm
1451 # AIX install. It has an incompatible calling convention.
1479 # It thinks the first close brace ends the variable substitution.
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm348 ;note: It happens that both xoffset and yoffset are zero. This can be handled in c code later.
/external/qemu/distrib/jpeg-6b/
H A Dconfigure1106 It does not let you subtract one const X* pointer from another in an arm
1451 # AIX install. It has an incompatible calling convention.
1479 # It thinks the first close brace ends the variable substitution.
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm14 ; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of inffast.S
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas105 /// it doesn't have to be. It's just a marker to indicate what
121 /// and Rewind(I) should balance still. It is like invoking
123 /// It's like Seek(last marker's input position).
859 /// It returns the index of the last token matched by the rule.
1131 /// The setter sets the complete text of this token. It overrides/wipes any
1200 /// stream, but I'm not sure we want to do that. It would seem to be undefined
1998 /// variables and other state variables. It's a kind of explicit multiple
2055 /// reference in rule atom. It can assume that you forgot the ')'.
2076 /// action in the parser or tree parser works. It simply creates
2205 * return normally. It woul
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2912 MachineFunction::iterator It = BB; local
2913 ++It;
2924 F->insert(It, copy0MBB);
2925 F->insert(It, sinkMBB);
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1017 the letter ' when followed by "s" ... It seems to result in the
1357 /*means it's a vowel. So, add a syllable boundary. It's position
/external/iputils/ninfod/
H A Dconfigure1787 It was created by $as_me, which was
2483 # It will help us diagnose broken compilers, and finding out an intuition
2866 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2871 array size at least. It's necessary to write '\x00'==0 to get something
3000 # AIX install. It has an incompatible calling convention.
3046 # It thinks the first close brace ends the variable substitution.
3702 # Check for potential -arch flags. It is not universal unless
3746 # It does; now see whether it defined to BIG_ENDIAN or not.
3790 # It does; now see whether it defined to _BIG_ENDIAN or not.
3932 It doe
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp1802 // Write the line table. It depends on remapping working, so it must come
2945 // headers, probably not worth it. It's not a correctness issue.
3837 for (Sema::LateParsedTemplateMapT::iterator It = LPTMap.begin(),
3839 It != ItEnd; ++It) {
3840 LateParsedTemplate *LPT = It->second;
3841 AddDeclRef(It->first, Record);

Completed in 749 milliseconds

<<1112131415