/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 639 /* (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 D | LoopStrengthReduce.cpp | 23 // %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 D | test_inspect.py | 733 # 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 D | linux_osl.h | 551 struct sec_mem_elem *next; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory_os_alloc.c | 188 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 D | mali_memory_os_alloc.c | 182 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 D | keyword_filter.py | 805 file_path = next(report_generator, None)
|
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 522 dir = list_entry(exfat->dir_list.next, in dump_filesystem()
|
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 876 name = name->next; in wssh_statemach_act()
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 170 # except the last from the next packet's pts.
|
/third_party/backends/backend/ |
H A D | leo.h | 262 struct Leo_Scanner *next; member
|
/third_party/curl/lib/ |
H A D | hostip.c | 1114 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 D | TimeZoneNamesImpl.java | 534 NameInfo ninfo = values.next(); in handlePrefixMatch()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 603 const Locale &desiredLocale = desiredIter.next(); in dataDriven()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 872 type = tmp.entrySet().iterator().next().getValue().type; in addUnit()
|
/third_party/icu/icu4c/source/common/ |
H A D | lstmbe.cpp | 580 while ((current = graphemeIter->next()) != BreakIterator::DONE) {
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axe.c | 880 for (p = m; p != NULL; p = p->next) in axe_rxeof()
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 43 # 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 D | CompactDecimalFormatTest.java | 533 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 D | TimeZoneNamesImpl.java | 536 NameInfo ninfo = values.next(); in handlePrefixMatch()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MeasureUnit.java | 388 type = tmp.entrySet().iterator().next().getValue().type; in addUnit()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | close.c | 334 d1 = d->next; in lws_addrinfo_clean()
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 288 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 D | ir3_legalize.c | 11 * 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 D | ir_constant_expression.cpp | 11 * The above copyright notice and this permission notice (including the next 1220 parameter_info = parameter_info->next; in constant_expression_value()
|