/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/ |
D | format | 20 …ground GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mode" }, { SSR, "SSR-mode" }), __prin…
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | StackAddrEscapeChecker.cpp | 204 if (const StackSpaceRegion *SSR = in checkEndFunction() local 208 if (SSR->getStackFrame() == CurSFC) in checkEndFunction()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/f2fs/f2fs_get_victim/ |
D | format | 21 …kground GC" }), __print_symbolic(REC->alloc_mode, { 0, "LFS-mode" }, { 1, "SSR-mode" }, { AT_SSR, …
|
/external/perfetto/docs/design-docs/ |
D | protozero.md | 279 participant SSR as ScatteredStreamWriter 283 M->>SSR: AppendVarInt(...) 285 Note over C,SSR: A typical write on the fast-path 289 M->>SSR: AppendString(...) 290 SSR->>DEL: GetNewBuffer(...)
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | CopyBlue.miff | 41 …SSR�SSS�SSR�SSR�SSS�SSS�SSS�SST�SST�SST�SSP�SSi�SS��SS��SSj�SS+�SS(�SS/�SS.�SS5�SSE�SSE�SS<�SSA�SS…
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 781 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local 785 SR = RO.getReg(), SSR = RO.getSubReg(); in updatePhiNodes() 796 TR = SR, TSR = SSR; in updatePhiNodes() 798 FR = SR, FSR = SSR; in updatePhiNodes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local 822 SR = RO.getReg(), SSR = RO.getSubReg(); in updatePhiNodes() 833 TR = SR, TSR = SSR; in updatePhiNodes() 835 FR = SR, FSR = SSR; in updatePhiNodes()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 171 const StackSpaceRegion *SSR = dyn_cast<StackSpaceRegion>(getMemorySpace()); in getStackFrame() local 172 return SSR ? SSR->getStackFrame() : nullptr; in getStackFrame()
|
/external/cpuinfo/test/build.prop/ |
D | moto-g-gen1.log | 168 # Enable SSR
|
D | moto-e-gen1.log | 192 # Enable SSR
|
D | moto-g-gen2.log | 176 # Enable SSR
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
D | europe | 700 # Lithuanian SSR, Latvian SSR and Estonian SSR, Astrakhan, 706 # a) Lithuanian SSR, Latvian SSR, Estonian SSR, Kaliningrad oblast: 1757 # Act No. 35 of the Council of Ministers of Latvian SSR of 1981-01-22 ... 1763 # Act No. 592 of the Council of Ministers of Latvian SSR of 1984-09-24 ... 1770 # Act No. 81 of the Council of Ministers of Latvian SSR of 1989-03-22 ... 1772 # ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR, 1773 # Estonian SSR and Kaliningrad region of Russian Federation all year round the 1906 # ... says that since 1990-05-06 on the territory of the Moldavian SSR
|
D | asia | 2296 # It also allowed (but not mandated) Kazakh SSR, Kirghiz SSR, Tajik SSR, 2297 # Turkmen SSR and Uzbek SSR to not have "summer" time. 2300 # of the Kazakh SSR from 1991-03-20 No. 170 "About the act of the Cabinet 2308 # Republic of Georgia, Latvian SSR, Lithuanian SSR, SSR Moldova, 2309 # Estonian SSR; Komi ASSR; Kaliningrad oblast; Nenets autonomous okrug 2311 # Kazakh SSR (excluding Uralsk oblast); Republic of Kyrgyzstan, Tajik 2312 # SSR; Andijan, Jizzakh, Namangan, Sirdarya, Tashkent, Fergana oblasts 2313 # of the Uzbek SSR were to move clocks 1 hour backwards.
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc.c | 574 sTime->SubSeconds = (uint32_t)(hrtc->Instance->SSR); in HAL_RTC_GetTime()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc.c | 574 sTime->SubSeconds = (uint32_t)(hrtc->Instance->SSR); in HAL_RTC_GetTime()
|
/external/f2fs-tools/fsck/ |
D | mount.c | 1910 if (curseg->alloc_type == SSR) in read_compacted_summaries() 2749 curseg->alloc_type = SSR; in relocate_curseg_offset() 2919 curseg->alloc_type = c.zoned_model == F2FS_ZONED_HM ? LFS : SSR; in move_one_curseg_info()
|
D | fsck.c | 2619 if (curseg->alloc_type == SSR) in check_curseg_offset()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1425 SSR enumerator
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6192 SourceRange SSR = SizeOfArg->getSourceRange(); in CheckMemaccessArguments() local 6200 SSR = SourceRange(SM.getSpellingLoc(SSR.getBegin()), in CheckMemaccessArguments() 6201 SM.getSpellingLoc(SSR.getEnd())); in CheckMemaccessArguments() 6210 << SSR); in CheckMemaccessArguments() 6214 << SSR); in CheckMemaccessArguments()
|
/external/cpuinfo/test/dmesg/ |
D | nexus4.log | 215 <6>[ 0.403479] lpass_fatal_init: lpass SSR driver init'ed.
|
D | moto-g-gen4.log | 640 [ 2.796135,6] IPA SSR support = True
|
D | xiaomi-redmi-note-4.log | 998 [ 5.466631] IPA SSR support = True
|
D | xiaomi-redmi-note-3.log | 1323 <6>[ 2.629269] IPA SSR support = True
|
D | nexus5x.log | 903 [ 2.837177] IPA SSR support = True
|
D | oneplus-3t.log | 1194 [ 1.792540]@3 IPA SSR support = True
|