Searched refs:func (Results 151 - 175 of 199) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-586.pl47 my $func = ($i==0)?*mov:*or;
62 &$func ($out,&DWP(0,$dat,$ty,4));
/barrelfish-2018-10-04/include/openssl/
H A Dlhash.h180 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/stack/
H A Dstack.c276 void sk_pop_free(_STACK *st, void (*func)(void *))
283 func(st->data[i]);
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dbomp_shared.c45 thread_func_t func = (thread_func_t) cfunc; local
47 errval_t err = domain_thread_create_on_varstack(actual_id, func, arg,
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_thread.c290 bomp_thread_fn_t func= (bomp_thread_fn_t)fn; local
293 func((void *)arg);
/barrelfish-2018-10-04/usr/tests/msun/
H A Dfma_test.c56 #define test(func, x, y, z, result, exceptmask, excepts) do { \
59 assert(fpequal((func)(_vx, _vy, _vz), (result))); \
60 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
72 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \
74 test((func), (x), (y), (z), (rn), (exceptmask), (excepts)); \
76 test((func), (x), (y), (z), (ru), (exceptmask), (excepts)); \
78 test((func), (x), (y), (z), (rd), (exceptmask), (excepts)); \
80 test((func), (x), (y), (z), (rz), (exceptmask), (excepts)); \
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_init.c107 void __assert(const char *exp, const char *file, const char *func, int line) argument
114 putstr(func);
/barrelfish-2018-10-04/include/tweed/
H A Dtweed.h123 task_id ->task.f.func = & name ## _task_wrapper; \
169 int __success = cmpxchg128((uint64_t *)&(t->task.f.func), \
170 (uint64_t)t->task.f.func, TWEED_TASK_NEW, \
177 t->task.f.func = NULL; \
449 /* func/thief and balarm need to be together, and in this order for the
455 volatile tweed_task_func_t func; member in union:generic_task_desc::__anon372
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c1908 built_in(dident did1, int (*func) (/* ??? */), word flags)
1910 return _define_built_in(did1, func, flags, d_.kernel_sepia, EXPORT, 0);
1917 local_built_in(dident did1, int (*func) (/* ??? */), word flags)
1919 return _define_built_in(did1, func, flags, d_.kernel_sepia, LOCAL, 0);
1926 exported_built_in(dident did1, int (*func) (/* ??? */), word flags)
1928 return _define_built_in(did1, func, flags, d_.kernel_sepia, EXPORT, 0);
1936 ec_external(dident did1, int (*func) (/* ??? */), dident module)
1938 return _define_built_in(did1, func, B_UNSAFE, module, LOCAL, 0)? PSUCCEED: PFAIL;
1945 b_built_in(dident did1, int (*func) (/* ??? */), dident module)
1947 return _define_built_in(did1, func, B_UNSAF
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlstate.h70 StkId func; /* function index in the stack */ member in struct:CallInfo
/barrelfish-2018-10-04/lib/libc/gen/
H A Dsem.c102 #define FB10_COMPAT(func, sym) \
103 WEAK_REF(func, SYM_FB10(sym)); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_sureware.c582 static void surewarehk_error_handling(char *const msg,int func,int ret) argument
587 ENGINEerr(func,SUREWARE_R_UNIT_FAILURE);
590 ENGINEerr(func,SUREWARE_R_REQUEST_FALLBACK);
593 ENGINEerr(func,SUREWARE_R_SIZE_TOO_LARGE_OR_TOO_SMALL);
596 ENGINEerr(func,SUREWARE_R_PADDING_CHECK_FAILED);
599 ENGINEerr(func,SUREWARE_R_REQUEST_FAILED);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-ia64.pl75 $func="sha512_block_data_order";
89 $func="sha256_block_data_order";
130 // void $func (SHA_CTX *ctx, const void *in,size_t num[,int host])
131 .global $func#
132 .proc $func#
134 $func:
590 .endp $func#
H A Dsha512-ppc.pl65 $func="sha512_block_data_order";
77 $func="sha256_block_data_order";
179 .globl $func
181 $func:
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmultilink.c69 static void iterate_bundle_links (void (*func) (char *));
374 static void iterate_bundle_links(void (*func)(char *))
397 func(pp.dptr);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c69 static void iterate_bundle_links (void (*func) (char *));
374 static void iterate_bundle_links(void (*func)(char *))
397 func(pp.dptr);
/barrelfish-2018-10-04/tools/harness/tests/
H A Dwebserver.py169 def dotest(self, func, args):
173 r = func(*args)
177 s = 'Test: %s%s\t%s\n' % (func.__name__, str(args),
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes_opts.c402 #define time_it(func,name,index) \
408 func(d,&sch,DES_ENCRYPT); \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/whrlpool/asm/
H A Dwp-mmx.pl122 my $func = ($i==0)? movq : pxor;
129 &$func (@mm[1],&QWP(&row(1),$tbl,"edi",8));
135 &$func (@mm[2],&QWP(&row(2),$tbl,"esi",8));
136 &$func (@mm[3],&QWP(&row(3),$tbl,"edi",8));
142 &$func (@mm[4],&QWP(&row(4),$tbl,"esi",8));
143 &$func (@mm[5],&QWP(&row(5),$tbl,"edi",8));
149 &$func (@mm[6],&QWP(&row(6),$tbl,"esi",8));
150 &$func (@mm[7],&QWP(&row(7),$tbl,"edi",8));
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dasm.pl429 func(D) functor did for functor D 1
477 instr(get_structure(a(A),D,ref(L)), 16, [a(A),func(D),ref(L)]).
484 instr(in_get_structure(a(A),D,ref(L)), 23, [a(A),func(D),ref(L)]).
491 instr(out_get_structure(a(A),D), 30, [a(A),func(D)]).
522 instr(write_did(C), 61, [func(C)]).
528 instr(write_structure(D), 66, [func(D)]).
533 instr(read_structure(D,ref(L)), 71, [func(D),ref(L)]).
534 instr(read_structure(D,t(X),ref(L)), 72, [func(D),t(X),ref(L)]).
535 instr(read_next_structure(D,t(X),ref(L)),73, [func(D),t(X),ref(L)]).
536 instr(read_last_structure(D,ref(L)), 74, [func(
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dprogs.h60 int (*func)(int argc,char *argv[]); member in struct:__anon1109
/barrelfish-2018-10-04/kernel/include/
H A Dcapabilities.h115 void caps_trace(const char *func, int line, struct cte *cte, const char *msg);
/barrelfish-2018-10-04/include/lua/
H A Dlauxlib.h25 lua_CFunction func; member in struct:luaL_Reg
/barrelfish-2018-10-04/lib/cxx/include/
H A Dunwind.h291 uintptr_t func; member in struct:dwarf_eh_bases
300 // _Unwind_Find_FDE() and look at the dwarf_eh_bases.func result.
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindLevel1-gcc-ext.c153 " _backtrace: start_ip=0x%llX, func=%s, lsda=0x%llX, context=%p\n",
184 bases->func = (uintptr_t)info.start_ip;

Completed in 307 milliseconds

12345678