| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_clntout.c | 95 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 D | rpc_sample.c | 123 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 D | rpc_svcout.c | 90 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 D | rpc_hout.c | 359 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 D | rpc_parse.h | 125 const char *res_type; member
|
| H A D | rpc_tblout.c | 149 printit(proc->res_prefix, proc->res_type); in write_table()
|
| H A D | rpc_parse.c | 175 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 D | vmwgfx_cmdbuf_res.c | 86 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 D | vmwgfx_resource.c | 113 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 D | vmwgfx_execbuf.c | 272 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 D | vmwgfx_resource_priv.h | 85 enum vmw_res_type res_type; member
|
| H A D | vmwgfx_va.c | 87 .res_type = vmw_res_stream,
|
| H A D | vmwgfx_context.c | 81 .res_type = vmw_res_context, 93 .res_type = vmw_res_context, 107 .res_type = vmw_res_dx_context,
|
| H A D | vmwgfx_drv.h | 1348 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 D | vmwgfx_shader.c | 100 .res_type = vmw_res_shader, 114 .res_type = vmw_res_shader,
|
| H A D | vmwgfx_so.c | 87 .res_type = vmw_res_view,
|
| H A D | vmwgfx_cotable.c | 121 .res_type = vmw_res_cotable,
|
| H A D | vmwgfx_surface.c | 138 .res_type = vmw_res_surface, 152 .res_type = vmw_res_surface,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-cp.cc | 1431 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 D | tree-ssa-forwprop.cc | 2721 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 D | fold-const.cc | 16949 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 D | ipa-cp.c | 1324 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 D | fold-const.c | 15748 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 D | typeck.c | 5865 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 D | typeck.cc | 6375 tree res_type = TREE_TYPE (ptrop); in cp_pointer_int_sum() local 6382 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum()
|