Home
last modified time | relevance | path

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

12

/hardware/qcom/sdm845/gps/msm8960/core/
DLocApiBase.cpp77 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8960/core/
DLocApiBase.cpp77 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8084/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/msm8084/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8909/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/msm8996/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8994/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/msm8994/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8996/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/msm8909/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp180 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64() local
182 BN_div(hi.get(), lo.get(), num, uint_max.get(), ctx.get()); in BignumToUint64()
183 return static_cast<uint64_t>(BN_get_word(hi.get())) << 32 | BN_get_word(lo.get()); in BignumToUint64()
/hardware/qcom/gps/msm8909w_3100/core/
DLocApiBase.cpp79 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
81 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/sdm845/gps/msm8998/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8998/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp195 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64() local
197 BN_div(hi.get(), lo.get(), num, uint_max.get(), ctx.get()); in BignumToUint64()
198 return static_cast<uint64_t>(BN_get_word(hi.get())) << 32 | BN_get_word(lo.get()); in BignumToUint64()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp212 BIGNUM_Ptr hi(BN_new()), lo(BN_new()); in BignumToUint64() local
214 BN_div(hi.get(), lo.get(), num, uint_max.get(), ctx.get()); in BignumToUint64()
215 return static_cast<uint64_t>(BN_get_word(hi.get())) << 32 | BN_get_word(lo.get()); in BignumToUint64()
/hardware/qcom/sdm845/gps/sdm845/core/
DLocApiBase.cpp79 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
81 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h467 uint32_t hi = static_cast<uint32_t>(val >> 32); in write64() local
469 write(hi); in write64()
685 uint32_t hi = read(); in read64() local
686 return (static_cast<uint64_t>(hi) << 32) | lo; in read64()
/hardware/qcom/sm8150/gps/core/
DLocApiBase.cpp80 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
82 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; } in decodeAddress()
/hardware/qcom/msm8998/json-c/
Djson_tokener.c104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal835 * i_t =& \sigma(W_{xi}x_t+W_{hi}h_{t-1}+W_{ci}C_{t-1}+b_i) & \\
857 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
887 * (\f$W_{hi}\f$) and input gate bias (\f$b_i\f$) either all have values,
941 * * 5: The recurrent-to-input weights (\f$W_{hi}\f$). Optional.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1103 * i_t =& \sigma(W_{xi}x_t+W_{hi}h_{t-1}+W_{ci}C_{t-1}+b_i) & \\
1125 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
1161 * (\f$W_{hi}\f$) and input gate bias (\f$b_i\f$) either all have values,
1226 * * 5: The recurrent-to-input weights (\f$W_{hi}\f$). Optional.
4495 * * 5: The recurrent-to-input weights (\f$W_{hi}\f$). Optional.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1100 * i_t =& \sigma(W_{xi}x_t+W_{hi}h_{t-1}+W_{ci}C_{t-1}+b_i) & \\
1122 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
1158 * (\f$W_{hi}\f$) and input gate bias (\f$b_i\f$) either all have values,
1223 * * 5: The recurrent-to-input weights (\f$W_{hi}\f$). Optional.
4753 * * 5: The recurrent-to-input weights (\f$W_{hi}\f$). Optional.

12