/system/bt/bta/jv/ |
D | bta_jv_api.c | 902 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommClose() local 906 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && in BTA_JvRfcommClose() 907 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommClose() 912 p_msg->p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommClose() 1012 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK)&~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommRead() local 1016 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && in BTA_JvRfcommRead() 1017 si < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si] && in BTA_JvRfcommRead() 1025 p_msg->p_cb = &bta_jv_cb.rfc_cb[hi]; in BTA_JvRfcommRead() 1046 UINT32 hi = ((handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in BTA_JvRfcommGetPortHdl() local 1049 if (hi < BTA_JV_MAX_RFC_CONN && in BTA_JvRfcommGetPortHdl() [all …]
|
D | bta_jv_act.c | 488 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_free_set_pm_profile_cb() local 490 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && si in bta_jv_free_set_pm_profile_cb() 491 < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si]) in bta_jv_free_set_pm_profile_cb() 493 tBTA_JV_PCB *p_pcb = bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]); in bta_jv_free_set_pm_profile_cb() 549 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_alloc_set_pm_profile_cb() local
|
/system/core/libpixelflinger/arch-arm64/ |
D | t32cb16blend.S | 77 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/extras/perfprofd/ |
D | cpuconfig.cc | 68 unsigned lo = 0, hi = 0; in GetNumCores() local 69 if (fscanf(fp, "%u-%u", &lo, &hi) == 2) { in GetNumCores() 70 ncores = hi - lo + 1; in GetNumCores()
|
/system/core/liblog/ |
D | event_tag_map.c | 128 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/include/private/pixelflinger/ |
D | ggl_fixed.h | 117 : [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/libpixelflinger/ |
D | fixed.cpp | 260 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()
|
D | scanline.cpp | 1503 horz_iterator32 hi(c); in scanline_t32cb16blend_dither() local 1505 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend_dither() 2199 horz_iterator32 hi(c); in scanline_t32cb16blend() 2202 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend() 2212 horz_iterator32 hi(c); in scanline_t32cb16blend_srca() local 2216 uint32_t s = hi.get_pixel32(); in scanline_t32cb16blend_srca()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 243 inline int hi(int c) const { return format.c[c].h; } in hi() function 248 inline int component_size(int c) const { return hi(c) - low(c); } in component_size() 257 component_t(int r, int lo, int hi, int f=0) 258 : reg_t(r, f), h(hi), l(lo) { in reg_t() 269 void setTo(int r, int lo=0, int hi=0, int f=0) { 270 reg_t::setTo(r, f); h=hi; l=lo;
|
/system/keymaster/ |
D | ocb.c | 167 block hi = _mm_load_si128((__m128i*)(KtopStr + 0)); /* hi = B A */ in gen_offset() local 171 lo = _mm_xor_si128(_mm_sll_epi64(hi, lshift), _mm_srl_epi64(lo, rshift)); in gen_offset() 207 vector unsigned hi = *(vector unsigned*)(KtopStr + 0); in gen_offset() local 211 lo = vec_sld(hi, lo, 4); in gen_offset() 213 vector unsigned t = vec_sld(hi, lo, 4); in gen_offset() 214 lo = vec_sld(hi, lo, 8); in gen_offset() 215 hi = t; in gen_offset() 219 return hi; in gen_offset() 223 hi = vec_sl(hi, lshift); in gen_offset() 225 return vec_xor(hi, lo); in gen_offset() [all …]
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 156 uint64_t low, uint64_t hi,
|
/system/core/debuggerd/mips/ |
D | machine.cpp | 94 R(r.hi), R(r.lo), R(r.cp0_badvaddr), R(r.cp0_epc)); in dump_registers()
|
/system/core/debuggerd/mips64/ |
D | machine.cpp | 94 R(r.hi), R(r.lo), R(r.cp0_badvaddr), R(r.cp0_epc)); in dump_registers()
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 304 p_multi_adv_data_cb->inst_cb[cbindex].data.int_range.hi = in btif_gattc_copy_datacb() 317 p_multi_adv_data_cb->inst_cb[cbindex].data.int_range.hi = in btif_gattc_copy_datacb()
|
/system/bt/stack/smp/ |
D | aes.c | 508 uint_8t cc, rc, hi; local 529 hi = (keylen + 28) << 2; 530 ctx->rnd = (hi >> 4) - 1; 531 for( cc = keylen, rc = 1; cc < hi; cc += 4 )
|
/system/core/toolbox/ |
D | newfs_msdos.c | 967 static u_int argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou() argument 974 if (errno || !*arg || *s || x < lo || x > hi) in argtou()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 385 UINT16 hi; member
|
/system/bt/bta/include/ |
D | bta_api.h | 353 UINT16 hi; member
|
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 1574 UINT16_TO_STREAM(p, p_data->int_range.hi); in btm_ble_build_adv_data()
|