Searched refs:num (Results 251 - 275 of 485) sorted by relevance

<<11121314151617181920

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_ok.c129 static int ok_write(BIO *h, const char *buf, int num);
344 static long ok_ctrl(BIO *b, int cmd, long num, void *ptr) argument
365 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
371 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
377 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
399 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
403 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
424 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
/barrelfish-2018-10-04/include/
H A Dx86emu.h140 typedef void (X86APIP X86EMU_intrFuncs)(int num);
152 void X86EMU_prepareForInt(int num);
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dapplu.h80 int id, ndim, num, xdim, ydim, row, col; variable
111 #pragma omp threadprivate (id, ndim, num, xdim, ydim, row, col, \
H A Dapplu_share.h19 extern int ndim, id, num, xdim, ydim, row, col;
59 #pragma omp threadprivate (id, ndim, num, xdim, ydim, row, col, \
H A Dlu.c160 &num, &maxtime, &mflops, " floating point", &iverified,
/barrelfish-2018-10-04/usr/device_managers/xeon_phi/
H A Dservice.c79 DEBUG_SVC("Registration response: id=%u, #irefs=%u\n", rd->id, rd->irefs.num);
118 reply->err = cm_get_irefs(&reply->irefs.card0, &reply->irefs.num);
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_master.c94 uint32_t num; ///< number of local workers member in struct:xomp_master::__anon514
99 uint32_t num; ///< number of remote workers member in struct:xomp_master::__anon515
627 xmaster.local.num = local_threads;
628 xmaster.remote.num = remote_threads;
917 for (uint32_t i = 0; i < xmaster.remote.num; ++i) {
971 for (uint32_t i = 0; i < xmaster.local.num; ++i) {
1006 for (uint32_t i = 0; i < xmaster.remote.num; ++i) {
1024 for (uint32_t i = 0; i < xmaster.local.num; ++i) {
1042 remote_timer /= (xmaster.remote.num ? xmaster.remote.num
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppos.c212 PPPDEBUG(LOG_WARNING, ("pppos_write[%d]: alloc fail\n", ppp->netif->num));
237 PPPDEBUG(LOG_INFO, ("pppos_write[%d]: len=%d\n", ppp->netif->num, p->len));
239 PPPDEBUG(LOG_WARNING, ("pppos_write[%d]: output failed len=%d\n", ppp->netif->num, p->len));
258 PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: alloc fail\n", ppp->netif->num));
294 PPPDEBUG(LOG_INFO, ("pppos_netif_output[%d]: proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
296 PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: output failed proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
328 PPPDEBUG(LOG_INFO, ("pppos_connect: unit %d: connecting\n", ppp->netif->num));
360 PPPDEBUG(LOG_INFO, ("pppos_listen: unit %d: listening\n", ppp->netif->num));
472 PPPDEBUG(LOG_DEBUG, ("pppos_input[%d]: got %d bytes\n", ppp->netif->num, l));
506 ppp->netif->num, pppo
[all...]
H A Dpppoe.c359 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state));
364 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
493 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp));
563 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": received unexpected PADR\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
594 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": received unexpected PADO\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
606 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": failed to send PADR, error=%d\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err));
616 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": session 0x%x connected\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, session));
636 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num,
703 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num,
728 PPPDEBUG(LOG_ERR, ("pppoe: %c%c%"U16_F": pppoe_output: could not allocate room for Ethernet header\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dirq.c70 * \brief Define IRQ handler number 'num'.
72 * This defines an interrupt handler for vector #num. The way this is done is
82 #define HW_EXCEPTION_NOERR(num) \
83 void __attribute__ ((visibility ("hidden"))) hwexc_##num(void); \
86 "\t.type hwexc_"#num",@function \n\t" \
87 "hwexc_"#num": \n\t" \
89 "pushl $"#num" /* vector number */ \n\t" \
93 #define HW_EXCEPTION_ERR(num) \
94 void __attribute__ ((visibility ("hidden"))) hwexc_##num(void); \
97 "\t.type hwexc_"#num",
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dirq.c100 * \brief Define IRQ handler number 'num'.
102 * This defines an interrupt handler for vector #num. The way this is done is
112 #define HW_EXCEPTION_NOERR(num) \
113 void __attribute__ ((visibility ("hidden"))) hwexc_##num(void); \
116 "\t.type hwexc_"#num",@function \n\t" \
117 "hwexc_"#num": \n\t" \
119 "pushq $"#num" /* vector number */ \n\t" \
123 #define HW_EXCEPTION_ERR(num) \
124 void __attribute__ ((visibility ("hidden"))) hwexc_##num(void); \
127 "\t.type hwexc_"#num",
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppos.c212 PPPDEBUG(LOG_WARNING, ("pppos_write[%d]: alloc fail\n", ppp->netif->num));
237 PPPDEBUG(LOG_INFO, ("pppos_write[%d]: len=%d\n", ppp->netif->num, p->len));
239 PPPDEBUG(LOG_WARNING, ("pppos_write[%d]: output failed len=%d\n", ppp->netif->num, p->len));
258 PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: alloc fail\n", ppp->netif->num));
294 PPPDEBUG(LOG_INFO, ("pppos_netif_output[%d]: proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
296 PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: output failed proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
328 PPPDEBUG(LOG_INFO, ("pppos_connect: unit %d: connecting\n", ppp->netif->num));
360 PPPDEBUG(LOG_INFO, ("pppos_listen: unit %d: listening\n", ppp->netif->num));
472 PPPDEBUG(LOG_DEBUG, ("pppos_input[%d]: got %d bytes\n", ppp->netif->num, l));
506 ppp->netif->num, pppo
[all...]
H A Dpppoe.c359 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state));
364 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
493 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp));
563 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": received unexpected PADR\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
594 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": received unexpected PADO\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
606 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": failed to send PADR, error=%d\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err));
616 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": session 0x%x connected\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, session));
636 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num,
703 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num,
728 PPPDEBUG(LOG_ERR, ("pppoe: %c%c%"U16_F": pppoe_output: could not allocate room for Ethernet header\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num));
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssltest.c279 fprintf(stderr," -num <val> - number of connections to perform\n");
581 else if (strncmp(*argv,"-num",4) == 0)
725 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
1277 size_t num; local
1283 num = r1;
1284 if (r2 < num)
1285 num = r2;
1286 if (num)
1290 if (INT_MAX < num) /* yeah, right */
1291 num
1318 size_t num; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dssltest.c279 fprintf(stderr," -num <val> - number of connections to perform\n");
581 else if (strncmp(*argv,"-num",4) == 0)
725 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
1277 size_t num; local
1283 num = r1;
1284 if (r2 < num)
1285 num = r2;
1286 if (num)
1290 if (INT_MAX < num) /* yeah, right */
1291 num
1318 size_t num; local
[all...]
/barrelfish-2018-10-04/lib/libc/db/test/hash.tests/
H A Dtread2.c54 int num, siz; member in struct:__anon938
H A Dtverify.c54 int num, siz; member in struct:__anon939
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfstab.c292 char num[30]; local
297 sprintf(num, "%d: ", LineNo);
298 (void)_write(STDERR_FILENO, num, strlen(num));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_log.c116 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
146 bi->num=0;
212 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr) argument
218 xopenlog(b, ptr, num);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes.h189 DES_cblock *ivec,int *num,int enc);
197 DES_cblock *ivec,int *num);
230 DES_key_schedule *schedule,DES_cblock *ivec,int *num,
233 DES_key_schedule *schedule,DES_cblock *ivec,int *num);
/barrelfish-2018-10-04/include/target/x86/barrelfish_kpi/
H A Dcoredata_target.h33 uint32_t num; member in struct:x86_coredata_elf
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/cluster_labs/
H A Dcluster_labs.h16 typedef int cl_rand_bytes(unsigned char *buf, int num);
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_share.h19 extern int ndim, id, num, xdim, ydim, row, col;
58 #pragma omp threadprivate (id, ndim, num, xdim, ydim, row, col, \
/barrelfish-2018-10-04/include/openssl/
H A Ddes.h189 DES_cblock *ivec,int *num,int enc);
197 DES_cblock *ivec,int *num);
230 DES_key_schedule *schedule,DES_cblock *ivec,int *num,
233 DES_key_schedule *schedule,DES_cblock *ivec,int *num);
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dcondition_variable.cpp68 ts.tv_nsec = giga::num - 1;

Completed in 165 milliseconds

<<11121314151617181920