Searched defs:state (Results 276 - 300 of 1346) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dmd4-internal.c18 u32 state[4]; /* state */ member in struct:MD4Context
198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) argument
[all...]
H A Dsha1-internal.c176 void SHA1Transform(u32 state[5], const unsigned char buffer[64]) argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.h61 uint16_t state; /* entry state */ member in struct:l2t_entry
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c48 enum mlx5_fpga_transaction_state state; member in struct:mlx5_fpga_trans_priv
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c78 struct mlx4_en_port_state *state = &priv->port_state; local
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ahci.c77 bool state; local
/freebsd-11-stable/sbin/recoverdisk/
H A Drecoverdisk.c35 int state; member in struct:lump
42 new_lump(off_t start, off_t len, int state) argument
103 int state, lines; local
157 int error, state; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c279 struct private_data *state; local
300 struct private_data *state; local
335 struct private_data *state; local
393 struct private_data *state; local
426 struct private_data *state; local
511 struct private_data *state; local
[all...]
H A Darchive_write_add_filter_b64encode.c85 struct private_b64encode *state; local
118 struct private_b64encode *state = (struct private_b64encode *)f->data; local
150 struct private_b64encode *state = (struct private_b64encode *)f->data; local
218 struct private_b64encode *state = (struct private_b64encode *)f->data; local
263 struct private_b64encode *state = (struct private_b64encode *)f->data; local
278 struct private_b64encode *state = (struct private_b64encode *)f->data; local
[all...]
H A Darchive_read_support_filter_rpm.c53 } state; member in struct:rpm
/freebsd-11-stable/contrib/libpcap/missing/
H A Dsnprintf.c63 struct state { struct
76 sn_reserve (struct state *state, size_t n) argument
82 sn_append_char (struct state *state, unsigne argument
130 append_number(struct state *state, unsigned long num, unsigned base, char *rep, int width, int prec, int flags, int minusp) argument
219 append_string(struct state *state, unsigned char *arg, int width, int prec, int flags) argument
250 append_char(struct state *state, unsigned char arg, int width, int flags) argument
285 xyzprintf(struct state *state, const char *char_format, va_list ap) argument
611 struct state state; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h23 lldb::StateType state; // Valid values are eStateStopped/eStateSuspended, member in struct:lldb_private::ResumeAction
59 void AppendAction(lldb::tid_t tid, lldb::StateType state, int signal = 0) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h155 virtual const llvm::APSInt* getSymVal(ProgramStateRef state, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp56 uint32_t state[HASH_LENGTH/4]; member in struct:__anon1154::sha1nfo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h89 Data state; member in struct:lldb_private::process_darwin::MachException::Message
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp76 ProgramStateRef state = C.getState(); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c154 svn_delta_path_driver_state_t *state; local
220 svn_delta_path_driver_state_t *state = apr_pcalloc(pool, sizeof(*state)); local
235 svn_delta_path_driver_step(svn_delta_path_driver_state_t *state, const char *relpath, apr_pool_t *scratch_pool) argument
348 svn_delta_path_driver_finish(svn_delta_path_driver_state_t *state, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dchunk_buckets.c33 } state; member in struct:__anon59
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcmdline.c115 static int state = state_start; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c595 DBDIRS state; local
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c207 static unsigned long *state = &randtbl[1]; variable
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c218 static struct state struct
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c80 short state; member in struct:leitchunit
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_filter.c130 be_underlying_writebuf_full(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state) argument
142 be_readbuf_full(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state) argument
154 be_null_filter(struct evbuffer *src, struct evbuffer *dst, ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx) argument
286 be_filter_process_input(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state, int *processed_out) argument
325 be_filter_process_output(struct bufferevent_filtered *bevf, enum bufferevent_flush_mode state, int *processed_out) argument
426 enum bufferevent_flush_mode state; local
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md5.c338 MD5Transform(apr_uint32_t state[4], const unsigned char block[64]) argument
[all...]

Completed in 309 milliseconds

<<11121314151617181920>>