Home
last modified time | relevance | path

Searched defs:tens (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDeviceDescriptor.java98 int tens = (mDeviceRelease & 0xF000) >> 12; in getDeviceReleaseString() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp117 const auto tens = (number / 10) % 10; in drawNumber() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java265 final int tens = input / 10; in formatDigits() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c874 tens[] = { variable
H A Dgdtoaimp.h563 #define tens __tens_D2A macro