Home
last modified time | relevance | path

Searched refs:next (Results 4951 - 4975 of 5636) sorted by relevance

1...<<191192193194195196197198199200>>...226

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c950 uint32_t next = 0; in crocus_setup_binding_table() local
953 bt->offsets[i] = next; in crocus_setup_binding_table()
954 next += util_bitcount64(bt->used_mask[i]); in crocus_setup_binding_table()
957 bt->size_bytes = next * 4; in crocus_setup_binding_table()
/third_party/skia/third_party/externals/libpng/
H A Dpngrtran.c420 struct png_dsort_struct * next; member
644 t->next = hash[d]; in png_set_quantize()
661 for (p = hash[i]; p; p = p->next) in png_set_quantize()
729 t = p->next; in png_set_quantize()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrsbcs.cpp198 int next; in nextByte() local
202 next = 0xB1 & 0xFF; in nextByte()
204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
208 return next; in nextByte()
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/harfbuzz/src/
H A Dhb-ot-layout-common.hh1481 void next () { i++; } in next() function
1626 void next () in next() function
1817 case 1: u.format1.next (); break; in __next__()
1818 case 2: u.format2.next (); break; in __next__()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp286 if (std::next(I) == I->getParent()->end()) in isEOP()
288 return std::next(I)->getOpcode() == R600::RETURN; in isEOP()
361 //TODO: Perhaps combine this instruction with the next if possible in EmitInstrWithCustomInserter()
433 for (MachineBasicBlock::iterator NextExportInst = std::next(I), in EmitInstrWithCustomInserter()
435 NextExportInst = std::next(NextExportInst)) { in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1128 std::next(MachineBasicBlock::iterator(MI)), BB->end()); in emitReadCycleWidePseudo()
1319 std::next(LastSelectPseudo->getIterator()), HeadMBB->end()); in emitSelectPseudo()
1340 auto SelectEnd = std::next(LastSelectPseudo->getIterator()); in emitSelectPseudo()
1343 auto Next = std::next(SelectMBBI); in emitSelectPseudo()
/third_party/skia/tools/viewer/
H A DViewer.cpp881 while (it.next(&name)) { in initSlides()
1299 for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) { in filterTextBlob()
1312 for (SkTextBlobRunIterator it(blob); !it.done(); it.next()) { in filterTextBlob()
2348 while ((name = iter.next(&type, &count)) != nullptr) { in drawImGui()
2478 // caches on one frame, then set a flag to poll the cache on the next frame. in drawImGui()
2673 // patch it, and remember the original (so it can be restored next frame). in drawImGui()
/third_party/ffmpeg/libavformat/
H A Dmovenc.c87 { "frag_discont", "Signal that the next fragment is discontinuous from earlier ones", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_FRAG_DISCONT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
111 { "fragment_index", "Fragment number of the next fragment", offsetof(MOVMuxContext, fragments), AV_OPT_TYPE_INT, {.i64 = 1}, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM},
1004 const uint8_t *start, *next, *end = track->vos_data + track->vos_len; in mov_write_dvc1_structs() local
1025 for (next = start; next < end; start = next) { in mov_write_dvc1_structs()
1028 next = find_next_marker(start + 4, end); in mov_write_dvc1_structs()
1029 size = next - start - 4; in mov_write_dvc1_structs()
5336 * nb_frag_info - 1 is the next fragment to be written. */
5991 const uint8_t *start, *next, *en local
[all...]
/third_party/backends/backend/
H A Depsonds.c1524 for (dev = first_dev; dev; dev = dev->next) { in device_detect()
1645 dev->next = first_dev; in device_detect()
1717 for (epsonds_device* dev = first_dev; dev; dev = dev->next) { in found_net_device()
1821 epsonds_device *dev, *next; in free_devices() local
1823 for (dev = first_dev; dev; dev = next) { in free_devices()
1824 next = dev->next; in free_devices()
1894 for (i = 0, dev = first_dev; i < num_devices && dev; dev = dev->next, i++) { in sane_get_devices()
3620 * Set the cancel flag to true. The next time the backend requests data
H A Dleo.h262 struct Leo_Scanner *next; member
/third_party/icu/icu4c/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/node/deps/icu-small/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/pcre2/pcre2/src/
H A Dpcre2_compile.c1083 fprintf(stderr, "META (?C%d) next=%d/%d", pptr[2], pptr[0], in show_parsed()
1090 uint32_t patoffset = *pptr++; /* Offset of next pattern item */ in show_parsed()
1091 uint32_t patlength = *pptr++; /* Length of next pattern item */ in show_parsed()
1094 fprintf(stderr, "%zd next=%d/%d", offset, patoffset, patlength); in show_parsed()
2058 /* Set the pointer to the next character before returning. */ in check_escape()
2277 the same terminator is encountered, since the next closing sequence must close
2712 /* Get next input character, save its position for callout handling. */ in parse_regex()
2807 next item. */ in parse_regex()
2911 /* If the next item is not a quantifier, fill in length of any previous in parse_regex()
2999 /* Process the next ite in parse_regex()
4937 uint32_t c, othercase, next; get_othercase_range() 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...]
/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/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()

Completed in 112 milliseconds

1...<<191192193194195196197198199200>>...226