Searched refs:Dest (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutnonansi.c262 char *Dest,
272 strcpy (Dest, Source);
278 char *Dest,
283 if ((strlen (Dest) + strlen (Source)) >= DestSize)
288 strcat (Dest, Source);
294 char *Dest,
304 if ((strlen (Dest) + ActualTransferLength) >= DestSize)
309 strncat (Dest, Source, MaxTransferLength);
261 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument
277 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument
293 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
H A Dutclib.c206 * PARAMETERS: Dest - Target of the copy
210 * RETURN: Dest
218 void *Dest,
222 char *New = (char *) Dest;
234 return (Dest);
242 * PARAMETERS: Dest - Buffer to set
246 * RETURN: Dest
254 void *Dest,
258 char *New = (char *) Dest;
268 return (Dest);
217 memcpy( void *Dest, const void *Src, ACPI_SIZE Count) argument
253 memset( void *Dest, int Value, ACPI_SIZE Count) argument
[all...]
/barrelfish-master/lib/acpica/source/include/
H A Dacclib.h218 void *Dest,
224 void *Dest,
H A Dacinterp.h734 char *Dest,
739 char *Dest,
744 char *Dest,
H A Dacutils.h953 char *Dest,
959 char *Dest,
965 char *Dest,
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsrepair2.c660 char *Dest; local
717 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
719 *Dest = (char) toupper ((int) *Source);
1118 ACPI_OPERAND_OBJECT **Dest; local
1131 Dest = Source;
1144 *Dest = *Source;
1145 Dest++;
1153 *Dest = NULL;
H A Dnsrepair.c584 ACPI_OPERAND_OBJECT **Dest; local
621 Dest = Source;
633 *Dest = *Source;
634 Dest++;
650 *Dest = NULL;
H A Dnsxfname.c133 ACPI_PNP_DEVICE_ID *Dest,
324 * PARAMETERS: Dest - Pointer to the destination PNP_DEVICE_ID
336 ACPI_PNP_DEVICE_ID *Dest,
342 Dest->String = StringArea;
343 Dest->Length = Source->Length;
335 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dvbs_router.pl79 router(Start,Dest,Route,RCost):-
84 set_up_rcons(Start,Dest,Nodes,Out,In,UVars),
86 disj_subnets_check([Start|Dest],DSN,Vars),
158 set_up_rcons(S,Dest,[I|RNodes],Out,In,UVars):-
161 length(Dest,LD),
168 (memberchk(I,Dest) ->
177 set_up_rcons(S,Dest,RNodes,ROut,RIn,UVars).
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dsystools.pl408 Dest = "/usr/local/eclipse/prerelease/doc/bips",
410 html_index(BipRoot, Dest).
412 html_index(BipRoot, Dest) :-
413 nonvar(Dest), % where to put the .html files
419 make_full_index(BipRoot, Dest),
420 make_grouped_index(BipRoot, Dest).
422 make_full_index(Root, Dest) :-
423 concat_strings(Dest, "/fullindex.html", File),
436 make_grouped_index(Root, Dest) :-
437 concat_strings(Dest, "/groupinde
[all...]
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net.pl92 dest_node:Dest,
96 node_id:Dest,
H A Droute_tree_radix.pl84 % create the route_child(Source, Dest) facts
H A Ddecoding_net4_tests.pl551 Dest = ["DRAM"],
553 printf("Determined Dest=%p Src=%p,%p for ram alloc bench\n",
554 [Dest, N1, N2]),
556 (for(I,0,NumAllocs), param(Dest), param(N1), param(N2) do
558 DestReg = region(Dest, _),
H A Ddecoding_net3.pl147 %findall((Src,Dest), translate(S, Src, Dest), Li),
148 %(foreach((Src,Dest), Li) do
149 % printf("Src=%p, Dest=%p\n", [Src,Dest])
1265 Dest = region{node_id: DestId, blocks: [memory, block{base:DestAddr}]},
1267 common_free_buffer([memory, [Size]], R1, R2, Dest, _),
1268 mark_range_in_use(Dest),
H A Ddecoding_net3_multid.pl144 %findall((Src,Dest), translate(S, Src, Dest), Li),
145 %(foreach((Src,Dest), Li) do
146 % printf("Src=%p, Dest=%p\n", [Src,Dest])
1187 Dest = region{node_id: DestId, blocks: [memory, [block{base:DestAddr}]]},
1189 common_free_buffer([memory, [Size]], R1, R2, Dest, _),
1190 mark_range_in_use(Dest),
H A Dirq_routing_new.pl236 connection(OutPort,Dest),
237 int_dest_port(Dest),
246 word_to_num(DestW, Dest).
342 add_connection(Src,Dest):-
343 assert(connection(Src,Dest)).
H A Ddecoding_net2.pl872 Dest = region{node_id: DestId, blocks: [memory, [block{base:DestAddr}]]},
874 common_free_buffer([memory, [Size]], R1, R2, Dest, _),
875 mark_range_in_use(Dest),
H A Ddecoding_net4.pl198 % translate(State, Source Region, Dest Name)
/barrelfish-master/lib/dmalloc/
H A Ddmalloc.c1542 LONG __cdecl _InterlockedCompareExchange(LONG volatile *Dest, LONG Exchange, LONG Comp);
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1351 fill_with_hops([hop(Source,Dest,List)|R],Nodes,PMatrix):-
1353 find_node_index(Dest,Nodes,D),

Completed in 120 milliseconds