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

12345678

/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.c128 compress_func func; member in struct:config_s
422 compress_func func; local
436 func = configuration_table[s->level].func;
438 if (func != configuration_table[level].func && strm->total_in != 0) {
790 bstate = (*(configuration_table[s->level].func))(s, flush);
/barrelfish-2018-10-04/lib/lua/src/
H A Dlvm.c87 ci->func = L->top - 1; /* protect stack below results */
541 cl = clLvalue(ci->func);
733 StkId nfunc = nci->func; /* called function */
734 StkId ofunc = oci->func; /* caller function */
796 L->top = cb + 3; /* func. + 2 args (state and index) */
845 int n = cast_int(base - ci->func) - cl->p->numparams - 1;
H A Dlstate.c146 ci->func = L1->top;
H A Dlauxlib.c855 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */
/barrelfish-2018-10-04/lib/libc/db/test/btree.tests/
H A Dmain.c53 void (*func)(DB *, char **); member in struct:cmd_table
239 (*commands[i].func)(db, argv);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_SSL,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.h319 void ERR_put_error(int lib, int func,int reason,const char *file,int line);
H A Derr.c706 void ERR_put_error(int lib, int func, int reason, const char *file, argument
736 es->err_buffer[es->top]=ERR_PACK(lib,func,reason);
877 BIO_snprintf(fsbuf, sizeof(fsbuf), "func(%lu)", f);
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Dsiena_impl.h98 __in efx_sram_pattern_fn_t func);
/barrelfish-2018-10-04/include/openssl/
H A Derr.h319 void ERR_put_error(int lib, int func,int reason,const char *file,int line);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducm.c844 int (*func)(struct ib_cm_id *cm_id,
862 result = func(ctx->cm_id, private_data, cmd.len);
894 int (*func)(struct ib_cm_id *cm_id,
920 result = func(ctx->cm_id, cmd.status, info, cmd.info_len,
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp1672 auto func = std::move(db.names.back());
1675 if (func.second.front() == '(')
1677 db.names.back().first = std::move(func.first) + "(" + class_type.move_full() + "::*";
1678 db.names.back().second = ")" + std::move(func.second);
1682 db.names.back().first = std::move(func.first) + " " + class_type.move_full() + "::*";
1683 db.names.back().second = std::move(func.second);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dpod2man.pl30 func(), func(n), and simple variable references like $foo or @bar so
36 parens in something like func(), making C++ and PI look right, making
724 # func() is a reference to a perl function
732 # func(n) is a reference to a perl function or a man page
820 # the "func" can disambiguate
976 # make sure that func() keeps a bit a space tween the parens
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindCursor.hpp45 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
164 void DwarfFDECache<A>::iterateCacheEntries(void (*func)(
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
/barrelfish-2018-10-04/include/sys/
H A Dsocket.h684 void so_listeners_apply_all(struct socket *so, void (*func)(struct socket *, void *), void *arg);
/barrelfish-2018-10-04/include/lua/
H A Dlua.h393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);
/barrelfish-2018-10-04/usr/arrakismon/
H A Dguest.c1988 uint32_t func = guest_get_eax(g); local
1990 switch (func) {
1995 eax = func == 0 ? 0x1 : 0x80000000;
2018 cpuid(func, &eax, &ebx, &ecx, &edx);
2019 printf("handle_vmexit_cpuid: CPUID: func %x, host reports: eax %x, "
2020 "ebx %x, ecx %x, edx %x\n", func, eax, ebx, ecx, edx);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c2512 uint32_t func = guest_get_eax(g); local
2514 switch (func) {
2520 eax = func == 0 ? 0x1 : 0x80000000;
2543 cpuid(func, &eax, &ebx, &ecx, &edx);
2544 printf("handle_vmexit_cpuid: CPUID: func %x, host reports: eax %x, "
2545 "ebx %x, ecx %x, edx %x\n", func, eax, ebx, ecx, edx);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Demu.c132 int (*func)(); member in union:s_code_item
5984 err_code = (*(PP->func)) ();
5991 err_code = (*(PP->func)) (pw1->val, pw1->tag);
5999 err_code = (*(PP->func)) (
6010 err_code = (*(PP->func)) (
6030 err_code = (*(PP->func)) (
6037 err_code = (*(PP->func)) (
6045 err_code = (*(PP->func)) (
6054 err_code = (*(PP->func)) (
6064 err_code = (*(PP->func)) (
[all...]
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dsyscall.c33 #define INVOCATION_HANDLER(func) \
35 func( \
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsyscall.c38 #define INVOCATION_HANDLER(func) \
40 func( \
/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c257 void caps_trace(const char *func, int line, struct cte *cte, const char *msg) argument
275 disp_buf, func, line, (msg ? : ""), cte, cap_buf, cte->mdbnode.owner,
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarith.tex371 \notation{func(a_1,..,a_n)}
372 is the predicate \predspec{func/}$(n+1)$. It receives
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex591 required, whereas \lstinline+MKCONT(func,arg)+ constructs a one-off continuation

Completed in 325 milliseconds

12345678