Searched refs:nr (Results 176 - 200 of 462) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtop.c98 top->evlist->cpus->nr > 1 ? "s" : "",
105 top->evlist->cpus->nr,
106 top->evlist->cpus->nr > 1 ? "s" : "");
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c44 unsigned nr,
52 unsigned size = index_size * nr;
73 nr,
41 translate_indices( struct svga_hwtnl *hwtnl, struct pipe_resource *src, unsigned offset, unsigned nr, unsigned index_size, u_translate_func translate, struct pipe_resource **out_buf ) argument
H A Dsvga_tgsi.c108 unsigned nr )
110 if (!reserve(emit, nr))
113 memcpy( emit->ptr, dwords, nr * sizeof *dwords );
114 emit->ptr += nr * sizeof *dwords;
/external/netperf/
H A Dnetcpu_procstat.c50 #define N_CPU_LINES(nr) (nr == 1 ? 1 : 1 + nr)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_emit.c80 uint type, uint nr, uint d0_flags)
82 uint reg = UREG(type, nr);
85 if (p->decl_t & (1 << nr))
88 p->decl_t |= (1 << nr);
91 if (p->decl_s & (1 << nr))
94 p->decl_s |= (1 << nr);
79 i915_emit_decl(struct i915_fp_compile *p, uint type, uint nr, uint d0_flags) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c80 uint type, uint nr, uint d0_flags)
82 uint reg = UREG(type, nr);
85 if (p->decl_t & (1 << nr))
88 p->decl_t |= (1 << nr);
91 if (p->decl_s & (1 << nr))
94 p->decl_s |= (1 << nr);
79 i915_emit_decl(struct i915_fp_compile *p, uint type, uint nr, uint d0_flags) argument
/external/strace/
H A Daio.c116 int nr; member in struct:io_iocb_vector
230 long nr = tcp->u_arg[1]; local
231 /* if nr <= 0, we end up printing just "{}" */
238 for (i = 0; i < nr; i++, iocbs++) {
248 /* (nr can be ridiculously large): */
281 tprint_iov(tcp, iocb.u.v.nr,
350 long i, nr = tcp->u_rval; local
352 for (i = 0; i < nr; i++, events++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h51 unsigned nr)
76 for (i = 0; i < nr; i++) {
49 NAME(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
H A Dsp_quad_fs.c109 unsigned nr)
121 for (i = 0; i < nr; i++) {
107 shade_quads(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.h107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr );
111 GLuint nr, const GLfloat *vp,
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h660 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
661 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
662 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
663 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.h183 u64 nr; member in struct:ip_callchain
200 u64 nr; member in struct:branch_stack
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h51 unsigned nr)
76 for (i = 0; i < nr; i++) {
49 NAME(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
H A Dsp_quad_fs.c109 unsigned nr)
121 for (i = 0; i < nr; i++) {
107 shade_quads(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.h107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr );
111 GLuint nr, const GLfloat *vp,
/external/qemu/util/
H A Dbitops.c16 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_vbo.c486 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
488 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U8), nr);
489 for (i = 0; i < nr; ++i) {
494 count -= nr * 4;
510 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
512 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U16), nr);
513 for (i = 0; i < nr; ++i) {
517 count -= nr * 2;
528 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
530 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U32), nr);
551 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c486 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
488 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U8), nr);
489 for (i = 0; i < nr; ++i) {
494 count -= nr * 4;
510 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
512 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U16), nr);
513 for (i = 0; i < nr; ++i) {
517 count -= nr * 2;
528 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
530 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U32), nr);
551 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c136 unsigned nr; member in struct:ureg_program::__anon13748
235 unsigned nr )
240 return &ureg->domain[domain].tokens[nr];
606 unsigned nr )
611 if (ureg->sampler[i].Index == nr)
615 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr );
662 unsigned nr,
672 for (i = 0; i < nr; i++) {
703 unsigned nr,
718 nr,
661 match_or_expand_immediate( const unsigned *v, unsigned nr, unsigned *v2, unsigned *pnr2, unsigned *swizzle ) argument
701 decl_immediate( struct ureg_program *ureg, const unsigned *v, unsigned nr, unsigned type ) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c136 unsigned nr; member in struct:ureg_program::__anon27159
235 unsigned nr )
240 return &ureg->domain[domain].tokens[nr];
606 unsigned nr )
611 if (ureg->sampler[i].Index == nr)
615 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr );
662 unsigned nr,
672 for (i = 0; i < nr; i++) {
703 unsigned nr,
718 nr,
661 match_or_expand_immediate( const unsigned *v, unsigned nr, unsigned *v2, unsigned *pnr2, unsigned *swizzle ) argument
701 decl_immediate( struct ureg_program *ureg, const unsigned *v, unsigned nr, unsigned type ) argument
[all...]
/external/aac/libFDK/include/
H A Dmdct.h150 * \param nr right window slope offset (amount of window coefficients assumed to be 1.0)
161 INT nr,
191 * \return number of actually copied samples (ov + nr).
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.c108 unsigned nr )
110 if (!reserve(emit, nr))
113 memcpy( emit->ptr, dwords, nr * sizeof *dwords );
114 emit->ptr += nr * sizeof *dwords;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_vector.h80 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );
/external/libnl/lib/
H A Dsocket.c76 int nr; local
81 nr = port >> 22;
82 used_ports_map[nr / 32] &= ~(1 << nr % 32);
/external/mesa3d/src/mesa/math/
H A Dm_vector.h80 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );

Completed in 3095 milliseconds

1234567891011>>