Home
last modified time | relevance | path

Searched refs:first (Results 1101 - 1125 of 6760) sorted by relevance

1...<<41424344454647484950>>...271

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp263 const MachineInstr *MI = C.first; in runOnMachineFunction()
311 return LIS->getInstructionIndex(*C.first) < I; in runOnMachineFunction()
314 LIS->getInstructionIndex(*I->first) < MaxInd; ++I) { in runOnMachineFunction()
315 if (I->second && CheckNSA(*I->first, true) < NSA_Status::CONTIGUOUS) { in runOnMachineFunction()
317 LLVM_DEBUG(dbgs() << "\tNSA conversion conflict with " << *I->first); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp143 return LT.first + 2; in getIntrinsicInstrCost()
234 return LT.first + FloatFactor * getTypeNumElements(ValTy); in getCmpSelInstrCost()
247 return LT.first + FloatFactor * getTypeNumElements(Ty); in getArithmeticInstrCost()
261 return std::max(SrcLT.first, DstLT.first) + FloatFactor * (SrcN + DstN); in getCastInstrCost()
/third_party/skia/tools/
H A Dcompare_codereview.py263 first = result.split()[0]
264 if first:
266 r'^%s(\s+%s)+' % (first, first), first, result)
/third_party/python/Modules/cjkcodecs/
H A D_codecs_cn.c55 * codecs in this file use the first byte of MultibyteCodec_State.c[8]
227 utrrange->first != 0; in ENCODER()
229 if (utrrange->first <= c && in ENCODER()
233 tc = c - utrrange->first + in ENCODER()
248 if (utrrange->first == 0) in ENCODER()
302 OUTCHAR(utr->first - utr->base + lseq); in DECODER()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableManager.hpp268 std::vector<const ValueEntry*>::const_iterator first = m_entryCache.begin(); in getBegin() local
269 while (first != m_entryCache.end() && !filter(*first)) in getBegin()
270 first++; in getBegin()
271 return ValueEntryIterator<Filter>(first, m_entryCache.end(), filter); in getBegin()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet_test.cpp747 std::cout << pair->first << " => " << pair->second << '\n'; in HWTEST_F()
748 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, pair->first / ATTRPTS, in HWTEST_F()
798 std::cout << pair->first << " => " << pair->second << '\n'; in HWTEST_F()
799 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, pair->first / ATTRPTS, in HWTEST_F()
935 std::cout << pair->first << " => " << pair->second << '\n'; in HWTEST_F()
936 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, pair->first / ATTRPTS, in HWTEST_F()
986 std::cout << pair->first << " => " << pair->second << '\n'; in HWTEST_F()
987 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, pair->first / ATTRPTS, in HWTEST_F()
1124 std::cout << pair->first << " => " << pair->second << '\n'; in HWTEST_F()
1125 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, pair->first / ATTRPT in HWTEST_F()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c269 static bool first = true; \
270 if (first) { \
271 first = false; \
283 static bool first = true; \
284 if (first) { \
285 first = false; \
323 static bool first = true; \
324 if (first) { \
325 first = false; \
357 static bool first
1150 const struct ssa_result_range first = analyze_expression() local
1181 const struct ssa_result_range first = analyze_expression() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.cpp87 // Compute insert points on the first call. The pair is independent of the in computeLastInsertPoint()
89 if (!LIP.first.isValid()) { in computeLastInsertPoint()
92 LIP.first = MBBEnd; in computeLastInsertPoint()
94 LIP.first = LIS.getInstructionIndex(*FirstTerm); in computeLastInsertPoint()
98 return LIP.first; in computeLastInsertPoint()
100 LIP.second = LIP.first; in computeLastInsertPoint()
114 return LIP.first; in computeLastInsertPoint()
119 return LIP.first; in computeLastInsertPoint()
124 return LIP.first; in computeLastInsertPoint()
131 return LIP.first; in computeLastInsertPoint()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c642 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; in gray_render_scanline() local
674 first = ONE_PIXEL; in gray_render_scanline()
680 first = 0; in gray_render_scanline()
690 FT_INTEGRATE( ras, delta, fx1 + first ); in gray_render_scanline()
720 fx1 = ONE_PIXEL - first; in gray_render_scanline()
735 TCoord ey1, ey2, fy1, fy2, first, delta, mod; in gray_render_line() local
770 first = ONE_PIXEL; in gray_render_line()
775 first = 0; in gray_render_line()
779 delta = first - fy1; in gray_render_line()
785 delta = first in gray_render_line()
1666 int first; /* index of first point in contour */ FT_Outline_Decompose() local
[all...]
/base/update/updater/services/applypatch/
H A Dblock_writer.cpp59 off_t offset = static_cast<off_t>(bp.first) * H_BLOCK_SIZE; in Write()
60 currentBlockLeft_ = (bp.second - bp.first) * H_BLOCK_SIZE; in Write()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/
H A Dsys_arch.h56 int first, last; member
69 int first, last; member
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dregister_hdi_device_v1_0.cpp52 hdiRet = iDevice->GetVersion(hdiVersion.first, hdiVersion.second); in HDIDeviceV1_0Creator()
57 version = 'v' + std::to_string(hdiVersion.first) + '_' + std::to_string(hdiVersion.second); in HDIDeviceV1_0Creator()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dline_layout_algorithm.cpp43 PointF startPoint = PointF(paintProperty->GetStartPointValue().first.ConvertToPx(), in MeasureContent()
46 paintProperty->GetEndPointValue().first.ConvertToPx(), paintProperty->GetEndPointValue().second.ConvertToPx()); in MeasureContent()
/foundation/multimedia/player_framework/services/dfx/
H A Dservice_dump_manager.cpp47 if (args.find(static_cast<std::u16string>(iter.first)) != args.end()) { in Dump()
49 dumpString += std::wstring_convert<std::codecvt_utf8<char16_t>, char16_t> {}.to_bytes(iter.first); in Dump()
/foundation/resourceschedule/ffrt/src/queue/
H A Dserial_queue.cpp49 while (!whenMap_.empty() && now < whenMap_.begin()->first && !isExit_) { in Pull()
50 uint64_t diff = whenMap_.begin()->first - now; in Pull()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dsoftbus_file_test_entry.cpp52 if (!strncmp(arg, argItem.first.c_str(), strlen(argItem.first.c_str()))) { in ProcessCustomArgs()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dsoftbus_file_test_entry.cpp52 if (!strncmp(arg, argItem.first.c_str(), strlen(argItem.first.c_str()))) { in ProcessCustomArgs()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dstring_utils.h56 std::vector<uint8_t>::const_iterator first = input.begin() + sizeof(Type); in BytesToStrWithType() local
58 Bytes rstStr(first, end); in BytesToStrWithType()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_buckets.cpp42 row.insert(std::make_pair(std::ref(const_cast<std::string &>(*fieldResult.first)), in Put()
43 std::ref(const_cast<ValueObject &>(*valueResult.first)))); in Put()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.h13 first(X), in NupParameters()
25 Axis first; member
39 // required transformation: first translate, then scale
73 // returns true, if a new output page should be started first
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DBreakIteratorICU.java48 public int first() { in first() method in BreakIteratorICU
49 return fIcuBrkItr.first(); in first()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerData.java47 * @param first first character (e.g. 'c')
51 public int getPairwiseComposition(int first, int second) { in getPairwiseComposition() argument
52 return compose.get(((long)first << 32) | second); in getPairwiseComposition()
116 * It holds either a pair: top = first, bottom = second
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerData.java44 * @param first first character (e.g. 'c')
48 public int getPairwiseComposition(int first, int second) { in getPairwiseComposition() argument
49 return compose.get(((long)first << 32) | second); in getPairwiseComposition()
113 * It holds either a pair: top = first, bottom = second
/third_party/jerryscript/jerry-core/ext/
H A Dtracker.h46 #define ECMA_OBJECT_TO_STORAGE_KEY(x) (size_t)((uintptr_t)x - (uintptr_t)&JERRY_HEAP_CONTEXT(first))
47 #define ECMA_OBJECT_FROM_STORAGE_KEY(x) (ecma_object_t*)((uintptr_t)x + (uintptr_t)&JERRY_HEAP_CONTEXT(first))
/third_party/node/test/parallel/
H A Dtest-https-agent-session-eviction.js24 first(this);
28 function first(server) { function

Completed in 16 milliseconds

1...<<41424344454647484950>>...271