HomeSort by: relevance | last modified time | path
    Searched defs:state (Results 1 - 25 of 484) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/common/dist/zlib/
gzclose.c 13 gz_statep state; local in function:gzclose
17 state = (gz_statep)file;
19 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
  /src/sys/arch/bebox/bebox/
pic_bebox.c 96 unsigned int state; local in function:bebox_get_irq
98 state = READ_BEBOX_REG(INT_SOURCE);
99 state &= BEBOX_INTR_MASK;
100 state &= READ_BEBOX_REG(CPU0_INT_MASK);
101 if (state == 0)
103 return __builtin_clz(state);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_hash_sha256.h 25 uint32_t state[8]; member in struct:crypto_hash_sha256_state
42 int crypto_hash_sha256_init(crypto_hash_sha256_state *state);
45 int crypto_hash_sha256_update(crypto_hash_sha256_state *state,
50 int crypto_hash_sha256_final(crypto_hash_sha256_state *state,
crypto_hash_sha512.h 25 uint64_t state[8]; member in struct:crypto_hash_sha512_state
42 int crypto_hash_sha512_init(crypto_hash_sha512_state *state);
45 int crypto_hash_sha512_update(crypto_hash_sha512_state *state,
50 int crypto_hash_sha512_final(crypto_hash_sha512_state *state,
  /src/usr.bin/ctags/
yacc.c 134 int state; local in function:toss_yysec
137 * state == 0 : waiting
138 * state == 1 : received a newline
139 * state == 2 : received first %
140 * state == 3 : received second %
143 for (state = 0; GETC(!=, EOF);)
148 if (state == 3) /* done! */
150 state = 1; /* start over */
153 if (state) /* if 1 or 2 */
154 ++state; /* goto 3 *
    [all...]
  /src/sbin/fsck_ffs/
pass3.c 58 int loopcnt, state; local in function:pass3
78 state = inoinfo(inp->i_number)->ino_state;
80 (inp->i_parent != 0 && state != DSTATE))
82 if (state == DCLEAR)
91 resolved && usedsoftdep && state == DSTATE) {
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c 22 crypto_onetimeauth_poly1305_state state; local in function:crypto_secretbox_detached
51 crypto_onetimeauth_poly1305_init(&state, block0);
63 crypto_onetimeauth_poly1305_update(&state, c, mlen);
64 crypto_onetimeauth_poly1305_final(&state, mac);
65 sodium_memzero(&state, sizeof state);
  /src/sys/sys/
md4.h 44 uint32_t state[4]; /* state (ABCD) */ member in struct:MD4Context
md5.h 43 uint32_t state[4]; /* state (ABCD) */ member in struct:MD5Context
rmd160.h 39 uint32_t state[5]; /* state */ member in struct:RMD160Context
sha1.h 20 uint32_t state[5]; member in struct:__anon330c144c0108
  /src/tests/lib/libpthread/
t_detach.c 59 const int state = PTHREAD_CREATE_JOINABLE; local in function:ATF_TC_BODY
68 PTHREAD_REQUIRE(pthread_attr_setdetachstate(&attr, state));
  /src/usr.bin/unvis/
unvis.c 111 int state = 0; local in function:process
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
126 state = 0;
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
  /src/games/backgammon/common_source/
table.c 50 struct state { struct
58 static const struct state atmata[] = {
  /src/sys/arch/acorn32/stand/lib/
srt1.c 52 enum state {skipping, doing_arg, doing_long_arg}; enum
94 enum state s;
  /src/sys/arch/hpcarm/dev/
ipaq_atmelvar.h 44 uint8_t state; member in struct:atmel_rx
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.h 56 INLINE u32 Rand(u32 *state) { // ANSI C linear congruential PRNG.
57 return (*state = *state * 1103515245 + 12345) >> 16;
60 INLINE u32 RandN(u32 *state, u32 n) { return Rand(state) % n; } // [0, n)
65 u32 state = *rand_state; local in function:__sanitizer::RandomShuffle
67 Swap(a[i], a[RandN(&state, i + 1)]);
68 *rand_state = state;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
dcn21_hubp.h 109 struct dcn_hubp_state state; member in struct:dcn21_hubp
  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_helper.c 202 struct drm_atomic_state *state; local in function:drm_mode_config_helper_suspend
209 state = drm_atomic_helper_suspend(dev);
210 if (IS_ERR(state)) {
213 return PTR_ERR(state);
216 dev->mode_config.suspend_state = state;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dacnv50.c 77 const u32 state = 0x80000000 | (0x00000040 * ! pu | local in function:nv50_dac_power
84 nvkm_mask(device, 0x61a004 + doff, field, state);
89 nv50_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state)
92 const u32 coff = dac->id * 8 + (state == &dac->arm) * 4;
95 state->proto_evo = (ctrl & 0x00000f00) >> 8;
96 switch (state->proto_evo) {
97 case 0: state->proto = CRT; break;
99 state->proto = UNKNOWN;
103 state->head = ctrl & 0x00000003;
108 .state = nv50_dac_state
    [all...]
nouveau_nvkm_engine_disp_sornv50.c 58 const u32 state = 0x80000000 | (0x00000001 * !!pu) << shift; local in function:nv50_sor_power
62 nvkm_mask(device, 0x61c004 + soff, field, state);
72 nv50_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state)
75 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4;
78 state->proto_evo = (ctrl & 0x00000f00) >> 8;
79 switch (state->proto_evo) {
80 case 0: state->proto = LVDS; state->link = 1; break;
81 case 1: state->proto = TMDS; state->link = 1; break
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c 37 crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state,
45 crypto_hash_sha256_init(&state->ictx);
46 crypto_hash_sha256_update(&state->ictx, key, keylen);
47 crypto_hash_sha256_final(&state->ictx, khash);
51 crypto_hash_sha256_init(&state->ictx);
56 crypto_hash_sha256_update(&state->ictx, pad, 64);
58 crypto_hash_sha256_init(&state->octx);
63 crypto_hash_sha256_update(&state->octx, pad, 64);
72 crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,
75 crypto_hash_sha256_update(&state->ictx, in, inlen)
99 crypto_auth_hmacsha256_state state; local in function:crypto_auth_hmacsha256
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512/
auth_hmacsha512.c 37 crypto_auth_hmacsha512_init(crypto_auth_hmacsha512_state *state,
45 crypto_hash_sha512_init(&state->ictx);
46 crypto_hash_sha512_update(&state->ictx, key, keylen);
47 crypto_hash_sha512_final(&state->ictx, khash);
51 crypto_hash_sha512_init(&state->ictx);
56 crypto_hash_sha512_update(&state->ictx, pad, 128);
58 crypto_hash_sha512_init(&state->octx);
63 crypto_hash_sha512_update(&state->octx, pad, 128);
72 crypto_auth_hmacsha512_update(crypto_auth_hmacsha512_state *state,
75 crypto_hash_sha512_update(&state->ictx, in, inlen)
99 crypto_auth_hmacsha512_state state; local in function:crypto_auth_hmacsha512
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
auth_hmacsha512256.c 39 crypto_auth_hmacsha512256_init(crypto_auth_hmacsha512256_state *state,
42 return crypto_auth_hmacsha512_init((crypto_auth_hmacsha512_state *) state,
47 crypto_auth_hmacsha512256_update(crypto_auth_hmacsha512256_state *state,
51 return crypto_auth_hmacsha512_update((crypto_auth_hmacsha512_state *) state,
56 crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state,
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0);
71 crypto_auth_hmacsha512256_state state; local in function:crypto_auth_hmacsha512256
73 crypto_auth_hmacsha512256_init(&state, k,
75 crypto_auth_hmacsha512256_update(&state, in, inlen);
76 crypto_auth_hmacsha512256_final(&state, out)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c 26 crypto_onetimeauth_poly1305_state state; local in function:crypto_secretbox_xchacha20poly1305_detached
55 crypto_onetimeauth_poly1305_init(&state, block0);
67 crypto_onetimeauth_poly1305_update(&state, c, mlen);
68 crypto_onetimeauth_poly1305_final(&state, mac);
69 sodium_memzero(&state, sizeof state);

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>