/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 2570 snd_config_iterator_t i, next; in snd_pcm_open_conf() local 7783 snd_config_iterator_t i, next; in snd_pcm_slave_conf() local 8676 snd_config_iterator_t i, next; in _snd_pcm_parse_config_chmaps() local [all...] |
/third_party/backends/backend/ |
H A D | hp3500.c | 162 struct hp3500_data *next; member 926 struct hp3500_data *dev, *next; in sane_exit() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 1688 int32_t RBBICharMonkey::next(int32_t prevPos) { next() function in RBBICharMonkey 2019 int32_t RBBIWordMonkey::next(int32_t prevPos) { next() function in RBBIWordMonkey 2393 int32_t RBBISentMonkey::next(int32_t prevPos) { next() function in RBBISentMonkey 2849 int32_t RBBILineMonkey::next(int32_t startPos) { next() function in RBBILineMonkey [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 1827 mbedtls_ssl_key_cert *cur = key_cert, *next; in ssl_key_cert_free() local [all...] |
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 1761 struct ___itt_domain* next; member 1949 struct ___itt_string_handle* next; member 2691 struct ___itt_clock_domain* next; member 3309 struct ___itt_track_group* next; member 3337 struct ___itt_track* next; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 331 int next = task_id + 1; in next_task_id() local 1257 auto next = queue_.cbegin(); in TransitiveTypeFeedbackProcessor() local
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1221 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local 1990 const char *rp, *next; in load_library() local 2312 struct dso *p, *next; revert_syms() local 3311 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; dlopen_impl() local 5153 const char *rp, *next; load_library_header() local [all...] |
/third_party/libfuse/lib/ |
H A D | fuse.c | 68 struct lock_queue_element *next; member 97 struct list_head *next; member 132 struct lock *next; member 167 struct fuse_direntry *next; member 358 list_add(struct list_head *new, struct list_head *prev, struct list_head *next) list_add() argument 380 struct list_head *next = entry->next; list_del() local 649 struct node **next; rehash_id() local 762 struct node **next; rehash_name() local 3600 struct fuse_direntry *next = de->next; free_direntries() local 4400 struct list_head *curr, *next; fuse_clean_cache() local 4742 char *next; fuse_lib_help() local 4942 char *next; fuse_new_31() local 5086 struct node *next; fuse_destroy() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 574 UseInterval* next = current->next(); DetachAt() local 808 SpillMoveInsertionList* next; global() member 3988 InstructionBlock* next = LastDeferredInstructionIndex() local 4827 LiveRange* next = cur->next(); PopulateReferenceMaps() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 5022 auto next = __ MakeLabel(); in AdaptOverloadedFastCallArgument() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 364 Declaration** next() { return &next_; } in next() function in v8::internal::Declaration 486 void Initialize(Statement* init, Expression* cond, Statement* next, in Initialize() argument 496 Statement* next() const { return next_; } in next() function in v8::internal::final 899 SloppyBlockFunctionStatement** next() { return &next_; } in next() function in v8::internal::final 1542 static VariableProxy** next(VariableProxy* t) { return filter(t->next()); } in next() function 1576 V8_INLINE VariableProxy** next() { return &next_unresolved_; } in next() function in v8::internal::final
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 1006 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 1078 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 610 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 1013 void Assembler::next(Label* L) { in next() function in v8::internal::Assembler [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 701 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 2883 NewJSAsyncFromSyncIterator( Handle<JSReceiver> sync_iterator, Handle<Object> next) NewJSAsyncFromSyncIterator() argument
|
H A D | heap.h | 204 StrongRootsEntry* next; member in v8::internal::final
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 1090 Handle<Object> next; in CreateListFromArrayLike() local 5590 Object next = PromiseReaction::cast(current).next(); TriggerPromiseReactions() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.h | 474 Initialize(PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, const SourceRange& body_range = {}) Initialize() argument 1415 DesugarLexicalBindingsInForStatement( PreParserStatement loop, PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 942 Instruction *next; member in nv50_ir::Instruction
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 598 bool next = (i + 1) < count; in bi_make_vec16_to() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 262 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_batch_flush() local 290 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_add_sized_call() local 330 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_is_sync() local 340 struct tc_batch *next = &tc->batch_slots[tc->next]; _tc_sync() local 437 tc_add_to_buffer_list(struct threaded_context *tc, struct tc_buffer_list *next, struct pipe_resource *buf) tc_add_to_buffer_list() argument 448 tc_bind_buffer(struct threaded_context *tc, uint32_t *binding, struct tc_buffer_list *next, struct pipe_resource *buf) tc_bind_buffer() argument 1453 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_set_sampler_views() local 1546 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_set_shader_images() local 1636 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_set_shader_buffers() local 1716 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_set_vertex_buffers() local 1793 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_set_stream_output_targets() local 3057 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_flush() local 3158 is_next_call_a_mergeable_draw(struct tc_draw_single *first, struct tc_draw_single *next) is_next_call_a_mergeable_draw() argument 3182 struct tc_draw_single *next = get_next_call(first, tc_draw_single); tc_call_draw_single() local 3315 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_draw_vbo() local 3440 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_draw_vbo() local 3493 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_draw_vbo() local 3543 is_next_call_a_mergeable_draw_vstate(struct tc_draw_vstate_single *first, struct tc_draw_vstate_single *next) is_next_call_a_mergeable_draw_vstate() argument 3561 struct tc_draw_vstate_single *next = get_next_call(first, tc_draw_vstate_single); tc_call_draw_vstate_single() local 3660 struct tc_batch *next = &tc->batch_slots[tc->next]; tc_draw_vertex_state() local 3770 struct tc_buffer_list *next = &tc->buffer_lists[tc->next_buf_list]; tc_resource_copy_region() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1256 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local 2178 const char *rp, *next; in load_library() local 2540 struct dso *p, *next; revert_syms() local 3555 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; dlopen_impl() local 5542 const char *rp, *next; load_library_header() local 6252 struct dso_handle_node* next; global() member [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 4937 uint32_t c, othercase, next; get_othercase_range() local [all...] |