Home
last modified time | relevance | path

Searched defs:next (Results 2776 - 2800 of 2869) sorted by relevance

1...<<111112113114115

/third_party/alsa-lib/src/pcm/
H A Dpcm.c2570 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 Dhp3500.c162 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 Drbbitst.cpp1688 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 Dssl_tls.c1827 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 Dittnotify.h1761 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 Dmodule-compiler.cc331 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 Ddynlink.c1221 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 Dfuse.c68 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 Dregister-allocator.cc574 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 Deffect-control-linearizer.cc5022 auto next = __ MakeLabel(); in AdaptOverloadedFastCallArgument() local
/third_party/node/deps/v8/src/ast/
H A Dast.h364 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 Dassembler-mips64.cc1006 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 Dassembler-mips.cc1078 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 Dassembler-loong64.cc610 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 Dassembler-arm.cc1013 void Assembler::next(Label* L) { in next() function in v8::internal::Assembler
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc701 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 Dfactory.cc2883 NewJSAsyncFromSyncIterator( Handle<JSReceiver> sync_iterator, Handle<Object> next) NewJSAsyncFromSyncIterator() argument
H A Dheap.h204 StrongRootsEntry* next; member in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1090 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 Dpreparser.h474 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 Dnv50_ir.h942 Instruction *next; member in nv50_ir::Instruction
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c598 bool next = (i + 1) < count; in bi_make_vec16_to() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c262 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 Ddynlink.c1256 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 Dpcre2_compile.c4937 uint32_t c, othercase, next; get_othercase_range() local
[all...]

Completed in 154 milliseconds

1...<<111112113114115