HomeSort by: relevance | last modified time | path
    Searched refs:res_type (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/usr.bin/rpcgen/
rpc_clntout.c 95 ptype(proc->res_prefix, proc->res_type, 1);
126 if (streq(proc->res_type, "void"))
129 ptype(proc->res_prefix, proc->res_type, 0);
130 f_print(fout, "%s%s, ", aster(proc->res_type),
143 if (streq(proc->res_type, "void"))
146 ptype(proc->res_prefix, proc->res_type, 0);
147 f_print(fout, "%s%s, ", aster(proc->res_type),
189 if (streq(proc->res_type, "void"))
192 ptype(proc->res_prefix, proc->res_type, 0);
198 ampr(proc->res_type), RESULT, RESULT)
    [all...]
rpc_sample.c 123 if (streq(proc->res_type, "void"))
127 ptype(proc->res_prefix, proc->res_type, 1);
210 if (streq(proc->res_type, "void"))
221 if (streq(proc->res_type, "void"))
234 ptype(plist->res_prefix, plist->res_type, 1);
rpc_parse.h 125 const char *res_type; member in struct:proc_list
rpc_hout.c 359 ptype(proc->res_prefix, proc->res_type, 1);
380 if (streq(proc->res_type, "void"))
383 ptype(proc->res_prefix, proc->res_type, 0);
384 if (!isvectordef(proc->res_type, REL_ALIAS))
rpc_tblout.c 149 printit(proc->res_prefix, proc->res_type);
rpc_svcout.c 90 ptype(plist->res_prefix, plist->res_type, 1);
315 if (streq(proc->res_type, "void"))
319 proc->res_type, 0);
321 aster(proc->res_type));
409 if (streq(proc->res_type, "void"))
412 ptype(proc->res_prefix, proc->res_type,
453 p_xdrfunc(RESULT, proc->res_type);
rpc_parse.c 175 get_type(&plist->res_prefix, &plist->res_type,
177 if (streq(plist->res_type, "opaque")) {
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf_res.c 86 enum vmw_cmdbuf_res_type res_type,
91 unsigned long key = user_key | (res_type << 24);
193 * @res_type: The resource type.
203 enum vmw_cmdbuf_res_type res_type,
215 cres->hash.key = user_key | (res_type << 24);
235 * @res_type: The resource type.
248 enum vmw_cmdbuf_res_type res_type,
257 ret = drm_ht_find_item(&man->resources, user_key | (res_type << 24),
vmwgfx_resource_priv.h 62 * @res_type: Enum that identifies the lru list to use for eviction.
85 enum vmw_res_type res_type; member in struct:vmw_res_func
vmwgfx_va.c 87 .res_type = vmw_res_stream,
vmwgfx_resource.c 113 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
128 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
195 struct idr *idr = &dev_priv->res_idr[res->func->res_type];
534 &res->dev_priv->res_lru[res->func->res_type]);
718 struct list_head *lru_list = &dev_priv->res_lru[res->func->res_type];
1088 return res->func->res_type;
vmwgfx_execbuf.c 263 * @res_type: The resource type.
272 enum vmw_res_type res_type)
274 return (res_type == vmw_res_dx_context ||
275 (res_type == vmw_res_context && dev_priv->has_mob)) ?
314 enum vmw_res_type res_type = vmw_res_type(res); local
320 rcache = &sw_context->res_cache[res_type];
329 priv_size = vmw_execbuf_res_size(dev_priv, res_type);
365 enum vmw_res_type res_type = vmw_res_type(res); local
369 rcache = &sw_context->res_cache[res_type];
642 * @res_type: Resource type
    [all...]
vmwgfx_so.c 87 .res_type = vmw_res_view,
vmwgfx_context.c 81 .res_type = vmw_res_context,
93 .res_type = vmw_res_context,
107 .res_type = vmw_res_dx_context,
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,
vmwgfx_cotable.c 121 .res_type = vmw_res_cotable,
vmwgfx_shader.c 100 .res_type = vmw_res_shader,
114 .res_type = vmw_res_shader,
vmwgfx_surface.c 138 .res_type = vmw_res_surface,
152 .res_type = vmw_res_surface,
  /src/external/bsd/jemalloc.old/dist/src/
prof_log.c 601 const char *res_type = prof_time_res_mode_names[opt_prof_time_res]; local
603 &res_type);
  /src/external/bsd/jemalloc/dist/src/
prof_log.c 599 const char *res_type = prof_time_res_mode_names[opt_prof_time_res]; local
601 emitter, "prof_time_resolution", emitter_type_string, &res_type);
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 1443 value INPUT. OPERAND is 2nd operand for binary operation. RES_TYPE is
1450 tree res_type)
1467 if (!res_type)
1470 res_type = boolean_type_node;
1472 res_type = TREE_TYPE (input);
1478 res = fold_unary (opcode, res_type, input);
1480 res = fold_binary (opcode, res_type, input, operand);
1489 JFUNC on the constant value INPUT. RES_TYPE is the type of the parameter
1495 tree res_type)
1500 res_type);
    [all...]
fold-const.cc 17489 tree res_type = build_vector_type_for_mode (inner_type, vnx4si_mode);
17491 poly_uint64 res_len = TYPE_VECTOR_SUBPARTS (res_type);
17497 tree res = fold_vec_perm_cst (res_type, arg0, arg1, sel);
17513 tree res_type = build_vector_type_for_mode (inner_type, vnx4si_mode);
17515 poly_uint64 res_len = TYPE_VECTOR_SUBPARTS (res_type);
17521 tree res = fold_vec_perm_cst (res_type, arg0, arg1, sel);
17545 tree res_type = build_vector_type_for_mode (inner_type, v4si_mode);
17547 poly_uint64 res_len = TYPE_VECTOR_SUBPARTS (res_type);
17553 tree res = fold_vec_perm_cst (res_type, arg0, arg1, sel);
17570 tree res_type = build_vector_type_for_mode (inner_type, v4si_mode)
    [all...]
tree-ssa-forwprop.cc 2790 tree res_type local
2793 tree opt = fold_ternary (VEC_PERM_EXPR, res_type, arg0, arg1, op2);
2798 if (res_type != TREE_TYPE (op0))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 1424 value INPUT. OPERAND is 2nd operand for binary operation. RES_TYPE is
1431 tree res_type)
1448 if (!res_type)
1451 res_type = boolean_type_node;
1453 res_type = TREE_TYPE (input);
1459 res = fold_unary (opcode, res_type, input);
1461 res = fold_binary (opcode, res_type, input, operand);
1470 JFUNC on the constant value INPUT. RES_TYPE is the type of the parameter
1476 tree res_type)
1481 res_type);
    [all...]
tree-ssa-forwprop.cc 2721 tree res_type = TREE_TYPE (arg0); local
2722 tree opt = fold_ternary (VEC_PERM_EXPR, res_type, arg0, arg1, op2);
2727 if (res_type != TREE_TYPE (op0))

Completed in 49 milliseconds

1 2