Home
last modified time | relevance | path

Searched defs:self (Results 26 - 50 of 600) sorted by relevance

12345678910>>...24

/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-nios2.c7 static void init_nios2(const struct target *self) in init_nios2() argument
15 static void predefine_nios2(const struct target *self) in predefine_nios2() argument
H A Dtarget-arm64.c6 static void init_arm64(const struct target *self) in init_arm64() argument
12 static void predefine_arm64(const struct target *self) in predefine_arm64() argument
H A Dtarget-mips.c6 static void predefine_mips(const struct target *self) in predefine_mips() argument
26 static void predefine_mips32(const struct target *self) in predefine_mips32() argument
46 static void predefine_mips64(const struct target *self) in predefine_mips64() argument
H A Dtarget-ppc.c7 static void predefine_ppc(const struct target *self) in predefine_ppc() argument
34 static void init_ppc32(const struct target *self) in init_ppc32() argument
42 static void predefine_ppc32(const struct target *self) in predefine_ppc32() argument
63 static void predefine_ppc64(const struct target *self) in predefine_ppc64() argument
H A Dtarget-sparc.c8 static void predefine_sparc(const struct target *self) in predefine_sparc() argument
41 static void predefine_sparc32(const struct target *self) in predefine_sparc32() argument
68 static void predefine_sparc64(const struct target *self) in predefine_sparc64() argument
H A Dtarget-s390.c7 static void init_s390(const struct target *self) in init_s390() argument
18 static void predefine_s390(const struct target *self) in predefine_s390() argument
51 static void predefine_s390x(const struct target *self) in predefine_s390x() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-pattern.js166 var obj = {self: '123'}; property
/third_party/musl/porting/linux/user/src/process/
H A Dvfork.c20 pthread_t self = __pthread_self(); in vfork() local
/third_party/musl/src/process/
H A Dvfork.c22 pthread_t self = __pthread_self(); in vfork() local
[all...]
H A D_Fork.c19 pthread_t self = __pthread_self(); in __post_Fork() local
[all...]
/third_party/musl/src/stdio/
H A Dftrylockfile.c21 void __register_locked_file(FILE *f, pthread_t self) in __register_locked_file() argument
32 pthread_t self = __pthread_self(); in ftrylockfile() local
/third_party/typescript/tests/baselines/reference/
H A DesModuleInteropDefaultImports.js80 var self = __importStar(require("./b")); variable
[all...]
/third_party/python/Modules/clinic/
H A D_lsprof.c.h40 _lsprof_Profiler_getstats(ProfilerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _lsprof_Profiler_getstats() argument
/third_party/node/test/fixtures/wpt/resources/
H A Dchannel.sub.js[all...]
/third_party/ltp/include/
H A Dtst_epoll.h14 void *self; member
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutex_trylock.c7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local
[all...]
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_join.c9 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local
/third_party/musl/src/thread/
H A Dpthread_mutex_trylock.c7 pthread_t self = __pthread_self(); in __pthread_mutex_trylock_owner() local
[all...]
/third_party/python/Include/cpython/
H A Dbytearrayobject.h22 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_AS_STRING() local
33 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_GET_SIZE() local
H A Dgenobject.h48 PyAPI_FUNC(void) _PyGen_Finalize(PyObject *self); variable
/third_party/python/Modules/_xxtestfuzz/
H A D_xxtestfuzz.c8 static PyObject* _fuzz_run(PyObject* self, PyObject* args) { in _fuzz_run() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Dx25519_openssl.c38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument
51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
H A Ddh_openssl.c39 static void DestroyDh(HcfObjectBase *self) in DestroyDh() argument
52 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c34 static HcfResult OpensslGenerateRandom(HcfRandSpi *self, int32_t numBytes, HcfBlob *random) in OpensslGenerateRandom() argument
62 static const char *GetRandAlgoName(HcfRandSpi *self) in GetRandAlgoName() argument
76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument
86 static void DestroyRandOpenssl(HcfObjectBase *self) in DestroyRandOpenssl() argument
[all...]
/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c31 HcBool StringAppend(HcString *self, HcString str) in StringAppend() argument
51 HcBool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() argument
70 StringAppendChar(HcString *self, char c) StringAppendChar() argument
91 StringSet(HcString *self, HcString str) StringSet() argument
108 StringSetPointer(HcString *self, const char *str) StringSetPointer() argument
123 StringGet(const HcString *self) StringGet() argument
137 StringLength(const HcString *self) StringLength() argument
[all...]

Completed in 7 milliseconds

12345678910>>...24