Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/bionic/libc/arch-arm/bionic/
H A Dbpabi.c32 long long __gnu_ldivmod_helper(long long a, long long b, long long* remainder) { in __gnu_ldivmod_helper()
39 unsigned long long* remainder) { in __gnu_uldivmod_helper()
/aosp12/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DPowerReportTest.java83 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder() local
116 final AppPower remainder = report.findApp(SpecialApp.REMAINDER); in testRemainderTotal() local
H A DBatteryStatsReaderTest.java69 final AppActivity remainder = report.findApp(SpecialApp.REMAINDER); in testModemRemainder() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerTextController.kt35 var remainder = (variableRemainingTime % DateUtils.HOUR_IN_MILLIS).toInt() regex
H A DStopwatchTextController.kt41 var remainder = (accumulatedTime % DateUtils.HOUR_IN_MILLIS).toInt() regex
H A DAlarmUtils.kt77 val remainder = variableDelta % DateUtils.MINUTE_IN_MILLIS regex
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.h79 T remainder = base % alignment; in AlignTo() local
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DNetUtils.java100 int remainder = prefixLength % 8; in maskRawAddress() local
/aosp12/system/bt/audio_a2dp_hw/test/
H A Daudio_a2dp_hw_test.cc137 const size_t remainder = expected_buffer_size % divisor; in TEST_F() local
/aosp12/system/bt/audio_hearing_aid_hw/test/
H A Daudio_hearing_aid_hw_test.cc137 const size_t remainder = expected_buffer_size % divisor; in TEST_F() local
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DModemBatteryStatsReader.java89 final ModemRemainderActivity remainder in createRemainder() local
/aosp12/frameworks/base/media/java/android/media/
H A DExifInterfaceUtils.java55 int remainder = numBytes; in copy() local
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dclock_ns.h50 int32_t remainder; in NsToTimespec() local
/aosp12/frameworks/native/libs/renderengine/
H A DMesh.cpp42 size_t remainder = (stride * vertexCount) / vertexCount; in Mesh() local
/aosp12/frameworks/av/media/libstagefright/renderfright/
H A DMesh.cpp42 size_t remainder = (stride * vertexCount) / vertexCount; in Mesh() local
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/
H A Dtransport.c57 div_uint64_rem(uint64_t dividend, uint32_t divisor, uint64_t *remainder) in div_uint64_rem()
/aosp12/system/chre/host/msm/daemon/
H A Dfastrpc_daemon.cc224 uint64_t remainder = (qTimerCount % qTimerFreq); in getTimeOffset() local
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DBase64_test.cpp45 int remainder = in[i].size() % 4; in verifyDecode() local
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DJsonAssetLoader.cpp75 int remainder = encodedText.length() % 4; in decodeBase64String() local
/aosp12/system/bt/hci/src/
H A Dhci_inject.cc190 size_t remainder = client->buffer_size - frame_len; in read_ready() local
/aosp12/art/compiler/utils/
H A Dswap_space.cc140 SpaceChunk remainder = { new_chunk.ptr + size, new_chunk.size - size }; in Alloc() local
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp113 int remainder = encodedText.length() % 4; in decodeBase64String() local
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DJsonWebKey.cpp118 int remainder = encodedText.length() % 4; in decodeBase64String() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
H A DSmartDialNameMatcher.java336 final String remainder = displayName.substring(j + 1); in matchesCombination() local
/aosp12/system/core/libcutils/
H A Dfs_config.cpp339 ssize_t len, remainder = host_len - sizeof(header); in fs_config() local

123