| /third_party/ffmpeg/libavdevice/ |
| H A D | jack.c | 65 JackData *self = arg; in process_callback() local 118 JackData *self = arg; shutdown_callback() local 124 JackData *self = arg; xrun_callback() local 130 supply_new_packets(JackData *self, AVFormatContext *context) supply_new_packets() argument 150 JackData *self = context->priv_data; start_jack() local 222 stop_jack(JackData *self) stop_jack() argument 238 JackData *self = context->priv_data; audio_read_header() local 266 JackData *self = context->priv_data; audio_read_packet() local 326 JackData *self = context->priv_data; audio_read_close() local [all...] |
| /third_party/ltp/metadata/ |
| H A D | data_storage.h | 137 static inline int data_node_hash_add(struct data_node *self, const char *id, struct data_node *payload) in data_node_hash_add() argument 155 static inline void data_node_free(struct data_node *self) in data_node_free() argument 178 data_node_hash_del(struct data_node *self, const char *id) data_node_hash_del() argument 199 data_node_hash_get(struct data_node *self, const char *id) data_node_hash_get() argument 215 data_node_array_add(struct data_node *self, struct data_node *payload) data_node_array_add() argument 230 data_node_array_len(struct data_node *self) data_node_array_len() argument 244 data_node_print_(struct data_node *self, unsigned int padd) data_node_print_() argument 278 data_node_print(struct data_node *self) data_node_print() argument 334 data_to_json_(struct data_node *self, FILE *f, unsigned int padd, int do_padd) data_to_json_() argument 371 data_to_json(struct data_node *self, FILE *f, unsigned int padd) data_to_json() argument [all...] |
| /third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
| H A D | st_tusb.h | 50 struct usb_bus self; /* hcd is-a bus */ member
|
| /third_party/node/src/api/ |
| H A D | hooks.cc | 99 std::shared_ptr<AsyncCleanupHookInfo> self; member
|
| /third_party/musl/src/malloc/oldmalloc/ |
| H A D | malloc.c | 279 static void bin_chunk(struct chunk *self, int i) in bin_chunk() argument 289 static void trim(struct chunk *self, size_t n) in trim() argument 408 struct chunk *self, *next; realloc() local 521 __bin_chunk(struct chunk *self) __bin_chunk() argument 597 unmap_chunk(struct chunk *self) unmap_chunk() argument 628 struct chunk *self = MEM_TO_CHUNK(p); free() local [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_mruby_module_env.cc | 44 mrb_value env_init(mrb_state *mrb, mrb_value self) { return self; } in env_init() argument 48 mrb_value env_get_req(mrb_state *mrb, mrb_value self) { in env_get_req() argument 54 mrb_value env_get_resp(mrb_state *mrb, mrb_value self) { in env_get_resp() argument 60 mrb_value env_get_ctx(mrb_state *mrb, mrb_value self) { in env_get_ctx() argument 77 mrb_value env_get_phase(mrb_state *mrb, mrb_value self) { in env_get_phase() argument 85 env_get_remote_addr(mrb_state *mrb, mrb_value self) env_get_remote_addr() argument 98 env_get_server_port(mrb_state *mrb, mrb_value self) env_get_server_port() argument 110 env_get_server_addr(mrb_state *mrb, mrb_value self) env_get_server_addr() argument 122 env_get_tls_used(mrb_state *mrb, mrb_value self) env_get_tls_used() argument 133 env_get_tls_sni(mrb_state *mrb, mrb_value self) env_get_tls_sni() argument 184 env_get_tls_client_fingerprint_sha256(mrb_state *mrb, mrb_value self) env_get_tls_client_fingerprint_sha256() argument 191 env_get_tls_client_fingerprint_sha1(mrb_state *mrb, mrb_value self) env_get_tls_client_fingerprint_sha1() argument 197 env_get_tls_client_subject_name(mrb_state *mrb, mrb_value self) env_get_tls_client_subject_name() argument 227 env_get_tls_client_issuer_name(mrb_state *mrb, mrb_value self) env_get_tls_client_issuer_name() argument 257 env_get_tls_client_serial(mrb_state *mrb, mrb_value self) env_get_tls_client_serial() argument 287 env_get_tls_client_not_before(mrb_state *mrb, mrb_value self) env_get_tls_client_not_before() argument 321 env_get_tls_client_not_after(mrb_state *mrb, mrb_value self) env_get_tls_client_not_after() argument 355 env_get_tls_cipher(mrb_state *mrb, mrb_value self) env_get_tls_cipher() argument 371 env_get_tls_protocol(mrb_state *mrb, mrb_value self) env_get_tls_protocol() argument 387 env_get_tls_session_id(mrb_state *mrb, mrb_value self) env_get_tls_session_id() argument 414 env_get_tls_session_reused(mrb_state *mrb, mrb_value self) env_get_tls_session_reused() argument 430 env_get_alpn(mrb_state *mrb, mrb_value self) env_get_alpn() argument 441 env_get_tls_handshake_finished(mrb_state *mrb, mrb_value self) env_get_tls_handshake_finished() argument [all...] |
| H A D | shrpx_mruby_module_response.cc | 46 mrb_value response_init(mrb_state *mrb, mrb_value self) { return self; } in response_init() argument 50 mrb_value response_get_http_version_major(mrb_state *mrb, mrb_value self) { in response_get_http_version_major() argument 59 mrb_value response_get_http_version_minor(mrb_state *mrb, mrb_value self) { in response_get_http_version_minor() argument 68 mrb_value response_get_status(mrb_state *mrb, mrb_value self) { in response_get_status() argument 77 mrb_value response_set_status(mrb_state *mrb, mrb_value self) { in response_set_status() argument 97 mrb_value response_get_headers(mrb_state *mrb, mrb_value self) { in response_get_headers() argument 107 mrb_value response_mod_header(mrb_state *mrb, mrb_value self, bool repl) { in response_mod_header() argument 179 mrb_value response_set_header(mrb_state *mrb, mrb_value self) { in response_set_header() argument 185 response_add_header(mrb_state *mrb, mrb_value self) response_add_header() argument 191 response_clear_headers(mrb_state *mrb, mrb_value self) response_clear_headers() argument 203 response_return(mrb_state *mrb, mrb_value self) response_return() argument 280 response_send_info(mrb_state *mrb, mrb_value self) response_send_info() argument [all...] |
| H A D | shrpx_mruby_module_request.cc | 46 mrb_value request_init(mrb_state *mrb, mrb_value self) { return self; } in request_init() argument 50 mrb_value request_get_http_version_major(mrb_state *mrb, mrb_value self) { in request_get_http_version_major() argument 59 mrb_value request_get_http_version_minor(mrb_state *mrb, mrb_value self) { in request_get_http_version_minor() argument 68 mrb_value request_get_method(mrb_state *mrb, mrb_value self) { in request_get_method() argument 79 mrb_value request_set_method(mrb_state *mrb, mrb_value self) { in request_set_method() argument 105 mrb_value request_get_authority(mrb_state *mrb, mrb_value self) { in request_get_authority() argument 115 mrb_value request_set_authority(mrb_state *mrb, mrb_value self) { in request_set_authority() argument 139 request_get_scheme(mrb_state *mrb, mrb_value self) request_get_scheme() argument 149 request_set_scheme(mrb_state *mrb, mrb_value self) request_set_scheme() argument 173 request_get_path(mrb_state *mrb, mrb_value self) request_get_path() argument 183 request_set_path(mrb_state *mrb, mrb_value self) request_set_path() argument 204 request_get_headers(mrb_state *mrb, mrb_value self) request_get_headers() argument 213 request_mod_header(mrb_state *mrb, mrb_value self, bool repl) request_mod_header() argument 287 request_set_header(mrb_state *mrb, mrb_value self) request_set_header() argument 293 request_add_header(mrb_state *mrb, mrb_value self) request_add_header() argument 299 request_clear_headers(mrb_state *mrb, mrb_value self) request_clear_headers() argument 313 request_push(mrb_state *mrb, mrb_value self) request_push() argument [all...] |
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_create.c | 55 pthread_t self = __pthread_self(); in __pthread_exit() local 168 struct pthread *self = __pthread_self(); __do_cleanup_push() local 238 struct pthread *self, *new; __pthread_create() local [all...] |
| /third_party/musl/src/thread/ |
| H A D | pthread_create.c | 65 pthread_t self = __pthread_self(); in __pthread_exit() local 186 struct pthread *self = __pthread_self(); __do_cleanup_push() local 250 struct pthread *self, *new; __pthread_create() local 416 struct pthread *self = __pthread_self(); __pthread_list_find() local [all...] |
| /third_party/musl/src/thread/liteos_a/ |
| H A D | pthread_create.c | 55 pthread_t self = __pthread_self(); in __pthread_exit() local 168 struct pthread *self = __pthread_self(); __do_cleanup_push() local 238 struct pthread *self, *new; __pthread_create() local [all...] |
| /third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
| H A D | malloc.c | 260 static void bin_chunk(struct chunk *self, int i) in bin_chunk() argument 270 static void trim(struct chunk *self, size_t n) in trim() argument 354 struct chunk *self, *next; realloc() local 434 __bin_chunk(struct chunk *self) __bin_chunk() argument 497 unmap_chunk(struct chunk *self) unmap_chunk() argument 513 struct chunk *self = MEM_TO_CHUNK(p); free() local [all...] |
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
| H A D | malloc.c | 267 static void bin_chunk(struct chunk *self, int i) in bin_chunk() argument 277 static void trim(struct chunk *self, size_t n) in trim() argument 382 struct chunk *self, *next; realloc() local 483 __bin_chunk(struct chunk *self) __bin_chunk() argument 551 unmap_chunk(struct chunk *self) unmap_chunk() argument 578 struct chunk *self = MEM_TO_CHUNK(p); free() local [all...] |
| /third_party/node/deps/brotli/c/enc/ |
| H A D | block_splitter.c | 108 void BrotliInitBlockSplit(BlockSplit* self) { in BrotliInitBlockSplit() argument 117 void BrotliDestroyBlockSplit(MemoryManager* m, BlockSplit* self) { in BrotliDestroyBlockSplit() argument [all...] |
| H A D | hash_longest_match64_inc.h | 60 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 109 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 122 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 131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 145 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 162 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_longest_match_quickly_inc.h | 46 Initialize( HasherCommon* common, HashLongestMatchQuickly* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 55 Prepare( HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 95 Store( HashLongestMatchQuickly* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 108 StoreRange( HashLongestMatchQuickly* 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 118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 132 PrepareDistanceCache( HashLongestMatchQuickly* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 147 FindLongestMatch( HashLongestMatchQuickly* 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_rolling_inc.h | 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOO argument 54 Initialize( HasherCommon* common, HashRolling* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 100 Store(HashRolling* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 108 StoreRange(HashRolling* 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 118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument 143 PrepareDistanceCache( HashRolling* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 150 FindLongestMatch( HashRolling* 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 | command.h | 120 static BROTLI_INLINE void InitCommand(Command* self, in InitCommand() argument 138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) { in InitInsertCommand() argument 146 CommandRestoreDistanceCode( const Command* self, const BrotliDistanceParams* dist) CommandRestoreDistanceCode() argument 167 CommandDistanceContext(const Command* self) CommandDistanceContext() argument 176 CommandCopyLen(const Command* self) CommandCopyLen() argument 180 CommandCopyLenCode(const Command* self) CommandCopyLenCode() argument [all...] |
| /third_party/node/deps/v8/include/cppgc/ |
| H A D | visitor.h | 297 virtual void Visit(const void* self, TraceDescriptor) {} in Visit() argument 298 virtual void VisitWeak(const void* self, TraceDescriptor, WeakCallback, in VisitWeak() argument 301 virtual void VisitWeakRoot(const void* self, TraceDescriptor, WeakCallback, in VisitWeakRoot() argument 305 virtual void VisitWeakContainer(const void* self, TraceDescriptor strong_desc, in VisitWeakContainer() argument 312 WeakCallbackMethodDelegate(const LivenessBroker& info, const void* self) WeakCallbackMethodDelegate() argument
|
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | visitor.h | 307 virtual void Visit(const void* self, TraceDescriptor) {} in Visit() argument 308 virtual void VisitWeak(const void* self, TraceDescriptor, WeakCallback, in VisitWeak() argument 312 virtual void VisitWeakContainer(const void* self, TraceDescriptor strong_desc, in VisitWeakContainer() argument 398 virtual void VisitWeakRoot(const void* self, TraceDescriptor, WeakCallback, in VisitWeakRoot() argument 319 WeakCallbackMethodDelegate(const LivenessBroker& info, const void* self) WeakCallbackMethodDelegate() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | module.cc | 93 auto self = SourceTextModule::cast(*module); in RecordError() local
|
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx.cc | 106 initString(String *self, const char *s, std::size_t len) initString() argument 112 initString(String *self, const char16_t *s, std::size_t len) initString() argument 296 initStr(Str *self, const char *ptr, std::size_t len) initStr() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Layout.cpp | 60 auto self = *this; in operator +() local 67 auto self = *this; in operator *() local
|
| /third_party/skia/src/ports/ |
| H A D | SkTypeface_mac_ct.cpp | 223 CTFontRef self = (CTFontRef)context; in find_by_CTFontRef() local
|
| H A D | SkOSFile_posix.cpp | 141 SkOSFileIterData& self = *reinterpret_cast<SkOSFileIterData*>(fSelf); in ~Iter() local 149 SkOSFileIterData& self = *reinterpret_cast<SkOSFileIterData*>(fSelf); in reset() local 180 SkOSFileIterData& self = *reinterpret_cast<SkOSFileIterData*>(fSelf); next() local [all...] |