Searched refs:indx (Results 1 - 25 of 56) sorted by relevance

123

/external/valgrind/cachegrind/
H A Dcg_branchpred.c96 UWord indx; local
107 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
108 tl_assert(indx < N_COUNTERS);
109 if (0) VG_(printf)("index = %d\n", (Int)indx);
112 predicted_taken = counters[ indx ] >= 2;
122 if (counters[indx] < 3)
123 counters[indx]++;
125 if (counters[indx] > 0)
126 counters[indx]--;
129 tl_assert(counters[indx] <
147 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo.h186 _es_VertexAttrib1f(GLuint indx, GLfloat x);
189 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values);
192 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
195 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values);
198 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
201 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values);
204 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values);
H A Dvbo_exec_api.c1414 _es_VertexAttrib1f(GLuint indx, GLfloat x) argument
1416 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1421 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values) argument
1423 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1428 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) argument
1430 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1435 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values) argument
1437 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1442 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1444 VertexAttrib4f_nopos(indx,
1449 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values) argument
1456 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp501 int dist, min_dist = 2147483647, indx = -1; local
536 indx = k;
541 if( indx < 0 )
543 indx = model->params.N2cc - 1;
544 PV_CC(indx) = alpha;
545 PVB_CC(indx) = alpha;
549 V_CC(indx,l) = prev_data[l];
550 V_CC(indx,l+3) = curr_data[l];
555 PV_CC(indx) += alpha;
558 PVB_CC(indx)
609 int dist, min_dist = 2147483647, indx = -1; local
[all...]
/external/ppp/pppd/
H A Dipxcp.c264 int indx; local
271 for (indx = 0; indx < 5; ++indx) {
272 dst[indx] <<= 4;
273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F;
442 int indx; local
443 for (indx = 0; indx < sizeo
625 int indx; local
634 int indx; local
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java222 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE };
223 for (int j = 0; j < indx.length; j++) {
226 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
230 + ", certPath is null and index is " + indx[j]);
284 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE,
286 for (int j = 0; j < indx.length; j++) {
289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
293 + ", certPath is null and index is " + indx[j]);
/external/lzma/C/
H A DPpmd7.c19 #define I2U(indx) (p->Indx2Units[indx])
120 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) argument
122 *((CPpmd_Void_Ref *)node) = p->FreeList[indx];
123 p->FreeList[indx] = REF(node);
126 static void *RemoveNode(CPpmd7 *p, unsigned indx) argument
128 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]);
129 p->FreeList[indx] = *node;
217 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx) argument
224 if (p->FreeList[indx] !
243 AllocUnits(CPpmd7 *p, unsigned indx) argument
[all...]
/external/libdrm/tests/modetest/
H A Dcursor.c79 static uint32_t indx, count; variable
148 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];
161 indx++;
/external/libxml2/
H A Dxpointer.c237 * @indx: the indx within the node
244 xmlXPtrNewPoint(xmlNodePtr node, int indx) { argument
249 if (indx < 0)
260 ret->index = indx;
884 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) { argument
892 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
897 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
1971 int indx = xmlXPtrGetIndex(node); local
1974 return(xmlXPtrNewRange(node, indx
2280 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
2538 xmlXPtrGetLastChar(xmlNodePtr *node, int *indx) argument
2584 xmlXPtrGetStartPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
2620 xmlXPtrGetEndPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
[all...]
H A DdebugXML.c540 int indx; local
543 for (indx = 0; indx < 5; indx++) {
544 if (indx != 0)
1941 int indx; local
1944 for (indx = 0; indx < list->nodesetval->nodeNr;
1945 indx++) {
1947 list->nodesetval->nodeTab[indx]);
2991 int indx; local
3102 int indx; local
3184 int indx; local
3345 int indx; local
[all...]
H A Dentities.c579 size_t indx = out - buffer; local
580 if (indx + 100 > buffer_size) {
583 out = &buffer[indx];
600 indx = out - buffer;
601 if (indx + 100 > buffer_size) {
603 out = &buffer[indx];
629 indx = out - buffer;
630 if (indx + 100 > buffer_size) {
632 out = &buffer[indx];
805 size_t indx local
[all...]
H A DtestC14N.c225 int indx = out - buffer; local
228 out = &buffer[indx];
H A Dnanoftp.c1733 int indx = 0, base; local
1802 if ((len = recv(ctxt->dataFd, &buf[indx], sizeof(buf) - (indx + 1), 0)) < 0) {
1809 write(1, &buf[indx], len);
1811 indx += len;
1812 buf[indx] = 0;
1819 memmove(&buf[0], &buf[base], indx - base);
1820 indx -= base;
H A DparserInternals.c302 size_t indx; local
316 indx = in->cur - in->base;
317 if (xmlBufUse(in->buf->buffer) > (unsigned int) indx + INPUT_CHUNK) {
340 indx = in->cur - in->base;
342 in->cur = &content[indx];
361 size_t indx; local
400 indx = in->cur - in->base;
402 in->cur = &content[indx];
H A Duri.c1885 int ret, len, indx, cur, out; local
2093 indx = 0;
2099 while (ref->path[indx] != 0) {
2100 res->path[out++] = ref->path[indx++];
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.h282 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value);
284 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values);
286 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values);
288 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values);
290 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribIPointer(GrGLuint indx,
296 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribPointer(GrGLuint indx,
H A DGrGLNoOpInterface.cpp385 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib1f(GrGLuint indx, const GrGLfloat value) { argument
388 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib2fv(GrGLuint indx, const GrGLfloat* values) { argument
391 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib3fv(GrGLuint indx, const GrGLfloat* values) { argument
394 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttrib4fv(GrGLuint indx, const GrGLfloat* values) { argument
397 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribIPointer(GrGLuint indx, argument
404 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLVertexAttribPointer(GrGLuint indx, argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp184 void glVertexAttrib1f (deUint32 indx, float x);
185 void glVertexAttrib1fv (deUint32 indx, const float* values);
186 void glVertexAttrib2f (deUint32 indx, float x, float y);
187 void glVertexAttrib2fv (deUint32 indx, const float* values);
188 void glVertexAttrib3f (deUint32 indx, float x, float y, float z);
189 void glVertexAttrib3fv (deUint32 indx, const float* values);
190 void glVertexAttrib4f (deUint32 indx, float x, float y, float z, float w);
191 void glVertexAttrib4fv (deUint32 indx, const float* values);
192 void glVertexAttribPointer (deUint32 indx, int size, deUint32 type, deBool normalized, int stride, const void* ptr);
/external/mesa3d/include/GLES2/
H A Dgl2.h606 GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x);
607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values);
608 GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y);
609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values);
610 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z);
611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values);
612 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
614 GL_APICALL void GL_APIENTRY glVertexAttribPointer (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr);
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.cpp203 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ local
225 col += indx;
/external/openssh/
H A Dscp.c752 int fd = -1, haderr, indx; local
756 for (indx = 0; indx < argc; ++indx) {
757 name = argv[indx];
/external/flac/libFLAC/
H A Dstream_encoder_framing.c165 const FLAC__StreamMetadata_CueSheet_Index *indx = track->indices + j; local
167 if(!FLAC__bitwriter_write_raw_uint64(bw, indx->offset, FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN))
169 if(!FLAC__bitwriter_write_raw_uint32(bw, indx->number, FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN))
H A Dlpc.c1336 unsigned order, indx, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc */ local
1347 for(indx = 0, order = 1; indx < max_order; indx++, order++) {
1348 bits = FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(lpc_error[indx], error_scale) * (FLAC__double)(total_samples - order) + (FLAC__double)(order * overhead_bits_per_order);
1350 best_index = indx;
1355 return best_index+1; /* +1 since indx of lpc_error[] is order-1 */
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportgl.h99 FNDEF(void, glVertexAttribPointer, (GLuint indx, GLint size, GLenum type,
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h176 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib1fProc)(GrGLuint indx, const GrGLfloat value);
177 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib2fvProc)(GrGLuint indx, const GrGLfloat* values);
178 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib3fvProc)(GrGLuint indx, const GrGLfloat* values);
179 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib4fvProc)(GrGLuint indx, const GrGLfloat* values);
181 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribIPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLsizei stride, const GrGLvoid* ptr);
182 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr);

Completed in 567 milliseconds

123