Searched refs:nr (Results 151 - 175 of 462) sorted by relevance

1234567891011>>

/external/aac/libAACenc/src/
H A Dtransform.cpp120 nr: right window slope offset
122 int tl, fl, nl, fr, nr; local
165 nr = (tl - fr)>>1;
192 for(i=0; i<nr; i++)
204 tmp1 = fMultDiv2((FIXP_PCM)timeData[tl+nr+i], pRightWindowPart[i].v.re);
205 mdctData[(tl/2)-nr-i-1] = -fMultAddDiv2(tmp1, (FIXP_PCM)timeData[(tl*2)-nr-i-1], pRightWindowPart[i].v.im);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_fragtex.c154 unsigned nr, void **hwcso)
159 for (i = 0; i < nr; i++) {
169 nv30->fragprog.num_samplers = nr;
175 nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, argument
181 for (i = 0; i < nr; i++) {
193 nv30->fragprog.num_textures = nr;
153 nv30_fragtex_sampler_states_bind(struct pipe_context *pipe, unsigned nr, void **hwcso) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c43 unsigned nr,
50 unsigned size = index_size * nr;
66 generate( nr,
85 unsigned nr,
89 return cached_nr >= nr;
91 return cached_nr == nr;
42 generate_indices( struct svga_hwtnl *hwtnl, unsigned nr, unsigned index_size, u_generate_func generate, struct pipe_resource **out_buf ) argument
84 compare( unsigned cached_nr, unsigned nr, unsigned type ) argument
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
/external/fio/engines/
H A Dsolarisaio.c18 unsigned int nr; member in struct:solarisaio_data
72 sd->nr--;
119 if (sd->nr)
128 if (sd->nr)
136 if (sd->nr == sd->max_depth)
152 sd->nr++;
/external/fio/
H A Dlibfio.c151 const char *fio_get_os_string(int nr) argument
153 if (nr < os_nr)
154 return fio_os_strings[nr];
159 const char *fio_get_arch_string(int nr) argument
161 if (nr < arch_nr)
162 return fio_arch_strings[nr];
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_fragtex.c154 unsigned nr, void **hwcso)
159 for (i = 0; i < nr; i++) {
169 nv30->fragprog.num_samplers = nr;
175 nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, argument
181 for (i = 0; i < nr; i++) {
193 nv30->fragprog.num_textures = nr;
153 nv30_fragtex_sampler_states_bind(struct pipe_context *pipe, unsigned nr, void **hwcso) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c43 unsigned nr,
50 unsigned size = index_size * nr;
66 generate( nr,
85 unsigned nr,
89 return cached_nr >= nr;
91 return cached_nr == nr;
42 generate_indices( struct svga_hwtnl *hwtnl, unsigned nr, unsigned index_size, u_generate_func generate, struct pipe_resource **out_buf ) argument
84 compare( unsigned cached_nr, unsigned nr, unsigned type ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c677 unsigned nr ) \
684 for (i = 0; i < nr; i++) { \
716 unsigned nr)
720 return alpha_test_quads_LESS( qs, quads, nr );
722 return alpha_test_quads_EQUAL( qs, quads, nr );
724 return alpha_test_quads_LEQUAL( qs, quads, nr );
726 return alpha_test_quads_GREATER( qs, quads, nr );
728 return alpha_test_quads_NOTEQUAL( qs, quads, nr );
730 return alpha_test_quads_GEQUAL( qs, quads, nr );
732 return nr;
714 alpha_test_quads(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
766 depth_test_quads_fallback(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
868 depth_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
878 choose_depth_test(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c677 unsigned nr ) \
684 for (i = 0; i < nr; i++) { \
716 unsigned nr)
720 return alpha_test_quads_LESS( qs, quads, nr );
722 return alpha_test_quads_EQUAL( qs, quads, nr );
724 return alpha_test_quads_LEQUAL( qs, quads, nr );
726 return alpha_test_quads_GREATER( qs, quads, nr );
728 return alpha_test_quads_NOTEQUAL( qs, quads, nr );
730 return alpha_test_quads_GEQUAL( qs, quads, nr );
732 return nr;
714 alpha_test_quads(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
766 depth_test_quads_fallback(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
868 depth_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
878 choose_depth_test(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c603 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
605 PUSH_SPACE(push, nr + 1);
606 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U8), nr);
607 for (i = 0; i < nr; ++i) {
612 count -= nr * 4;
629 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
631 PUSH_SPACE(push, nr + 1);
632 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U16), nr);
633 for (i = 0; i < nr; ++i) {
637 count -= nr *
648 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
673 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c603 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
605 PUSH_SPACE(push, nr + 1);
606 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U8), nr);
607 for (i = 0; i < nr; ++i) {
612 count -= nr * 4;
629 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
631 PUSH_SPACE(push, nr + 1);
632 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U16), nr);
633 for (i = 0; i < nr; ++i) {
637 count -= nr *
648 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
673 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_emit.c265 const uint nr = i915->current.sampler_enable_nr; local
266 if (nr) {
270 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * nr));
285 assert(count == nr);
348 int nr = i915->fs->num_constants ? local
351 nr += 4*additional_constants(i915);
352 *batch_space = nr;
361 const uint nr = i915->fs->num_constants + additional_constants(i915); local
363 assert(nr < I915_MAX_CONSTANT);
364 if (nr) {
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.c111 GLuint type, GLuint nr, GLuint d0_flags)
113 GLuint reg = UREG(type, nr);
116 if (p->decl_t & (1 << nr))
119 p->decl_t |= (1 << nr);
122 if (p->decl_s & (1 << nr))
125 p->decl_s |= (1 << nr);
500 i915_program_error(p, "Exceeded max nr indirect texture lookups "
563 GLuint nr = p->nr_constants; local
568 i915->state.Constant[0] = _3DSTATE_PIXEL_SHADER_CONSTANTS | ((nr) * 4);
569 i915->state.Constant[1] = (1 << (nr
110 i915_emit_decl(struct i915_fragment_program *p, GLuint type, GLuint nr, GLuint d0_flags) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h69 const GLuint nr = VB->Count; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
250 const GLuint nr = VB->Count; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
427 const GLuint nr = VB->Count; local
429 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; local
443 if (nr > 1) {
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
530 const GLuint nr = VB->Count; local
532 const GLuint nr local
[all...]
H A Dt_vb_vertex.c71 GLuint nr, i; \
80 for (nr = 0, i = 0 ; i < count ; i++) { \
86 nr++; \
93 if (nr > 0) { \
95 if (nr == count) { \
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c265 const uint nr = i915->current.sampler_enable_nr; local
266 if (nr) {
270 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * nr));
285 assert(count == nr);
348 int nr = i915->fs->num_constants ? local
351 nr += 4*additional_constants(i915);
352 *batch_space = nr;
361 const uint nr = i915->fs->num_constants + additional_constants(i915); local
363 assert(nr < I915_MAX_CONSTANT);
364 if (nr) {
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c111 GLuint type, GLuint nr, GLuint d0_flags)
113 GLuint reg = UREG(type, nr);
116 if (p->decl_t & (1 << nr))
119 p->decl_t |= (1 << nr);
122 if (p->decl_s & (1 << nr))
125 p->decl_s |= (1 << nr);
500 i915_program_error(p, "Exceeded max nr indirect texture lookups "
563 GLuint nr = p->nr_constants; local
568 i915->state.Constant[0] = _3DSTATE_PIXEL_SHADER_CONSTANTS | ((nr) * 4);
569 i915->state.Constant[1] = (1 << (nr
110 i915_emit_decl(struct i915_fragment_program *p, GLuint type, GLuint nr, GLuint d0_flags) argument
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h69 const GLuint nr = VB->Count; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
250 const GLuint nr = VB->Count; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
427 const GLuint nr = VB->Count; local
429 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; local
443 if (nr > 1) {
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
530 const GLuint nr = VB->Count; local
532 const GLuint nr local
[all...]
H A Dt_vb_vertex.c71 GLuint nr, i; \
80 for (nr = 0, i = 0 ; i < count ; i++) { \
86 nr++; \
93 if (nr > 0) { \
95 if (nr == count) { \
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.c206 node->val_nr = cursor->nr - cursor->pos;
278 if (idx_total < cursor->nr) {
369 if (matches == root->val_nr && cursor->pos == cursor->nr) {
384 if (!cursor->nr)
391 if (cursor->nr > root->max_depth)
392 root->max_depth = cursor->nr;
404 int old_pos = cursor->nr;
428 cursor->nr = old_pos;
457 cursor->nr++;
/external/opencv/ml/src/
H A Dmlknearest.cpp168 float* nr; local
192 nr = neighbor_responses + i*k;
197 nr[ii1+1] = nr[ii1];
201 nr[ii+1] = ((float*)(s + 1))[j];
224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k); local
233 s += nr[j].f;
242 sort_buf[j].i = nr[j].i;
285 dst[j] = nr[j].f;
/external/kernel-headers/original/uapi/linux/
H A Daudit.h168 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
169 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
/external/libpcap/
H A Dpcap-snf.c196 const char *nr = NULL; local
208 if ((nr = getenv("SNF_NUM_RINGS")) && *nr && atoi(nr) > 1)
211 nr = NULL;
/external/openssl/crypto/aes/asm/
H A Daes-s390x.pl298 nr $s0,$mask
300 nr $t2,$mask
301 nr $t3,$mask
307 nr $i1,$mask
308 nr $s1,$mask
310 nr $i3,$mask
324 nr $i1,$mask
325 nr $i2,$mask
328 nr $s2,$mask
334 nr
[all...]

Completed in 1541 milliseconds

1234567891011>>