/third_party/curl/lib/vssh/ |
H A D | libssh.c | 668 static CURLcode myssh_statemach_act(struct Curl_easy *data, bool *block) in myssh_statemach_act() argument 2058 static void myssh_block2waitfor(struct connectdata *conn, bool block) in myssh_block2waitfor() argument 2084 bool block; /* we store the status and use that to provide a ssh_getsock() in myssh_multi_statemach() local 2102 bool block; myssh_block_statemach() local [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 582 bool block = base->getBasicType() == EbtBlock; addDereferencedUniform() local [all...] |
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 234 int block[5]; member
|
/third_party/alsa-lib/src/hwdep/ |
H A D | hwdep.c | 515 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block) in snd_hwdep_dsp_load() argument [all...] |
/third_party/alsa-utils/axfer/ |
H A D | container-voc.c | 359 parse_v120_format_block(struct parser_state *state, struct block_v120_format *block) parse_v120_format_block() argument 374 parse_extended_v110_format(struct parser_state *state, struct block_extended_v110_format *block) parse_extended_v110_format() argument 404 parse_v110_data(struct parser_state *state, struct block_v110_data *block) parse_v110_data() argument 614 write_v120_format_block(struct container_context *cntr, struct block_v120_format *block, unsigned int frames_per_second, uint64_t byte_count) write_v120_format_block() argument 632 write_extended_v110_format_block(struct container_context *cntr, unsigned int frames_per_second, struct block_extended_v110_format *block) write_extended_v110_format_block() argument 659 write_v110_format_block(struct container_context *cntr, struct block_v110_data *block, unsigned int frames_per_second, uint64_t byte_count) write_v110_format_block() argument 769 struct block_terminator block = {0}; write_block_terminator() local [all...] |
/third_party/backends/backend/ |
H A D | plustek-usbhw.c | 1563 sigset_t block, pause_mask; in usb_StartLampTimer() local 1610 sigset_t block, pause_mask; in usb_StopLampTimer() local [all...] |
/third_party/backends/lib/ |
H A D | alloca.c | 349 long *block, size; in i00afunc() local [all...] |
/third_party/gn/src/gn/ |
H A D | parser.cc | 538 std::unique_ptr<BlockNode> block; in IdentifierOrCall() local [all...] |
H A D | parse_tree.h | 395 const BlockNode* block() const { return block_.get(); } in block() function in FunctionCallNode
|
/third_party/icu/icu4c/source/common/ |
H A D | utrie2_builder.cpp | 499 int32_t i2, block; isInNullBlock() local 598 releaseDataBlock(UNewTrie2 *trie, int32_t block) releaseDataBlock() argument 605 isWritableBlock(UNewTrie2 *trie, int32_t block) isWritableBlock() argument 610 setIndex2Entry(UNewTrie2 *trie, int32_t i2, int32_t block) setIndex2Entry() argument 658 int32_t block; set32() local 704 writeBlock(uint32_t *block, uint32_t value) writeBlock() argument 716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) fillBlock() argument 747 int32_t block, rest, repeatBlock; utrie2_setRange32() local 911 int32_t block; findSameIndex2Block() local 926 int32_t block; findSameDataBlock() local 949 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; findHighStart() local [all...] |
H A D | utrie.cpp | 223 int32_t block; in utrie_set32() local 241 int32_t block; utrie_get32() local 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) utrie_fillBlock() argument 291 int32_t block, rest, repeatBlock; utrie_setRange32() local 379 int32_t block, i; _findSameIndexBlock() local 410 int32_t indexLength, block; utrie_fold() local 564 int32_t block; _findSameDataBlock() local 939 uint16_t block; utrie_unserializeDummy() local 1066 int32_t l, i, j, block, prevBlock, nullBlock, offset; utrie_enum() local [all...] |
/third_party/libsnd/src/ |
H A D | alac.c | 938 alac_pakt_block_offset (const PAKT_INFO *info, uint32_t block) in alac_pakt_block_offset() argument
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_perfcounter.h | 175 ac_pc_block_has_per_se_groups(const struct ac_perfcounters *pc, const struct ac_pc_block *block) ac_pc_block_has_per_se_groups() argument 183 ac_pc_block_has_per_instance_groups(const struct ac_perfcounters *pc, const struct ac_pc_block *block) ac_pc_block_has_per_instance_groups() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 40 is_loop_header_block(nir_block* block) in is_loop_header_block() argument 48 is_block_reachable(nir_function_impl* impl, nir_block* known_reachable, nir_block* block) in is_block_reachable() argument [all...] |
H A D | aco_insert_NOPs.cpp | 38 Block* block; member 243 handle_raw_hazard_internal(State& state, Block* block, int nops_needed, PhysReg reg, uint32_t mask, in handle_raw_hazard_internal() argument 852 handle_block(Program* program, Ctx& ctx, Block& block) handle_block() argument 879 Block& block = program->blocks[i]; mitigate_hazards() local [all...] |
H A D | aco_insert_waitcnt.cpp | 738 handle_block(Program* program, Block& block, wait_ctx& ctx) in handle_block() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_shader_calls.c | 254 nir_block *block; in rewrite_instr_src_from_phi_builder() local 238 get_phi_builder_def_for_src(nir_src *src, struct pbv_array *pbv_arr, nir_block *block) get_phi_builder_def_for_src() argument 700 cf_node_contains_block(nir_cf_node *node, nir_block *block) cf_node_contains_block() argument 711 rewrite_phis_to_pred(nir_block *block, nir_block *pred) rewrite_phis_to_pred() argument 832 nir_block *block = nir_cf_node_as_block(child); flatten_resume_if_ladder() local [all...] |
H A D | nir_opt_loop_unroll.c | 849 nir_block *block in can_pipeline_loads() local 898 process_loops_in_block(nir_shader *sh, struct exec_list *block, bool *has_nested_loop_out) process_loops_in_block() argument [all...] |
H A D | nir_lower_goto_ifs.c | 430 inside_outside(nir_block *block, struct set *loop_heads, struct set *outside, in inside_outside() argument 806 nir_block *block = block_for_singular_set(in_path.reachable); select_blocks() local 853 nir_structurize(struct routes *routing, nir_builder *b, nir_block *block, void *mem_ctx) nir_structurize() argument [all...] |
H A D | nir_schedule.c | 510 calculate_forward_deps(nir_schedule_scoreboard *scoreboard, nir_block *block) in calculate_forward_deps() argument 528 calculate_reverse_deps(nir_schedule_scoreboard *scoreboard, nir_block *block) in calculate_reverse_deps() argument 974 nir_schedule_instructions(nir_schedule_scoreboard *scoreboard, nir_block *block) in nir_schedule_instructions() argument 1063 nir_schedule_block(nir_schedule_scoreboard *scoreboard, nir_block *block) in nir_schedule_block() argument [all...] |
H A D | nir_control_flow.c | 49 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred() argument 55 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred() argument 91 unlink_block_successors(nir_block *block) in unlink_block_successors() argument 100 link_non_block_to_block(nir_cf_node *node, nir_block *block) link_non_block_to_block() argument 128 link_block_to_non_block(nir_block *block, nir_cf_node *node) link_block_to_non_block() argument 164 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) replace_successor() argument 186 split_block_beginning(nir_block *block) split_block_beginning() argument 213 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) rewrite_phi_preds() argument 230 nir_insert_phi_undef(nir_block *block, nir_block *pred) nir_insert_phi_undef() argument 279 block_add_normal_succs(nir_block *block) block_add_normal_succs() argument 320 split_block_end(nir_block *block) split_block_end() argument 433 remove_phi_src(nir_block *block, nir_block *pred) remove_phi_src() argument 455 nir_handle_add_jump(nir_block *block) nir_handle_add_jump() argument 508 unlink_jump(nir_block *block, nir_jump_type type, bool add_normal_successors) unlink_jump() argument 521 nir_handle_remove_jump(nir_block *block, nir_jump_type type) nir_handle_remove_jump() argument 600 nir_block *block = nir_cf_node_as_block(node); nir_cf_node_insert() local 637 nir_block *block = nir_cf_node_as_block(node); cleanup_cf_node() local 752 nir_block *block = nir_cf_node_as_block(node); relink_jump_halt_cf_node() local [all...] |
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 704 char *block = NULL; in decode_debugbus() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.c | 418 insert_instr(struct ir3_block *block, struct ir3_instruction *instr) in insert_instr() argument 433 struct ir3_block *block = ir3_alloc(shader, sizeof(*block)); in ir3_block_create() local 444 ir3_block_add_predecessor(struct ir3_block *block, struct ir3_block *pred) ir3_block_add_predecessor() argument 450 ir3_block_add_physical_predecessor(struct ir3_block *block, struct ir3_block *pred) ir3_block_add_physical_predecessor() argument 457 ir3_block_remove_predecessor(struct ir3_block *block, struct ir3_block *pred) ir3_block_remove_predecessor() argument 473 ir3_block_remove_physical_predecessor(struct ir3_block *block, struct ir3_block *pred) ir3_block_remove_physical_predecessor() argument 489 ir3_block_get_pred_index(struct ir3_block *block, struct ir3_block *pred) ir3_block_get_pred_index() argument 501 instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) instr_create() argument 525 ir3_instr_create(struct ir3_block *block, opc_t opc, int ndst, int nsrc) ir3_instr_create() argument 654 ir3_block_clear_mark(struct ir3_block *block) ir3_block_clear_mark() argument [all...] |
H A D | ir3_nir_lower_tess.c | 248 lower_block_to_explicit_output(nir_block *block, nir_builder *b, in lower_block_to_explicit_output() argument 324 lower_block_to_explicit_input(nir_block *block, nir_builder *b, in lower_block_to_explicit_input() argument 515 lower_tess_ctrl_block(nir_block *block, nir_builder *b, struct state *state) in lower_tess_ctrl_block() argument 746 lower_tess_eval_block(nir_block *block, nir_builder *b, struct state *state) lower_tess_eval_block() argument 862 lower_gs_block(nir_block *block, nir_builder *b, struct state *state) lower_gs_block() argument [all...] |
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator.c | 130 struct mem_block *block; member [all...] |