Home
last modified time | relevance | path

Searched refs:FR (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/external/libunwind/src/ia64/
Dgetcontext.S30 #define FR(n) (SC_FR + (n)*16) macro
57 add r3 = FR(2), in0
62 add r8 = FR(16), in0
67 add r9 = FR(24), in0
76 stf.spill [r9] = f24, (FR(31) - FR(24)) // M2
127 add r8 = FR(3), in0
131 stf.spill [r8] = f3, (FR(4) - FR(3)) // M3
132 add r9 = FR(5), in0
135 stf.spill [r8] = f4, (FR(17) - FR(4)) // M2
136 stf.spill [r9] = f5, (FR(19) - FR(5)) // M3
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv11260 ,"CH","AVR","Avry","Avry","FR","-----6--","RL","0901",,"4647N 00704E",
11285 ,"CH","BFX","Belfaux","Belfaux","FR","--3--6--","RL","1107",,"4649N 00706E",
11307 ,"CH","BIL","Billens","Billens","FR","-23--6--","RL","0601",,"4641N 00653E",
11330 ,"CH","BSI","Bosingen","Bosingen","FR","--3-----","RL","0901",,"4654N 00713E",
11352 ,"CH","BRC","Broc","Broc","FR","-----6--","RQ","0907",,"4636N 00705E",
11365 ,"CH","BLN","B�chslen","Buchslen","FR","--3-----","RL","9806",,,
11367 ,"CH","BUL","Bulle","Bulle","FR","--3-----","RL","9811",,,
11400 ,"CH","CSD","Chatel-St-Denis","Chatel-St-Denis","FR","--3-----","RQ","0907",,"4632N 00654E",
11433 ,"CH","YHM","Courtaman","Courtaman","FR","--3-----","RL","9805",,,
11435 ,"CH","CST","Cousset","Cousset","FR","--3--6--","RL","1001",,"4648N 00701E",
[all …]
DsubdivisionData.txt78 AL-FR Fier
681 CH-FR Fribourg
1265 FR-01 Ain
1266 FR-02 Aisne
1267 FR-03 Allier
1268 FR-04 Alpes-de-Haute-Provence
1269 FR-05 Hautes-Alpes
1270 FR-06 Alpes-Maritimes
1271 FR-07 Ardèche
1272 FR-08 Ardennes
[all …]
Dother_country_data.txt19 BL;Saint Barthélemy;literacy;FR;
32 MF;Saint Martin;literacy;FR;
90 CP;Clipperton Island;gdp-ppp;FR;reason
91 CP;Clipperton Island;literacy;FR;reason
118 TF;French Southern Territories;gdp-ppp;FR;reason
119 TF;French Southern Territories;literacy;FR;reason
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend50 ATTRIBUTE Ascend-FR-Circuit-Name 156 string
51 ATTRIBUTE Ascend-FR-LinkUp 157 integer
52 ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer
53 ATTRIBUTE Ascend-FR-Type 159 integer
54 ATTRIBUTE Ascend-FR-Link-Mgt 160 integer
55 ATTRIBUTE Ascend-FR-N391 161 integer
56 ATTRIBUTE Ascend-FR-DCE-N392 162 integer
57 ATTRIBUTE Ascend-FR-DTE-N392 163 integer
58 ATTRIBUTE Ascend-FR-DCE-N393 164 integer
59 ATTRIBUTE Ascend-FR-DTE-N393 165 integer
[all …]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DShortNumberInfoTest.java34 shortInfo.isPossibleShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR)); in testIsPossibleShortNumber()
49 assertTrue(shortInfo.isValidShortNumberForRegion(parse("1010", RegionCode.FR), RegionCode.FR)); in testIsValidShortNumber()
53 shortInfo.isValidShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR)); in testIsValidShortNumber()
90 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
93 parse(premiumRateExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
99 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
102 parse(standardRateExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
108 String tollFreeExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR, in testGetExpectedCost()
111 shortInfo.getExpectedCostForRegion(parse(tollFreeExample, RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
118 shortInfo.getExpectedCostForRegion(parse("12345", RegionCode.FR), RegionCode.FR)); in testGetExpectedCost()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp126 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior() local
127 if (FR->FunctionEffect == 0) in getModRefBehavior()
129 else if ((FR->FunctionEffect & Mod) == 0) in getModRefBehavior()
143 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior() local
144 if (FR->FunctionEffect == 0) in getModRefBehavior()
146 else if ((FR->FunctionEffect & Mod) == 0) in getModRefBehavior()
385 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()]; in AnalyzeCallGraph() local
408 FR.MayReadAnyGlobal = true; in AnalyzeCallGraph()
429 FR.GlobalInfo[GI->first] |= GI->second; in AnalyzeCallGraph()
430 FR.MayReadAnyGlobal |= CalleeFR->MayReadAnyGlobal; in AnalyzeCallGraph()
[all …]
/external/python/dateutil/dateutil/test/
Dtest_imports.py59 from dateutil.relativedelta import MO, TU, WE, TH, FR, SA, SU
61 for var in (relativedelta, MO, TU, WE, TH, FR, SA, SU):
83 from dateutil.rrule import MO, TU, WE, TH, FR, SA, SU
88 MO, TU, WE, TH, FR, SA, SU)
/external/ImageMagick/coders/
Dwmf.c1387 *FR = (wmfFunctionReference *) API->function_reference; in ipa_functions() local
1392 FR->device_open = ipa_device_open; in ipa_functions()
1393 FR->device_close = ipa_device_close; in ipa_functions()
1394 FR->device_begin = ipa_device_begin; in ipa_functions()
1395 FR->device_end = ipa_device_end; in ipa_functions()
1396 FR->flood_interior = ipa_flood_interior; in ipa_functions()
1397 FR->flood_exterior = ipa_flood_exterior; in ipa_functions()
1398 FR->draw_pixel = ipa_draw_pixel; in ipa_functions()
1399 FR->draw_pie = ipa_draw_pie; in ipa_functions()
1400 FR->draw_chord = ipa_draw_chord; in ipa_functions()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMips64InstrInfo.td42 FR<0x00, func, (outs CPU64Regs:$rd), (ins CPU64Regs:$rt, shamt_64:$shamt),
51 FR<0x00, func, (outs CPU64Regs:$rd), (ins CPU64Regs:$rs, CPU64Regs:$rt),
61 FR<0x00, func, (outs), (ins CPU64Regs:$rs, CPU64Regs:$rt),
65 FR<0x00, func, (outs), (ins CPU64Regs:$rs, CPU64Regs:$rt),
74 FR<0x00, func, (outs CPU64Regs:$rd), (ins),
79 FR<0x00, func, (outs), (ins CPU64Regs:$rs),
85 FR<0x1c, func, (outs CPU64Regs:$rd), (ins CPU64Regs:$rs),
DMipsInstrInfo.td268 FR<op, func, (outs RC:$rd), (ins RC:$rs, RC:$rt),
277 FR<op, func, (outs RC:$rd), (ins RC:$rs, RC:$rt),
298 FR<0x1c, func, (outs), (ins CPURegs:$rs, CPURegs:$rt),
308 FR<op, func, (outs RC:$rd), (ins RC:$rs, RC:$rt),
318 FR<0x00, func, (outs CPURegs:$rd), (ins CPURegs:$rt, shamt:$shamt),
326 FR<0x00, func, (outs CPURegs:$rd), (ins CPURegs:$rs, CPURegs:$rt),
424 FR<op, func, (outs CPURegs:$rd), (ins RC:$rs, RC:$rt),
446 FR<op, func, (outs), (ins CPURegs:$rs),
464 FR<op, func, (outs), (ins CPURegs:$rs, variable_ops),
478 FR<0x00, func, (outs), (ins CPURegs:$rs, CPURegs:$rt),
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp443 for (auto const &FR : FnInfos) { in emitFunctionFrameRecords() local
444 LLVM_DEBUG(dbgs() << WSMP << "function addr: " << FR.first in emitFunctionFrameRecords()
445 << " frame size: " << FR.second.StackSize in emitFunctionFrameRecords()
446 << " callsite count: " << FR.second.RecordCount << '\n'); in emitFunctionFrameRecords()
447 OS.EmitSymbolValue(FR.first, 8); in emitFunctionFrameRecords()
448 OS.EmitIntValue(FR.second.StackSize, 8); in emitFunctionFrameRecords()
449 OS.EmitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
DLocalStackSlotAllocation.cpp340 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
341 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters()
342 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters()
343 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp205 unsigned TSR, unsigned FR, unsigned FSR);
781 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() argument
808 .addReg(FR, 0, FSR); in buildMux()
820 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local
828 FR = RO.getReg(), FSR = RO.getSubReg(); in updatePhiNodes()
836 else if (FR == 0) in updatePhiNodes()
837 FR = SR, FSR = SSR; in updatePhiNodes()
839 assert(TR || FR); in updatePhiNodes()
842 if (TR && FR) { in updatePhiNodes()
846 FP.PredR, TR, TSR, FR, FSR); in updatePhiNodes()
[all …]
DRDFCopy.cpp147 auto FR = EM.find(DR); in run() local
148 if (FR == EM.end()) in run()
150 RegisterRef SR = FR->second; in run()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp331 FrameRef &FR = FrameReferenceInsns[ref]; in insertFrameReferenceRegisters() local
332 MachineInstr &MI = *FR.getMachineInstr(); in insertFrameReferenceRegisters()
333 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters()
334 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters()
DStackMaps.cpp420 for (auto const &FR : FnStackSize) { in emitFunctionFrameRecords() local
421 DEBUG(dbgs() << WSMP << "function addr: " << FR.first in emitFunctionFrameRecords()
422 << " frame size: " << FR.second); in emitFunctionFrameRecords()
423 OS.EmitSymbolValue(FR.first, 8); in emitFunctionFrameRecords()
424 OS.EmitIntValue(FR.second, 8); in emitFunctionFrameRecords()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp749 static inline bool isUnionField(const FieldRegion *FR) { in isUnionField() argument
750 return FR->getDecl()->getParent()->isUnion(); in isUnionField()
762 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) in getSymbolicOffsetFields() local
763 if (!isUnionField(FR)) in getSymbolicOffsetFields()
764 Fields.push_back(FR->getDecl()); in getSymbolicOffsetFields()
819 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) { in collectSubRegionBindings() local
820 if (FR->getDecl()->isBitField()) in collectSubRegionBindings()
821 Length = FR->getDecl()->getBitWidthValue(SVB.getContext()); in collectSubRegionBindings()
1422 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R)) in getBinding() local
1423 return CastRetrievedVal(getBindingForField(B, FR), FR, T, false); in getBinding()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c102 #define FR(dr) (freg_map[dr]) macro
1292 return FR(reg); in sljit_get_float_register_index()
1322 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); in sljit_emit_fop1_conv_sw_from_f64()
1332 return emit_op_mem2(compiler, flags ? DOUBLE_DATA : SINGLE_DATA, FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_sw_from_f64()
1355 …FAIL_IF(emit_op_mem2(compiler, ((flags) ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, FR(TMP_FREG1), s… in sljit_emit_fop1_conv_f64_from_sw()
1369 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(TMP_FREG1), dst, dstw, 0, 0); in sljit_emit_fop1_conv_f64_from_sw()
1384 …FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG1), src1, src1w, src2, src2w… in sljit_emit_fop1_cmp()
1389 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(TMP_FREG2), src2, src2w, 0, 0)); in sljit_emit_fop1_cmp()
1434 FAIL_IF(emit_op_mem2(compiler, FLOAT_DATA(op) | LOAD_DATA, FR(dst_r), src, srcw, dst, dstw)); in sljit_emit_fop1()
1460 return emit_op_mem2(compiler, FLOAT_DATA(op), FR(dst_r), dst, dstw, 0, 0); in sljit_emit_fop1()
[all …]
/external/llvm/lib/Target/Hexagon/
DRDFCopy.cpp184 auto FR = EM.find(DR); in run() local
185 if (FR == EM.end()) in run()
187 RegisterRef SR = FR->second; in run()
/external/ltp/testcases/kernel/io/disktest/
DMakefile.windows75 …32" /D"_WIN32_WINNT=0x0500" /D"WINDOWS" /D"NDEBUG" /D"_CONSOLE" /D"_MBCS" /FR"$(INTDIR)\\" /Fp"$(I…
144 …2" /D"_WIN32_WINNT=0x0500" /D"WINDOWS" /D"_DEBUG" /D"_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fp"$(I…
/external/icu/icu4c/source/data/region/
Dlrc.txt20 FR{"فأرانسە"}
Dii.txt8 FR{"ꃔꇩ"}
Dos.txt14 FR{"Франц"}
Dom.txt9 FR{"France"}

12345678910>>...23