/third_party/musl/ldso/ |
H A D | dynlink.c | 58 struct td_index *next; member 69 struct dso *next, *prev; member 583 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local 1096 const char *rp, *next; local 1422 struct dso *p, *next; global() local 2160 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; global() local [all...] |
/third_party/python/Python/ |
H A D | sysmodule.c | 2116 struct _preinit_entry *next; member 2180 _Py_PreInitEntry next = current->next; _clear_preinit_entries() local [all...] |
H A D | specialize.c | 1457 _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_PRECALL + 1 in specialize_method_descriptor() local 1787 _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_BINARY_OP + 1]; in _Py_Specialize_BinaryOp() local
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 4238 def next(self, state, line=None): member in DSLParser [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 338 struct future_patch* next; member [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.c | 3813 pa_sink_volume_change *next = c->next; in pa_sink_volume_change_flush() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 1378 bool next(VkPipelineCreateFlags& flags) { in next() function in vkt::RayTracing::__anon28557::GeometryTypes::NoNullShadersFlagGenerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1149 T* next (void) in next() function in vkt::TransformFeedback::__anon28917::Traverser
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 1120 T* next (void) in next() function in vkt::ubo::__anon28929::Traverser
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 210 jpeg_saved_marker_ptr next; /* next in list, or NULL */ member
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 613 struct IDAT_list *next; /* Linked list */ member 649 struct IDAT_list *next = list->next; in IDAT_list_end() local 661 struct IDAT_list *next = tail->next; in IDAT_list_extend() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 4193 int32_t next = ubrk_following(bi, startIdx); usearch_searchBackwards() local [all...] |
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 361 PProfile next; /* next profile in same contour, used */ member 2135 PProfile *old, current, next; in Sort() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsubgpos.hh | 508 bool next () in next() function 1431 unsigned int next = idx + 1; /* next now is the position after the recursed lookup. */ in apply_lookup() local [all...] |
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 3311 PyObject *next; in module_free_freelists() local
|
H A D | _tkinter.c | 2441 struct _fhcdata *next; member
|
H A D | itertoolsmodule.c | 1597 Py_ssize_t next; member 723 itertools_teedataobject_impl(PyTypeObject *type, PyObject *it, PyObject *values, PyObject *next) itertools_teedataobject_impl() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 130 EquivIterator::next() { in next() function in EquivIterator 374 CReg *next; global() member [all...] |
/third_party/toybox/toys/pending/ |
H A D | ip.c | 62 struct linkdata *next, *prev; member
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 1135 ScopedPyObjectPtr next; in InitAttributes() local 1169 ScopedPyObjectPtr next; in InitAttributes() local 1198 ScopedPyObjectPtr next; InitAttributes() local [all...] |
/third_party/python/PC/ |
H A D | launcher2.c | 377 struct _SearchInfoBuffer *next; member 1185 struct EnvironmentInfo *next; member [all...] |
/third_party/python/Objects/ |
H A D | obmalloc.c | 1801 poolp next; in pymalloc_pool_extend() local 1908 poolp next = usedpools[size + size]; /* == prev */ allocate_from_new_pool() local 2037 poolp next = usedpools[size + size]; insert_to_usedpool() local 2050 poolp next = pool->nextpool; insert_to_freepool() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1153 PerThreadSynch *next = w->next; Wakeup() local [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 1285 fn next(&mut self) -> Option<&'a X509NameEntryRef> { in fmt() functions
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 623 class_perm_node_t *cur, *next; in avrule_destroy() local 663 role_trans_rule_t *next = x->next; in role_trans_rule_list_destroy() local 688 filename_trans_rule_t *next; in filename_trans_rule_list_destroy() local 713 role_allow_rule_t *next = x->next; role_allow_rule_list_destroy() local 740 range_trans_rule_t *next = x->next; range_trans_rule_list_destroy() local 749 avrule_t *next, *cur; avrule_list_destroy() local 1419 filename_trans_datum_t *fd = datum, *next; filenametr_destroy() local [all...] |