Home
last modified time | relevance | path

Searched refs:pArg (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp389 Value* pArg = *v; in PRINT() local
390 Type* pType = pArg->getType(); in PRINT()
405 printCallArgs.push_back(VEXTRACT(pArg, C(0))); in PRINT()
415 printCallArgs.push_back(VEXTRACT(pArg, C(i))); in PRINT()
433 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
436 FP_EXT(VEXTRACT(pArg, C(i)), Type::getDoubleTy(JM()->mContext))); in PRINT()
450 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
453 S_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
467 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
470 Z_EXT(VEXTRACT(pArg, C(i)), Type::getInt32Ty(JM()->mContext))); in PRINT()
[all …]
/external/sqlite/dist/orig/
Dshell.c3712 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3918 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() argument
3922 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
3924 *(char**)pArg = sqlite3_mprintf("apnd(%lld)/%z", p->iPgOne, *(char**)pArg); in apndFileControl()
9905 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument
9906 ShellState *p = (ShellState*)pArg; in shellLog()
10568 void *pArg, in shell_callback() argument
10575 ShellState *p = (ShellState*)pArg; in shell_callback()
10935 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument
10937 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
[all …]
Dsqlite3.h791 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
5892 void *pArg,
5899 void *pArg,
5907 void *pArg,
8439 void *pArg; member
8461 void *pArg; member
11575 SQLITE_API int sqlite3session_config(int op, void *pArg);
/external/sqlite/dist/
Dshell.c3717 static int apndFileControl(sqlite3_file*, int op, void *pArg);
3923 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl() argument
3927 rc = pFile->pMethods->xFileControl(pFile, op, pArg); in apndFileControl()
3929 *(char**)pArg = sqlite3_mprintf("apnd(%lld)/%z", p->iPgOne, *(char**)pArg); in apndFileControl()
9910 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument
9911 ShellState *p = (ShellState*)pArg; in shellLog()
10573 void *pArg, in shell_callback() argument
10580 ShellState *p = (ShellState*)pArg; in shell_callback()
10940 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() argument
10942 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
[all …]
Dsqlite3.h791 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
5892 void *pArg,
5899 void *pArg,
5907 void *pArg,
8439 void *pArg; member
8461 void *pArg; member
11575 SQLITE_API int sqlite3session_config(int op, void *pArg);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h794 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
5894 void *pArg,
5901 void *pArg,
5909 void *pArg,
8445 void *pArg; member
8467 void *pArg; member
11581 SQLITE_API int sqlite3session_config(int op, void *pArg);
Dwasm32-wasi-vfs.c371 static int demoFileControl(sqlite3_file *pFile, int op, void *pArg){ in demoFileControl() argument
Dbindgen_bundled_version.rs596 pArg: *mut ::std::os::raw::c_void,
2300 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation()
2317 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation_v2()
2335 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation16()
3734 pub pArg: *mut ::std::os::raw::c_void, field
3805 unsafe { &(*(::std::ptr::null::<sqlite3_pcache_methods2>())).pArg as *const _ as usize }, in bindgen_test_layout_sqlite3_pcache_methods2()
3811 stringify!(pArg) in bindgen_test_layout_sqlite3_pcache_methods2()
3938 pub pArg: *mut ::std::os::raw::c_void, field
3995 unsafe { &(*(::std::ptr::null::<sqlite3_pcache_methods>())).pArg as *const _ as usize }, in bindgen_test_layout_sqlite3_pcache_methods()
4001 stringify!(pArg) in bindgen_test_layout_sqlite3_pcache_methods()
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp184 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier()
369 case ConversionSpecifier::pArg: in getArgType()
DFormatString.cpp641 case pArg: return "p"; in toString()
922 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
DPrintfFormatString.cpp325 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier()
653 case ConversionSpecifier::pArg: in getScalarArgType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp185 case 'p': k = ConversionSpecifier::pArg; break; in ParseScanfSpecifier()
365 case ConversionSpecifier::pArg: in getArgType()
DFormatString.cpp581 case pArg: return "p"; in toString()
852 case ConversionSpecifier::pArg: in hasStandardConversionSpecifier()
DPrintfFormatString.cpp249 case 'p': k = ConversionSpecifier::pArg; break; in ParsePrintfSpecifier()
543 case ConversionSpecifier::pArg: in getArgType()
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.7.16.rs420 pArg:
1389 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation()
1409 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation_v2()
1432 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation16()
2037 pub pArg: *mut ::std::os::raw::c_void, field
2098 pub pArg: *mut ::std::os::raw::c_void, field
Dbindgen_3.7.7.rs386 pArg:
1336 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation()
1356 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation_v2()
1379 pArg: *mut ::std::os::raw::c_void, in sqlite3_create_collation16()
1951 pub pArg: *mut ::std::os::raw::c_void, field
Dbindgen_3.6.8.rs313 pArg:
1768 pub pArg: *mut ::std::os::raw::c_void, field
Dbindgen_3.6.23.rs341 pArg:
1786 pub pArg: *mut ::std::os::raw::c_void, field
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h151 pArg, enumerator
/external/llvm-project/clang/include/clang/AST/
DFormatString.h154 pArg, enumerator
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout251 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
657 void *pArg,
664 void *pArg,
672 void *pArg,
965 void *pArg;
987 void *pArg;
5304 static int btreeInvokeBusyHandler(void *pArg){
5305 BtShared *pBt = (BtShared*)pArg;
/external/rust/crates/libc/src/
Dpsp.rs97 unsafe extern "C" fn(oldState: i32, newState: i32, event: i32, error: i32, pArg: *mut c_void),
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp484 case analyze_format_string::ConversionSpecifier::pArg: in HandlePrintfSpecifier()
572 case analyze_format_string::ConversionSpecifier::pArg: // %d in computePrecision()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...