Home
last modified time | relevance | path

Searched refs:state (Results 4876 - 4900 of 5096) sorted by relevance

1...<<191192193194195196197198199200>>...204

/third_party/mbedtls/library/
H A Dssl_tls13_client.c849 /* Get current state of handshake transcript. */ in ssl_tls13_write_binder()
1184 * necessary and update the early data state. in mbedtls_ssl_tls13_write_client_hello_exts()
1187 * data extension and the early data state must stay as it is: in mbedtls_ssl_tls13_write_client_hello_exts()
1471 * will dispatch to the TLS 1.2 state machine. in ssl_tls13_preprocess_server_hello()
3068 switch (ssl->state) { in mbedtls_ssl_tls13_handshake_client_step()
3174 MBEDTLS_SSL_DEBUG_MSG(1, ("invalid state %d", ssl->state)); in mbedtls_ssl_tls13_handshake_client_step()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c650 switch((*cmd).state) { in dump_SVGA3dRenderState()
652 _debug_printf("\t\t.state = SVGA3D_RS_INVALID\n"); in dump_SVGA3dRenderState()
655 _debug_printf("\t\t.state = SVGA3D_RS_ZENABLE\n"); in dump_SVGA3dRenderState()
658 _debug_printf("\t\t.state = SVGA3D_RS_ZWRITEENABLE\n"); in dump_SVGA3dRenderState()
661 _debug_printf("\t\t.state = SVGA3D_RS_ALPHATESTENABLE\n"); in dump_SVGA3dRenderState()
664 _debug_printf("\t\t.state = SVGA3D_RS_DITHERENABLE\n"); in dump_SVGA3dRenderState()
667 _debug_printf("\t\t.state = SVGA3D_RS_BLENDENABLE\n"); in dump_SVGA3dRenderState()
670 _debug_printf("\t\t.state = SVGA3D_RS_FOGENABLE\n"); in dump_SVGA3dRenderState()
673 _debug_printf("\t\t.state = SVGA3D_RS_SPECULARENABLE\n"); in dump_SVGA3dRenderState()
676 _debug_printf("\t\t.state in dump_SVGA3dRenderState()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1339 uint32_t state[2] = { 0, 0 };
1341 int32_t partLength = coll->internalNextSortKeyPart(&iter, state, part, partSize, errorCode);
/third_party/lwip/src/apps/http/
H A Dhttpd.c222 u16_t tag_index; /* Counter used by tag parsing state machine */
593 * @param hs connection state to free
643 * @param hs connection state to free
664 /* restore state: */ in http_eof()
683 * @param hs http connection state
756 * @param hs http connection state
803 , (hs->handle ? hs->handle->state : NULL)
921 is a special-case URL used for control state notification and we do
1268 * state appropriately. */
1300 * back to idle state
[all...]
/third_party/lwip/src/apps/mdns/
H A Dmdns.c1929 if (args->status_changed.state != 0) { in mdns_netif_ext_status_callback()
1935 if (args->link_changed.state != 0) { in mdns_netif_ext_status_callback()
/third_party/lwip/src/netif/ppp/
H A Dipcp.c132 ipcp_up, /* Called when fsm reaches OPENED state */
133 ipcp_down, /* Called when fsm leaves OPENED state */
1068 * This should not modify any state if the Nak is bad
1069 * or if IPCP is in the OPENED state.
1323 * OK, the Nak is good. Now we can update state. in ipcp_nakci()
1326 if (f->state != PPP_FSM_OPENED) in ipcp_nakci()
1483 * Now we can update state. in ipcp_rejci()
1485 if (f->state != PPP_FSM_OPENED) in ipcp_rejci()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc25 InterpreterAssembler::InterpreterAssembler(CodeAssemblerState* state, in InterpreterAssembler() argument
28 : CodeStubAssembler(state), in InterpreterAssembler()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c534 iris_bo_madvise(struct iris_bo *bo, int state) in iris_bo_madvise() argument
541 .madv = state, in iris_bo_madvise()
2153 * back to the default logical HW state and attempt to continue on to in iris_hw_context_set_unrecoverable()
2155 * the previous GPU state is preserved, and only emit commands needed in iris_hw_context_set_unrecoverable()
2156 * to incrementally change that state. In particular, we inherit the in iris_hw_context_set_unrecoverable()
2440 * "PSDunit is dropping MSB of the blend state pointer from SD FIFO" in iris_bufmgr_create()
2443 * We restrict the dynamic state pool to 2GB so that we don't ever get a in iris_bufmgr_create()
2445 * full 4GB for dynamic state anyway. in iris_bufmgr_create()
2453 /* Leave the last 4GB out of the high vma range, so that no state in iris_bufmgr_create()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1114 cfg.state = pan_blitter_get_rsd(pool->dev, &views); in pan_preload_emit_dcd()
1580 cfg.state = ctx->rsd; in pan_blit()
/third_party/node/deps/uv/include/
H A Duv.h767 UV_EXTERN void uv_tty_set_vterm_state(uv_tty_vtermstate_t state);
768 UV_EXTERN int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state);
1043 * Spawn the child process in a detached state - this will make it a process
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs264 pub state: thread_state,
1020 pub fn disable_debugger(state: ::c_int) -> ::c_int; in disable_debugger()
/third_party/python/Lib/idlelib/
H A Dpyshell.py1087 state = 'disabled' if self.executing else 'normal'
1088 self.update_menu_state('debug', '*tack*iewer', state)
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c42 struct AVResampleContext *state; member
701 /* Restore queue to original state and reset resampler */ in pa_resampler_prepare()
1415 pa_xfree(m->state); in free_remap()
H A Dcli-command.c199 { "dump-volumes", pa_cli_command_dump_volumes, "Debug: Show the state of all volumes", 1 },
1878 pa_strbuf_printf(buf, "suspend-sink %s %s\n", sink->name, pa_yes_no(sink->state == PA_SINK_SUSPENDED)); in pa_cli_command_dump()
1891 pa_strbuf_printf(buf, "suspend-source %s %s\n", source->name, pa_yes_no(source->state == PA_SOURCE_SUSPENDED)); in pa_cli_command_dump()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c176 /** Speex pre-processor state. */
1044 EXPORT int speex_preprocess_ctl(SpeexPreprocessState *state, int request, void *ptr) in speex_preprocess_ctl() argument
1048 st=(SpeexPreprocessState*)state; in speex_preprocess_ctl()
/third_party/python/Lib/
H A D_pyio.py429 # in an unusable state, so ignore.
788 state.
827 # file state.
1872 unusable state.
1957 def setstate(self, state):
1958 buf, flag = state
2046 self._snapshot = None # info for reconstructing decoder state
2086 # where dec_flags is the second (integer) item of the decoder state
2299 # len(dec_buffer) bytes ago with decoder state (b'', dec_flags).
2503 # Restore the decoder to its state fro
[all...]
/third_party/openSLES/api/1.1/
H A DOpenSLES.h226 /* Object state definitions */
1059 SLuint32 state
1290 SLuint32 state
1518 /** Buffer queue state **/
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h217 /* Object state definitions */
940 SLuint32 state
1163 SLuint32 state
1378 /** Buffer queue state **/
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp300 bool graphicsPipelineHasDynamicState(const VkGraphicsPipelineCreateInfo& gpCI, VkDynamicState state) in graphicsPipelineHasDynamicState() argument
309 if (gpCI.pDynamicState->pDynamicStates[i] == state) in graphicsPipelineHasDynamicState()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp193 /* Translate the current start state into a value that can be later handed
194 * to BEGIN to return to the state. The YYSTATE alias is for lex
199 /* Action number for EOF rule of a given start state. */
200 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
218 /* The state buf must be large enough to hold one state per character in the main buffer.
340 * "scanner state".
970 /* Holds the entire state of the reentrant scanner. */
1219 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp377 /* Translate the current start state into a value that can be later handed
378 * to BEGIN to return to the state. The YYSTATE alias is for lex
383 /* Action number for EOF rule of a given start state. */
384 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
402 /* The state buf must be large enough to hold one state per character in the main buffer.
503 * "scanner state".
762 /* Holds the entire state of the reentrant scanner. */
1011 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp341 Buffer11::Buffer11(const gl::BufferState &state, Renderer11 *renderer) in Buffer11() argument
342 : BufferD3D(state, renderer), in Buffer11()
1746 // the pack buffer according to the current pack state. in map()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp479 const State &state = context->getState(); in ValidateMultiDrawElementsIndirectEXT() local
480 TransformFeedback *curTransformFeedback = state.getCurrentTransformFeedback(); in ValidateMultiDrawElementsIndirectEXT()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp263 /* Translate the current start state into a value that can be later handed
264 * to BEGIN to return to the state. The YYSTATE alias is for lex
269 /* Action number for EOF rule of a given start state. */
270 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
290 /* The state buf must be large enough to hold one state per character in the main buffer.
424 * "scanner state".
1201 /* Holds the entire state of the reentrant scanner. */
1561 yyg->yy_start = 1; /* first start state */
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp497 /* Translate the current start state into a value that can be later handed
498 * to BEGIN to return to the state. The YYSTATE alias is for lex
503 /* Action number for EOF rule of a given start state. */
504 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
524 /* The state buf must be large enough to hold one state per character in the main buffer.
639 * "scanner state".
988 /* Holds the entire state of the reentrant scanner. */
1348 yyg->yy_start = 1; /* first start state */
[all...]

Completed in 72 milliseconds

1...<<191192193194195196197198199200>>...204