Home
last modified time | relevance | path

Searched refs:FI (Results 1 – 25 of 5998) sorted by relevance

12345678910>>...240

/dports/audio/mp3_check/mp3_check-1.98/mp3_check-1.95-rjk/
H A Dsupport_functions.c141 if (FI->MPV_1 && FI->L1) in check_header_value()
144 else if (FI->MPV_1 && FI->L2) in check_header_value()
147 else if (FI->MPV_1 && FI->L3) in check_header_value()
150 else if ((FI->MPV_2 || FI->MPV_25) && FI->L1) in check_header_value()
153 else if ((FI->MPV_2 || FI->MPV_25) && (FI->L2 || FI->L3)) in check_header_value()
251 } else if ((FI->L2 || FI->L3) && FI->PAD_BIT == TRUE) { in check_header_value()
256 } else if ((FI->L2 || FI->L3) && FI->PAD_BIT == FALSE) { in check_header_value()
272 } else if ((FI->L2 || FI->L3) && FI->PAD_BIT == TRUE) { in check_header_value()
277 } else if ((FI->L2 || FI->L3) && FI->PAD_BIT == FALSE) { in check_header_value()
292 if (FI->L_RESERVED || FI->BIT_RATE == 0 || FI->BIT_RATE == 1 in check_header_value()
[all …]
/dports/devel/fpc-fcl-pdf/fpc-3.2.2/packages/fcl-pdf/tests/
H A Dfpparsettf_test.pas654 lSubTable := FI.CmapSubtables[0];
664 lSubTable := FI.CmapSubtables[1];
674 lSubTable := FI.CmapSubtables[2];
1015 s := FI.OS2Data.achVendID[0] + FI.OS2Data.achVendID[1] + FI.OS2Data.achVendID[2] +
1016 FI.OS2Data.achVendID[3];
1466 lSubTable := FI.CmapSubtables[0];
1476 lSubTable := FI.CmapSubtables[1];
1486 lSubTable := FI.CmapSubtables[2];
1496 lSubTable := FI.CmapSubtables[3];
1843 s := FI.OS2Data.achVendID[0] + FI.OS2Data.achVendID[1] + FI.OS2Data.achVendID[2] +
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-pdf/tests/
H A Dfpparsettf_test.pas654 lSubTable := FI.CmapSubtables[0];
664 lSubTable := FI.CmapSubtables[1];
674 lSubTable := FI.CmapSubtables[2];
1015 s := FI.OS2Data.achVendID[0] + FI.OS2Data.achVendID[1] + FI.OS2Data.achVendID[2] +
1016 FI.OS2Data.achVendID[3];
1466 lSubTable := FI.CmapSubtables[0];
1476 lSubTable := FI.CmapSubtables[1];
1486 lSubTable := FI.CmapSubtables[2];
1496 lSubTable := FI.CmapSubtables[3];
1843 s := FI.OS2Data.achVendID[0] + FI.OS2Data.achVendID[1] + FI.OS2Data.achVendID[2] +
[all …]
/dports/audio/mp3_check/mp3_check-1.98/
H A Dsupport_functions.h300 if (FI->MPV_1 && FI->L1)
303 else if (FI->MPV_1 && FI->L2)
306 else if (FI->MPV_1 && FI->L3)
309 else if ((FI->MPV_2 || FI->MPV_25) && FI->L1)
312 else if ((FI->MPV_2 || FI->MPV_25) && (FI->L2 || FI->L3))
420 } else if ((FI->L2 || FI->L3) && FI->PAD_BIT == TRUE) {
450 if (FI->L_RESERVED || FI->BIT_RATE == 0 || FI->BIT_RATE == 1 || FI->SAMPLE_FREQ == 0)
468 else if (FI->L2 && FI->BIT_RATE == 224 && !(FI->STEREO || FI->DUAL_STEREO))
471 else if (FI->L2 && FI->BIT_RATE == 256 && !(FI->STEREO || FI->DUAL_STEREO))
474 else if (FI->L2 && FI->BIT_RATE == 320 && !(FI->STEREO || FI->DUAL_STEREO))
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp39 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
40 Section == FI->getDwarfInfoSection() || in isDwarfSection()
42 Section == FI->getDwarfFrameSection() || in isDwarfSection()
43 Section == FI->getDwarfAddrSection() || in isDwarfSection()
44 Section == FI->getDwarfRangesSection() || in isDwarfSection()
46 Section == FI->getDwarfLocSection() || in isDwarfSection()
47 Section == FI->getDwarfStrSection() || in isDwarfSection()
48 Section == FI->getDwarfLineSection() || in isDwarfSection()
49 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
81 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp45 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
46 Section == FI->getDwarfInfoSection() || in isDwarfSection()
48 Section == FI->getDwarfFrameSection() || in isDwarfSection()
49 Section == FI->getDwarfAddrSection() || in isDwarfSection()
50 Section == FI->getDwarfRangesSection() || in isDwarfSection()
52 Section == FI->getDwarfLocSection() || in isDwarfSection()
53 Section == FI->getDwarfStrSection() || in isDwarfSection()
54 Section == FI->getDwarfLineSection() || in isDwarfSection()
55 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
87 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/cc65/cc65-2.19/src/ld65/
H A Dfileinfo.c112 FI->Id = ~0U; in NewFileInfo()
113 FI->Name = Name; in NewFileInfo()
114 FI->MTime = MTime; in NewFileInfo()
115 FI->Size = Size; in NewFileInfo()
119 return FI; in NewFileInfo()
131 xfree (FI); in FreeFileInfo()
139 FileInfo* FI; in ReadFileInfo() local
159 if (FI->Size == Size && FI->MTime == MTime) { in ReadFileInfo()
191 return FI; in ReadFileInfo()
219 FI->Id = J; in AssignFileInfoIds()
[all …]
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DCal_GalerkinTermOfFemEquation.cpp55 FI->QuantityStorageEqu_P, &FI->Type_FormEqu) ; in Cal_InitGalerkinTermOfFemEquation()
102 FI->Type_FormDof = FI->Type_FormEqu ; in Cal_InitGalerkinTermOfFemEquation()
108 FI->QuantityStorageDof_P, &FI->Type_FormDof) ; in Cal_InitGalerkinTermOfFemEquation()
137 FI->Type_ValueDof = Get_ValueFromForm(FI->Type_FormDof); in Cal_InitGalerkinTermOfFemEquation()
175 (FI->NbrJacobianCase = List_Nbr(FI->JacobianCase_L)) ? in Cal_InitGalerkinTermOfFemEquation()
182 ( (FI->Type_FormEqu == FORM0 || FI->Type_FormEqu == FORM0P) && in Cal_InitGalerkinTermOfFemEquation()
183 (FI->Type_FormDof == FORM3 || FI->Type_FormDof == FORM3P) ) || in Cal_InitGalerkinTermOfFemEquation()
190 ( (FI->Type_FormEqu == FORM3 || FI->Type_FormEqu == FORM3P) && in Cal_InitGalerkinTermOfFemEquation()
191 (FI->Type_FormDof == FORM0 || FI->Type_FormDof == FORM0P) ) in Cal_InitGalerkinTermOfFemEquation()
195 (FI->Type_FormEqu == VECTOR || FI->Type_FormDof == VECTOR) in Cal_InitGalerkinTermOfFemEquation()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
56 Section == FI->getDwarfLocSection() || in isDwarfSection()
57 Section == FI->getDwarfStrSection() || in isDwarfSection()
58 Section == FI->getDwarfLineSection() || in isDwarfSection()
59 Section == FI->getDwarfStrOffSection() || in isDwarfSection()
90 if (isDwarfSection(FI, CurSection)) in changeSection()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp529 FI.InnerTripCount, FI.OuterTripCount, DL, AC, in checkOverflow()
571 FI.InnerInductionPHI, FI.InnerTripCount, in CanFlattenLoopPair()
572 FI.InnerIncrement, FI.InnerBranch, SE, FI.Widened)) in CanFlattenLoopPair()
576 FI.OuterIncrement, FI.OuterBranch, SE, FI.Widened)) in CanFlattenLoopPair()
581 if (!FI.OuterLoop->isLoopInvariant(FI.InnerTripCount)) { in CanFlattenLoopPair()
585 if (!FI.OuterLoop->isLoopInvariant(FI.OuterTripCount)) { in CanFlattenLoopPair()
627 FI.InnerTripCount, FI.OuterTripCount, "flatten.tripcount", in DoFlattenLoopPair()
671 U->markLoopAsDeleted(*FI.InnerLoop, FI.InnerLoop->getName()); in DoFlattenLoopPair()
729 FI.InnerPHIsToTransform.insert(FI.InnerInductionPHI); in CanWidenIV()
738 FI.NarrowInnerInductionPHI = FI.InnerInductionPHI; in CanWidenIV()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp348 if (FI.Widened && in checkIVUsers()
446 FI.InnerTripCount, FI.OuterTripCount, DL, AC, in checkOverflow()
478 FI.InnerInductionPHI, FI.InnerTripCount, in CanFlattenLoopPair()
479 FI.InnerIncrement, FI.InnerBranch, SE, FI.Widened)) in CanFlattenLoopPair()
482 FI.OuterInductionPHI, FI.OuterTripCount, in CanFlattenLoopPair()
483 FI.OuterIncrement, FI.OuterBranch, SE, FI.Widened)) in CanFlattenLoopPair()
488 if (!FI.OuterLoop->isLoopInvariant(FI.InnerTripCount)) { in CanFlattenLoopPair()
492 if (!FI.OuterLoop->isLoopInvariant(FI.OuterTripCount)) { in CanFlattenLoopPair()
534 FI.InnerTripCount, FI.OuterTripCount, "flatten.tripcount", in DoFlattenLoopPair()
564 if (FI.Widened) in DoFlattenLoopPair()
[all …]

12345678910>>...240