/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_cs.c | 577 struct lp_cs_variant_list_item *li, *next; in llvmpipe_delete_compute_state() local
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 175 SResource *next = current->fNext; in ~ContainerResource() local
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 593 US next = result * base + digit; in integer_parser() local
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 153 struct io_oper *next; member 181 struct io_unit *next; member [all...] |
/third_party/lwip/src/apps/http/ |
H A D | httpd.c | 243 struct http_state *next; member [all...] |
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 111 struct file_entry *next; member
|
/third_party/lwip/src/core/ |
H A D | tcp.c | 1668 struct tcp_pcb *next; global() local 1789 struct tcp_seg *next = seg->next; global() local 1994 struct tcp_pcb *next = pcb->next; global() local 2496 struct tcp_pcb *next = pcb->next; global() local [all...] |
/third_party/libwebsockets/lib/secure-streams/ |
H A D | private-lib-secure-streams.h | 365 struct backoffs *next; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 279 static char **handle_onoff_switch(char *arg, char **next, const struct flag flags[]) in handle_onoff_switch() argument 349 static char **handle_switch_a(char *arg, char **next) in handle_switch_a() argument 357 static char **handle_switch_D(char *arg, char **next) in handle_switch_D() argument 384 static char **handle_switch_d(char *arg, char **next) in handle_switch_d() argument 415 static char **handle_switch_E(char *arg, char **next) in handle_switch_E() argument 539 handle_switch_f(char *arg, char **next) handle_switch_f() argument 547 handle_switch_G(char *arg, char **next) handle_switch_G() argument 555 handle_base_dir(char *arg, char **next) handle_base_dir() argument 563 handle_switch_g(char *arg, char **next) handle_switch_g() argument 571 handle_switch_I(char *arg, char **next) handle_switch_I() argument 598 handle_switch_i(char *arg, char **next) handle_switch_i() argument 618 handle_switch_M(char *arg, char **next) handle_switch_M() argument 660 handle_multiarch_dir(char *arg, char **next) handle_multiarch_dir() argument 686 handle_switch_m(char *arg, char **next) handle_switch_m() argument 697 handle_nostdinc(char *arg, char **next) handle_nostdinc() argument 703 handle_switch_n(char *arg, char **next) handle_switch_n() argument 711 handle_switch_O(char *arg, char **next) handle_switch_O() argument 721 handle_switch_o(char *arg, char **next) handle_switch_o() argument 738 handle_switch_p(char *arg, char **next) handle_switch_p() argument 744 handle_switch_s(const char *arg, char **next) handle_switch_s() argument 790 handle_switch_U(char *arg, char **next) handle_switch_U() argument 813 handle_switch_v(char *arg, char **next) handle_switch_v() argument 889 handle_switch_W(char *arg, char **next) handle_switch_W() argument 925 handle_switch_x(char *arg, char **next) handle_switch_x() argument 933 handle_arch(char *arg, char **next) handle_arch() argument 947 handle_param(char *arg, char **next) handle_param() argument 964 handle_os(char *arg, char **next) handle_os() argument 974 handle_version(char *arg, char **next) handle_version() argument 986 handle_long_options(char *arg, char **next) handle_long_options() argument 1006 handle_switch(char *arg, char **next) handle_switch() argument [all...] |
H A D | pre-process.c | 249 struct token *next; in expand_list() local 262 struct token *next; in collect_arg() local 323 struct token *next = NULL; collect_arguments() local 811 int stream, next; already_tokenized() local 948 struct token *next; handle_include_path() local 1088 struct token *arg = list->next, *next = list; parse_arguments() local 1229 struct token *next = token->next; handle_hash() local 1569 struct token *next = token->next; handle_ifdef() local 1584 struct token *next = token->next; handle_ifndef() local 1812 const char *next; add_path_entry() local 1948 struct token *next = *line; handle_pragma() local 2067 struct token **next; create_arglist() local 2215 struct token *start = *line, *next; preprocessor_line() local 2231 struct token *next; do_preprocess() local 2324 struct token *next = token->next; dump_macro() local [all...] |
H A D | symbol.c | 696 struct symbol *next = sym; in check_declaration() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 29 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument 33 JumpTable* next() const { return next_; } in next() function in v8::internal::compiler::final
|
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 912 LoopInfo* next = &loops_[GetLoopNumber(succ)]; in ComputeAndInsertSpecialRPO() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 553 GotoIfNot(TaggedIsSmi(var_code.value()), &next); in RegExpExecInternal() local 1196 GotoIfNot(IsUndefined(new_target), &next); TF_BUILTIN() local 1200 GotoIfNot(IsUndefined(flags), &next); TF_BUILTIN() local 1205 GotoIfNot(TaggedEqual(value, regexp_function), &next); TF_BUILTIN() local 1214 GotoIf(TaggedIsSmi(pattern), &next); TF_BUILTIN() local 1313 GotoIf(TaggedIsSmi(maybe_pattern), &next); TF_BUILTIN() local 1538 Branch(SmiEqual(limit, SmiZero()), &return_empty_array, &next); RegExpPrototypeSplitBody() local 1548 Branch(SmiEqual(string_length, SmiZero()), &if_stringisempty, &next); RegExpPrototypeSplitBody() local 1602 &next); RegExpPrototypeSplitBody() local 1618 Branch(IsNull(match_indices_ho), &push_suffix_and_out, &next); RegExpPrototypeSplitBody() local 1633 GotoIfNot(SmiEqual(match_to, next_search_from), &next); RegExpPrototypeSplitBody() local 1634 GotoIfNot(SmiEqual(match_to, last_matched_until), &next); RegExpPrototypeSplitBody() local [all...] |
H A D | builtins-array-gen.cc | 1431 GotoIfNot(IsTrue(exists), &next); in FlattenIntoArray() local 1709 GotoIfNot(Word32Equal(elements_kind, Int32Constant(kind)), &next); CreateArrayDispatchNoArgument() local 1779 &next); CreateArrayDispatchSingleArgument() local [all...] |
H A D | builtins-string-gen.cc | 1030 GotoIfNot(WordEqual(search_length, IntPtrConstant(1)), &next); in TF_BUILTIN() local 1031 GotoIfNot(IntPtrGreaterThan(subject_length, IntPtrConstant(0xFF)), &next); in TF_BUILTIN() local 1032 GotoIf(TaggedIsSmi(replace), &next); in TF_BUILTIN() local 1038 GotoIfNot(IsConsStringInstanceType(subject_instance_type), &next); TF_BUILTIN() local 1066 GotoIfNot(SmiIsNegative(match_start_index), &next); TF_BUILTIN() local 1095 GotoIf(SmiEqual(match_start_index, smi_zero), &next); TF_BUILTIN() local 1171 GotoIf(TaggedIsSmi(maybe_regexp), &next); TF_BUILTIN() local 1198 Branch(SmiEqual(global_ix, SmiConstant(-1)), &throw_exception, &next); TF_BUILTIN() local 1376 GotoIfNot(IsUndefined(separator), &next); TF_BUILTIN() local 1672 &next); SubString() local [all...] |
H A D | builtins-internal-gen.cc | 326 &next); in IncrementalWriteBarrier() local 333 &next, &call_incremental_wb); IncrementalWriteBarrier() local [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | deoptimizer.cc | 341 Object next = code.next_code_link(); in DeoptimizeMarkedCodeForContext() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 832 Object next = map->GetBackPointer(); local [all...] |
H A D | string.cc | 955 SourceChar next = src[i + 1]; in CalculateLineEndsImpl() local
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 75 Parameter** next() { return &next_parameter; } in next() function 76 Parameter* const* next() const { return &next_parameter; } in next() function
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 194 Label next; in Backtrack() local
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.h | 239 DeferredAction* next() { return next_; } in next() function in v8::internal::Trace::DeferredAction
|
/third_party/node/deps/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.cc | 169 Label next; in Backtrack() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.cc | 105 LookupMapping(const int32_t* table, uint16_t size, const MultiCharacterSpecialCase<kW>* multi_chars, uchar chr, uchar next, uchar* result, bool* allow_caching_ptr) LookupMapping() argument
|