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

12345678

/barrelfish-2018-10-04/lib/lua/src/
H A Dlapi.c58 TValue *o = ci->func + idx;
59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index");
64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index");
72 if (ttislcf(ci->func)) /* light C function? */
75 CClosure *func = clCvalue(ci->func); local
76 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE;
156 : cast_int(L->top - L->ci->func + idx);
161 return cast_int(L->top - (L->ci->func
166 StkId func = L->ci->func; local
891 StkId func; local
916 StkId func; member in struct:CallS
932 ptrdiff_t func; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dprogs.pl23 int (*func)(int argc,char *argv[]);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpkcs7err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A Dts_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A De_gost_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_capi_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
/barrelfish-2018-10-04/include/openssl/
H A Dstack.h87 void sk_pop_free(_STACK *st, void (*func)(void *));
/barrelfish-2018-10-04/kernel/
H A Dlogging.c86 void __assert(const char *func, const char *file, int line, const char *exp) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/stack/
H A Dstack.h87 void sk_pop_free(_STACK *st, void (*func)(void *));
/barrelfish-2018-10-04/tools/arm_molly/
H A Dlib.c21 void __assert(const char *exp, const char *file, const char *func, int line) argument
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Dinternal.h58 relations_iterator_fn func);
/barrelfish-2018-10-04/include/arch/powerpc64/arch/
H A Dasm.h40 .func name; \
/barrelfish-2018-10-04/include/collections/
H A Dlist.h92 collections_release_data func);
/barrelfish-2018-10-04/lib/collections/
H A Dhash_table.c289 collections_hash_visitor_func func; member in struct:collections_hash_visitor_tuple
297 return t->func(he->key, he->data, t->arg);
300 int collections_hash_visit(collections_hash_table* t, collections_hash_visitor_func func, void* arg) argument
302 struct collections_hash_visitor_tuple tuple = { func, arg };
H A Dlist.c76 collections_release_data func)
88 h->data_free = func;
369 collections_list_visitor_func func, void *arg)
372 while (cur != start && func(cur->data, arg))
75 collections_list_create(collections_listnode **start, collections_release_data func) argument
368 collections_list_visit(collections_listnode *start, collections_list_visitor_func func, void *arg) argument
/barrelfish-2018-10-04/tools/elver/
H A Dlib.c21 void __assert(const char *func, const char *file, int line, const char *exp) argument
/barrelfish-2018-10-04/tools/weever/
H A Dlib.c21 void __assert(const char *func, const char *file, int line, const char *exp) argument
/barrelfish-2018-10-04/usr/tests/msun/
H A Dinvtrig_test.c55 #define test_tol(func, x, result, tol, excepts) do { \
58 assert(fpequal_tol(func(_in), _out, (tol), CS_BOTH)); \
59 assert(((void)func, fetestexcept(ALL_STD_EXCEPT) == (excepts))); \
61 #define test(func, x, result, excepts) \
62 test_tol(func, (x), (result), 0, (excepts))
84 #define test2_tol(func, y, x, result, tol, excepts) do { \
87 assert(fpequal_tol(func(_iny, _inx), _out, (tol), CS_BOTH)); \
88 assert(((void)func, fetestexcept(ALL_STD_EXCEPT) == (excepts))); \
90 #define test2(func, y, x, result, excepts) \
91 test2_tol(func, (
[all...]
H A Dcexp_test.c62 #define test(func, z, result, exceptmask, excepts, checksign) do { \
65 assert(cfpequal_cs((func)(_d), (result), (checksign))); \
66 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
70 #define test_tol(func, z, result, tol) do { \
72 assert(cfpequal_tol((func)(_d), (result), (tol), \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)

Completed in 214 milliseconds

12345678