Searched refs:hi (Results 1 - 15 of 15) sorted by relevance

/system/extras/perfprofd/
H A Dcpuconfig.cc68 unsigned lo = 0, hi = 0; local
69 if (fscanf(fp, "%u-%u", &lo, &hi) == 2) {
70 ncores = hi - lo + 1;
/system/core/libpixelflinger/arch-arm64/
H A Dt32cb16blend.S77 csel \FB, w17, w18, hi
88 csel \FB, w17, w18, hi
99 csel \FB, w17, w18, hi
113 csel \FB, w17, w18, hi
125 csel \FB, w17, w18, hi
136 csel \FB, w17, w18, hi
/system/bt/bta/jv/
H A Dbta_jv_api.cc800 uint32_t hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; local
805 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback &&
806 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) {
811 p_msg->p_cb = &bta_jv_cb.rfc_cb[hi];
905 uint32_t hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; local
908 if (hi < BTA_JV_MAX_RFC_CONN && si < BTA_JV_MAX_RFC_SR_SESSION &&
909 bta_jv_cb.rfc_cb[hi].rfc_hdl[si])
910 return bta_jv_cb.port_cb[bta_jv_cb.rfc_cb[hi].rfc_hdl[si] - 1].port_handle;
927 uint32_t hi local
[all...]
H A Dbta_jv_act.cc452 uint32_t hi = local
455 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback &&
457 bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) {
459 bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]);
/system/core/libpixelflinger/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:__anon1605::__anon1606
442 int32_t hi; member in struct:__anon1607::__anon1608
753 int32_t hi; member in struct:__anon1609::__anon1610
[all...]
/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;
H A Dscanline.cpp954 * horz_iterator32 hi(context);
956 * uint32_t src_pixel = hi.get_pixel32();
1505 horz_iterator32 hi(c);
1507 uint32_t s = hi.get_pixel32();
2206 horz_iterator32 hi(c);
2209 uint32_t s = hi.get_pixel32();
2219 horz_iterator32 hi(c);
2223 uint32_t s = hi.get_pixel32();
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h243 inline int hi(int c) const { return format.c[c].h; } function in struct:android::GGLAssembler::pixel_t
248 inline int component_size(int c) const { return hi(c) - low(c); }
257 component_t(int r, int lo, int hi, int f=0) argument
258 : reg_t(r, f), h(hi), l(lo) {
269 void setTo(int r, int lo=0, int hi=0, int f=0) { argument
270 reg_t::setTo(r, f); h=hi; l=lo;
/system/extras/libfec/
H A Dfec_open.cpp60 uint64_t hi = file_size - mi / 2; local
62 while (lo < hi) {
63 mi = ((hi + lo) / (2 * FEC_BLOCKSIZE)) * FEC_BLOCKSIZE;
69 hi = mi;
/system/keymaster/
H A Docb.c167 block hi = _mm_load_si128((__m128i*)(KtopStr + 0)); /* hi = B A */ local
171 lo = _mm_xor_si128(_mm_sll_epi64(hi, lshift), _mm_srl_epi64(lo, rshift));
207 vector unsigned hi = *(vector unsigned*)(KtopStr + 0); local
211 lo = vec_sld(hi, lo, 4);
213 vector unsigned t = vec_sld(hi, lo, 4);
214 lo = vec_sld(hi, lo, 8);
215 hi = t;
219 return hi;
223 hi
258 uint64x2_t hi = vld1q_u64(KtopStr + 0); /* hi = A B */ local
[all...]
/system/core/debuggerd/libdebuggerd/mips/
H A Dmachine.cpp95 _LOG(log, logtype::REGISTERS, " hi %08" PRIxPTR " lo %08" PRIxPTR
97 R(r.hi), R(r.lo), R(r.cp0_badvaddr), R(r.cp0_epc));
/system/core/debuggerd/libdebuggerd/mips64/
H A Dmachine.cpp95 _LOG(log, logtype::REGISTERS, " hi %016" PRIxPTR " lo %016" PRIxPTR
97 R(r.hi), R(r.lo), R(r.cp0_badvaddr), R(r.cp0_epc));
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h160 uint64_t low, uint64_t hi,
/system/bt/stack/smp/
H A Daes.cc544 uint_8t cc, rc, hi; local
564 hi = (keylen + 28) << 2;
565 ctx->rnd = (hi >> 4) - 1;
566 for (cc = keylen, rc = 1; cc < hi; cc += 4) {
/system/core/toolbox/
H A Dnewfs_msdos.c968 static u_int argtou(const char *arg, u_int lo, u_int hi, const char *msg) argument
975 if (errno || !*arg || *s || x < lo || x > hi)

Completed in 321 milliseconds