Home
last modified time | relevance | path

Searched defs:state (Results 2501 - 2525 of 11239) sorted by relevance

1...<<101102103104105106107108109110>>...450

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c96 const struct lp_rast_state *state = task->state; in shade_quads() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h22 uint32_t state[84]; // TODO: allocate less if !independent_blend_enable member
28 uint32_t state[49]; member
34 uint32_t state[38]; member
49 uint32_t state; member
/third_party/icu/icu4c/source/tools/genrb/
H A Drle.c42 appendEncodedByte(uint16_t* buffer, uint16_t* buffLimit, uint8_t value, uint8_t state[],UErrorCode* status) { in appendEncodedByte() argument
67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], UErrorCode* status) encodeRunByte() argument
206 uint8_t state[2]= {0}; byteArrayToRLEString() local
[all...]
/third_party/libinput/test/
H A Dtest-keyboard.c152 *state); in START_TEST() local
/third_party/libinput/src/
H A Devdev-mt-touchpad-thumb.c34 thumb_state_to_str(enum tp_thumb_state state) in thumb_state_to_str() argument
50 tp_thumb_set_state(struct tp_dispatch *tp, struct tp_touch *t, enum tp_thumb_state state) tp_thumb_set_state() argument
[all...]
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_mem.c182 altcp_mbedtls_free(void *conf, altcp_mbedtls_state_t *state) in altcp_mbedtls_free() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c127 struct snmp_next_oid_state state; in interfaces_Table_get_next_cell_instance() local
/third_party/lwip/src/include/lwip/apps/
H A Dsmtp.h76 u16_t state; member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
H A Dminimal-http-server-form-post-file.c50 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int len, enum lws_spa_fileupload_states state) file_upload_cb() argument
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c35 struct inflate_state FAR *state; local
248 struct inflate_state FAR *state; global() local
[all...]
H A Dgzread.c368 gz_statep state; global() local
458 gz_statep state; global() local
486 gz_statep state; global() local
547 gz_statep state; global() local
606 gz_statep state; global() local
631 gz_statep state; global() local
[all...]
H A Dgzlib.c92 gz_statep state; global() local
232 gz_statep state; global() local
256 gz_statep state; global() local
282 gz_statep state; global() local
366 gz_statep state; global() local
394 gz_statep state; global() local
426 gz_statep state; global() local
445 gz_statep state; global() local
464 gz_statep state; global() local
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H A Dminimal-http-client-attach.c151 lws_attach_with_pthreads_locking(struct lws_context *context, int tsi, lws_attach_cb_t cb, lws_system_states_t state, void *opaque, struct lws_attach_item **get) lws_attach_with_pthreads_locking() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c95 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
H A Dminimal-secure-streams-threads.c125 myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in myss_state() argument
/third_party/lwip/src/include/lwip/priv/
H A Dnd6_priv.h83 u8_t state; member
/third_party/lwip/src/netif/ppp/
H A Dmppe.c61 static void mppe_rekey(ppp_mppe_state * state, int initial_key) in mppe_rekey() argument
100 mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) mppe_set_key() argument
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) mppe_init() argument
181 mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) mppe_comp_reset() argument
193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) mppe_compress() argument
268 mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) mppe_decomp_reset() argument
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) mppe_decompress() argument
[all...]
/third_party/lwip/src/netif/
H A Dslipif.c99 u8_t state; member
[all...]
/third_party/lzma/C/
H A DBcj2Enc.c160 const unsigned state = p->state; in Bcj2Enc_Encode_2() local
[all...]
H A DLzmaDec.h68 UInt32 state; member
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.h94 ObservableNodeState state; member
H A Ddecompression-optimizer.cc155 MaybeMarkAndQueueForRevisit(Node* const node, State state) MaybeMarkAndQueueForRevisit() argument
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.h139 Region(Address address, size_t size, RegionState state) in Region() argument
146 RegionState state() { return state_; } in state() function in v8::base::final::Region
147 void set_state(RegionState state) { state_ = state; } in set_state() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc22 explicit IntlBuiltinsAssembler(compiler::CodeAssemblerState* state) in IntlBuiltinsAssembler() argument
H A Dbuiltins-lazy-gen.cc63 TNode<Uint32T> state = in MaybeTailCallOptimizedCodeSlot() local
32 TailCallRuntimeIfStateEquals( TNode<Uint32T> state, TieringState expected_state, Runtime::FunctionId function_id, TNode<JSFunction> function) TailCallRuntimeIfStateEquals() argument
[all...]

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...450