Searched refs:nelem (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSlibos.h270 # define FScalloc(nelem, elsize) calloc(((nelem) > 0 ? (nelem) : 1), (elsize))
278 # define FScalloc(nelem, elsize) calloc((nelem), (elsize))
/xsrc/external/mit/libXpm/dist/src/
H A DXpmI.h85 #define XpmCalloc(nelem, elsize) calloc((nelem), (elsize))
90 #define XpmCalloc(nelem, elsize) \
91 boundCheckingCalloc((long)(nelem),(long) (elsize))
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c151 int nelem = 1; local in function:AccelSetProfileProperty
159 rc = XIPropToInt(val, &nelem, &ptr);
196 int nelem = 1; local in function:AccelSetDecelProperty
204 rc = XIPropToFloat(val, &nelem, &ptr);
242 int nelem = 1; local in function:AccelSetAdaptDecelProperty
250 rc = XIPropToFloat(val, &nelem, &ptr);
288 int nelem = 1; local in function:AccelSetScaleProperty
296 rc = XIPropToFloat(val, &nelem, &ptr);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c197 int nelem = 1; local in function:AccelSetProfileProperty
205 rc = XIPropToInt(val, &nelem, &ptr);
242 int nelem = 1; local in function:AccelSetDecelProperty
250 rc = XIPropToFloat(val, &nelem, &ptr);
286 int nelem = 1; local in function:AccelSetAdaptDecelProperty
294 rc = XIPropToFloat(val, &nelem, &ptr);
333 int nelem = 1; local in function:AccelSetScaleProperty
341 rc = XIPropToFloat(val, &nelem, &ptr);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h459 # define Xcalloc(nelem, elsize) calloc((size_t)((nelem) == 0 ? 1 : (nelem)), (size_t)(elsize))
465 # define Xcalloc(nelem, elsize) calloc((size_t)(nelem), (size_t)(elsize))
/xsrc/external/mit/libXt/dist/src/
H A DAlloc.c91 #define Xcalloc(nelem, elsize) calloc((nelem), (elsize))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c1294 int nelem = pMask ? 2: 1; local in function:i965_emit_composite_state
1304 render_state->vertex_size = 4 * (2 + nelem * selem);
1332 OUT_BATCH(BRW_3DSTATE_VERTEX_ELEMENTS | ((2 * (2 + nelem)) - 1));
1347 OUT_BATCH(BRW_3DSTATE_VERTEX_ELEMENTS | ((2 * (1 + nelem)) - 1));
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_render.c1436 int nelem = has_mask ? 2 : 1; local in function:gen4_composite_vertex_elements
1477 ((2 * (2 + nelem)) - 1));
1491 ((2 * (1 + nelem)) - 1));
2763 int nelem = has_mask ? 2 : 1; local in function:gen6_composite_vertex_element_state
2793 ((2 * (2 + nelem)) + 1 - 2));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_render.c1436 int nelem = has_mask ? 2 : 1; local in function:gen4_composite_vertex_elements
1477 ((2 * (2 + nelem)) - 1));
1491 ((2 * (1 + nelem)) - 1));
2763 int nelem = has_mask ? 2 : 1; local in function:gen6_composite_vertex_element_state
2793 ((2 * (2 + nelem)) + 1 - 2));
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c3727 int id, type, nelem; local in function:get_sysctl_pci_bus_info
3765 nelem = sscanf(sysctl_val, bus_fmt, &domain, &bus, &dev, &func);
3766 if (nelem != 4)
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c1063 int array_index, unsigned nelem)
1065 for (int i = 0; i < nelem ; i++) {
1062 emit_fragment_input(struct v3d_compile * c,int base_attr,nir_variable * var,int array_index,unsigned nelem) argument

Completed in 28 milliseconds