Searched defs:hi (Results 1 - 8 of 8) sorted by last modified time

/system/core/include/corkscrew/
H A Dptrace.h73 uint64_t hi; member in struct:pt_regs_mips
/system/core/include/private/pixelflinger/
H A Dggl_fixed.h114 asm("smull %[lo], %[hi], %[x], %[y] \n"
116 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
117 : [lo]"=r"(result), [hi]"=r"(t), [x]"=r"(x)
122 asm("smull %[lo], %[hi], %[x], %[y] \n"
124 "adc %[lo], %[lo], %[hi], lsl %[lshift] \n"
125 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x)
137 asm("smull %[lo], %[hi], %[x], %[y] \n"
139 "add %[lo], %[lo], %[hi], lsl %[lshift] \n"
140 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x)
144 asm("smull %[lo], %[hi],
182 int32_t hi; member in struct:__anon331::__anon332
442 int32_t hi; member in struct:__anon333::__anon334
[all...]
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c42 uint64_t hi; member in struct:__anon378
/system/core/libcutils/
H A Dtztime.c1244 register int hi = sp->timecnt; local
1246 while (lo < hi) {
1247 register int mid = (lo + hi) >> 1;
1250 hi = mid;
1673 register time_t hi; local
1751 hi = lo - 1;
1754 hi = (time_t) DBL_MAX;
1755 else hi = (time_t) FLT_MAX;
1756 lo = -hi;
1761 hi
[all...]
/system/core/liblog/
H A Devent_tag_map.c128 int hi, lo, mid; local
131 hi = map->numTags-1;
133 while (lo <= hi) {
136 mid = (lo+hi)/2;
143 hi = mid - 1;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h237 inline int hi(int c) const { return format.c[c].h; } function in struct:android::GGLAssembler::pixel_t
242 inline int component_size(int c) const { return hi(c) - low(c); }
251 component_t(int r, int lo, int hi, int f=0) argument
252 : reg_t(r, f), h(hi), l(lo) {
263 void setTo(int r, int lo=0, int hi=0, int f=0) { argument
264 reg_t::setTo(r, f); h=hi; l=lo;
/system/core/libpixelflinger/
H A Dfixed.cpp260 uint32_t hi = ab>>32; local
265 if (hi >= c) {
268 } else if (hi == 0) {
273 uint32_t r = hi;
/system/core/toolbox/
H A Dnewfs_msdos.c951 argtou(const char *arg, u_int lo, u_int hi, const char *msg) argument
958 if (errno || !*arg || *s || x < lo || x > hi)

Completed in 111 milliseconds