Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
Dudivmodti4.c26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) in __udivmodti4()
Dudivmoddi4.c24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4()
/frameworks/compile/linkloader/include/
DELFObject.h83 size_t rem = ((uintptr_t)SHNCommonDataPtr) % align; variable
/frameworks/base/services/java/com/android/server/wm/
DWatermark.java154 int rem = (dw+mTextWidth) - (div*deltaX); in drawIfNeeded() local
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp927 int rem = 0; in EncodeIntra4x4Mode() local
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java1475 static int[] removeInts(int[] cur, int[] rem) { in removeInts()