Searched refs:mode (Results 126 - 150 of 389) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dp_lib.c99 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) argument
106 if (mode >= 0)
107 pkey->save_parameters=mode;
116 if (mode >= 0)
117 pkey->save_parameters = mode;
H A Devp_locl.h61 /* Wrapper functions for each cipher mode */
133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
136 static const EVP_CIPHER cname##_##mode = { \
140 cname##_##mode##_cipher, \
147 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
/barrelfish-2018-10-04/usr/bench/sdma_bench/
H A Dsdma_bench.c106 const char *desc, enum color_mode mode, bool synchronized)
122 if (mode == COLOR_MODE_COPY) {
154 const char *desc, enum color_mode mode, bool synchronized)
185 bool trans_copy = mode == COLOR_MODE_TRANS_COPY;
195 if (mode == COLOR_MODE_COPY) {
105 bench_1d(struct omap_sdma_thc_client_binding_t *cl, const char *desc, enum color_mode mode, bool synchronized) argument
153 bench_2d(struct omap_sdma_thc_client_binding_t *cl, const char *desc, enum color_mode mode, bool synchronized) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dts.c88 static BIO *BIO_open_with_default(const char *file, const char *mode,
130 enum mode { enum
132 } mode = CMD_NONE; local
185 if (mode != CMD_NONE) goto usage;
186 mode = CMD_QUERY;
240 if (mode != CMD_NONE) goto usage;
241 mode = CMD_REPLY;
270 if (mode != CMD_NONE) goto usage;
271 mode = CMD_VERIFY;
302 if (mode
525 BIO_open_with_default(const char *file, const char *mode, FILE *default_fp) argument
[all...]
H A Dopenssl.c152 static void lock_dbg_cb(int mode, int type, const char *file, int line) argument
158 rw = mode & (CRYPTO_READ|CRYPTO_WRITE);
161 errstr = "invalid mode";
171 if (mode & CRYPTO_LOCK)
183 else if (mode & CRYPTO_UNLOCK)
202 errstr = "invalid mode";
210 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
211 errstr, mode, type, file, line);
317 /* ok, lets enter the old 'OpenSSL>' mode */
/barrelfish-2018-10-04/usr/drivers/tulip/
H A Dtulip.c240 tulip_CSR6_t mode = tulip_CSR6_rd(&csrs); local
241 mode = tulip_CSR6_SR_insert(mode, 0);
242 mode = tulip_CSR6_ST_insert(mode, 0);
243 //mode &= ~(CSR6.SR | CSR6.ST);
244 tulip_CSR6_wr(&csrs, mode);
346 * This is currently a very basic polled-mode transmit which waits until
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dndbm.c59 dbm_open(const char *file, int flags, mode_t mode) argument
77 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfreopen.c58 freopen(const char * __restrict file, const char * __restrict mode, argument
64 if ((flags = __sflags(mode, &oflags)) == 0) {
78 * re-open the same file with a different mode. We allow this only
237 * When opening in append mode, even though we use O_APPEND,
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Demutls.c30 typedef unsigned int gcc_word __attribute__((mode(word)));
75 typedef unsigned int gcc_pointer __attribute__((mode(pointer)));
/barrelfish-2018-10-04/lib/libc/gen/
H A Dposix_spawn.c71 mode_t mode; member in struct:__posix_spawn_file_actions_entry::__anon954::__anon955
72 #define fae_mode fae_data.open.mode
291 int fildes, const char * __restrict path, int oflag, mode_t mode)
314 fae->fae_mode = mode;
290 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, int fildes, const char * __restrict path, int oflag, mode_t mode) argument
H A Dsem.c225 mode_t mode; local
228 mode = 0;
235 mode = va_arg(ap, int);
243 if (ksem_open(&semid, name, oflag, mode, value) == -1)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_io.h52 #define StreamMode(nst) (nst)->mode
55 #define StreamType(nst) ((nst)->mode & STYPE)
74 #define StreamPastEof(nst) ((nst)->mode & MEOF)
134 /* stream mode flags */
320 Extern void init_stream ARGS((stream_id,int unit,int mode,dident name,
/barrelfish-2018-10-04/include/x86emu/
H A Ddecode.h50 #define DECODE_CLEAR_SEGOVR() M.x86.mode &= ~SYSMODE_CLRMASK
55 extern "C" { /* Use "C" linkage when in C++ mode */
/barrelfish-2018-10-04/usr/drivers/lpc_timer/
H A Dtimer.c59 * \brief Set hardware timer mode and count value
61 * Sets timer 0 as either a rate generator (mode 2) or one-shot timer (mode 0)
75 .bcd = 0, // Binary mode (no BCD)
76 .mode = periodic ? lpc_timer_rtgen : lpc_timer_oseoc, // Operating mode
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_device.h58 * - usb_mode USB mode state, host or device mode
66 usb_mode_t usb_mode; /* host or device mode */
135 uint8_t portindex, uint8_t portno, usb_speed_t speed, usb_mode_t mode);
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dm_tree234.pl71 % :- mode init(uo) is det.
82 % :- mode is_empty(in) is semidet.
93 % :- mode member(in, out, out) is nondet.
119 % :- mode search(in, in, out) is semidet.
143 % :- mode lookup(in, in, out) is det.
168 % :- mode lower_bound_search(in, in, out, out) is semidet.
196 % :- mode lower_bound_lookup(in, in, out, out) is det.
225 % :- mode upper_bound_search(in, in, out, out) is semidet.
253 % :- mode upper_bound_lookup(in, in, out, out) is det.
282 % :- mode inser
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmpv3_mbedtls.c110 const u32_t engine_time, u8_t algo, u8_t mode)
139 if(mbedtls_cipher_setkey(&ctx, key, 8*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) {
179 if(mbedtls_cipher_setkey(&ctx, key, 16*8, (mode == SNMP_V3_PRIV_MODE_ENCRYPT)? MBEDTLS_ENCRYPT : MBEDTLS_DECRYPT) != 0) {
108 snmpv3_crypt(struct snmp_pbuf_stream* stream, u16_t length, const u8_t* key, const u8_t* priv_param, const u32_t engine_boots, const u32_t engine_time, u8_t algo, u8_t mode) argument
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Danti_unify.pl81 :- mode map(?,?,?,+,-).
106 :- mode map_arg(?,?,?,+,-,+).
118 :- mode unify_duplicates(+), unify_duplicates(+,+).
H A Dpdb.pl234 ( get_flag(F/N, mode, OldMode)@Module -> true ; functor(OldMode, F, N) ),
244 % mode/1 also takes care of creating the predicate if necessary
246 mode((NewMode,NewMode))@Module % comma ambiguity...
248 mode(NewMode)@Module
254 :- mode check_meta_arg(?,-,+,-).
H A Dqueens.pl68 make_local_array(mode),
69 setval(mode, naive).
102 getval(mode, Mode),
321 dialog_panel(_, menu('Solving mode', cycle, cascade(0, queen_constraints_selected, 0),
327 setval(mode, naive).
329 setval(mode, noff).
331 setval(mode, ff).
333 setval(mode, ffh).
H A Dmodes.pl34 % An abstract interpreter for mode ananlysis.
51 :- comment(summary, "An abstract interpreter for mode ananlysis").
56 This library provides a static mode analysis tool for ECLiPSe
59 will be called with, given the specified goal pattern. The mode
67 of a compilable mode declaration:
78 :- mode partition(++, ++, -, -).
79 :- mode qsort(++, -).
80 :- mode qsort(++, -, ++).
88 :- mode partition(?, ?, -, -).
89 :- mode qsor
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlbaselib.c264 const char *mode = luaL_optstring(L, 2, NULL); local
266 int status = luaL_loadfilex(L, fname, mode);
281 ** optional arguments (chunk, source name, mode, and environment).
313 const char *mode = luaL_optstring(L, 3, "bt"); local
317 status = luaL_loadbufferx(L, s, l, chunkname, mode);
323 status = lua_load(L, generic_reader, NULL, chunkname, mode);
H A Dldo.c494 ** do the work for 'lua_resume' in protected mode
626 const char *mode; member in struct:SParser
631 static void checkmode (lua_State *L, const char *mode, const char *x) { argument
632 if (mode && strchr(mode, x[0]) == NULL) {
634 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode);
646 checkmode(L, p->mode, "binary");
650 checkmode(L, p->mode, "text");
663 const char *mode) {
662 luaD_protectedparser(lua_State *L, ZIO *z, const char *name, const char *mode) argument
[all...]
/barrelfish-2018-10-04/include/openssl/local/
H A Devp_locl.h61 /* Wrapper functions for each cipher mode */
133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
136 static const EVP_CIPHER cname##_##mode = { \
140 cname##_##mode##_cipher, \
147 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_phy.c353 __in efx_phy_led_mode_t mode)
364 if (epp->ep_phy_led_mode == mode)
370 if (!((1 << mode) & mask)) {
375 EFSYS_ASSERT3U(mode, <, EFX_PHY_LED_NMODES);
376 epp->ep_phy_led_mode = mode;
351 efx_phy_led_set( __in efx_nic_t *enp, __in efx_phy_led_mode_t mode) argument

Completed in 225 milliseconds

1234567891011>>