/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 291 /* Find next available point. */ in mali_timeline_insert_tracker() 1001 struct mali_timeline_waiter *waiter, *next; local 1022 next = waiter->tracker_next; 1024 waiter = next; 1200 MALI_PRINT_ERROR(("Mali Timeline: point %d is not valid (oldest=%d, next=%d)\n", 1905 MALI_DEBUG_PRINT(2, ("TL: Timeline %s: oldest (%u) next(%u)\n",
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 400 interfacePoolPos = CONTAINER_OF(ifacePoolList->next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool() 406 interfacePoolTemp = CONTAINER_OF(interfacePoolPos->object.entry.next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool() 417 interfacePoolTemp = CONTAINER_OF(interfacePoolPos->object.entry.next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix_util.h | 820 constexpr const unsigned next[3] = { 1U, 2U, 0U }; in Decompose() local 828 j = next[i]; in Decompose() 829 k = next[j]; in Decompose()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 287 for (jpeg_marker_struct* marker = jpegCodec->decoderMgr()->dinfo()->marker_list; marker; marker = marker->next) {
in CheckJpegGainMapHdrType() 641 for (jpeg_marker_struct* marker = markerList; marker; marker = marker->next) {
in GetVividJpegMetadata() 760 for (jpeg_marker_struct* marker = markerList; marker; marker = marker->next) {
in GetISOGainmapMetadata()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 250 auto nextOne = std::next(iter, 1); in ExpectMissQueryCnt() 623 auto nextOne = std::next(iter, 1); in HWTEST_F() 643 auto nextOne = std::next(iter, 1); in HWTEST_F()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 240 snd_async_handler_t *h = list_entry(&ctl->async_handlers.next, snd_async_handler_t, hlist); in snd_ctl_close() 1178 * \brief Get next hardware dependent device number 1180 * \param device current device on entry and next device on return 1202 * \brief Get next PCM device number 1204 * \param device current device on entry and next device on return 1238 * \brief Get next RawMidi device number 1240 * \param device current device on entry and next device on return 1274 * \brief Get next UMP device number 1276 * \param device current device on entry and next device on return 1447 snd_config_iterator_t i, next; in snd_ctl_open_conf() local [all...] |
/third_party/curl/lib/ |
H A D | cf-socket.c | 635 port++; /* try next port */ in bindlocal() 638 infof(data, "Bind to local port %d failed, trying next", port - 1); in bindlocal() 968 /* malformed address or bug in inet_ntop, try next address */ in set_remote_ip() 1569 return cf->next? in cf_socket_query() 1570 cf->next->cft->query(cf->next, data, query, pres1, pres2) : in cf_socket_query()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 4136 * Do not adjust the titlecasing indexes from BreakIterator::next() indexes; 4141 * adjust it by looking for the next cased character, and titlecase that one. 5790 * while (iterator.next(element)) { 5814 public boolean next(Element element) { in next() method in UCharacter.UCharacterTypeIterator 5815 if(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in next() 5853 * while (iterator.next(element)) { 5883 public boolean next(Element element) { return false; } in next() method in UCharacter.DummyValueIterator 5899 * while (iterator.next(element)) {
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 583 fmass->databuf_fill = db->next; in done_scsi_read() 1101 db->next = db + 1; in fmass_dev_open() 1103 fmass->databuf[i - 1].next = &fmass->databuf[0]; in fmass_dev_open()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 304 int status = pp.next(buffer); in showItems() 819 Object item = it.next(); in containsZone() 853 Object item = it.next(); in getOrdering()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 3458 * Do not adjust the titlecasing indexes from BreakIterator::next() indexes; 3463 * adjust it by looking for the next cased character, and titlecase that one. 5048 * while (iterator.next(element)) { 5071 public boolean next(Element element) { in next() method in UCharacter.UCharacterTypeIterator 5072 if(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in next() 5110 * while (iterator.next(element)) { 5140 public boolean next(Element element) { return false; } in next() method in UCharacter.DummyValueIterator 5156 * while (iterator.next(element)) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ULocale.java | 764 String thisKey = thisKwdItr.next(); in compareTo() 765 String otherKey = otherKwdItr.next(); in compareTo() 3698 String key = kwitr.next(); in extensions()
|
/third_party/icu/icu4c/source/common/ |
H A D | unames.cpp | 558 length=0; /* prevent double-nibble detection in the next iteration */ in expandGroupLengths() 710 group=NEXT_GROUP(group); /* continue with the next group */ in enumNames() 751 UChar32 next = (PREV_GROUP(group)[GROUP_MSB] + 1) << GROUP_SHIFT; in enumNames() local 752 if (next > start) { in enumNames() 753 start = next; in enumNames() 1694 /* continue to the next algorithmic range (here: start<limit) */ in u_enumCharNames()
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 1221 * available. Don't grab them immediately but in the next loop iteration to in uv__poll_io_uring() 1876 goto next; in uv_cpu_info() 1896 goto next; in uv_cpu_info() 1904 next: in uv_cpu_info()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 11 * The above copyright notice and this permission notice (including the next 608 * to store the next index for opaque types. Array types are expanded so that 618 /* For opaque types, this will be the next index to use. If we haven’t 1132 struct type_tree_entry *p, *next; in free_type_tree() local 1134 for (p = entry->children; p; p = next) { in free_type_tree() 1135 next = p->next_sibling; in free_type_tree() 1475 /* Compute the next offset. */ in nir_link_uniform() 1492 /* Compute the next offset. */ in nir_link_uniform()
|
H A D | ir.cpp | 11 * The above copyright notice and this permission notice (including the next 925 if (value->type->is_scalar() && value->next->is_tail_sentinel()) { in ir_constant() 993 assert(value->next->is_tail_sentinel()); in ir_constant() 1070 value = (ir_constant *) value->next; in ir_constant() 1956 /* Validate the next character, and, as described above, convert it to a in create()
|
H A D | glsl_parser_extras.cpp | 11 * The above copyright notice and this permission notice (including the next 983 expr_node = expr_node->next) { 997 i++, expr_node = expr_node->next) { 1009 expr_node = expr_node->next) {
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | surface.c | 16 * next paragraph) shall be included in all copies or substantial portions 738 /* This does a backwards walk to set the next pointers. It interleaves so in surface_from_prime_2() 762 /* After the resource gets created the resource now owns the next reference. */ in surface_from_prime_2() 763 res_templ.next = NULL; in surface_from_prime_2() 766 pipe_resource_reference(&res_templ.next, resources[plane]); in surface_from_prime_2() 779 pipe_resource_reference(&res_templ.next, NULL); in surface_from_prime_2()
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 79 finish_started, /* finish started, need only more output at next deflate */ 347 * the longest match routines. Update the high water mark for the next in fill_window() 508 * literal/length. As each symbol is consumed, the pointer to the next in deflateInit2_() 511 * bits gets to the next sym_buf symbol to read is just before the last in deflateInit2_() 598 z_const unsigned char *next; in deflateSetDictionary() local 626 next = strm->next_in; in deflateSetDictionary() 647 strm->next_in = next; in deflateSetDictionary() 1011 * return OK instead of BUF_ERROR at next call of deflate: in deflate() 1230 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ in deflate() 1233 /* If flush != Z_NO_FLUSH && avail_out == 0, the next cal in deflate() [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 83 finish_started, /* finish started, need only more output at next deflate */ 355 * literal/length. As each symbol is consumed, the pointer to the next 358 * bits gets to the next sym_buf symbol to read is just before the last 440 z_const unsigned char *next; local 468 next = strm->next_in; 489 strm->next_in = next; 845 * return OK instead of BUF_ERROR at next call of deflate: 1064 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ 1067 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call 1070 * empty block here, this will be done at next cal [all...] |
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 1496 auto next = gc_causes.find(name); in ReportUnsafe() local 1497 if (next == gc_causes.end()) break; in ReportUnsafe() 1498 std::vector<MangledName> calls = next->second; in ReportUnsafe()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unames.cpp | 558 length=0; /* prevent double-nibble detection in the next iteration */ in expandGroupLengths() 710 group=NEXT_GROUP(group); /* continue with the next group */ in enumNames() 751 UChar32 next = (PREV_GROUP(group)[GROUP_MSB] + 1) << GROUP_SHIFT; in enumNames() local 752 if (next > start) { in enumNames() 753 start = next; in enumNames() 1694 /* continue to the next algorithmic range (here: start<limit) */ in u_enumCharNames()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurults.cpp | 1436 const char *locale = localesEnum->next(NULL, status); in testAvailableLocales() 1454 while (localesEnum->next(NULL, status) != NULL) { in testAvailableLocales() 1470 const char *localeName = localesEnum->next(NULL, status); in testAvailableLocales()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 850 struct input_event *next; in read_more_events() local 856 next = queue_next_element(dev); in read_more_events() 857 len = read(dev->fd, next, free_elem * sizeof(struct input_event)); in read_more_events() 1189 /* if we disabled a code, get the next event instead */ in libevdev_next_event()
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 194 Label next; in Backtrack() local 201 __ B(ne, &next); in Backtrack() 211 __ bind(&next); in Backtrack() 1083 // The output pointer is already set to the next field in the output in GetCode()
|