Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 10 of 10) sorted by relevance

/system/core/include/private/pixelflinger/
Dggl_fixed.h117 : [lo]"=r"(result), [hi]"=r"(t), [x]"=r"(x) in gglMulx()
125 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x) in gglMulx()
140 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x) in gglMulAddx()
147 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x) in gglMulAddx()
161 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x) in gglMulSubx()
168 : [lo]"=&r"(result), [hi]"=&r"(t), [x]"=&r"(x) in gglMulSubx()
182 int32_t hi; in gglMulii() member
187 : "=r"(s.lo), "=&r"(s.hi) in gglMulii()
442 int32_t hi; in gglMulii() member
444 int32_t hi; in gglMulii()
[all …]
/system/core/liblog/
Devent_tag_map.c128 int hi, lo, mid; in android_lookupEventTag() local
131 hi = map->numTags-1; in android_lookupEventTag()
133 while (lo <= hi) { in android_lookupEventTag()
136 mid = (lo+hi)/2; in android_lookupEventTag()
143 hi = mid - 1; in android_lookupEventTag()
/system/core/libpixelflinger/
Dfixed.cpp260 uint32_t hi = ab>>32; in slow_muldiv() local
265 if (hi >= c) { in slow_muldiv()
268 } else if (hi == 0) { in slow_muldiv()
273 uint32_t r = hi; in slow_muldiv()
Dscanline.cpp1487 horz_iterator32 hi(c); in scanline_t32cb16blend_dither() local
1489 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend_dither()
2179 horz_iterator32 hi(c); in scanline_t32cb16blend()
2182 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend()
2192 horz_iterator32 hi(c); in scanline_t32cb16blend_srca() local
2196 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend_srca()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h237 inline int hi(int c) const { return format.c[c].h; } in hi() function
242 inline int component_size(int c) const { return hi(c) - low(c); } in component_size()
251 component_t(int r, int lo, int hi, int f=0)
252 : reg_t(r, f), h(hi), l(lo) { in reg_t()
263 void setTo(int r, int lo=0, int hi=0, int f=0) {
264 reg_t::setTo(r, f); h=hi; l=lo;
/system/core/include/corkscrew/
Dptrace.h73 uint64_t hi; member
/system/extras/libpagemap/include/pagemap/
Dpagemap.h153 unsigned long low, unsigned long hi,
/system/core/libcorkscrew/arch-mips/
Dbacktrace-mips.c42 uint64_t hi; member
/system/core/debuggerd/mips/
Dmachine.c178 R(r.hi), R(r.lo), R(r.cp0_badvaddr), R(r.cp0_epc)); in dump_registers()
/system/core/toolbox/
Dnewfs_msdos.c951 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou() argument
958 if (errno || !*arg || *s || x < lo || x > hi) in argtou()