Home
last modified time | relevance | path

Searched defs:state (Results 676 - 700 of 2756) sorted by relevance

1...<<21222324252627282930>>...111

/third_party/alsa-utils/axfer/
H A Dcontainer-au.c76 struct parser_state *state = cntr->private_data; in au_parser_pre_process() local
124 static void build_container_header(struct builder_state *state, in build_container_header() argument
140 struct builder_state *state = cntr->private_data; in write_container_header() local
[all...]
H A Dxfer-libasound-irq-rw.c22 static int wait_for_avail(struct libasound_state *state) in wait_for_avail() argument
57 static int read_frames(struct libasound_state *state, unsigned int *frame_count, in read_frames() argument
107 static int r_process_frames_blocking(struct libasound_state *state, in r_process_frames_blocking() argument
155 r_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames_nonblocking() argument
201 write_frames(struct libasound_state *state, unsigned int *frame_count, unsigned int avail_count, struct mapper_context *mapper, struct container_context *cntrs) write_frames() argument
251 w_process_frames_blocking(struct libasound_state *state, snd_pcm_state_t status, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_blocking() argument
315 w_process_frames_nonblocking(struct libasound_state *state, snd_pcm_state_t pcm_state ATTRIBUTE_UNUSED, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames_nonblocking() argument
358 irq_rw_pre_process(struct libasound_state *state) irq_rw_pre_process() argument
409 irq_rw_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_rw_process_frames() argument
426 irq_rw_post_process(struct libasound_state *state) irq_rw_post_process() argument
[all...]
/third_party/backends/backend/escl/
H A Descl_mupdf.c57 fz_file_stream_escl *state = stm->state; in next_file_escl() local
75 fz_file_stream_escl *state in drop_file_escl() local
85 fz_file_stream_escl *state = stm->state; seek_file_escl() local
106 fz_file_stream_escl *state = fz_malloc_struct(ctx, fz_file_stream_escl); fz_open_file_ptr_escl() local
[all...]
H A Descl_status.c94 const char *state = (const char *)xmlNodeGetContent(node); in print_xml_job_status() local
104 const char *state = (const char *)xmlNodeGetContent(node); in print_xml_job_status() local
128 const char *state = (const char *)xmlNodeGetContent(node); in print_xml_platen_and_adf_status() local
142 const char *state in print_xml_platen_and_adf_status() local
[all...]
/third_party/backends/backend/
H A Du12-hw.c477 SANE_Byte state; local
H A Du12-image.c734 SANE_Byte b, state; in u12image_ReadOneImageLine() local
/third_party/benchmark/test/
H A Dcomplexity_test.cc70 void BM_Complexity_O1(benchmark::State &state) { in BM_Complexity_O1() argument
119 void BM_Complexity_O_N(benchmark::State &state) { in BM_Complexity_O_N() argument
162 BM_Complexity_O_N_log_N(benchmark::State &state) BM_Complexity_O_N_log_N() argument
205 BM_ComplexityCaptureArgs(benchmark::State &state, int n) BM_ComplexityCaptureArgs() argument
[all...]
H A Duser_counters_test.cc25 void BM_Counters_Simple(benchmark::State& state) { in BM_Counters_Simple() argument
67 void BM_Counters_WithBytesAndItemsPSec(benchmark::State& state) { in BM_Counters_WithBytesAndItemsPSec() argument
119 BM_Counters_Rate(benchmark::State& state) BM_Counters_Rate() argument
163 BM_Invert(benchmark::State& state) BM_Invert() argument
204 BM_Counters_InvertedRate(benchmark::State& state) BM_Counters_InvertedRate() argument
251 BM_Counters_Threads(benchmark::State& state) BM_Counters_Threads() argument
291 BM_Counters_AvgThreads(benchmark::State& state) BM_Counters_AvgThreads() argument
333 BM_Counters_AvgThreadsRate(benchmark::State& state) BM_Counters_AvgThreadsRate() argument
378 BM_Counters_IterationInvariant(benchmark::State& state) BM_Counters_IterationInvariant() argument
421 BM_Counters_kIsIterationInvariantRate(benchmark::State& state) BM_Counters_kIsIterationInvariantRate() argument
471 BM_Counters_AvgIterations(benchmark::State& state) BM_Counters_AvgIterations() argument
513 BM_Counters_kAvgIterationsRate(benchmark::State& state) BM_Counters_kAvgIterationsRate() argument
[all...]
H A Dskip_with_error_test.cc66 void BM_error_no_running(benchmark::State& state) { in BM_error_no_running() argument
72 void BM_error_before_running(benchmark::State& state) { in BM_error_before_running() argument
81 void BM_error_before_running_batch(benchmark::State& state) { in BM_error_before_running_batch() argument
90 void BM_error_before_running_range_for(benchmark::State& state) { in BM_error_before_running_range_for() argument
99 BM_error_during_running(benchmark::State& state) BM_error_during_running() argument
122 BM_error_during_running_ranged_for(benchmark::State& state) BM_error_during_running_ranged_for() argument
144 BM_error_after_running(benchmark::State& state) BM_error_after_running() argument
158 BM_error_while_paused(benchmark::State& state) BM_error_while_paused() argument
[all...]
H A Dregister_benchmark_test.cc65 void BM_function(benchmark::State& state) { in BM_function() argument
101 void DISABLED_BM_function(benchmark::State& state) { in DISABLED_BM_function() argument
/third_party/curl/docs/examples/
H A Dxmlstream.c59 struct ParserStruct *state = (struct ParserStruct *) userData; in startElement() local
71 struct ParserStruct *state = (struct ParserStruct *) userData; in characterDataHandler() local
90 struct ParserStruct *state in endElement() local
101 struct ParserStruct *state = (struct ParserStruct *) XML_GetUserData(parser); parseStreamCallback() local
120 struct ParserStruct state; main() local
[all...]
/third_party/curl/lib/
H A Dcf-haproxy.c49 int state; member
H A Dcurl_ntlm_wb.c340 curlntlm *state = proxy ? &conn->proxy_ntlm_state : &conn->http_ntlm_state; in Curl_input_ntlm_wb() local
263 ntlm_wb_response(struct Curl_easy *data, struct ntlmdata *ntlm, const char *input, curlntlm state) ntlm_wb_response() argument
393 curlntlm *state; Curl_output_ntlm_wb() local
[all...]
H A Dnetrc.c71 enum host_lookup_state state = NOTHING; in parsenetrc() local
[all...]
H A Dpop3.h64 pop3state state; /* Always use pop3.c:state() to change state! */ member
/third_party/gptfdisk/
H A Dbasicmbr.h59 MBRValidity state; member in BasicMBRData
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DFCDIterCollationIterator.java442 private State state; global() field in FCDIterCollationIterator
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.h65 unsigned int state; member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c433 uint8_t state; in usb_handle_request() local
177 usb_handle_iface_request(struct usb_xfer *xfer, void **ppdata, uint16_t *plen, struct usb_device_request req, uint16_t off, uint8_t state) usb_handle_iface_request() argument
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h116 unsigned long state; /**< Timer working state. Not in use temporarily. */ member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DFCDIterCollationIterator.java444 private State state; global() field in FCDIterCollationIterator
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp20 AffixPatternState state = STATE_BASE; in estimateLength() local
86 AffixPatternState state = STATE_BASE; in escape() local
283 int32_t state = tag.state; nextToken() local
[all...]
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c173 int status, pid, pending_sig, optind = 1, state = 1; in main() local
/third_party/libsnd/src/
H A Dogg_speex.c63 void * state ; member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-display.h97 enum lws_display_controller_state state; member

Completed in 14 milliseconds

1...<<21222324252627282930>>...111