Searched refs:xtype (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.h130 xad_t * oxad, s64 nxaddr, int xtype);
H A Djfs_xtree.c2831 int xtype)
2853 xtype = xtype & EXTENT_TYPE;
2864 jfs_info("xtRelocate: xtype:%d xoff:0x%lx xlen:0x%x xaddr:0x%lx:0x%lx",
2865 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr);
2871 if (xtype == DATAEXT) {
2891 } else { /* (xtype == XTPAGE) */
2915 if (xtype == DATAEXT) {
2984 } else { /* (xtype == XTPAGE) */
3098 if (xtype
2829 xtRelocate(tid_t tid, struct inode * ip, xad_t * oxad, s64 nxaddr, int xtype) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c4651 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4660 switch (xtype) {
4680 if (ytype == xtype)
4957 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4966 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c4654 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4663 switch (xtype) {
4683 if (ytype == xtype)
4960 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4969 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c4651 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4660 switch (xtype) {
4680 if (ytype == xtype)
4957 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4966 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c16544 etByte xtype = 0; /* Conversion paradigm */ local
16635 xtype = etINVALID;
16640 xtype = infop->type;
16673 ** xtype The class of the conversion.
16676 switch( xtype ){
16716 if( xtype==etORDINAL ){
16764 if( xtype==etGENERIC && precision>0 ) precision--;
16772 if( xtype==etFLOAT ) realvalue += rounder;
16803 flag_exp = xtype==etEXP;
16804 if( xtype!
[all...]

Completed in 316 milliseconds