| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_linear_fallback.c | 96 const struct lp_rast_state *state = task->state; in shade_quads() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_stateobj.h | 22 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 D | rle.c | 42 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 D | test-keyboard.c | 152 *state); in START_TEST() local
|
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad-thumb.c | 34 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 D | altcp_tls_mbedtls_mem.c | 182 altcp_mbedtls_free(void *conf, altcp_mbedtls_state_t *state) in altcp_mbedtls_free() argument
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_mib2_interfaces.c | 127 struct snmp_next_oid_state state; in interfaces_Table_get_next_cell_instance() local
|
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | smtp.h | 76 u16_t state; member
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
| H A D | minimal-http-server-form-post-file.c | 50 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 D | infback.c | 35 struct inflate_state FAR *state;
local 248 struct inflate_state FAR *state; global() local [all...] |
| H A D | gzread.c | 368 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 D | gzlib.c | 92 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 D | minimal-http-client-attach.c | 151 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 D | minimal-secure-streams-client-tx.c | 95 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 D | minimal-secure-streams-threads.c | 125 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 D | nd6_priv.h | 83 u8_t state; member
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | mppe.c | 61 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 D | slipif.c | 99 u8_t state; member [all...] |
| /third_party/lzma/C/ |
| H A D | Bcj2Enc.c | 160 const unsigned state = p->state;
in Bcj2Enc_Encode_2() local [all...] |
| H A D | LzmaDec.h | 68 UInt32 state;
member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-observer.h | 94 ObservableNodeState state; member
|
| H A D | decompression-optimizer.cc | 155 MaybeMarkAndQueueForRevisit(Node* const node, State state) MaybeMarkAndQueueForRevisit() argument
|
| /third_party/node/deps/v8/src/base/ |
| H A D | region-allocator.h | 139 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 D | builtins-intl-gen.cc | 22 explicit IntlBuiltinsAssembler(compiler::CodeAssemblerState* state) in IntlBuiltinsAssembler() argument
|
| H A D | builtins-lazy-gen.cc | 63 TNode<Uint32T> state = in MaybeTailCallOptimizedCodeSlot() local 32 TailCallRuntimeIfStateEquals( TNode<Uint32T> state, TieringState expected_state, Runtime::FunctionId function_id, TNode<JSFunction> function) TailCallRuntimeIfStateEquals() argument [all...] |