Home
last modified time | relevance | path

Searched refs:res_type (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.bin/rpcgen/
H A Drpc_clntout.c95 ptype(proc->res_prefix, proc->res_type, 1); in write_program()
126 if (streq(proc->res_type, "void")) in printarglist()
129 ptype(proc->res_prefix, proc->res_type, 0); in printarglist()
130 f_print(fout, "%s%s, ", aster(proc->res_type), in printarglist()
143 if (streq(proc->res_type, "void")) in printarglist()
146 ptype(proc->res_prefix, proc->res_type, 0); in printarglist()
147 f_print(fout, "%s%s, ", aster(proc->res_type), in printarglist()
189 if (streq(proc->res_type, "void")) in printbody()
192 ptype(proc->res_prefix, proc->res_type, 0); in printbody()
198 ampr(proc->res_type), RESULT, RESULT); in printbody()
[all …]
H A Drpc_sample.c123 if (streq(proc->res_type, "void")) in write_sample_client()
127 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
210 if (streq(proc->res_type, "void")) in write_sample_server()
221 if (streq(proc->res_type, "void")) in write_sample_server()
234 ptype(plist->res_prefix, plist->res_type, 1); in return_type()
H A Drpc_svcout.c90 ptype(plist->res_prefix, plist->res_type, 1); in internal_proctype()
315 if (streq(proc->res_type, "void")) in write_real_program()
319 proc->res_type, 0); in write_real_program()
321 aster(proc->res_type)); in write_real_program()
409 if (streq(proc->res_type, "void")) in write_program()
412 ptype(proc->res_prefix, proc->res_type, in write_program()
453 p_xdrfunc(RESULT, proc->res_type); in write_program()
H A Drpc_hout.c359 ptype(proc->res_prefix, proc->res_type, 1); in pprocdef()
380 if (streq(proc->res_type, "void")) in pprocdef()
383 ptype(proc->res_prefix, proc->res_type, 0); in pprocdef()
384 if (!isvectordef(proc->res_type, REL_ALIAS)) in pprocdef()
H A Drpc_parse.h125 const char *res_type; member
H A Drpc_tblout.c149 printit(proc->res_prefix, proc->res_type); in write_table()
H A Drpc_parse.c175 get_type(&plist->res_prefix, &plist->res_type, in def_program()
177 if (streq(plist->res_type, "opaque")) { in def_program()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c86 enum vmw_cmdbuf_res_type res_type, in vmw_cmdbuf_res_lookup() argument
91 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_lookup()
203 enum vmw_cmdbuf_res_type res_type, in vmw_cmdbuf_res_add() argument
215 cres->hash.key = user_key | (res_type << 24); in vmw_cmdbuf_res_add()
248 enum vmw_cmdbuf_res_type res_type, in vmw_cmdbuf_res_remove() argument
257 ret = drm_ht_find_item(&man->resources, user_key | (res_type << 24), in vmw_cmdbuf_res_remove()
H A Dvmwgfx_resource.c113 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release_id()
128 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_release()
195 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; in vmw_resource_alloc_id()
534 &res->dev_priv->res_lru[res->func->res_type]); in vmw_resource_unreserve()
718 struct list_head *lru_list = &dev_priv->res_lru[res->func->res_type]; in vmw_resource_validate()
1088 return res->func->res_type; in vmw_res_type()
H A Dvmwgfx_execbuf.c272 enum vmw_res_type res_type) in vmw_execbuf_res_size() argument
274 return (res_type == vmw_res_dx_context || in vmw_execbuf_res_size()
275 (res_type == vmw_res_context && dev_priv->has_mob)) ? in vmw_execbuf_res_size()
314 enum vmw_res_type res_type = vmw_res_type(res); in vmw_execbuf_res_noref_val_add() local
320 rcache = &sw_context->res_cache[res_type]; in vmw_execbuf_res_noref_val_add()
329 priv_size = vmw_execbuf_res_size(dev_priv, res_type); in vmw_execbuf_res_noref_val_add()
365 enum vmw_res_type res_type = vmw_res_type(res); in vmw_execbuf_res_noctx_val_add() local
369 rcache = &sw_context->res_cache[res_type]; in vmw_execbuf_res_noctx_val_add()
653 enum vmw_res_type res_type, in vmw_cmd_res_check() argument
659 struct vmw_res_cache_entry *rcache = &sw_context->res_cache[res_type]; in vmw_cmd_res_check()
[all …]
H A Dvmwgfx_resource_priv.h85 enum vmw_res_type res_type; member
H A Dvmwgfx_va.c87 .res_type = vmw_res_stream,
H A Dvmwgfx_context.c81 .res_type = vmw_res_context,
93 .res_type = vmw_res_context,
107 .res_type = vmw_res_dx_context,
H A Dvmwgfx_drv.h1348 enum vmw_cmdbuf_res_type res_type,
1353 enum vmw_cmdbuf_res_type res_type,
1358 enum vmw_cmdbuf_res_type res_type,
H A Dvmwgfx_shader.c100 .res_type = vmw_res_shader,
114 .res_type = vmw_res_shader,
H A Dvmwgfx_so.c87 .res_type = vmw_res_view,
H A Dvmwgfx_cotable.c121 .res_type = vmw_res_cotable,
H A Dvmwgfx_surface.c138 .res_type = vmw_res_surface,
152 .res_type = vmw_res_surface,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc1431 tree res_type) in ipa_get_jf_arith_result() argument
1448 if (!res_type) in ipa_get_jf_arith_result()
1451 res_type = boolean_type_node; in ipa_get_jf_arith_result()
1453 res_type = TREE_TYPE (input); in ipa_get_jf_arith_result()
1459 res = fold_unary (opcode, res_type, input); in ipa_get_jf_arith_result()
1461 res = fold_binary (opcode, res_type, input, operand); in ipa_get_jf_arith_result()
1476 tree res_type) in ipa_get_jf_pass_through_result() argument
1481 res_type); in ipa_get_jf_pass_through_result()
2042 tree res_type) in get_val_across_arith_op() argument
2051 return ipa_get_jf_arith_result (opcode, opnd1, opnd2, res_type); in get_val_across_arith_op()
[all …]
H A Dtree-ssa-forwprop.cc2721 tree res_type = TREE_TYPE (arg0); in simplify_permutation() local
2722 tree opt = fold_ternary (VEC_PERM_EXPR, res_type, arg0, arg1, op2); in simplify_permutation()
2727 if (res_type != TREE_TYPE (op0)) in simplify_permutation()
H A Dfold-const.cc16949 tree res_type = boolean_type_node; in test_vector_folding() local
16950 ASSERT_FALSE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, zero, one))); in test_vector_folding()
16951 ASSERT_TRUE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, zero, zero))); in test_vector_folding()
16952 ASSERT_TRUE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, zero, one))); in test_vector_folding()
16953 ASSERT_FALSE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, one, one))); in test_vector_folding()
16954 ASSERT_TRUE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, index, one))); in test_vector_folding()
16955 ASSERT_FALSE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, in test_vector_folding()
16957 ASSERT_FALSE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, in test_vector_folding()
16959 ASSERT_TRUE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, in test_vector_folding()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c1324 tree res_type) in ipa_get_jf_arith_result() argument
1333 if (!res_type) in ipa_get_jf_arith_result()
1336 res_type = boolean_type_node; in ipa_get_jf_arith_result()
1338 res_type = TREE_TYPE (input); in ipa_get_jf_arith_result()
1344 res = fold_unary (opcode, res_type, input); in ipa_get_jf_arith_result()
1346 res = fold_binary (opcode, res_type, input, operand); in ipa_get_jf_arith_result()
1361 tree res_type) in ipa_get_jf_pass_through_result() argument
1366 res_type); in ipa_get_jf_pass_through_result()
1993 tree res_type)
2002 return ipa_get_jf_arith_result (opcode, opnd1, opnd2, res_type);
[all …]
H A Dfold-const.c15748 tree res_type = boolean_type_node; in test_vector_folding() local
15749 ASSERT_FALSE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, zero, one))); in test_vector_folding()
15750 ASSERT_TRUE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, zero, zero))); in test_vector_folding()
15751 ASSERT_TRUE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, zero, one))); in test_vector_folding()
15752 ASSERT_FALSE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, one, one))); in test_vector_folding()
15753 ASSERT_TRUE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, index, one))); in test_vector_folding()
15754 ASSERT_FALSE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, in test_vector_folding()
15756 ASSERT_FALSE (integer_nonzerop (fold_build2 (NE_EXPR, res_type, in test_vector_folding()
15758 ASSERT_TRUE (integer_nonzerop (fold_build2 (EQ_EXPR, res_type, in test_vector_folding()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5865 tree res_type = TREE_TYPE (ptrop); in cp_pointer_int_sum() local
5872 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc6375 tree res_type = TREE_TYPE (ptrop); in cp_pointer_int_sum() local
6382 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum()