Home
last modified time | relevance | path

Searched refs:AF (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv60 ,"GB","ABB","Abbots Langley","Abbots Langley","HRT","--3-----","AF","9804",,,
65 ,"GB","ABA","Aberaeron","Aberaeron","DFD","1-3-----","AF","9811",,,
73 ,"GB","ABE","Aberdare","Aberdare","POW","--3-----","AF","9511",,,
75 ,"GB","ABD","Aberdeen","Aberdeen","GMP","1--4----","AF","9511","ABZ",,
81 ,"GB","AGY","Abergavenny","Abergavenny","GNT","--3-----","AF","9808",,,
88 ,"GB","ABT","Abertillery","Abertillery","GNT","-23-----","AF","9804",,,
90 ,"GB","AGN","Abingdon","Abingdon","OXF","--34----","AF","9511","ABB",,
91 ,"GB","ABN","Abington","Abington","NTH","--3-----","AF","9704",,,
92 ,"GB","ABY","Aboyne","Aboyne","GMP","--3-----","AF","9704",,,
94 ,"GB","ABG","Abridge","Abridge","ESS","--3-----","AF","9811",,,
[all …]
D2013-1_UNLOCODE_CodeListPart1.csv62 ,"AF",,".AFGHANISTAN",,,"",,,,,
63 ,"AF","ASH","Ali Shirzayi","Ali Shirzayi","ORU","--3-----","RQ","0907",,"3252N 06603E",
64 ,"AF","BAG","Bagram","Bagram","PAR","--3-----","RL","0307",,"3457N 06915E",
65 ,"AF","BIN","Bamian","Bamian",,"--34----","AI","0907",,,""
66 ,"AF","BEP","Bazar-E-Panjwai","Bazar-E-Panjwai","KAN","--3-----","RQ","1001",,"3133N 06527E",
67 ,"AF","BST","Bost","Bost",,"---4----","AI","9912",,,
68 ,"AF","CBN","Camp Bastion","Camp Bastion","HEL","--34----","RQ","0901",,"3151N 06411E",
69 ,"AF","CDW","Camp Dwyer","Camp Dwyer","HEL","--3-----","RQ","0907",,"3107N 06411E",
70 ,"AF","CLN","Camp Leatherneck","Camp Leatherneck","HEL","--3-----","RL","0901",,"3223N 06428E",
71 ,"AF","CSO","Camp Salerno","Camp Salerno","KHO","--3-----","RL","0901",,"3324N 07004E",
[all …]
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp293 ArgEffects ScratchArgs(AF.getEmptyMap()); in getSummaryForObjCOrCFObject()
329 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
337 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
348 ScratchArgs = AF.add(ScratchArgs, 7, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
357 ScratchArgs = AF.add(ScratchArgs, 8, ArgEffect(ArgEffect(StopTracking))); in getSummaryForObjCOrCFObject()
366 ScratchArgs = AF.add(ScratchArgs, 12, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
376 ScratchArgs = AF.add(ScratchArgs, 5, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
388 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
398 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
399 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(StopTracking)); in getSummaryForObjCOrCFObject()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp300 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<() argument
301 OS << "<MCFixup" << " Offset:" << AF.getOffset() in operator <<()
302 << " Value:" << *AF.getValue() in operator <<()
303 << " Kind:" << AF.getKind() << ">"; in operator <<()
340 const auto *AF = cast<MCAlignFragment>(this); in dump() local
341 if (AF->hasEmitNops()) in dump()
344 OS << " Alignment:" << AF->getAlignment() in dump()
345 << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize() in dump()
346 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">"; in dump()
DMCAssembler.cpp324 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
325 unsigned Offset = Layout.getFragmentOffset(&AF); in computeFragmentSize()
326 unsigned Size = offsetToAlignment(Offset, Align(AF.getAlignment())); in computeFragmentSize()
330 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
331 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()
336 if (Size > 0 && AF.hasEmitNops()) { in computeFragmentSize()
338 Size += AF.getAlignment(); in computeFragmentSize()
340 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
518 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
519 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!"); in writeFragment()
[all …]
/external/llvm-project/llvm/lib/MC/
DMCFragment.cpp322 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<() argument
323 OS << "<MCFixup" << " Offset:" << AF.getOffset() in operator <<()
324 << " Value:" << *AF.getValue() in operator <<()
325 << " Kind:" << AF.getKind() << ">"; in operator <<()
365 const auto *AF = cast<MCAlignFragment>(this); in dump() local
366 if (AF->hasEmitNops()) in dump()
369 OS << " Alignment:" << AF->getAlignment() in dump()
370 << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize() in dump()
371 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">"; in dump()
DMCAssembler.cpp328 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
329 unsigned Offset = Layout.getFragmentOffset(&AF); in computeFragmentSize()
330 unsigned Size = offsetToAlignment(Offset, Align(AF.getAlignment())); in computeFragmentSize()
334 if (AF.getParent()->UseCodeAlign() && AF.hasEmitNops() && in computeFragmentSize()
335 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()
340 if (Size > 0 && AF.hasEmitNops()) { in computeFragmentSize()
342 Size += AF.getAlignment(); in computeFragmentSize()
344 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
526 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
527 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!"); in writeFragment()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h178 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
299 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
429 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
569 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
713 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h178 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
299 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
429 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
569 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
713 #define IS_GPIO_AF(AF) ((AF) <= (uint8_t)0x0F) argument
/external/llvm/lib/MC/
DMCFragment.cpp309 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { in operator <<() argument
310 OS << "<MCFixup" << " Offset:" << AF.getOffset() in operator <<()
311 << " Value:" << *AF.getValue() in operator <<()
312 << " Kind:" << AF.getKind() << ">"; in operator <<()
347 const MCAlignFragment *AF = cast<MCAlignFragment>(this); in dump() local
348 if (AF->hasEmitNops()) in dump()
351 OS << " Alignment:" << AF->getAlignment() in dump()
352 << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize() in dump()
353 << " MaxBytesToEmit:" << AF->getMaxBytesToEmit() << ">"; in dump()
DMCAssembler.cpp264 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in computeFragmentSize() local
265 unsigned Offset = Layout.getFragmentOffset(&AF); in computeFragmentSize()
266 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment()); in computeFragmentSize()
269 if (Size > 0 && AF.hasEmitNops()) { in computeFragmentSize()
271 Size += AF.getAlignment(); in computeFragmentSize()
273 if (Size > AF.getMaxBytesToEmit()) in computeFragmentSize()
440 const MCAlignFragment &AF = cast<MCAlignFragment>(F); in writeFragment() local
441 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!"); in writeFragment()
443 uint64_t Count = FragmentSize / AF.getValueSize(); in writeFragment()
448 if (Count * AF.getValueSize() != FragmentSize) in writeFragment()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt75 00AF;00AF;00AF;0020 0304;0020 0304;
255 01AF;01AF;0055 031B;01AF;0055 031B;
399 03AF;03AF;03B9 0301;03AF;03B9 0301;
498 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
905 1F77;03AF;03B9 0301;03AF;03B9 0301;
1227 22AF;22AF;22AB 0338;22AF;22AB 0338;
1317 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1635 30B0;30B0;30AF 3099;30B0;30AF 3099;
1928 32AF;32AF;32AF;5354;5354;
1964 32D7;32D7;32D7;30AF;30AF;
[all …]
DNormalizationTest.txt76 00AF;00AF;00AF;0020 0304;0020 0304;
256 01AF;01AF;0055 031B;01AF;0055 031B;
400 03AF;03AF;03B9 0301;03AF;03B9 0301;
500 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
1017 1F77;03AF;03B9 0301;03AF;03B9 0301;
1358 22AF;22AF;22AB 0338;22AF;22AB 0338;
1448 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1769 30B0;30B0;30AF 3099;30B0;30AF 3099;
2072 32AF;32AF;32AF;5354;5354;
2112 32D7;32D7;32D7;30AF;30AF;
[all …]
/external/icu/icu4c/source/test/testdata/
DNormalizationTest-3.2.0.txt77 00AF;00AF;00AF;0020 0304;0020 0304;
257 01AF;01AF;0055 031B;01AF;0055 031B;
401 03AF;03AF;03B9 0301;03AF;03B9 0301;
500 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
907 1F77;03AF;03B9 0301;03AF;03B9 0301;
1229 22AF;22AF;22AB 0338;22AF;22AB 0338;
1319 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1637 30B0;30B0;30AF 3099;30B0;30AF 3099;
1930 32AF;32AF;32AF;5354;5354;
1966 32D7;32D7;32D7;30AF;30AF;
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DNormalizationTest-3.2.0.txt75 00AF;00AF;00AF;0020 0304;0020 0304;
255 01AF;01AF;0055 031B;01AF;0055 031B;
399 03AF;03AF;03B9 0301;03AF;03B9 0301;
498 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
905 1F77;03AF;03B9 0301;03AF;03B9 0301;
1227 22AF;22AF;22AB 0338;22AF;22AB 0338;
1317 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1635 30B0;30B0;30AF 3099;30B0;30AF 3099;
1928 32AF;32AF;32AF;5354;5354;
1964 32D7;32D7;32D7;30AF;30AF;
[all …]
DNormalizationTest.txt76 00AF;00AF;00AF;0020 0304;0020 0304;
256 01AF;01AF;0055 031B;01AF;0055 031B;
400 03AF;03AF;03B9 0301;03AF;03B9 0301;
500 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
1017 1F77;03AF;03B9 0301;03AF;03B9 0301;
1358 22AF;22AF;22AB 0338;22AF;22AB 0338;
1448 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1769 30B0;30B0;30AF 3099;30B0;30AF 3099;
2072 32AF;32AF;32AF;5354;5354;
2112 32D7;32D7;32D7;30AF;30AF;
[all …]
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp754 const SCEV *AF; in isValidIntrinsicInst() local
761 AF = SE.getSCEVAtScope(cast<MemTransferInst>(II).getSource(), L); in isValidIntrinsicInst()
762 if (!AF->isZero()) { in isValidIntrinsicInst()
763 BP = dyn_cast<SCEVUnknown>(SE.getPointerBase(AF)); in isValidIntrinsicInst()
765 if (!isValidAccess(&II, AF, BP, Context)) in isValidIntrinsicInst()
770 AF = SE.getSCEVAtScope(cast<MemIntrinsic>(II).getDest(), L); in isValidIntrinsicInst()
771 if (!AF->isZero()) { in isValidIntrinsicInst()
772 BP = dyn_cast<SCEVUnknown>(SE.getPointerBase(AF)); in isValidIntrinsicInst()
774 if (!isValidAccess(&II, AF, BP, Context)) in isValidIntrinsicInst()
875 if (auto *AF = dyn_cast<SCEVAddExpr>(Pair.second)) { in getDelinearizationTerms() local
[all …]
/external/icu/icu4c/source/data/unidata/
DNormalizationTest.txt76 00AF;00AF;00AF;0020 0304;0020 0304;
256 01AF;01AF;0055 031B;01AF;0055 031B;
400 03AF;03AF;03B9 0301;03AF;03B9 0301;
500 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC;
1017 1F77;03AF;03B9 0301;03AF;03B9 0301;
1358 22AF;22AF;22AB 0338;22AF;22AB 0338;
1448 24AF;24AF;24AF;0028 0074 0029;0028 0074 0029;
1769 30B0;30B0;30AF 3099;30B0;30AF 3099;
2072 32AF;32AF;32AF;5354;5354;
2112 32D7;32D7;32D7;30AF;30AF;
[all …]
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll353 ; CHECK-NOF16-DAG: cvt.f32.f16 [[AF:%f[0-9]+]], [[A]];
355 ; CHECK-NOF16: setp.neu.f32 [[PRED:%p[0-9]+]], [[AF]], [[BF]]
369 ; CHECK-NOF16-DAG: cvt.f32.f16 [[AF:%f[0-9]+]], [[A]];
371 ; CHECK-NOF16: setp.equ.f32 [[PRED:%p[0-9]+]], [[AF]], [[BF]]
385 ; CHECK-NOF16-DAG: cvt.f32.f16 [[AF:%f[0-9]+]], [[A]];
387 ; CHECK-NOF16: setp.gtu.f32 [[PRED:%p[0-9]+]], [[AF]], [[BF]]
401 ; CHECK-NOF16-DAG: cvt.f32.f16 [[AF:%f[0-9]+]], [[A]];
403 ; CHECK-NOF16: setp.geu.f32 [[PRED:%p[0-9]+]], [[AF]], [[BF]]
417 ; CHECK-NOF16-DAG: cvt.f32.f16 [[AF:%f[0-9]+]], [[A]];
419 ; CHECK-NOF16: setp.ltu.f32 [[PRED:%p[0-9]+]], [[AF]], [[BF]]
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp348 const MCAlignFragment &AF, unsigned &Size) { in shouldInsertExtraNopBytesForCodeAlign() argument
356 if (AF.getAlignment() <= MinNopLen) { in shouldInsertExtraNopBytesForCodeAlign()
359 Size = AF.getAlignment() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()
371 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign() argument
379 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
391 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp415 const MCAlignFragment &AF, unsigned &Size) { in shouldInsertExtraNopBytesForCodeAlign() argument
423 if (AF.getAlignment() <= MinNopLen) { in shouldInsertExtraNopBytesForCodeAlign()
426 Size = AF.getAlignment() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()
438 MCAlignFragment &AF) { in shouldInsertFixupForCodeAlign() argument
446 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
458 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
DRISCVAsmBackend.h60 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
66 MCAlignFragment &AF) override;
/external/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.decl/
Dclass-template-decl.cpp72 struct AF;
83 struct TA<N>::AF { struct in diag::TA
/external/tcpdump/tests/
Drsvp_uni-oobr-3.out7 Subobject Type: Unknown (0), AF: HDLC (4), length: 1 (invalid)
12 Subobject Type: Unknown (225), AF: HDLC (4), length: 1 (invalid)
/external/python/cryptography/vectors/cryptography_vectors/ciphers/Camellia/
Dcamellia-128-ecb.txt42 C No.012 : D5 75 16 EB 5A D9 3C 52 3E 40 52 1B F4 47 AF CE
216 C No.070 : 64 E6 02 27 AF D8 0C 40 C7 01 86 CC 94 80 4C 1A
309 C No.101 : B3 10 3E 11 AF 06 C8 55 65 82 3F 8C AA 31 59 F6
333 C No.109 : 33 DC 40 AC 5F DC 12 6D 38 87 84 16 AF 6C 0F A6
357 C No.117 : 84 1F D8 AF 69 CF 2C 31 F7 D4 D7 B6 95 96 62 B5
413 C No.007 : 9E FC 9E AF 39 93 4B FC 9D A8 7E A8 A6 1A 2D FA
479 C No.029 : 7D C3 85 B4 8C 4D 0B B8 42 AF E6 36 7E B9 A9 04
482 C No.030 : 40 7F 9E 2C 31 69 91 2E 72 EE 05 AF C7 C6 05 33
527 C No.045 : 50 3C 38 9E 38 F3 4A AF B0 C9 FC 52 91 3B 25 85
596 C No.068 : AF AF E3 1E 09 83 1B C9 C5 B9 F8 D4 F8 0F F3 1F
[all …]

12345678910>>...20