Searched refs:cres (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c208 struct vmw_cmdbuf_res *cres; local
211 cres = kzalloc(sizeof(*cres), GFP_KERNEL);
212 if (unlikely(!cres))
215 cres->hash.key = user_key | (res_type << 24);
216 ret = drm_ht_insert_item(&man->resources, &cres->hash);
218 kfree(cres);
222 cres->state = VMW_CMDBUF_RES_ADD;
223 cres->res = vmw_resource_reference(res);
224 cres
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c1840 struct conf_restrict cres; local
1851 /* Initialize cres */
1852 cres.addr = 0;
1853 cres.mask = 0;
1854 cres.flags = 0;
1855 cres.mflags = 0;
1856 cres.v6_flag = 0;
1865 cres.addr = NSRCADR(&pcmd->argval[0].netnum);
1866 cres.mask = NSRCADR(&pcmd->argval[1].netnum);
1868 cres
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc1009 rtx cres = gen_rtx_CONCAT (cmode, gen_reg_rtx (word_mode),
1011 tree lhs = make_tree (ctype, cres);
1016 sum = expand_simple_binop (word_mode, PLUS, XEXP (cres, 0),
1017 XEXP (cres, 1), NULL_RTX, 1,
1004 rtx cres = gen_rtx_CONCAT (cmode, gen_reg_rtx (word_mode), local
H A Domp-expand.cc9097 tree cres = create_tmp_reg (ctype);
9098 gimple_call_set_lhs (g, cres);
9106 build1 (IMAGPART_EXPR, itype, cres));
9115 build1 (REALPART_EXPR, itype, cres));

Completed in 309 milliseconds