Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 20 of 20) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
Dudivmodti4.c26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) in __udivmodti4() argument
46 if (rem) in __udivmodti4()
47 *rem = n.s.low % d.s.low; in __udivmodti4()
54 if (rem) in __udivmodti4()
55 *rem = n.s.low; in __udivmodti4()
67 if (rem) in __udivmodti4()
68 *rem = n.s.high % d.s.low; in __udivmodti4()
78 if (rem) in __udivmodti4()
82 *rem = r.all; in __udivmodti4()
92 if (rem) in __udivmodti4()
[all …]
Dudivmoddi4.c24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4() argument
44 if (rem) in __udivmoddi4()
45 *rem = n.s.low % d.s.low; in __udivmoddi4()
52 if (rem) in __udivmoddi4()
53 *rem = n.s.low; in __udivmoddi4()
65 if (rem) in __udivmoddi4()
66 *rem = n.s.high % d.s.low; in __udivmoddi4()
76 if (rem) in __udivmoddi4()
80 *rem = r.all; in __udivmoddi4()
90 if (rem) in __udivmoddi4()
[all …]
Dudivdi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
Dudivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
Dumoddi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
Dumodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
Ddivdi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
Ddivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
Dmodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
Dmoddi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
/frameworks/compile/linkloader/include/
DELFObject.h89 size_t rem = ((uintptr_t)SHNCommonDataPtr) % align; variable
90 if (rem != 0) {
91 SHNCommonDataPtr += align - rem;
92 SHNCommonDataFreeSize -= align - rem;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
Dwin_asm.bat14 rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
15 rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.s
/frameworks/base/services/java/com/android/server/wm/
DWatermark.java154 int rem = (dw+mTextWidth) - (div*deltaX); in drawIfNeeded() local
156 if (rem < qdelta || rem > (deltaX-qdelta)) { in drawIfNeeded()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp318 size_t rem = offset % sizeof(int); \ in calcSectionOffset()
319 if (rem > 0) { \ in calcSectionOffset()
320 offset += sizeof(int) - rem; \ in calcSectionOffset()
/frameworks/compile/libbcc/runtime/test/Unit/
Dudivmoddi4_test.c20 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp927 int rem = 0; in EncodeIntra4x4Mode() local
1001 rem = mode; in EncodeIntra4x4Mode()
1005 rem = mode - 1; in EncodeIntra4x4Mode()
1012 BitstreamWriteBits(stream, 3, rem); in EncodeIntra4x4Mode()
/frameworks/compile/libbcc/runtime/
DREADME.txt80 du_int __udivmoddi4(du_int a, du_int b, du_int* rem); // a / b, *rem = a % b
81 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b
DRuntimeDoc.rst20 …__udivmoddi4 : unsigned long (unsigned long a, unsigned long b, unsigned long *rem) // unsigned l…
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java1523 static int[] removeInts(int[] cur, int[] rem) { in removeInts() argument
1524 if (rem == null) return cur; in removeInts()
1526 final int N = rem.length; in removeInts()
1528 cur = removeInt(cur, rem[i]); in removeInts()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt2648 /sdcard/android/layout_tests/fast/css/rem-units-on-root.html
2664 /sdcard/android/layout_tests/fast/css/rem-dynamic-scaling.html