Searched defs:xtype (Results 1 - 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c56 int xtype, xlen; local
61 xtype = 0;
64 xtype = 1;
67 xtype = 3;
89 vdr7 = (xlen | xtype) << 16;
/external/libxml2/
H A Dxmlschemastypes.c4681 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4690 switch (xtype) {
4710 if (ytype == xtype)
4987 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4996 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/external/sqlite/dist/orig/
H A Dsqlite3.c25217 etByte xtype = etINVALID; /* Conversion paradigm */ local
25348 xtype = etINVALID;
25352 xtype = infop->type;
25371 ** xtype The class of the conversion.
25374 switch( xtype ){
25439 if( xtype==etORDINAL )
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25217 etByte xtype = etINVALID; /* Conversion paradigm */ local
25348 xtype = etINVALID;
25352 xtype = infop->type;
25371 ** xtype The class of the conversion.
25374 switch( xtype ){
25439 if( xtype==etORDINAL )
[all...]

Completed in 1237 milliseconds