Home
last modified time | relevance | path

Searched defs:iter (Results 401 - 425 of 906) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringPrep.java374 private StringBuffer map( UCharacterIterator iter, int options) in map() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DCompactDecimalFormatTest.java528 private static String iterToString(CharacterIterator iter) { in iterToString() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp226 CollationKeys::writeSortKeyUpToQuaternary(CollationIterator &iter, in writeSortKeyUpToQuaternary() argument
/third_party/libbpf/src/
H A Delf.c129 static int elf_sym_iter_new(struct elf_sym_iter *iter,pelfio_t elf, const char *binary_path, int sh_type, int st_type) in elf_sym_iter_new() argument
188 elf_sym_iter_next(struct elf_sym_iter *iter) elf_sym_iter_next() argument
252 elf_get_vername(struct elf_sym_iter *iter, int ver) elf_get_vername() argument
293 symbol_match(struct elf_sym_iter *iter, int sh_type, struct elf_sym *sym, const char *name, size_t name_len, const char *lib_ver) symbol_match() argument
390 struct elf_sym_iter iter; elf_find_func_offset() local
514 struct elf_sym_iter iter; elf_resolve_syms_offsets() local
595 struct elf_sym_iter iter; elf_resolve_pattern_offsets() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp509 double iter = 1.0; in collect_preasm_stats() local
/third_party/ltp/lib/
H A Dtlibio.c2011 int iter = 3; local
H A Drandom_range.c684 int cnt, iter; local
727 int cnt, iter = 10; local
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tgsi.c437 struct cso_hash_iter iter = cso_hash_first_node(hash); in cache_destroy() local
467 struct cso_hash_iter iter = cso_hash_find(hash, key); in shader_from_cache() local
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duiter.cpp145 stringIteratorHasNext(UCharIterator *iter) stringIteratorHasNext() argument
150 stringIteratorHasPrevious(UCharIterator *iter) stringIteratorHasPrevious() argument
155 stringIteratorCurrent(UCharIterator *iter) stringIteratorCurrent() argument
164 stringIteratorNext(UCharIterator *iter) stringIteratorNext() argument
173 stringIteratorPrevious(UCharIterator *iter) stringIteratorPrevious() argument
182 stringIteratorGetState(const UCharIterator *iter) stringIteratorGetState() argument
187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) stringIteratorSetState() argument
214 uiter_setString(UCharIterator *iter, const char16_t *s, int32_t length) uiter_setString() argument
245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) utf16BEIteratorGet() argument
251 utf16BEIteratorCurrent(UCharIterator *iter) utf16BEIteratorCurrent() argument
262 utf16BEIteratorNext(UCharIterator *iter) utf16BEIteratorNext() argument
274 utf16BEIteratorPrevious(UCharIterator *iter) utf16BEIteratorPrevious() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF16BE() argument
402 characterIteratorHasNext(UCharIterator *iter) characterIteratorHasNext() argument
407 characterIteratorHasPrevious(UCharIterator *iter) characterIteratorHasPrevious() argument
412 characterIteratorCurrent(UCharIterator *iter) characterIteratorCurrent() argument
424 characterIteratorNext(UCharIterator *iter) characterIteratorNext() argument
433 characterIteratorPrevious(UCharIterator *iter) characterIteratorPrevious() argument
442 characterIteratorGetState(const UCharIterator *iter) characterIteratorGetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) characterIteratorSetState() argument
474 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) uiter_setCharacterIterator() argument
497 replaceableIteratorCurrent(UCharIterator *iter) replaceableIteratorCurrent() argument
506 replaceableIteratorNext(UCharIterator *iter) replaceableIteratorNext() argument
515 replaceableIteratorPrevious(UCharIterator *iter) replaceableIteratorPrevious() argument
538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) uiter_setReplaceable() argument
842 utf8IteratorHasNext(UCharIterator *iter) utf8IteratorHasNext() argument
847 utf8IteratorHasPrevious(UCharIterator *iter) utf8IteratorHasPrevious() argument
852 utf8IteratorCurrent(UCharIterator *iter) utf8IteratorCurrent() argument
872 utf8IteratorNext(UCharIterator *iter) utf8IteratorNext() argument
907 utf8IteratorPrevious(UCharIterator *iter) utf8IteratorPrevious() argument
941 utf8IteratorGetState(const UCharIterator *iter) utf8IteratorGetState() argument
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
1024 uiter_current32(UCharIterator *iter) uiter_current32() argument
1055 uiter_next32(UCharIterator *iter) uiter_next32() argument
1071 uiter_previous32(UCharIterator *iter) uiter_previous32() argument
1087 uiter_getState(const UCharIterator *iter) uiter_getState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.cpp226 CollationKeys::writeSortKeyUpToQuaternary(CollationIterator &iter, in writeSortKeyUpToQuaternary() argument
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c191 panfrost_surface_iter_begin(struct panfrost_surface_iter *iter, in panfrost_surface_iter_begin() argument
208 panfrost_surface_iter_end(const struct panfrost_surface_iter *iter) panfrost_surface_iter_end() argument
214 panfrost_surface_iter_next(struct panfrost_surface_iter *iter) panfrost_surface_iter_next() argument
486 struct panfrost_surface_iter iter; panfrost_emit_texture_payload() local
[all...]
/third_party/mesa3d/src/util/
H A Du_queue.c64 struct util_queue *iter; in atexit_handler() local
94 struct util_queue *iter, *tmp; in remove_from_atexit_list() local
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs12.h318 EVP_PKEY *key, int key_usage, int iter, global() variable
321 EVP_PKEY *key, int key_usage, int iter, global() variable
328 int safe_nid, int iter, const char *pass); global() variable
330 int safe_nid, int iter, const char *pass, global() variable
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...37