Searched refs:xtype (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_lut2.c | 245 #define DEFINE_LUT2(zname, xname, yname, ztype, xtype, ytype, zdiv, xdiv, ydiv) \ argument 262 const xtype *srcxx; \ 267 srcxx = (const xtype *)(srcx->data[p] + slice_start * srcx->linesize[p]);\
|
/third_party/libxml2/ |
D | xmlschemastypes.c | 4805 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument 4814 switch (xtype) { in xmlSchemaCompareValuesInternal() 4834 if (ytype == xtype) in xmlSchemaCompareValuesInternal() 5111 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument 5120 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
|
/third_party/elfutils/src/ |
D | readelf.c | 12212 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 12224 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 12226 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 30167 etByte xtype = etINVALID; /* Conversion paradigm */ 30319 xtype = etINVALID; 30323 xtype = infop->type; 30347 switch( xtype ){ 30410 if( xtype==etORDINAL ){ 30478 if( xtype==etGENERIC && precision>0 ) precision--; 30483 if( xtype==etFLOAT ){ 30520 if( xtype!=etFLOAT ){ 30524 if( xtype==etGENERIC ){ 30527 xtype = etEXP; [all …]
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 99348 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */ 137769 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */ 176572 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
|