Searched refs:xtype (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/ |
D | cgen.py | 275 xtype = a_type[9:] 277 xtype = a_type 286 print '(!geti' + xtype + 'arraysize(args,', 289 if xtype <> a_type: 290 print '('+xtype+' *)', 310 print '(!geti' + xtype + 'array(args,', 317 if (a_sub and a_factor) or xtype <> a_type: 318 print '('+xtype+' *)', 321 print '(!geti' + xtype + 'arg(args,', 324 if xtype <> a_type: [all …]
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 56 int xtype, xlen; in toggle_breakpoint() local 61 xtype = 0; in toggle_breakpoint() 64 xtype = 1; in toggle_breakpoint() 67 xtype = 3; in toggle_breakpoint() 89 vdr7 = (xlen | xtype) << 16; in toggle_breakpoint()
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expect…
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 22 mat.xtype = CHOLMOD_REAL; 30 mat.xtype = CHOLMOD_COMPLEX;
|
/external/libxml2/ |
D | xmlschemastypes.c | 4691 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, in xmlSchemaCompareValuesInternal() argument 4700 switch (xtype) { in xmlSchemaCompareValuesInternal() 4720 if (ytype == xtype) in xmlSchemaCompareValuesInternal() 4997 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, in xmlSchemaCompareValuesWhtspExt() argument 5006 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, in xmlSchemaCompareValuesWhtspExt()
|
/external/elfutils/src/ |
D | readelf.c | 8874 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 8886 #define BITS(bits, xtype, sfmt, ufmt) \ in handle_core_register() argument 8888 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \ in handle_core_register()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 3077 // Template Class for xtype mpy: 3106 // Template Class for xtype mpy with accumulation into 64-bit:
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 25313 etByte xtype = etINVALID; /* Conversion paradigm */ 25444 xtype = etINVALID; 25448 xtype = infop->type; 25470 switch( xtype ){ 25535 if( xtype==etORDINAL ){ 25598 if( xtype==etGENERIC && precision>0 ) precision--; 25601 if( xtype==etFLOAT ) realvalue += rounder; 25630 if( xtype!=etFLOAT ){ 25634 if( xtype==etGENERIC ){ 25637 xtype = etEXP; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 25313 etByte xtype = etINVALID; /* Conversion paradigm */ 25444 xtype = etINVALID; 25448 xtype = infop->type; 25470 switch( xtype ){ 25535 if( xtype==etORDINAL ){ 25598 if( xtype==etGENERIC && precision>0 ) precision--; 25601 if( xtype==etFLOAT ) realvalue += rounder; 25630 if( xtype!=etFLOAT ){ 25634 if( xtype==etGENERIC ){ 25637 xtype = etEXP; [all …]
|