Searched refs:mode (Results 26 - 50 of 389) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/gdtoa/
H A Dg_xLfmt.c60 int decpt, ex, i, mode; local
105 mode = 2;
109 mode = 0;
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xfmt.c65 int decpt, ex, i, mode; local
111 mode = 2;
115 mode = 0;
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_Qfmt.c62 int decpt, ex, i, mode; local
111 mode = 2;
115 mode = 0;
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/barrelfish-2018-10-04/lib/libc/db/db/
H A Ddb.c52 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) argument
64 mode, openinfo, flags & DB_FLAGS));
67 mode, openinfo, flags & DB_FLAGS));
70 mode, openinfo, flags & DB_FLAGS));
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpopen.c31 FILE *fdopen(int fd, const char *mode)
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dtftp_server.h59 * @param mode Mode string from TFTP RFC 1350 (netascii, octet, mail)
63 void* (*open)(const char* fname, const char* mode, u8_t write);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Ddes.h50 int mode; /*!< encrypt/decrypt */ member in struct:__anon152
/barrelfish-2018-10-04/lib/libc/rpc/
H A Ddes_crypt.c70 * CBC mode encryption
73 cbc_crypt(char *key, char *buf, unsigned len, unsigned mode, char *ivec) argument
85 err = common_crypt(key, buf, len, mode, &dp);
92 * ECB mode encryption
95 ecb_crypt(char *key, char *buf, unsigned len, unsigned mode) argument
105 return(common_crypt(key, buf, len, mode, &dp));
114 common_crypt(char *key, char *buf, unsigned len, unsigned mode, argument
123 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
125 desdev = mode & DES_DEVMASK;
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Ds_lists.pl75 :- mode slist_set(?, ?).
79 :- mode set2list(++, ?).
83 :- mode s_card(++, ?).
89 :- mode s_insertion(++, ++, ?).
96 :- mode set(++).
99 :- mode conj2list(++, -, ?).
112 :- mode list2set(++, -).
119 :- mode s_member(?, ++).
124 :- mode s_memberchk(++, ++). /* change carmen */
129 :- mode s_intersectio
[all...]
/barrelfish-2018-10-04/tools/
H A Darranet_e10k-cc-wrapper22 mode=unknown
34 mode=compilelink
37 mode=link
41 mode=archive
45 mode=ranlib
65 if [ $mode = compilelink ]; then
66 mode=compile
83 case $mode in
105 echo "$0: Internal cross-compilation wrapper error (mode $mode)!" > /de
[all...]
/barrelfish-2018-10-04/lib/octopus/client/
H A Dbarriers.c46 uint64_t mode = 0; local
80 err = cl->recv.trigger(cl, NULL, NULL, &mode, NULL, NULL);
81 assert(mode & OCT_REMOVED);
117 uint64_t mode = 0; local
147 err = cl->recv.trigger(cl, NULL, NULL, &mode, NULL, NULL);
148 assert(mode & OCT_REMOVED);
H A Dtrigger.c31 uint64_t t, octopus_mode_t mode, const char* record, uint64_t st)
40 trigger_fn(mode, record, state);
49 octopus_mode_t mode, trigger_handler_fn fn, void* state)
53 .m = mode,
30 trigger_handler(struct octopus_binding* b, octopus_trigger_id_t id, uint64_t t, octopus_mode_t mode, const char* record, uint64_t st) argument
48 oct_mktrigger(errval_t in_case, octopus_binding_type_t send_to, octopus_mode_t mode, trigger_handler_fn fn, void* state) argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dmoduleparam.h88 #define module_param_named(name, var, type, mode) \
89 module_param_call(name, param_set_##type, param_get_##type, &var, mode)
91 #define module_param(var, type, mode) \
92 module_param_named(var, var, type, mode)
94 #define module_param_array(var, type, addr_argc, mode) \
95 module_param_named(var, var, type, mode)
/barrelfish-2018-10-04/usr/bench/bulk_bench/
H A Dbulkbench.c36 static char *mode = "server"; variable
55 printf("%s: bulk_sys_init: done\n", mode);
66 printf("%s: bulk_init_reply: done\n", mode);
78 printf("%s: bulk_message_request: started for id %"PRIu64"\n", mode, id);
103 mode, id);
109 mode, id);
120 printf("%s: bulk_msg_reply: %"PRIu64" done\n", mode, id);
140 printf("%s: _listening:nameservice bulkbench registered\n", mode);
149 printf("%s: _connected: connection arrived\n", mode);
159 printf("%s: client_connected: done\n", mode);
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Dinflate.c113 state->mode = HEAD;
582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
588 switch (state->mode) {
591 state->mode = TYPEDO;
600 state->mode = FLAGS;
612 state->mode = BAD;
617 state->mode = BAD;
624 state->mode = BAD;
630 state->mode
[all...]
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dvsic_vfs.c26 int open64(const char *pathname, int flags, mode_t mode) argument
28 typedef int (*func_t)(const char *pathname, int flags, mode_t mode);
38 /* int result = original(pathname, flags, mode); */
49 int result = original(pathname, flags, mode);
54 FILE *fopen64(const char *path, const char *mode) argument
56 typedef FILE *(*func_t)(const char *path, const char *mode);
65 printf("fopen64('%s', '%s') called from %p\n", path, mode,
67 FILE *result = original(path, mode);
71 FILE *result = original(path, mode);
/barrelfish-2018-10-04/include/barrelfish/
H A Devent_queue.h25 /// What mode does an event queue operate in?
45 enum event_queue_mode mode; member in struct:event_queue
49 enum event_queue_mode mode);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.h51 extern void * dlopen(const char *path, int mode);
/barrelfish-2018-10-04/include/octopus/
H A Dtrigger.h27 typedef void(*trigger_handler_fn)(octopus_mode_t mode, const char* record, void* state);
/barrelfish-2018-10-04/usr/replay/
H A Ddefs.h42 uint8_t mode; member in struct:__anon1787
53 enum flags mode; member in struct:trace_entry
65 uint8_t mode;
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Ds_lists.pl49 :- mode set2list(++, ?).
54 :- mode s_card(++, ?).
60 :- mode s_insertion(++, ++, ?).
67 :- mode s_remove(++, ++, ?).
90 :- mode is_set(++).
94 :- mode conj2list(++, -, ?).
107 :- mode list2set(++, -).
113 :- mode slist_set(?, ?).
117 :- mode s_member(?, ++).
122 :- mode s_membe
[all...]
/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dmain.c28 struct mode { struct
30 uint16_t mode; member in struct:mode
35 static struct mode modes[MAX_MODES];
70 uint32_t r = vbe_setmode(modes[i].mode, true, false);
82 uint16_t mode = 0; local
84 uint32_t r = vbe_getmode(&mode, &linear);
86 errval_t err = b->tx_vtbl.get_vesamode_response(b, NOP_CONT, mode, linear,
91 static void set_vesamode(struct fb_binding *b, uint16_t mode, argument
94 uint32_t r = vbe_setmode(mode, linear, clear);
160 struct mode *
[all...]
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_s_mp_exptmod.c27 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
138 /* set initial mode and bit cnt */
139 mode = 0;
162 /* if the bit is zero and mode == 0 then we ignore it
167 if (mode == 0 && y == 0) {
171 /* if the bit is zero and mode == 1 then we square */
172 if (mode == 1 && y == 0) {
184 mode = 2;
209 mode = 1;
214 if (mode
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfmemopen.c53 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) argument
68 * Retrieve the flags as used by open(2) from the mode argument, and
71 rc = __sflags(mode, &flags);
79 * in write-only mode.
108 if (ck->own || mode[0] == 'w') {
112 /* Check for binary mode. */
113 ck->bin = strchr(mode, 'b') != NULL;
117 * mode:
119 * for append (text-mode), the position of the first NULL byte, or the
122 * for append (binary-mode), th
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmpv3_priv.h61 const u8_t* priv_param, const u32_t engine_boots, const u32_t engine_time, u8_t algo, u8_t mode);

Completed in 313 milliseconds

1234567891011>>