Searched defs:hi (Results 1 - 7 of 7) sorted by relevance

/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:__anon69::__anon70
442 int32_t hi; member in struct:__anon71::__anon72
[all...]
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c42 uint64_t hi; member in struct:__anon148
/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/
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/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/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 201 milliseconds