Searched refs:foo (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/net/
H A Dethernet.h66 #define ETHER_IS_VALID_LEN(foo) \
67 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/barrelfish-master/lib/compiler-rt/test/
H A Dgcc_personality_test_helper.cxx19 extern void foo();
65 // foo() is in gcc_personality_test.c and calls bar() which
68 // routines for foo() and bar() were called by the personality
74 foo();
H A Dgcc_personality_test.c26 * foo() is called by main() in gcc_personality_test_helper.cxx.
29 * routines for foo() and bar() were called by the personality
39 void foo() { function
/barrelfish-master/lib/libc/tests/string/
H A Dstpncpy_test.c88 ATF_TC_WITHOUT_HEAD(foo); variable
89 ATF_TC_BODY(foo, tc)
92 test_stpncpy("foo");
106 ATF_TP_ADD_TC(tp, foo);
H A Dwcsnlen_test.c82 ATF_TC_WITHOUT_HEAD(foo); variable
83 ATF_TC_BODY(foo, tc)
86 test_wcsnlen(L"foo");
100 ATF_TP_ADD_TC(tp, foo);
/barrelfish-master/usr/tests/thctest/
H A Dthctest.c15 static void foo(int x) { function
32 ASYNC({foo(100);});
33 ASYNC({foo(200);});
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_load.c749 * p_call_c() call_c(foo(a1,...an),Value)
750 * calls the function whose system name is foo after
760 word foo, aux; local
807 foo = pw->val.nint;
811 foo = ec_getaddress(DidName(mydid));
812 if(!foo)
817 pw->val.nint = foo;
822 foo = ec_getaddress(DidName(mydid));
823 if(!foo)
829 pw->val.nint = foo;
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Danti_unify.pl66 [eclipse 9]: anti_unify(foo(a,b,c), foo(b,b,b), X).
67 X = foo(_115, b, _98)
70 [eclipse 8]: anti_unify(foo(a,a,a), foo(b,b,b), X).
71 X = foo(_98, _98, _98)
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex367 :- eplex_instance(foo).
375 foo:(Vars :: 0.0..10000.0), % variables
377 foo:(A1 + A2 + A3 $= 200), % demand constraints
378 foo:(B1 + B2 + B3 $= 400),
379 foo:(C1 + C2 + C3 $= 300),
380 foo:(D1 + D2 + D3 $= 100),
382 foo:(A1 + B1 + C1 + D1 $=< 500), % capacity constraints
383 foo:(A2 + B2 + C2 + D2 $=< 300),
384 foo:(A3 + B3 + C3 + D3 $=< 400),
386 foo
[all...]
H A Dclients.tex561 \item Run program which creates \viewable{} ``foo'' for the first
563 \item Select \viewer{}s for ``foo''.
571 visualisation preferences for viewable ``foo''}.
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A Dqueue_example_2.pl35 write_exdr(eclipse_to_java, foo(TermIn, bar)),
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dapplic.pl48 % Thus apply(foo, [X,Y]) is the same as call(foo(X,Y)),
49 % and apply(foo(X), [Y]) is also the same as call(foo(X,Y)).
156 % Thus if foo(X,Y) :- integer(X), Y is X+1.
157 % then convlist(foo, [1,a,0,joe(99),101], [2,1,102]).
H A Dassoc.pl23 % is just "t". For example, to store the pair "foo-moo" in a hitherto
25 % put_assoc(foo,t,moo,T)
55 % get_assoc(foo,+Tree,-V)
56 % will find the value associated with "foo" in "Tree".
153 insert(foo,you),
H A Dmetutl.pl88 % occurs_in(X,foo(X)) is true.
238 % for instance, subsumes(foo(X), foo(bar)) is true.
/barrelfish-master/include/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/barrelfish-master/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc47 thread_local static Foo foo; local
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deprolog.tex318 If we print the structured term \verb.foo(3+4, [1,2], X, 'a b', "string").
321 write: foo(3 + 4, [1, 2], X, a b, string)
322 writeq: foo(3 + 4, [1, 2], _102, 'a b', "string")
367 [3,X,foo(bar),Y].
368 X = [3, X, foo(bar), Y]
406 ?- printf("%w", [foo(3+4, [1,2], X, 'a b', "string")]).
407 foo(3 + 4, [1, 2], X, a b, string)
618 ?- term_string(foo(3, bar), S).
619 S = "foo(3, bar)"
631 ?- foo(
[all...]
H A Dprolog.tex364 ?- foo(a,2) = foo(a,2).
366 ?- foo(a,2) = foo(b,2).
368 ?- foo(a,2) = foo(a,2,c).
370 ?- foo(3,4) = 7.
429 foo(X) = foo(7) is true with X instantiated to 7
430 foo(
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdebug.tex245 S+(4) 2 *EXIT<5> module:foo(one, X, two) %>
1143 (1) 1 CALL foo(a, g(b, [1, 2]), X) %> inspect arg #: 1<NL>
1151 (1) 1 CALL foo(a, g(b, [1, 2]), X) %> 3<NL>
1167 (1) 1 CALL foo(a, g(b, [1, 2]), X) %> 2<NL>
1185 [eclipse 21]: suspend(foo(X), 3, X->inst), foo(X).<NL>
1186 (1) 1 DELAY foo(X) %> <NL>
1188 (2) 1 CALL foo(X) %> 1<NL>
1213 foo(a, g(b, [1, 2]), 3)
1214 INSPECT (foo/
[all...]
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembexdr.tex68 e.g. & foo(bar,3) & \{foo bar 3\}&\\
H A Dembtcl.tex341 ECLiPSe: write_exdr(my_out_queue, foo(bar,3)),
346 In the example, the Tcl result will be the list {\tt \{foo bar 3\}}.
378 Tcl: ec_write_exdr $my_out_channel {foo bar 3} (SI)
383 In the example, the {\eclipse} result will be the term {\tt foo("bar",3)}.
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure656 const int *foo = &x[0];
657 ++foo;
670 const int foo = 10;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ddsaparam.c101 static void timebomb_sigalarm(int foo) argument
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dpod2man.pl30 func(), func(n), and simple variable references like $foo or @bar so
34 something like foo-bar, making a long dash--like this--into a real em
103 foo, bar - programs to do something
948 # translate the minus in foo-bar into foo\-bar for roff
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex142 notably "not/foo" because of the conflict between low-precedence
144 parentheses are required to resolve the ambiguity, i.e.\ "(not)/foo".

Completed in 83 milliseconds

12