Home
last modified time | relevance | path

Searched defs:next (Results 2576 - 2600 of 2929) sorted by relevance

1...<<101102103104105106107108109110>>...118

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1034 opStatus next(bool nextDown) { in next() function in llvm::APFloat
/third_party/toybox/lib/
H A Dlib.c255 char *res, *next = strchr(path, ':'); in find_in_path() local
1259 struct pwuidbuf_list *next; bufgetpwuid() member
1292 struct grgidbuf_list *next; bufgetgrgid() member
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c181 struct ofields *next, *prev; member
1205 struct dirtree *next in collate_leaves() local
1660 struct regex_list *next; global() member
[all...]
/third_party/toybox/toys/posix/
H A Dps.c224 struct ofields *next, *prev; member
1248 struct dirtree *next in collate_leaves() local
1818 struct regex_list *next; global() member
[all...]
/third_party/python/Python/
H A Ddtoa.c327 struct Bigint *next; member
[all...]
H A Dimport.c1505 PyObject *next = (PyObject *) traceback->tb_next; in remove_importlib_frames() local
H A Dpystate.c274 init_interpreter(PyInterpreterState *interp, _PyRuntimeState *runtime, int64_t id, PyInterpreterState *next, PyThread_type_lock pending_lock) init_interpreter() argument
764 init_threadstate(PyThreadState *tstate, PyInterpreterState *interp, uint64_t id, PyThreadState *next) init_threadstate() argument
1180 PyThreadState *p, *next; _PyThreadState_DeleteExcept() local
[all...]
/third_party/python/Modules/
H A D_testbuffer.c90 struct ndbuf *next; member
[all...]
H A D_zoneinfo.c80 StrongCacheNode *next; member
[all...]
H A D_xxsubinterpretersmodule.c360 struct _channelitem *next; member
490 struct _channelend *next; member
876 struct _channelref *next; global() member
[all...]
H A Dgcmodule.c266 PyGC_Head *next = GC_NEXT(node); in gc_list_remove() local
516 PyGC_Head *next = (PyGC_Head*)(gc->_gc_next & ~NEXT_MASK_UNREACHABLE); in visit_reachable() local
634 PyGC_Head *next, *gc = GC_NEXT(head); untrack_tuples() local
649 PyGC_Head *next, *gc = GC_NEXT(head); untrack_dicts() local
675 PyGC_Head *gc, *next; move_legacy_finalizers() local
701 PyGC_Head *gc, *next; clear_unreachable_mask() local
760 PyGC_Head *next; handle_weakrefs() local
[all...]
/third_party/python/Objects/
H A Dgenobject.c362 _Py_CODEUNIT next = frame->prev_instr[1]; in _PyGen_yf() local
H A Dfloatobject.c2017 PyFloatObject *next = (PyFloatObject*) Py_TYPE(f); in _PyFloat_ClearFreeList() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageV3.java1171 private Map.Entry<FieldDescriptor, Object> next; field in GeneratedMessageV3.ExtendableMessage.ExtensionWriter
[all...]
H A DGeneratedMessage.java1003 private Map.Entry<FieldDescriptor, Object> next; field in GeneratedMessage.ExtendableMessage.ExtensionWriter
[all...]
H A DGeneratedMessageLite.java866 private Map.Entry<ExtensionDescriptor, Object> next; field in GeneratedMessageLite.ExtendableMessage.ExtensionWriter
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs140 fn next(&mut self) -> Option<Self::Item> { in next() functions
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs1378 fn next(&mut self) -> Option<&'a Id> { in next() functions
1423 fn next(&mut self) -> Option<Self::Item> { next() functions
1480 fn next(&mut self) -> Option<Self::Item> { next() functions
1541 fn next(&mut self) -> Option<&'a OsStr> { next() functions
1585 fn next(&mut self) -> Option<Self::Item> { next() functions
1624 fn next(&mut self) -> Option<Self::Item> { next() functions
1659 fn next(&mut self) -> Option<Self::Item> { next() functions
1688 fn next(&mut self) -> Option<Self::Item> { next() functions
1728 fn next(&mut self) -> Option<Self::Item> { next() functions
1757 fn next(&mut self) -> Option<Self::Item> { next() functions
1795 fn next(&mut self) -> Option<Self::Item> { next() functions
1844 fn next(&mut self) -> Option<usize> { next() functions
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp772 ShapedGlyph* next() { function
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4926 auto next = impl->runs()[i + 1].textRange(); in UNIX_ONLY_TEST() local
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs1301 fn next(&mut self) -> Option<TokenTree> { in next() functions
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs544 fn next(&mut self) -> Option<Self::Item> { in next() functions
594 fn next(&mut self) -> Option<Self::Item> { in next() functions
634 fn next(&mut self) -> Option<Self::Item> { next() functions
686 fn next(&mut self) -> Option<Self::Item> { next() functions
762 fn next(&mut self) -> Option<Self::Item> { next() functions
786 fn next(&mut self) -> Option<Self::Item> { next() functions
868 fn next(&mut self) -> Option<Self::Item> { next() functions
892 fn next(&mut self) -> Option<Self::Item> { next() functions
[all...]
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c426 struct file_spec *next; /* next association in hash bucket chain */ member
826 struct dir_hash_node *next; global() member
1405 struct dir_hash_node *next = current->next; selinux_restorecon_common() local
1561 struct dir_xattr *current, *next; selinux_restorecon_xattr() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp239 std::string ConstantShaderGenerator::next (const glu::ShaderType shaderType) in next() function in deqp::gles3::Functional::__anon30591::ConstantShaderGenerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c197 u8 pkey[8], next, tmp; in des_encrypt() local

Completed in 67 milliseconds

1...<<101102103104105106107108109110>>...118