Home
last modified time | relevance | path

Searched defs:state (Results 51 – 75 of 1557) sorted by relevance

12345678910>>...63

/freebsd/contrib/libsamplerate/
H A Dsrc_linear.c54 linear_vari_process (SRC_STATE *state, SRC_DATA *data) in linear_vari_process()
204 SRC_STATE *state = (SRC_STATE *) calloc (1, sizeof (SRC_STATE)) ; in linear_state_new() local
235 linear_reset (SRC_STATE *state) in linear_reset()
249 linear_copy (SRC_STATE *state) in linear_copy()
285 linear_close (SRC_STATE *state) in linear_close()
H A Dsamplerate.c78 src_delete (SRC_STATE *state) in src_delete()
87 src_process (SRC_STATE *state, SRC_DATA *data) in src_process()
497 SRC_STATE *state ; in psrc_set_converter() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c131 struct private_data *state in peek_at_header()
283 struct private_data *state; in gzip_read_header() local
313 struct private_data *state; in gzip_bidder_init() local
343 struct private_data *state; in consume_header() local
401 struct private_data *state; in consume_trailer() local
434 struct private_data *state; in gzip_filter_read() local
519 struct private_data *state; in gzip_filter_close() local
H A Darchive_write_add_filter_compress.c147 struct private_data *state; in archive_compressor_compress_open() local
227 struct private_data *state = f->data; in output_byte() local
246 struct private_data *state = f->data; in output_code() local
312 struct private_data *state = f->data; in output_flush() local
333 struct private_data *state = (struct private_data *)f->data; in archive_compressor_compress_write() local
421 struct private_data *state = (struct private_data *)f->data; in archive_compressor_compress_close() local
440 struct private_data *state = (struct private_data *)f->data; in archive_compressor_compress_free() local
H A Darchive_read_support_filter_lz4.c221 struct private_data *state; in lz4_reader_init() local
243 struct private_data *state = (struct private_data *)self->data; in lz4_allocate_out_block() local
268 struct private_data *state = (struct private_data *)self->data; in lz4_allocate_out_block_for_legacy() local
292 struct private_data *state = (struct private_data *)self->data; in lz4_filter_read() local
373 struct private_data *state = (struct private_data *)self->data; in lz4_filter_read_descriptor() local
474 struct private_data *state = (struct private_data *)self->data; in lz4_filter_read_data_block() local
618 struct private_data *state = (struct private_data *)self->data; in lz4_filter_read_default_stream() local
673 struct private_data *state = (struct private_data *)self->data; in lz4_filter_read_legacy_stream() local
729 struct private_data *state; in lz4_filter_close() local
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c380 enum ice_ddp_state state = ICE_DDP_PKG_SUCCESS; in ice_dwnld_cfg_bufs_no_lock() local
522 enum ice_ddp_state state; ice_download_pkg_sig_seg() local
546 enum ice_ddp_state state; ice_download_pkg_config_seg() local
578 enum ice_ddp_state state; ice_dwnld_sign_and_cfg_segs() local
635 enum ice_ddp_state state = ICE_DDP_PKG_SUCCESS; ice_post_dwnld_pkg_actions() local
657 enum ice_ddp_state state = ICE_DDP_PKG_ERR; ice_download_pkg_with_sig_seg() local
703 enum ice_ddp_state state = ICE_DDP_PKG_SUCCESS; ice_dwnld_cfg_bufs() local
745 enum ice_ddp_state state; ice_download_pkg_without_sig_seg() local
780 enum ice_ddp_state state; ice_download_pkg() local
817 struct ice_pkg_enum state; ice_init_pkg_info() local
864 enum ice_ddp_state state = ICE_DDP_PKG_SUCCESS; ice_get_pkg_info() local
961 ice_enum_labels(struct ice_seg * ice_seg,u32 type,struct ice_pkg_enum * state,u16 * value) ice_enum_labels() argument
995 struct ice_pkg_enum state; ice_find_label_value() local
1120 enum ice_ddp_state state; ice_chk_pkg_compat() local
1211 struct ice_pkg_enum state; ice_get_prof_index_max() local
1323 enum ice_ddp_state state; ice_init_pkg() local
1417 enum ice_ddp_state state; ice_copy_and_init_pkg() local
1442 ice_is_init_pkg_successful(enum ice_ddp_state state) ice_is_init_pkg_successful() argument
1541 struct ice_pkg_enum state; ice_get_sw_fv_bitmap() local
1588 struct ice_pkg_enum state; ice_get_sw_fv_list() local
1659 struct ice_pkg_enum state; ice_init_prof_result_bm() local
1989 ice_pkg_enum_buf(struct ice_seg * ice_seg,struct ice_pkg_enum * state) ice_pkg_enum_buf() argument
2016 ice_pkg_advance_sect(struct ice_seg * ice_seg,struct ice_pkg_enum * state) ice_pkg_advance_sect() argument
2047 ice_pkg_enum_section(struct ice_seg * ice_seg,struct ice_pkg_enum * state,u32 sect_type) ice_pkg_enum_section() argument
2113 ice_pkg_enum_entry(struct ice_seg * ice_seg,struct ice_pkg_enum * state,u32 sect_type,u32 * offset,void * (* handler)(u32 sect_type,void * section,u32 index,u32 * offset)) ice_pkg_enum_entry() argument
2201 struct ice_pkg_enum state; ice_find_boost_entry() local
2237 struct ice_pkg_enum state; ice_init_pkg_hints() local
2393 enum ice_ddp_state state; ice_cfg_tx_topo() local
[all...]
/freebsd/crypto/heimdal/lib/roken/
H A Dsnprintf.c67 sn_reserve (struct snprintf_state *state, size_t n) in sn_reserve()
73 sn_append_char (struct snprintf_state *state, unsigned char c) in sn_append_char()
81 as_reserve (struct snprintf_state *state, size_t n) in as_reserve()
104 as_append_char (struct snprintf_state *state, unsigned char c) in as_append_char()
123 pad(struct snprintf_state *state, int width, char c) in pad()
141 append_number(struct snprintf_state *state, in append_number()
256 append_string (struct snprintf_state *state, in append_string()
291 append_char(struct snprintf_state *state, in append_char()
348 xyzprintf (struct snprintf_state *state, const char *char_format, va_list ap) in xyzprintf()
642 struct snprintf_state state; in rk_vasnprintf() local
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c105 get_prop_src(lua_State *state, const char *setpoint, zfs_prop_t prop) in get_prop_src()
125 zcp_handle_error(lua_State *state, const char *dataset_name, in zcp_handle_error()
151 zcp_get_user_prop(lua_State *state, dsl_pool_t *dp, const char *dataset_name, in zcp_get_user_prop()
224 get_special_prop(lua_State *state, dsl_dataset_t *ds, const char *dsname, in get_special_prop()
479 get_zap_prop(lua_State *state, dsl_dataset_t *ds, zfs_prop_t zfs_prop) in get_zap_prop()
556 zcp_get_system_prop(lua_State *state, dsl_pool_t *dp, const char *dataset_name, in zcp_get_system_prop()
665 zcp_get_userquota_prop(lua_State *state, dsl_pool_t *dp, in zcp_get_userquota_prop()
736 zcp_get_written_prop(lua_State *state, dsl_pool_t *dp, in zcp_get_written_prop()
785 zcp_get_prop(lua_State *state) in zcp_get_prop()
832 zcp_load_get_lib(lua_State *state) in zcp_load_get_lib()
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_audit.c183 krb5_audit_state *state = NULL; in kau_init_kdc_req() local
215 kau_free_kdc_req(krb5_audit_state *state) in kau_free_kdc_req()
261 krb5_audit_state *state) in kau_as_req()
278 krb5_audit_state *state) in kau_tgs_req()
295 krb5_audit_state *state) in kau_s4u2self()
312 krb5_audit_state *state) in kau_s4u2proxy()
329 krb5_audit_state *state) in kau_u2u()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c39 crypto_auth_hmacsha512256_init(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_init()
47 crypto_auth_hmacsha512256_update(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_update()
56 crypto_auth_hmacsha512256_final(crypto_auth_hmacsha512256_state *state, in crypto_auth_hmacsha512256_final()
71 crypto_auth_hmacsha512256_state state; in crypto_auth_hmacsha512256() local
/freebsd/sys/dev/kbdmux/
H A Dkbdmux.c178 kbdmux_kbd_putc(kbdmux_state_t *state, char c) in kbdmux_kbd_putc()
191 kbdmux_kbd_getc(kbdmux_state_t *state) in kbdmux_kbd_getc()
222 kbdmux_state_t *state = (kbdmux_state_t *) xstate; in kbdmux_kbd_intr_timo() local
238 kbdmux_state_t *state = (kbdmux_state_t *) arg; in kbdmux_kbd_event() local
386 kbdmux_state_t *state = NULL; in kbdmux_init() local
519 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_term() local
613 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_read() local
632 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_check() local
651 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_read_char() local
941 kbdmux_state_t *state = (kbdmux_state_t *) kbd->kb_data; in kbdmux_check_char() local
[all …]
/freebsd/contrib/kyua/utils/config/
H A Dnodes_test.cpp121 lutok::state state; in ATF_TEST_CASE_BODY() local
135 lutok::state state; in ATF_TEST_CASE_BODY() local
148 lutok::state state; in ATF_TEST_CASE_BODY() local
228 lutok::state state; in ATF_TEST_CASE_BODY() local
242 lutok::state state; in ATF_TEST_CASE_BODY() local
258 lutok::state state; in ATF_TEST_CASE_BODY() local
339 lutok::state state; in ATF_TEST_CASE_BODY() local
353 lutok::state state; in ATF_TEST_CASE_BODY() local
369 lutok::state state; in ATF_TEST_CASE_BODY() local
455 lutok::state state; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/tools/tools/netrate/http/
H A Dhttp.c70 static struct state { struct
76 } *statep; argument
/freebsd/contrib/lutok/
H A Dstate.cpp53 protected_getglobal(lua_State* state) in protected_getglobal()
70 protected_gettable(lua_State* state) in protected_gettable()
87 protected_next(lua_State* state) in protected_next()
104 protected_setglobal(lua_State* state) in protected_setglobal()
121 protected_settable(lua_State* state) in protected_settable()
145 lutok::state state = lutok::state_c_gate::connect(raw_state); in call_cxx_function_from_c() local
176 lutok::state state = lutok::state_c_gate::connect(raw_state); in cxx_closure_trampoline() local
205 lutok::state state = lutok::state_c_gate::connect(raw_state); in cxx_function_trampoline() local
242 lutok::state::state(void) in state() function in lutok::state
257 lutok::state::state(void* raw_state_) : in state() function in lutok::state
/freebsd/contrib/flex/src/
H A Ddfa.c52 void check_for_backing_up (int ds, int state[]) in check_for_backing_up()
183 void dump_transitions (FILE *file, int state[]) in dump_transitions()
236 #define MARK_STATE(state) \ in epsclosure() argument
239 #define IS_MARKED(state) (trans1[state] < 0) in epsclosure() argument
241 #define UNMARK_STATE(state) \ in epsclosure() argument
244 #define CHECK_ACCEPT(state) \ in epsclosure() argument
259 #define PUT_ON_STACK(state) \ in epsclosure() argument
267 #define ADD_STATE(state) \ in epsclosure() argument
275 #define STACK_STATE(state) \ in epsclosure() argument
392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c37 crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state, in crypto_auth_hmacsha256_init()
72 crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state, in crypto_auth_hmacsha256_update()
81 crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state *state, in crypto_auth_hmacsha256_final()
99 crypto_auth_hmacsha256_state state; in crypto_auth_hmacsha256() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c37 crypto_auth_hmacsha512_init(crypto_auth_hmacsha512_state *state, in crypto_auth_hmacsha512_init()
72 crypto_auth_hmacsha512_update(crypto_auth_hmacsha512_state *state, in crypto_auth_hmacsha512_update()
81 crypto_auth_hmacsha512_final(crypto_auth_hmacsha512_state *state, in crypto_auth_hmacsha512_final()
99 crypto_auth_hmacsha512_state state; in crypto_auth_hmacsha512() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/
H A Dsign_ed25519.c61 crypto_sign_ed25519ph_init(crypto_sign_ed25519ph_state *state) in crypto_sign_ed25519ph_init()
68 crypto_sign_ed25519ph_update(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_update()
75 crypto_sign_ed25519ph_final_create(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_final_create()
88 crypto_sign_ed25519ph_final_verify(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_final_verify()
/freebsd/include/rpcsvc/
H A Dsm_inter.x88 int state; member
98 int state; /* state # of status monitor */ member
108 int state; member
117 int state; member
/freebsd/crypto/krb5/src/plugins/audit/test/
H A Dau_test.c112 krb5_audit_state *state) in j_as_req()
131 krb5_audit_state *state) in j_tgs_req()
150 krb5_audit_state *state) in j_tgs_s4u2self()
169 krb5_audit_state *state) in j_tgs_s4u2proxy()
188 krb5_audit_state *state) in j_tgs_u2u()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c135 static void rc4init ( uint8_t * key, int keylen, rc4state * state) { in rc4init()
152 static uint8_t rc4update(rc4state * state) { in rc4update()
186 uint8_t state[n]; in guesskeybytes() local
217 static int correct(PTW_attackstate * state, uint8_t * key, int keylen) { in correct()
283 …int8_t fixvalue, int * searchborders, uint8_t * key, int keylen, PTW_attackstate * state, uint8_t … in doRound()
317 static int doComputation(PTW_attackstate * state, uint8_t * key, int keylen, PTW_tableentry table[]… in doComputation()
361 int PTW_computeKey(PTW_attackstate * state, uint8_t * keybuf, int keylen, int testlimit) { in PTW_computeKey()
434 int PTW_addsession(PTW_attackstate * state, uint8_t * iv, uint8_t * keystream) { in PTW_addsession()
466 PTW_attackstate * state = NULL; in PTW_newattackstate() local
483 void PTW_freeattackstate(PTW_attackstate * state) { in PTW_freeattackstate()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand()
54 inline u32 RandN(u32 *state, u32 n) { return Rand(state) % n; } // [0, n) in RandN()
59 u32 state = *rand_state; in RandomShuffle() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dgenerichash_blake2b.c45 crypto_generichash_blake2b_init(crypto_generichash_blake2b_state *state, in crypto_generichash_blake2b_init()
68 crypto_generichash_blake2b_state *state, const unsigned char *key, in crypto_generichash_blake2b_init_salt_personal()
92 crypto_generichash_blake2b_update(crypto_generichash_blake2b_state *state, in crypto_generichash_blake2b_update()
100 crypto_generichash_blake2b_final(crypto_generichash_blake2b_state *state, in crypto_generichash_blake2b_final()
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h64 static inline void lzma_state_literal(enum lzma_state *state) in lzma_state_literal()
75 static inline void lzma_state_match(enum lzma_state *state) in lzma_state_match()
81 static inline void lzma_state_long_rep(enum lzma_state *state) in lzma_state_long_rep()
87 static inline void lzma_state_short_rep(enum lzma_state *state) in lzma_state_short_rep()
93 static inline bool lzma_state_is_literal(enum lzma_state state) in lzma_state_is_literal()
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_set.c82 void *state; in profile_update_relation() local
139 void *state; in profile_clear_relation() local
192 void *state; in profile_rename_section() local
250 void *state; in profile_add_relation() local

12345678910>>...63