Home
last modified time | relevance | path

Searched defs:prev (Results 1 - 25 of 1006) sorted by relevance

12345678910>>...41

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinner_template_self.hpp5 LinkedList* prev; member in LinkedList
/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp39 NativeReference* prev = reinterpret_cast<ArkNativeReference*>(reference)->prev_; in ReleaseHandler() local
/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h29 LinkedList(LinkedList* prev, LinkedList* next) : prev(prev), next(next) in LinkedList() argument
149 LinkedList* prev = cur->prev; global() variable
150 Delete(prev); global() variable
161 LinkedList* prev = cur->prev; global() variable
162 Delete(prev); global() variable
288 LinkedList* prev; global() member in ffrt::LinkedList
[all...]
/third_party/curl/lib/
H A Deasygetopt.c67 curl_easy_option_next(const struct curl_easyoption *prev) in curl_easy_option_next() argument
93 curl_easy_option_next(const struct curl_easyoption *prev) in curl_easy_option_next() argument
/third_party/musl/src/search/
H A Dinsque.c5 struct node *prev; member
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_shorten_path.cpp41 VertexDist& prev = vtxSeq[nSize - 1]; in ShortenPath() local
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.h34 struct KvItem_* prev; member
/third_party/curl/src/
H A Dtool_cfgable.c187 struct OperationConfig *prev = last->prev; in config_free() local
/third_party/curl/docs/examples/
H A Dheaderapi.c68 struct curl_header *prev = NULL; in main() local
/third_party/icu/icu4c/source/common/
H A Dustr_imp.h138 static inline UBool isValidTrail(int32_t prev, uint8_t t, int32_t i, int32_t length) { in isValidTrail() argument
/third_party/icu/icu4c/source/i18n/
H A Dbocsu.cpp101 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) { in u_writeIdenticalLevelRun() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dustr_imp.h138 static inline UBool isValidTrail(int32_t prev, uint8_t t, int32_t i, int32_t length) { in isValidTrail() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dbocsu.cpp101 u_writeIdenticalLevelRun(UChar32 prev, const char16_t *s, int32_t length, icu::ByteSink &sink) { in u_writeIdenticalLevelRun() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.h47 struct nouveau_heap *prev; member
/third_party/libinput/src/
H A Dutil-list.h61 struct list *prev; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbocsu.cpp101 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) { in u_writeIdenticalLevelRun() argument
[all...]
/third_party/openssl/test/
H A Dpkey_meth_test.c25 int prev = -1; in test_asn1_meths() local
58 int prev = -1; in test_pkey_meths() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dustr_imp.h138 static inline UBool isValidTrail(int32_t prev, uint8_t t, int32_t i, int32_t length) { in isValidTrail() argument
/third_party/skia/experimental/sktext/tests/
H A DFontResolvedText.cpp74 TextIndex prev = 0; in UNIX_ONLY_TEST() local
/third_party/skia/include/private/
H A DSkSemaphore.h56 int prev = fCount.fetch_add(n, std::memory_order_release); in signal() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dblacklist.c94 struct wpa_blacklist *e, *prev = NULL; in wpa_blacklist_del() local
125 struct wpa_blacklist *e, *prev; in wpa_blacklist_clear() local
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb_mem.c91 int register_driver(const char *key, void *prev) in register_driver() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DLinkedList.h58 struct ListElementStruct *prev, /**< pointer to previous list element */ member
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.h28 uint32_t prev; member
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
H A Dpoc.cpp24 struct cJSON *prev; member

Completed in 6 milliseconds

12345678910>>...41