| /third_party/alsa-utils/axfer/ |
| H A D | container-au.c | 76 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 D | xfer-libasound-irq-rw.c | 22 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 D | escl_mupdf.c | 57 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 D | escl_status.c | 94 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 D | u12-hw.c | 477 SANE_Byte state; local
|
| H A D | u12-image.c | 734 SANE_Byte b, state; in u12image_ReadOneImageLine() local
|
| /third_party/benchmark/test/ |
| H A D | complexity_test.cc | 70 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 D | user_counters_test.cc | 25 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 D | skip_with_error_test.cc | 66 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 D | register_benchmark_test.cc | 65 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 D | xmlstream.c | 59 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 D | cf-haproxy.c | 49 int state; member
|
| H A D | curl_ntlm_wb.c | 340 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 D | netrc.c | 71 enum host_lookup_state state = NOTHING; in parsenetrc() local [all...] |
| H A D | pop3.h | 64 pop3state state; /* Always use pop3.c:state() to change state! */ member
|
| /third_party/gptfdisk/ |
| H A D | basicmbr.h | 59 MBRValidity state; member in BasicMBRData
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | FCDIterCollationIterator.java | 442 private State state; global() field in FCDIterCollationIterator [all...] |
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_eth_drv.h | 65 unsigned int state; member
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_handle_request.c | 433 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 D | hrtimer.h | 116 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 D | FCDIterCollationIterator.java | 444 private State state; global() field in FCDIterCollationIterator [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_affixutils.cpp | 20 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 D | test-ptrace.c | 173 int status, pid, pending_sig, optind = 1, state = 1; in main() local
|
| /third_party/libsnd/src/ |
| H A D | ogg_speex.c | 63 void * state ; member
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-display.h | 97 enum lws_display_controller_state state; member
|