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

/system/extras/perfprofd/
H A Dcpuconfig.cc72 unsigned lo = 0, hi = 0; local
73 if (fscanf(fp, "%u-%u", &lo, &hi) == 2) {
74 ncores = hi - lo + 1;
/system/bt/bta/jv/
H A Dbta_jv_api.cc561 uint32_t hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; local
566 if (hi >= BTA_JV_MAX_RFC_CONN || !bta_jv_cb.rfc_cb[hi].p_cback ||
567 si >= BTA_JV_MAX_RFC_SR_SESSION || !bta_jv_cb.rfc_cb[hi].rfc_hdl[si])
642 uint32_t hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; local
645 if (hi < BTA_JV_MAX_RFC_CONN && si < BTA_JV_MAX_RFC_SR_SESSION &&
646 bta_jv_cb.rfc_cb[hi].rfc_hdl[si])
647 return bta_jv_cb.port_cb[bta_jv_cb.rfc_cb[hi].rfc_hdl[si] - 1].port_handle;
663 uint32_t hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; local
668 VLOG(2) << __func__ << "handle=" << loghex(handle) << ", hi
[all...]
H A Dbta_jv_act.cc437 uint32_t hi = local
440 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback &&
442 bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) {
444 bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]);
/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/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:__anon1748::__anon1749
442 int32_t hi; member in struct:__anon1750::__anon1751
752 int32_t hi; member in struct:__anon1752::__anon1753
[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();
2205 horz_iterator32 hi(c);
2208 uint32_t s = hi.get_pixel32();
2218 horz_iterator32 hi(c);
2222 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/key_blob_utils/
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/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 264 milliseconds