Searched refs:foo (Results 1 – 13 of 13) sorted by relevance
11 foo(void) in foo() function39 foo(); in main()42 foo(); in main()43 addr = ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()45 foo(); in main()
27 foo(void) in foo() function212 foo(); in main()216 foo(); in main()218 addr = (void *)ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()222 foo(); in main()
65 #define FIREWIRE_IS_VALID_LEN(foo) \ argument66 ((foo) >= FIREWIRE_MIN_LEN && (foo) <= FIREWIRE_MAX_LEN)
85 #define ETHER_IS_VALID_LEN(foo) \ argument86 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
64 #define CONTENTS(foo) (*(unsigned *) &(foo)) argument
106 xcRemote(void *foo) in xcRemote() argument108 xcArg_t *pArg = (xcArg_t *) foo; in xcRemote()
90 …panic and for assertion handling. For example if you wish to check for api foo(int arg) { assert(a…98 foo(-1); /* this will cause assert to fire */
355 struct foo {361 publish(struct foo *p, long value)369 broken_read(struct foo *p, long *value)383 valid_read(struct foo *p, long *value)
217 struct foo {222 void bar(struct foo *f) {
35 # <foo,bar> selects a line if "foo" or "bar" are specified.36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
140 xcRemote( void *foo ) in xcRemote() argument142 xcArg_t *pArg = (xcArg_t *)foo; in xcRemote()
255 mock.foo = 5
2263 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument