/third_party/toybox/toys/pending/ |
D | stty.c | 199 static int get_arg(int *i, long long low, long long high) in get_arg() function 332 else if (!strcmp(arg, "line")) new.c_line = get_arg(&i, N_TTY, NR_LDISCS); in do_stty() 333 else if (!strcmp(arg, "min")) new.c_cc[VMIN] = get_arg(&i, 0, 255); in do_stty() 334 else if (!strcmp(arg, "time")) new.c_cc[VTIME] = get_arg(&i, 0, 255); in do_stty() 341 cfsetispeed(&new, speed(get_arg(&i, 0, 4000000))); in do_stty() 343 cfsetospeed(&new, speed(get_arg(&i, 0, 4000000))); in do_stty() 344 else if (!strcmp(arg, "rows")) set_size(1, get_arg(&i, 0, USHRT_MAX)); in do_stty() 346 set_size(0, get_arg(&i, 0, USHRT_MAX)); in do_stty()
|
/third_party/openssl/test/ |
D | asynctest.c | 170 void *get_arg; in test_ASYNC_callback_status() local 177 || ASYNC_WAIT_CTX_get_callback(waitctx, &get_callback, &get_arg) in test_ASYNC_callback_status() 180 || get_arg != (void*)&set_arg in test_ASYNC_callback_status() 181 || (*get_callback)(get_arg) != 1 in test_ASYNC_callback_status()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | scheck.c | 74 static BoolectorNode *get_arg(Btor *btor, struct instruction *insn, int idx) in get_arg() function 201 BoolectorNode *a = get_arg(btor, insn, 0); in add_precondition() 235 BoolectorNode *a = get_arg(btor, insn, 0); in check_assert() 243 BoolectorNode *a = get_arg(btor, insn, 0); in check_equal() 244 BoolectorNode *b = get_arg(btor, insn, 1); in check_equal()
|
/third_party/python/Objects/ |
D | frameobject.c | 78 get_arg(const _Py_CODEUNIT *codestr, Py_ssize_t i) in get_arg() function 153 j = get_arg(code, i); in markblocks() 163 j = get_arg(code, i); in markblocks() 172 j = get_arg(code, i) + i + 1; in markblocks() 182 j = get_arg(code, i) + i + 1; in markblocks() 191 j = get_arg(code, i) + i + 1; in markblocks() 204 j = get_arg(code, i) + i + 1; in markblocks()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.h | 118 get_arg(isel_context* ctx, struct ac_arg arg) in get_arg() function
|
D | aco_instruction_selection.cpp | 5149 get_arg(ctx, ctx->args->ac.merged_wave_info), Operand::c32(24u | (4u << 16))); in wave_id_in_threadgroup() 5309 vec->operands[i] = Operand(get_arg(ctx, ctx->args->ac.frag_pos[i])); in emit_load_frag_coord() 5316 bld.vop1(aco_opcode::v_rcp_f32, bld.def(v1), get_arg(ctx, ctx->args->ac.frag_pos[3])); in emit_load_frag_coord() 5337 Temp x_rate = bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary), in emit_load_frag_shading_rate() 5339 Temp y_rate = bld.vop3(aco_opcode::v_bfe_u32, bld.def(v1), get_arg(ctx, ctx->args->ac.ancillary), in emit_load_frag_shading_rate() 5362 Temp prim_mask = get_arg(ctx, ctx->args->ac.prim_mask); in visit_load_interpolated_input() 5465 Temp input = get_arg(ctx, ctx->args->vs_inputs[location]); in visit_load_input() 5491 convert_pointer_to_64_bit(ctx, get_arg(ctx, ctx->args->ac.vertex_buffers)); in visit_load_input() 5519 Temp start_instance = get_arg(ctx, ctx->args->ac.start_instance); in visit_load_input() 5521 Temp instance_id = get_arg(ctx, ctx->args->ac.instance_id); in visit_load_input() [all …]
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 590 let arg = some!(self.get_arg(id)); in grouped_values_of() 623 let value = self.get_arg(id); in value_source() 772 let arg = some!(self.get_arg(id)); in index_of() 854 let arg = some!(self.get_arg(id)); in indices_of() 1299 fn get_arg<'s>(&'s self, arg: &str) -> Option<&'s MatchedArg> { in get_arg() method
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 3756 locking and set_arg/get_arg safety, and switched to 64 cothreads of
|