Searched refs:Prefix (Results 1 - 16 of 16) sorted by relevance

/barrelfish-master/lib/acpica/source/include/
H A Dacapps.h150 #define ACPI_COMMON_HEADER(UtilityName, Prefix) \
152 Prefix, ACPICA_NAME, \
153 Prefix, UtilityName, ((UINT32) ACPI_CA_VERSION), ACPI_WIDTH, \
154 Prefix, ACPICA_COPYRIGHT, \
155 Prefix
288 char *Prefix,
H A Dacdisasm.h1148 char *Prefix,
/barrelfish-master/lib/acpica/source/compiler/
H A Daslcompile.c470 char *Prefix = ""; local
481 Prefix = "; ";
488 Prefix = "; ";
494 Prefix = " * ";
502 Prefix = " * ";
525 FlPrintFile (FileId, "%s\n", Prefix);
526 FlPrintFile (FileId, ACPI_COMMON_HEADER (UtilityName, Prefix));
548 char *Prefix = ""; local
558 Prefix = "; ";
565 Prefix
[all...]
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml_generation.pl41 generation( [Term|Terms], Prefix, Format0, Indent, Format ) -->
42 generation( Term, Prefix, Format0, Indent, Format1 ),
43 generation( Terms, Prefix, Format1, Indent, Format ).
58 generation( namespace(URI, Prefix, element(Name, Atts, Content)),
61 "<", generated_prefixed_name( Prefix, Name ),
62 generated_prefixed_attributes( Prefix, URI, Atts, Format, Format1 ),
63 generated_content( Content, Format1, Indent, Prefix, Name ).
64 generation( element(Name, Atts, Content), Prefix, Format, Indent, Format ) -->
66 "<", generated_prefixed_name( Prefix, Name ),
68 generated_content( Content, Format1, Indent, Prefix, Nam
[all...]
H A Dxml_pp.pl37 xml_pp_indented( namespace(URI,Prefix,Element), Indent ) :-
38 format( '~snamespace( ~q, "~s",~n', [Indent,URI,Prefix] ),
H A Dxml_utilities.pl98 context_update( ns_prefix(Prefix), Context0, URI, Context1 ) :-
103 map_store( Namespaces0, Prefix, URI, Namespaces1 ).
131 specific_namespace( Prefix, Context, URI ) :-
134 map_member( Prefix, Namespaces, URI ).
H A Dlistut.pl87 % append(Prefix, Suffix, Combined)
89 % are the members of Prefix followed by the members of Suffix. It may be
90 % used to form Combined from a given Prefix and Suffix, or to take a given
H A Dmap.pl386 portray_map(map(Key,Val,Map), Prefix) :-
387 write(Prefix),
/barrelfish-master/lib/acpica/source/common/
H A Dadfile.c142 * PARAMETERS: Prefix - prefix string
153 char *Prefix,
160 for (i = 0; Prefix[i]; i++)
162 FilenameBuf[i] = Prefix[i];
152 AdGenerateFilename( char *Prefix, char *TableId) argument
H A Dadisasm.c236 * Prefix - Path prefix for output
249 char *Prefix,
310 Prefix = AdGenerateFilename ("dsdt", Table->OemTableId);
320 DisasmFilename = FlGenerateFilename (Prefix, FILE_SUFFIX_DISASSEMBLY);
246 AdAmlDisassemble( BOOLEAN OutToFile, char *Filename, char *Prefix, char **OutFilename) argument
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmbuffer.c904 UINT32 Prefix[3]; local
928 Prefix[0] = ((BigEndianId >> 26) & 0x1F) + 0x40;
929 Prefix[1] = ((BigEndianId >> 21) & 0x1F) + 0x40;
930 Prefix[2] = ((BigEndianId >> 16) & 0x1F) + 0x40;
936 if (!ACPI_IS_ASCII (Prefix[i]) ||
937 !isalpha (Prefix[i]))
/barrelfish-master/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c479 UINT8 Prefix; local
497 Prefix = (Opcode & 0x0000FF00) >> 8;
498 if (Prefix && (Prefix != 0x5B))
501 Prefix);
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dbranch_and_bound.pl616 report_result(Prefix/A, Msg, Cost, Handle, Module) ?-
617 callable(Prefix),
619 ( A==0 -> call(Prefix)@Module
620 ; A==1 -> call(Prefix,Cost)@Module
621 ; A==2 -> call(Prefix,Cost,Handle)@Module
622 ; A==3 -> call(Prefix,Cost,Handle,Module)@Module
625 report_result(Prefix, _Msg, Range, Handle, Module) :-
626 callable(Prefix),
628 call(Prefix, Range, Handle, Module)@Module.
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h255 const Node *Prefix; member in class:final
260 : Node(KDotSuffix), Prefix(Prefix_), Suffix(Suffix_) {}
262 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); }
265 Prefix->print(s);
1557 const StringView Prefix; member in class:EnclosingExpr
1563 : Node(KEnclosingExpr), Prefix(Prefix_), Infix(Infix_),
1566 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); }
1569 S += Prefix;
1693 StringView Prefix; member in class:PrefixExpr
1698 : Node(KPrefixExpr), Prefix(Prefix
[all...]
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dmkerr.pl97 -staticloader Prefix generated functions with the 'static' scope modifier.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprolog.tex633 \item Prefix this clause body to the resolvent and go to 1.

Completed in 96 milliseconds