Home
last modified time | relevance | path

Searched refs:next (Results 5226 - 5250 of 5918) sorted by relevance

1...<<201202203204205206207208209210>>...237

/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp639 /* (this next test must be after the syntax checks) */ in uprv_decNumberFromString()
1683 /* decNumberNextMinus -- next towards -Infinity */
1719 /* decNumberNextPlus -- next towards +Infinity */
1756 /* decNumberNextToward -- next towards rhs */
2239 n=n<<1; /* move next bit to testable position */ in uprv_decNumberPower()
3536 cut=DECDPUN; /* next Unit has all digits */ in uprv_decNumberSetBCD()
3699 cut=DECDPUN-1; /* next Unit has all digits */ in decToString()
3794 c++; /* step for next */ in decToString()
4262 Unit *accnext; /* -> where next digit will go */ in decDivideOp()
4544 /* find the next uni in decDivideOp()
6734 uInt next; /* work */ global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp23 // %i = phi [ 0, %entry ], [ %i.next, %latch ]
25 // %i.next = add %i, 1
26 // %c = icmp eq %i.next, %n
28 // The SCEV for %i is {0,+,1}<%L>. The SCEV for %i.next is {1,+,1}<%L>, however
31 // example, the icmp is a post-increment user, since it uses %i.next, which is
1880 return std::next(Incs.begin()); in begin()
2173 NewPH, CFP, "IV.S.next.", Incr); in OptimizeShadowIV()
2641 // can skip the rest of the formulae and proceed to the next LSRUse. in FindUseWithSimilarFormula()
2681 std::next(I); NewStrideIter != E; ++NewStrideIter) { in CollectInterestingTypesAndFactors()
3076 IVOpIter = findIVOperand(std::next(IVOpIte in CollectChains()
[all...]
/third_party/python/Lib/test/
H A Dtest_inspect.py733 # continued on the next line by a \\.
2156 next(self.generator)
2181 next(self.generator)
2183 next(self.generator)
2204 next(numbers)
2208 next(numbers)
2212 next(numbers)
2217 next(numbers)
2228 next(one)
4284 "next", "ite
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dlinux_osl.h551 struct sec_mem_elem *next; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c188 list_move(mali_mem_os_allocator.pool_pages.next, &pages_list); in mali_mem_os_alloc_pages()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c182 list_move(mali_mem_os_allocator.pool_pages.next, &pages_list); in mali_mem_os_alloc_pages()
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py805 file_path = next(report_generator, None)
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c522 dir = list_entry(exfat->dir_list.next, in dump_filesystem()
/third_party/curl/lib/vssh/
H A Dwolfssh.c876 name = name->next; in wssh_statemach_act()
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak170 # except the last from the next packet's pts.
/third_party/backends/backend/
H A Dleo.h262 struct Leo_Scanner *next; member
/third_party/curl/lib/
H A Dhostip.c1114 for(hostp = data->state.resolve; hostp; hostp = hostp->next) { in Curl_loadhostpairs()
1264 but if it is close to expire, then by the time next http in Curl_loadhostpairs()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java534 NameInfo ninfo = values.next(); in handlePrefixMatch()
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp603 const Locale &desiredLocale = desiredIter.next(); in dataDriven()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java872 type = tmp.entrySet().iterator().next().getValue().type; in addUnit()
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp580 while ((current = graphemeIter->next()) != BreakIterator::DONE) {
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c880 for (p = m; p != NULL; p = p->next) in axe_rxeof()
/third_party/PyYAML/lib/yaml/
H A Dconstructor.py43 # Construct and return the next document.
105 data = next(generator)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java533 for (char c = iter.current(); c != CharacterIterator.DONE; c = iter.next()) { in iterToString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java536 NameInfo ninfo = values.next(); in handlePrefixMatch()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMeasureUnit.java388 type = tmp.entrySet().iterator().next().getValue().type; in addUnit()
/third_party/libwebsockets/lib/core-net/
H A Dclose.c334 d1 = d->next; in lws_addrinfo_clean()
/third_party/mbedtls/tests/scripts/
H A Dtest_generate_test_code.py288 def next(self): member in StringIOWrapper
291 next method and extends the next method to count the line
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c11 * The above copyright notice and this permission notice (including the next
607 * - A single unconditional jump to the next block. in opt_jump()
609 * them jumps to the next block. in opt_jump()
610 * We can remove the one that jumps to the next block in either case. in opt_jump()
632 if (&tblock->node == block->node.next) { in opt_jump()
785 /* otherwise unconditional jump to next block: */ in block_sched()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp11 * The above copyright notice and this permission notice (including the next
1220 parameter_info = parameter_info->next; in constant_expression_value()

Completed in 54 milliseconds

1...<<201202203204205206207208209210>>...237