Home
last modified time | relevance | path

Searched defs:state (Results 2601 - 2625 of 11747) sorted by relevance

1...<<101102103104105106107108109110>>...470

/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
/third_party/libuv/test/
H A Dbenchmark-ping-pongs.c34 int state; member
H A Dbenchmark-ping-udp.c33 int state; member
/third_party/mbedtls/library/
H A Dchacha20.c61 static inline void chacha20_quarter_round(uint32_t state[16], in chacha20_quarter_round() argument
96 chacha20_inner_block(uint32_t state[16]) chacha20_inner_block() argument
[all...]
/third_party/lzma/C/
H A DSha256Opt.c158 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) in Sha256_UpdateBlocks_HW() argument
299 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) in Sha256_UpdateBlocks_HW() argument
355 Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) Sha256_UpdateBlocks_HW() argument
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp56 uint32_t state[HASH_LENGTH/4]; member
[all...]
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp394 std::uint8_t state = UTF8_ACCEPT; in dump_escaped() local
[all...]
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-sha1.c54 uint32_t state[5]; /**< intermediate digest state */ member
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c42 struct regs_to_ssa_state *state = _state; in rewrite_src() local
68 rewrite_if_condition(nir_if *nif, struct regs_to_ssa_state *state) in rewrite_if_condition() argument
86 struct regs_to_ssa_state *state = _state; in rewrite_dest() local
107 rewrite_alu_instr(nir_alu_instr *alu, struct regs_to_ssa_state *state) in rewrite_alu_instr() argument
221 struct regs_to_ssa_state state; nir_lower_regs_to_ssa_impl() local
255 rewrite_alu_instr(nir_instr_as_alu(instr), &state); nir_lower_regs_to_ssa_impl() local
[all...]
H A Dnir_lower_returns.c48 predicate_following(nir_cf_node *node, struct lower_returns_state *state) in predicate_following() argument
83 lower_returns_in_loop(nir_loop *loop, struct lower_returns_state *state) in lower_returns_in_loop() argument
104 lower_returns_in_if(nir_if *if_stmt, struct lower_returns_state *state) lower_returns_in_if() argument
163 lower_returns_in_block(nir_block *block, struct lower_returns_state *state) lower_returns_in_block() argument
232 lower_returns_in_cf_list(struct exec_list *cf_list, struct lower_returns_state *state) lower_returns_in_cf_list() argument
275 struct lower_returns_state state; nir_lower_returns_impl() local
[all...]
H A Dnir_lower_locals_to_regs.c100 get_reg_for_deref(nir_deref_instr *deref, struct locals_to_regs_state *state) in get_reg_for_deref() argument
131 get_deref_reg_src(nir_deref_instr *deref, struct locals_to_regs_state *state) in get_deref_reg_src() argument
182 lower_locals_to_regs_block(nir_block *block, struct locals_to_regs_state *state) lower_locals_to_regs_block() argument
297 struct locals_to_regs_state state; nir_lower_locals_to_regs_impl() local
[all...]
H A Dnir_lower_wrmasks.c190 struct nir_lower_wrmasks_state *state = data; in nir_lower_wrmasks_instr() local
223 struct nir_lower_wrmasks_state state = { in nir_lower_wrmasks() local
H A Dnir_opt_access.c53 gather_buffer_access(struct access_state *state, nir_ssa_def *def, bool read, bool write) in gather_buffer_access() argument
79 gather_intrinsic(struct access_state *state, nir_intrinsic_inst argument
188 process_variable(struct access_state *state, nir_variable *var) process_variable() argument
224 update_access(struct access_state *state, nir_intrinsic_instr *instr, bool is_buffer, bool is_global) update_access() argument
262 process_intrinsic(struct access_state *state, nir_intrinsic_instr *instr) process_intrinsic() argument
298 opt_access_impl(struct access_state *state, nir_function_impl *impl) opt_access_impl() argument
326 struct access_state state = { nir_opt_access() local
[all...]
H A Dnir_lower_phis_to_scalar.c146 should_lower_phi(nir_phi_instr *phi, struct lower_phis_to_scalar_state *state) in should_lower_phi() argument
53 is_phi_src_scalarizable(nir_phi_src *src, struct lower_phis_to_scalar_state *state) is_phi_src_scalarizable() argument
189 lower_phis_to_scalar_block(nir_block *block, struct lower_phis_to_scalar_state *state) lower_phis_to_scalar_block() argument
284 struct lower_phis_to_scalar_state state; lower_phis_to_scalar_impl() local
[all...]
H A Dnir_lower_two_sided_color.c94 setup_inputs(lower_2side_state *state) in setup_inputs() argument
133 nir_lower_two_sided_color_block(nir_block *block, lower_2side_state *state) nir_lower_two_sided_color_block() argument
201 nir_lower_two_sided_color_impl(nir_function_impl *impl, lower_2side_state *state) nir_lower_two_sided_color_impl() argument
219 lower_2side_state state = { nir_lower_two_sided_color() local
[all...]
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.h85 std::vector<struct CountableState> state; member in pps::FreedrenoDriver
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c75 struct array_state *state = get_state(ctx, block, arr->id); in read_value_end() local
88 struct array_state *state = get_state(ctx, block, arr->id); in read_value_beginning() local
200 struct array_state *state = get_state(ctx, block, id); lookup_live_in() local
231 struct array_state *state = ir3_array_to_ssa() local
[all...]

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...470