Home
last modified time | relevance | path

Searched defs:previous (Results 51 - 75 of 258) sorted by relevance

1234567891011

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointMap.java256 public boolean previous() { in previous() method in CodePointMap.StringIterator
/third_party/icu/icu4c/source/i18n/
H A Dsearch.cpp283 int32_t SearchIterator::previous(UErrorCode &status) in previous() function in SearchIterator
/third_party/icu/icu4c/source/common/unicode/
H A Duiter.h447 UCharIteratorPrevious *previous; member
/third_party/libuv/src/win/
H A Dsignal.c95 unsigned long previous = InterlockedExchange( in RB_GENERATE_STATIC() local
/third_party/libuv/src/
H A Dfs-poll.c47 struct poll_ctx* previous; /* context from previous start()..stop() period */ member
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcache.h29 struct CACHED_GENERIC *previous; member
37 struct CACHED_INODE *previous; member
47 struct CACHED_NIDATA *previous; member
58 struct CACHED_LOOKUP *previous; member
/third_party/ntfs-3g/libntfs-3g/
H A Dcache.c107 struct HASH_ENTRY *previous; in drophashindex() local
151 struct CACHED_GENERIC *previous; in ntfs_fetch_cache() local
338 struct CACHED_GENERIC *previous; do_invalidate() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dulist.cpp20 UListNode *previous; member
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Duiter.h447 UCharIteratorPrevious *previous; member
/third_party/node/deps/icu-small/source/i18n/
H A Dsearch.cpp283 int32_t SearchIterator::previous(UErrorCode &status) in previous() function in SearchIterator
/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h144 unsigned Utf8::Encode(char* str, uchar c, int previous, bool replace_invalid) { in Encode() argument
189 unsigned Utf8::Length(uchar c, int previous) { in Length() argument
/third_party/node/deps/uv/src/
H A Dfs-poll.c47 struct poll_ctx* previous; /* context from previous start()..stop() period */ member
/third_party/node/deps/uv/src/win/
H A Dsignal.c95 unsigned long previous = InterlockedExchange( in RB_GENERATE_STATIC() local
/third_party/python/Lib/
H A Dshelve.py202 def previous(self): member in BsdDbShelf
/third_party/skia/src/gpu/
H A DGrDynamicAtlas.cpp26 Node(Node* previous, GrRectanizer* rectanizer, int x, int y) in Node() argument
29 Node* previous() const { return fPrevious; } in previous() function in GrDynamicAtlas::Node
112 GrDynamicAtlas::Node* GrDynamicAtlas::makeNode(Node* previous, int l, int t, int r, int b) { in makeNode() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp67 External *previous = nullptr; member in vk::BinarySemaphore::External
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsearch.cpp283 int32_t SearchIterator::previous(UErrorCode &status) in previous() function in SearchIterator
/third_party/skia/third_party/externals/dawn/src/common/
H A DLinkedList.h104 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) : previous_(previous), next_(next) { in LinkNode() argument
157 LinkNode<T>* previous() const { in previous() function in LinkNode
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dulist.cpp20 UListNode *previous; member
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duiter.h447 UCharIteratorPrevious *previous; member
/third_party/selinux/libsepol/cil/src/
H A Dcil_list.c228 struct cil_list_item *previous = NULL; in cil_list_remove() local
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dirq.c227 struct irq_entry *previous = NULL; in garbage_collect_irq_entries() local
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dtraps.c377 void *previous = per_cpu(exc_table, 0).default_handler[cause]; in trap_set_handler() local
/third_party/ffmpeg/libavcodec/
H A Daacsbr.c56 int k, previous, present; in make_bands() local
H A Dbinkaudio.c63 float previous[MAX_DCT_CHANNELS][BINK_BLOCK_MAX_SIZE / 16]; ///< coeffs from previous audio block member

Completed in 16 milliseconds

1234567891011