Searched defs:Code (Results 126 - 150 of 191) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c78 struct r500_fragment_program_code * Code; member in struct:emit_state
447 if (s->Code->inst_end >= s->C->max_alu_insts-1) {
452 newip = ++s->Code->inst_end;
456 if(!s->Code->int_constants[0]) {
457 s->Code->int_constants[0] = R500_FC_INT_CONST_KR(0xff);
458 s->Code->int_constant_count = 1;
460 s->Code->inst[newip].inst0 = R500_INST_TYPE_FC | R500_INST_ALU_WAIT;
474 s->Code->inst[newip].inst2 = R500_FC_OP_LOOP
485 s->Code->inst[newip].inst2 = R500_FC_OP_BREAKLOOP
499 s->Code
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DAnalyzedInstruction.java29 package org.jf.dexlib.Code.Analysis;
31 import org.jf.dexlib.Code.*;
H A DRegisterType.java29 package org.jf.dexlib.Code.Analysis;
37 import static org.jf.dexlib.Code.Analysis.ClassPath.ClassDef;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DFormat.java29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
/external/valgrind/main/coregrind/m_initimg/
H A Dsimple_huffman.c73 UInt Code; member in struct:__anon28169
191 sym[k].Code = 0;
238 sym[first].Code = code;
323 sym[*symnum].Code = code;
422 _Huffman_WriteBits( &stream, sym[symbol].Code,
506 if( code == (sym[m].Code << (32-sym[m].Bits)) )
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp59 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error) {
81 if (Code.empty()) {
87 switch (Code[0]) {
90 Result.Text = Code.substr(0, 1);
91 Code = Code.drop_front();
95 Result.Text = Code.substr(0, 1);
96 Code = Code.drop_front();
100 Result.Text = Code
222 StringRef Code; member in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
375 parseExpression(StringRef Code, VariantValue *Value, Diagnostics *Error) argument
381 parseExpression(StringRef Code, Sema *S, VariantValue *Value, Diagnostics *Error) argument
393 parseMatcherExpression(StringRef Code, Diagnostics *Error) argument
399 parseMatcherExpression(StringRef Code, Parser::Sema *S, Diagnostics *Error) argument
[all...]
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp326 unsigned Code = Stream.ReadCode(); local
330 if (Code == llvm::bitc::ENTER_SUBBLOCK) {
347 switch ((llvm::bitc::FixedAbbrevIDs)Code) {
370 blockOrRecordID = Code;
/external/giflib/
H A Ddgif_lib.c39 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
40 static int DGifDecompressInput(GifFileType *GifFile, int *Code);
751 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */
906 DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode) argument
910 while (Code > ClearCode && i++ <= LZ_MAX_CODE) {
911 if (Code > LZ_MAX_CODE) {
914 Code = Prefix[Code];
916 return Code;
920 Interface for accessing the LZ codes directly. Set Code t
924 DGifGetLZCodes(GifFileType *GifFile, int *Code) argument
963 DGifDecompressInput(GifFileType *GifFile, int *Code) argument
[all...]
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp153 Code = 1 << 1, enumerator in enum:__anon22222
195 if ((SecFlags & Code) == 0)
214 SecFlags |= Code;
235 if (SecFlags & Code)
642 bool Code = false; local
650 Code = true;
658 getStreamer().EmitWin64EHPushFrame(Code);
/external/llvm/lib/TableGen/
H A DTGLexer.h46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp690 const std::string &Code = Entry.second; local
703 OS << Code << "\n }\n"; local
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs230 public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method in class:SevenZip.Compression.LZMA.Decoder
/external/chromium_org/third_party/zlib/
H A Ddeflate.h74 #define Code fc.code macro
/external/chromium_org/v8/tools/
H A Dll_prof.py84 class Code(object): class in inherits:object
85 """Code object."""
94 self.id = Code._id
95 Code._id += 1
106 self.codetype = Code.OPTIMIZED
108 self.codetype = Code.FULL_CODEGEN
110 self.codetype = Code.V8INTERNAL
112 self.codetype = Code.UNKNOWN
249 """Code object map."""
416 code = Code(nam
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1726 static const char Code[] = local
1733 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1735 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1737 EXPECT_TRUE(notMatches(Code, constructorDecl(hasAnyConstructorInitializer(
1742 static const char Code[] = local
1747 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1749 EXPECT_TRUE(notMatches(Code, constructorDecl(hasAnyConstructorInitializer(
1754 static const char Code[] = local
1761 EXPECT_TRUE(matches(Code, constructorDecl(hasAnyConstructorInitializer(
1763 EXPECT_TRUE(notMatches(Code, constructorDec
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java178 public final class Code { class
208 Code(DexMaker.MethodDeclaration methodDeclaration) { method in class:Code
322 throw new IllegalArgumentException("Cannot adopt label; it belongs to another Code");
345 * error to jump to a label not marked on this {@code Code}.
359 * {@code Code} instance.
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h286 unsigned Code = ReadCode(); local
287 if (Code == bitc::END_BLOCK) {
294 if (Code == bitc::ENTER_SUBBLOCK)
297 if (Code == bitc::DEFINE_ABBREV &&
305 return BitstreamEntry::getRecord(Code);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp579 void *Code, size_t Size,
583 EventListeners[I]->NotifyFunctionEmitted(F, Code, Size, Details);
606 void *Code, size_t Size,
608 MCI->setAddress(Code);
685 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
795 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
577 NotifyFunctionEmitted( const Function &F, void *Code, size_t Size, const JITEvent_EmittedFunctionDetails &Details) argument
605 NotifyFunctionEmitted(const Function &, void *Code, size_t Size, const EmittedFunctionDetails &) argument
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp425 SmallString<256> Code; local
426 raw_svector_ostream VecOS(Code);
462 CEIF->getContents().append(Code.begin(), Code.end());
487 DF->getContents().append(Code.begin(), Code.end());
H A DMCObjectStreamer.cpp237 SmallString<128> Code; local
238 raw_svector_ostream VecOS(Code);
241 IF->getContents().append(Code.begin(), Code.end());
/external/lzma/C/
H A DXz.h156 SRes (*Code)(void *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, member in struct:_IStateCoder
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp79 HRESULT Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
123 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream, function in class:NArchive::NLzma::CDecoder
389 result = decoder.Code(st, outStream, progress);
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h74 #define Code fc.code macro
/external/v8/tools/
H A Dll_prof.py80 class Code(object): class in inherits:object
81 """Code object."""
86 self.id = Code._id
87 Code._id += 1
233 """Code object map."""
400 code = Code(name, start_address, end_address, origin, origin_offset)
480 # Code object may be shared by a few functions. Collect the full
750 code_map.Add(Code(name, start_address, start_address + size,
788 code = Code(name, start_address, end_address, "kernel", 0)
/external/zlib/src/
H A Ddeflate.h77 #define Code fc.code macro

Completed in 8675 milliseconds

12345678