Searched refs:rem (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dudivdi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
H A Dudivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
H A Dudivmoddi4.c17 /* Effects: if rem != 0, *rem = a % b
24 __udivmoddi4(du_int a, du_int b, du_int* rem) argument
44 if (rem)
45 *rem = n.s.low % d.s.low;
52 if (rem)
53 *rem = n.s.low;
65 if (rem)
66 *rem = n.s.high % d.s.low;
76 if (rem)
[all...]
H A Dudivmodti4.c19 /* Effects: if rem != 0, *rem = a % b
26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) argument
46 if (rem)
47 *rem = n.s.low % d.s.low;
54 if (rem)
55 *rem = n.s.low;
67 if (rem)
68 *rem = n.s.high % d.s.low;
78 if (rem)
[all...]
H A Dumoddi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
H A Dumodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
H A Ddivdi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
H A Ddivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
H A Dmoddi3.c17 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
H A Dmodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dwin_asm.bat14 rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
15 rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.s
/frameworks/compile/linkloader/include/
H A DELFObject.h89 size_t rem = ((uintptr_t)SHNCommonDataPtr) % align; local
90 if (rem != 0) {
91 SHNCommonDataPtr += align - rem;
92 SHNCommonDataFreeSize -= align - rem;
/frameworks/base/services/java/com/android/server/wm/
H A DWatermark.java157 int rem = (dw+mTextWidth) - (div*deltaX);
159 if (rem < qdelta || rem > (deltaX-qdelta)) {
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp927 int rem = 0; local
1001 rem = mode;
1005 rem = mode - 1;
1012 BitstreamWriteBits(stream, 3, rem);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1592 static int[] removeInts(int[] cur, int[] rem) { argument
1593 if (rem == null) return cur;
1595 final int N = rem.length;
1597 cur = removeInt(cur, rem[i]);
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dudivmoddi4_test.c17 // Effects: if rem != 0, *rem = a % b
20 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
[all...]
H A Dudivmodti4_test.c19 // Effects: if rem != 0, *rem = a % b
22 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
[all...]

Completed in 554 milliseconds