| /kernel/linux/linux-6.6/kernel/ |
| H A D | jump_label.c | 736 jump_label_module_notify(struct notifier_block *self, unsigned long val, in jump_label_module_notify() argument
|
| H A D | tracepoint.c | 701 static int tracepoint_module_notify(struct notifier_block *self, in tracepoint_module_notify() argument
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_4xxx/ |
| H A D | adf_4xxx_hw_data.c | 121 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask() argument 126 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() argument 133 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() argument 138 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() argument 146 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id() argument 151 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() argument 156 get_sram_bar_id(struct adf_hw_device_data *self) get_sram_bar_id() argument 282 get_sku(struct adf_hw_device_data *self) get_sku() argument 313 get_heartbeat_clock(struct adf_hw_device_data *self) get_heartbeat_clock() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | kgdb.c | 575 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify() argument
|
| /kernel/linux/linux-6.6/drivers/hv/ |
| H A D | hv_common.c | 174 static int hv_die_panic_notify_crash(struct notifier_block *self, in hv_die_panic_notify_crash() argument
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| H A D | windfarm_pm91.c | 609 static int wf_smu_notify(struct notifier_block *self, in wf_smu_notify() argument
|
| /kernel/liteos_a/compat/posix/src/ |
| H A D | pthread.c | 100 _pthread_data *self = pthread_get_self_data(); in CheckForCancel() local 140 STATIC VOID SetPthreadAttr(const _pthread_data *self, const pthread_attr_t *attr, pthread_attr_t *outAttr) in SetPthreadAttr() argument 226 _pthread_data *self = pthread_get_self_data(); in pthread_create() local 281 _pthread_data *self = pthread_get_self_data(); pthread_exit() local 360 _pthread_data *self = NULL; pthread_join() local 596 _pthread_data *self = NULL; pthread_setcancelstate() local 630 _pthread_data *self = NULL; pthread_setcanceltype() local [all...] |
| /kernel/linux/linux-6.6/mm/ |
| H A D | memory-tiers.c | 595 static int __meminit memtier_hotplug_callback(struct notifier_block *self, in memtier_hotplug_callback() argument
|
| /third_party/libuv/src/win/ |
| H A D | thread.c | 93 uv_thread_t self; member
|
| /third_party/node/src/crypto/ |
| H A D | crypto_x509.cc | 480 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
|
| /third_party/node/src/ |
| H A D | histogram.cc | 350 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
|
| /third_party/musl/src/thread/linux/ |
| H A D | pthread_create.c | 64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local 74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local 198 pthread_t self = __pthread_self(); in __pthread_exit() local 339 struct pthread *self = __pthread_self(); __do_cleanup_push() local 424 struct pthread *self, *new; __pthread_create() local 605 struct pthread *self = __pthread_self(); __pthread_list_find() local [all...] |
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_create.c | 64 pthread_t self = __pthread_self(); in __pthread_reserve_signal_stack() local 74 pthread_t self = __pthread_self(); in __pthread_release_signal_stack() local 146 pthread_t self = __pthread_self(); in __pthread_exit() local 275 struct pthread *self = __pthread_self(); __do_cleanup_push() local 360 struct pthread *self, *new; __pthread_create() local 541 struct pthread *self = __pthread_self(); __pthread_list_find() local [all...] |
| /third_party/node/deps/brotli/c/enc/ |
| H A D | hash_to_binary_tree_inc.h | 57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument 97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument 113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument 201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument 270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument [all...] |
| H A D | hash_forgetful_chain_inc.h | 83 Initialize( HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 131 Store(HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 149 StoreRange( HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument 173 PrepareDistanceCache( HashForgetfulChain* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| H A D | hash_longest_match_inc.h | 61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | thread.c | 93 uv_thread_t self; member
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrSkSLFP.cpp | 32 FPCallbacks(Impl* self, in FPCallbacks() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_config_parser.cpp | 307 find_family(FamilyData* self, const SkString& familyName) find_family() argument 418 FamilyData* self = static_cast<FamilyData*>(data); start_element_handler() local 441 FamilyData* self = static_cast<FamilyData*>(data); end_element_handler() local 471 FamilyData* self = static_cast<FamilyData*>(data); xml_entity_decl_handler() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | hash_to_binary_tree_inc.h | 57 Initialize( HasherCommon* common, HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 67 Prepare(HashToBinaryTree* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 91 LeftChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) LeftChildIndex() argument 97 RightChildIndex( HashToBinaryTree* BROTLI_RESTRICT self, const size_t pos) RightChildIndex() argument 113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument 201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument 270 Store(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 279 StoreRange(HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 297 StitchToPreviousBlock( HashToBinaryTree* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument [all...] |
| H A D | hash_longest_match_inc.h | 61 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 108 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 118 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 127 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 141 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| H A D | hash_forgetful_chain_inc.h | 83 Initialize( HasherCommon* common, HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 92 Prepare( HashForgetfulChain* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 131 Store(HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 149 StoreRange( HashForgetfulChain* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 159 StitchToPreviousBlock( HashForgetfulChain* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument 173 PrepareDistanceCache( HashForgetfulChain* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| /third_party/skia/third_party/externals/brotli/python/ |
| H A D | _brotli.cc | 151 static void brotli_Compressor_dealloc(brotli_Compressor* self) { in brotli_Compressor_dealloc() argument 161 brotli_Compressor *self; in brotli_Compressor_new() local 171 brotli_Compressor_init(brotli_Compressor *self, PyObject *args, PyObject *keywds) brotli_Compressor_init() argument 223 brotli_Compressor_process(brotli_Compressor *self, PyObject *args) brotli_Compressor_process() argument 271 brotli_Compressor_flush(brotli_Compressor *self) brotli_Compressor_flush() argument 311 brotli_Compressor_finish(brotli_Compressor *self) brotli_Compressor_finish() argument 437 brotli_Decompressor_dealloc(brotli_Decompressor* self) brotli_Decompressor_dealloc() argument 447 brotli_Decompressor *self; brotli_Decompressor_new() local 457 brotli_Decompressor_init(brotli_Decompressor *self, PyObject *args, PyObject *keywds) brotli_Decompressor_init() argument 492 brotli_Decompressor_process(brotli_Decompressor *self, PyObject *args) brotli_Decompressor_process() argument 539 brotli_Decompressor_is_finished(brotli_Decompressor *self) brotli_Decompressor_is_finished() argument 637 brotli_decompress(PyObject *self, PyObject *args, PyObject *keywds) brotli_decompress() argument [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | stgdict.c | 30 PyCStgDict_init(StgDictObject *self, PyObject *args, PyObject *kwds) in PyCStgDict_init() argument 41 PyCStgDict_clear(StgDictObject *self) in PyCStgDict_clear() argument 52 PyCStgDict_dealloc(StgDictObject *self) PyCStgDict_dealloc() argument 62 PyCStgDict_sizeof(StgDictObject *self, void *unused) PyCStgDict_sizeof() argument 201 PyObject_stgdict(PyObject *self) PyObject_stgdict() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _gdbmmodule.c | 222 _gdbm_gdbm_get_impl(gdbmobject *self, PyObject *key, PyObject *default_value) in _gdbm_gdbm_get_impl() argument 291 _gdbm_gdbm_setdefault_impl(gdbmobject *self, PyObject *key, in _gdbm_gdbm_setdefault_impl() argument 314 _gdbm_gdbm_close_impl(gdbmobject *self) in _gdbm_gdbm_close_impl() argument 334 _gdbm_gdbm_keys_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_keys_impl() argument 377 gdbm_contains(PyObject *self, PyObject *arg) gdbm_contains() argument 421 _gdbm_gdbm_firstkey_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_firstkey_impl() argument 460 _gdbm_gdbm_nextkey_impl(gdbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length) _gdbm_gdbm_nextkey_impl() argument 498 _gdbm_gdbm_reorganize_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_reorganize_impl() argument 527 _gdbm_gdbm_sync_impl(gdbmobject *self, PyTypeObject *cls) _gdbm_gdbm_sync_impl() argument 538 gdbm__enter__(PyObject *self, PyObject *args) gdbm__enter__() argument 545 gdbm__exit__(PyObject *self, PyObject *args) gdbm__exit__() argument 686 PyObject *self = newgdbmobject(state, name, iflags, mode); dbmopen_impl() local [all...] |