Home
last modified time | relevance | path

Searched full:pcheck (Results 1 - 18 of 18) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dgethex.c88 goto pcheck;
93 goto pcheck;
97 goto pcheck;
111 goto pcheck;
123 pcheck:
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c601 int pcheck, int fast, int large);
1005 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() argument
1049 if (pcheck) in ahc_scbram_config()
1068 int pcheck; in ahc_probe_ext_scbram() local
1073 pcheck = FALSE; in ahc_probe_ext_scbram()
1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1102 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1106 pcheck = TRUE; in ahc_probe_ext_scbram()
1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1125 ahc_scbram_config(ahc, enable, pcheck, fas in ahc_probe_ext_scbram()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c601 int pcheck, int fast, int large);
1005 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() argument
1049 if (pcheck) in ahc_scbram_config()
1068 int pcheck; in ahc_probe_ext_scbram() local
1073 pcheck = FALSE; in ahc_probe_ext_scbram()
1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1102 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1106 pcheck = TRUE; in ahc_probe_ext_scbram()
1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1125 ahc_scbram_config(ahc, enable, pcheck, fas in ahc_probe_ext_scbram()
[all...]
/third_party/icu/icu4c/source/test/
H A DMakefile.in123 # pcheck = parallel check. We don't care about the output interleaving,
141 pcheck: $(STATUS_FILES)
/third_party/gn/src/base/files/
H A Dscoped_file.cc43 PCHECK(0 == ret); in Free()
/third_party/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod236 int (**pcheck) (EVP_PKEY *pkey));
238 int (**pcheck) (EVP_PKEY *pkey));
240 int (**pcheck) (EVP_PKEY *pkey));
/third_party/gn/src/base/
H A Dlogging.h87 // PCHECK(condition) << "Couldn't do foo";
399 // PCHECK includes the system error code, which is useful for determining
403 #define PCHECK(condition) \ macro
423 #define PCHECK(condition) \ macro
434 #define PCHECK(condition) \ macro
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c2041 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_check()
2043 if (pcheck != NULL) in EVP_PKEY_meth_get_check()
2044 *pcheck = pmeth->check; in EVP_PKEY_meth_get_check()
2048 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_public_check()
2050 if (pcheck != NULL) in EVP_PKEY_meth_get_public_check()
2051 *pcheck = pmeth->public_check; in EVP_PKEY_meth_get_public_check()
2055 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_param_check()
2057 if (pcheck != NULL) in EVP_PKEY_meth_get_param_check()
2058 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c2040 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_check()
2042 if (pcheck != NULL) in EVP_PKEY_meth_get_check()
2043 *pcheck = pmeth->check; in EVP_PKEY_meth_get_check()
2047 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_public_check()
2049 if (pcheck != NULL) in EVP_PKEY_meth_get_public_check()
2050 *pcheck = pmeth->public_check; in EVP_PKEY_meth_get_public_check()
2054 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_param_check()
2056 if (pcheck != NULL) in EVP_PKEY_meth_get_param_check()
2057 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
/third_party/icu/tools/release/c/
H A Duconfigtest.sh195 # use parallel check (pcheck)
196 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.chk make -k ${JOPT} pcheck ${1} INTLTEST_OPTS=-w CINTLTST_OPTS=-w DEPS= || fail check
/third_party/skia/third_party/externals/harfbuzz/subprojects/packagefiles/ragel/
H A Dmeson.build44 'ragel/pcheck.h', 'ragel/ragel.h', 'ragel/rbxgoto.cpp', 'ragel/rbxgoto.h',
/third_party/icu/icu4c/source/
H A DMakefile.in101 pcheck: all tests
102 @$(MAKE) -C test pcheck
/third_party/skia/third_party/externals/icu/source/
H A DMakefile.in101 pcheck: all tests
102 @$(MAKE) -C test pcheck
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h1649 int (**pcheck) (EVP_PKEY *pkey));
1652 int (**pcheck) (EVP_PKEY *pkey));
1655 int (**pcheck) (EVP_PKEY *pkey));
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h2131 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2133 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2135 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
/third_party/openssl/include/openssl/
H A Devp.h2129 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2131 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2133 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
/third_party/sqlite/src/
H A Dsqlite3.c17756 ExprList *pCheck; /* All CHECK constraints */ member
27708 CheckMutex *pCheck = (CheckMutex*)p; checkMutexFree() local
27723 CheckMutex *pCheck = (CheckMutex*)p; checkMutexEnter() local
27739 CheckMutex *pCheck = (CheckMutex*)p; checkMutexTry() local
27747 CheckMutex *pCheck = (CheckMutex*)p; checkMutexLeave() local
27777 CheckMutex *pCheck = (CheckMutex*)p; sqlite3MutexWarnOnContention() local
78793 checkAppendMsg( IntegrityCk *pCheck, const char *zFormat, ... ) global() argument
78823 getPageReferenced(IntegrityCk *pCheck, Pgno iPg) global() argument
78831 setPageReferenced(IntegrityCk *pCheck, Pgno iPg) global() argument
78845 checkRef(IntegrityCk *pCheck, Pgno iPage) global() argument
78865 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent ) global() argument
78894 checkList( IntegrityCk *pCheck, int isFreeList, Pgno iPage, u32 N ) global() argument
79027 checkTreePage( IntegrityCk *pCheck, Pgno iPage, i64 *piMinKey, i64 maxKey ) global() argument
130437 ExprList *pCheck = pTab->pCheck; global() local
136189 ExprList *pCheck = sqlite3ExprListDup(db, pTab->pCheck, 0); global() local
194105 sqlite3_stmt *pCheck = 0; /* Statement to query database with */ global() local
204905 rtreeCheckReset(RtreeCheck *pCheck, sqlite3_stmt *pStmt) global() argument
204918 rtreeCheckPrepare( RtreeCheck *pCheck, const char *zFmt, ... ) global() argument
204947 rtreeCheckAppendMsg(RtreeCheck *pCheck, const char *zFmt, ...) global() argument
204981 rtreeCheckGetNode(RtreeCheck *pCheck, i64 iNode, int *pnNode) global() argument
205025 rtreeCheckMapping( RtreeCheck *pCheck, int bLeaf, i64 iKey, i64 iVal ) global() argument
205077 rtreeCheckCellCoord( RtreeCheck *pCheck, i64 iNode, int iCell, u8 *pCell, u8 *pParent ) global() argument
205123 rtreeCheckNode( RtreeCheck *pCheck, int iDepth, u8 *aParent, i64 iNode ) global() argument
205186 rtreeCheckCount(RtreeCheck *pCheck, const char *zTbl, i64 nExpect) global() argument
[all...]
/third_party/libabigail/tests/data/test-types-stability/
H A Dpr27980-libc.so__cxa_finalize __dso_handle __register_atfork pthread_atfork __aeabi_memcpy __aeabi_read_tp __stack_chk_fail __stack_chk_guard android_unsafe_frame_pointer_chase getprogname strncmp __errno abort android_run_on_all_threads mprotect prctl strerror dlerror dlopen ...

Completed in 177 milliseconds