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

1234

/external/valgrind/main/cachegrind/
H A Dcg_branchpred.c94 UWord indx; local
105 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
106 tl_assert(indx < N_COUNTERS);
107 if (0) VG_(printf)("index = %d\n", (Int)indx);
110 predicted_taken = counters[ indx ] >= 2;
120 if (counters[indx] < 3)
121 counters[indx]++;
123 if (counters[indx] > 0)
124 counters[indx]--;
127 tl_assert(counters[indx] <
145 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
[all...]
/external/chromium_org/third_party/mesa/src/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);
/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);
/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/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h503 VISIT_GL_CALL(VertexAttrib1f, void, (GLuint indx, GLfloat x), (indx, x))
506 (GLuint indx, const GLfloat* values),
507 (indx, values))
510 (GLuint indx, GLfloat x, GLfloat y),
511 (indx, x, y))
514 (GLuint indx, const GLfloat* values),
515 (indx, values))
518 (GLuint indx, GLfloat x, GLfloat y, GLfloat z),
519 (indx,
[all...]
/external/lzma/C/
H A DPpmd7.c17 #define I2U(indx) (p->Indx2Units[indx])
118 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) argument
120 *((CPpmd_Void_Ref *)node) = p->FreeList[indx];
121 p->FreeList[indx] = REF(node);
124 static void *RemoveNode(CPpmd7 *p, unsigned indx) argument
126 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]);
127 p->FreeList[indx] = *node;
215 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx) argument
222 if (p->FreeList[indx] !
241 AllocUnits(CPpmd7 *p, unsigned indx) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-type.c474 unsigned long indx; /* type # (must be same as output order) */ member in struct:cv_type
501 static cv_type *cv_type_create(unsigned long indx);
519 unsigned long indx = CV_FIRST_NONPRIM; local
528 type = cv_type_create(indx++);
645 ((const cv_type *)leaf->args[arg++].p)->indx);
667 cv_type_create(unsigned long indx) argument
671 type->indx = indx;
718 if (type->indx == CV_FIRST_NONPRIM)
747 if (type->indx
[all...]
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1278 void VertexAttrib1f(PP_Resource context_id, GLuint indx, GLfloat x) { argument
1281 glVertexAttrib1f(indx, x);
1286 GLuint indx,
1290 glVertexAttrib1fv(indx, values);
1294 void VertexAttrib2f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y) { argument
1297 glVertexAttrib2f(indx, x, y);
1302 GLuint indx,
1306 glVertexAttrib2fv(indx, values);
1311 GLuint indx,
1317 glVertexAttrib3f(indx,
1285 VertexAttrib1fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1301 VertexAttrib2fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1310 VertexAttrib3f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1321 VertexAttrib3fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1330 VertexAttrib4f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
1342 VertexAttrib4fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1351 VertexAttribPointer(PP_Resource context_id, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
[all...]
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c829 void GL_APIENTRY glVertexAttrib1f(GLuint indx, GLfloat x) { argument
830 glGetInterfacePPAPI()->VertexAttrib1f(glGetCurrentContextPPAPI(), indx, x); local
833 void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values) { argument
835 glGetCurrentContextPPAPI(), indx, values); local
838 void GL_APIENTRY glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { argument
839 glGetInterfacePPAPI()->VertexAttrib2f(glGetCurrentContextPPAPI(), indx, x, y); local
842 void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values) { argument
844 glGetCurrentContextPPAPI(), indx, values); local
848 glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { argument
850 glGetCurrentContextPPAPI(), indx, local
853 glVertexAttrib3fv(GLuint indx, const GLfloat* values) argument
855 glGetCurrentContextPPAPI(), indx, values); local
859 glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
861 glGetCurrentContextPPAPI(), indx, x, y, z, w); local
864 glVertexAttrib4fv(GLuint indx, const GLfloat* values) argument
866 glGetCurrentContextPPAPI(), indx, values); local
869 glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
876 glGetCurrentContextPPAPI(), indx, size, type, normalized, stride, ptr); local
[all...]
/external/chromium_org/third_party/libxml/src/
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;
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) { argument
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
1997 int indx = xmlXPtrGetIndex(node); local
2000 return(xmlXPtrNewRange(node, indx
2356 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
2616 xmlXPtrGetLastChar(xmlNodePtr *node, int *indx) argument
2664 xmlXPtrGetStartPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
2700 xmlXPtrGetEndPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
[all...]
/external/libxml2/
H A DdebugXML.c538 int indx; local
541 for (indx = 0; indx < 5; indx++) {
542 if (indx != 0)
1939 int indx; local
1942 for (indx = 0; indx < list->nodesetval->nodeNr;
1943 indx++) {
1945 list->nodesetval->nodeTab[indx]);
2989 int indx; local
3100 int indx; local
3182 int indx; local
3338 int indx; local
[all...]
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;
921 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) { argument
929 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
934 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
2000 int indx = xmlXPtrGetIndex(node); local
2003 return(xmlXPtrNewRange(node, indx
2359 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
2619 xmlXPtrGetLastChar(xmlNodePtr *node, int *indx) argument
2665 xmlXPtrGetStartPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
2701 xmlXPtrGetEndPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
[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...]
/external/oprofile/libpp/
H A Dformat_output.cpp841 size_t indx = is_module ? 0 : 1; local
867 indx = xml_get_symbol_index(qname);
869 out << init_attr(ID_REF, indx);
873 symbol_details_t & sd = symbol_details[indx];
880 sd.id = indx;
955 size_t indx; local
980 indx = xml_get_symbol_index(qname);
982 indx = xml_get_symbol_index(symqname);
985 out << init_attr(ID_REF, indx);
1006 size_t indx; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.h273 void BitVector_Bit_Off (/*@out@*/ wordptr addr, N_int indx); /* X = X \ {x} */
275 void BitVector_Bit_On (/*@out@*/ wordptr addr, N_int indx); /* X = X + {x} */
277 boolean BitVector_bit_flip (/*@out@*/ wordptr addr, N_int indx); /* (X+{x})\(X*{x}) */
280 boolean BitVector_bit_test (wordptr addr, N_int indx); /* {x} in X ? */
283 void BitVector_Bit_Copy (/*@out@*/ wordptr addr, N_int indx, boolean bit);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h577 void GLES2VertexAttrib1f(GLuint indx, GLfloat x) { argument
578 gles2::GetGLContext()->VertexAttrib1f(indx, x);
580 void GLES2VertexAttrib1fv(GLuint indx, const GLfloat* values) { argument
581 gles2::GetGLContext()->VertexAttrib1fv(indx, values);
583 void GLES2VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { argument
584 gles2::GetGLContext()->VertexAttrib2f(indx, x, y);
586 void GLES2VertexAttrib2fv(GLuint indx, const GLfloat* values) { argument
587 gles2::GetGLContext()->VertexAttrib2fv(indx, values);
589 void GLES2VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { argument
590 gles2::GetGLContext()->VertexAttrib3f(indx,
592 GLES2VertexAttrib3fv(GLuint indx, const GLfloat* values) argument
595 GLES2VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
602 GLES2VertexAttrib4fv(GLuint indx, const GLfloat* values) argument
605 GLES2VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
[all...]
H A Dgles2_trace_implementation_impl_autogen.h919 void GLES2TraceImplementation::VertexAttrib1f(GLuint indx, GLfloat x) { argument
921 gl_->VertexAttrib1f(indx, x);
924 void GLES2TraceImplementation::VertexAttrib1fv(GLuint indx, argument
927 gl_->VertexAttrib1fv(indx, values);
930 void GLES2TraceImplementation::VertexAttrib2f(GLuint indx, argument
934 gl_->VertexAttrib2f(indx, x, y);
937 void GLES2TraceImplementation::VertexAttrib2fv(GLuint indx, argument
940 gl_->VertexAttrib2fv(indx, values);
943 void GLES2TraceImplementation::VertexAttrib3f(GLuint indx, argument
948 gl_->VertexAttrib3f(indx,
951 VertexAttrib3fv(GLuint indx, const GLfloat* values) argument
957 VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
966 VertexAttrib4fv(GLuint indx, const GLfloat* values) argument
972 VertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
[all...]
H A Dgles2_implementation_impl_autogen.h1596 void GLES2Implementation::VertexAttrib1f(GLuint indx, GLfloat x) { argument
1598 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glVertexAttrib1f(" << indx << ", "
1600 helper_->VertexAttrib1f(indx, x);
1604 void GLES2Implementation::VertexAttrib1fv(GLuint indx, const GLfloat* values) { argument
1606 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glVertexAttrib1fv(" << indx << ", "
1609 helper_->VertexAttrib1fvImmediate(indx, values);
1613 void GLES2Implementation::VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { argument
1615 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glVertexAttrib2f(" << indx << ", "
1617 helper_->VertexAttrib2f(indx, x, y);
1621 void GLES2Implementation::VertexAttrib2fv(GLuint indx, cons argument
1630 VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1641 VertexAttrib3fv(GLuint indx, const GLfloat* values) argument
1651 VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
1663 VertexAttrib4fv(GLuint indx, const GLfloat* values) argument
[all...]
H A Dgles2_implementation_autogen.h450 virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE;
452 virtual void VertexAttrib1fv(GLuint indx, const GLfloat* values) OVERRIDE;
454 virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE;
456 virtual void VertexAttrib2fv(GLuint indx, const GLfloat* values) OVERRIDE;
458 virtual void VertexAttrib3f(GLuint indx,
463 virtual void VertexAttrib3fv(GLuint indx, const GLfloat* values) OVERRIDE;
465 virtual void VertexAttrib4f(GLuint indx,
471 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
473 virtual void VertexAttribPointer(GLuint indx,
H A Dgles2_interface_autogen.h302 virtual void VertexAttrib1f(GLuint indx, GLfloat x) = 0;
303 virtual void VertexAttrib1fv(GLuint indx, const GLfloat* values) = 0;
304 virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) = 0;
305 virtual void VertexAttrib2fv(GLuint indx, const GLfloat* values) = 0;
306 virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) = 0;
307 virtual void VertexAttrib3fv(GLuint indx, const GLfloat* values) = 0;
308 virtual void VertexAttrib4f(GLuint indx,
313 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) = 0;
314 virtual void VertexAttribPointer(GLuint indx,
H A Dgles2_interface_stub_autogen.h327 virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE;
328 virtual void VertexAttrib1fv(GLuint indx, const GLfloat* values) OVERRIDE;
329 virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE;
330 virtual void VertexAttrib2fv(GLuint indx, const GLfloat* values) OVERRIDE;
331 virtual void VertexAttrib3f(GLuint indx,
335 virtual void VertexAttrib3fv(GLuint indx, const GLfloat* values) OVERRIDE;
336 virtual void VertexAttrib4f(GLuint indx,
341 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
342 virtual void VertexAttribPointer(GLuint indx,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h508 void (*VertexAttrib1f)(PP_Resource context, GLuint indx, GLfloat x);
510 GLuint indx,
513 GLuint indx,
517 GLuint indx,
520 GLuint indx,
525 GLuint indx,
528 GLuint indx,
534 GLuint indx,
537 GLuint indx,
967 void (*VertexAttrib1f)(PP_Resource context, GLuint indx, GLfloa
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1291 void VertexAttrib1f(PP_Resource context_id, GLuint indx, GLfloat x) { argument
1294 ToGles2Impl(&enter)->VertexAttrib1f(indx, x);
1299 GLuint indx,
1303 ToGles2Impl(&enter)->VertexAttrib1fv(indx, values);
1307 void VertexAttrib2f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y) { argument
1310 ToGles2Impl(&enter)->VertexAttrib2f(indx, x, y);
1315 GLuint indx,
1319 ToGles2Impl(&enter)->VertexAttrib2fv(indx, values);
1324 GLuint indx,
1330 ToGles2Impl(&enter)->VertexAttrib3f(indx,
1298 VertexAttrib1fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1314 VertexAttrib2fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1323 VertexAttrib3f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1334 VertexAttrib3fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1343 VertexAttrib4f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
1355 VertexAttrib4fv(PP_Resource context_id, GLuint indx, const GLfloat* values) argument
1364 VertexAttribPointer(PP_Resource context_id, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* ptr) argument
[all...]

Completed in 344 milliseconds

1234