/hardware/qcom/sdm845/gps/msm8960/core/ |
D | LocApiBase.cpp | 77 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/ |
D | LocApiBase.cpp | 77 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | attestation_record.cpp | 180 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/ |
D | LocApiBase.cpp | 79 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | attestation_record.cpp | 195 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/ |
D | attestation_record.cpp | 212 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/ |
D | LocApiBase.cpp | 79 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/ |
D | ComposerCommandBuffer.h | 467 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/ |
D | LocApiBase.cpp | 80 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/ |
D | json_tokener.c | 104 #define DECODE_SURROGATE_PAIR(hi,lo) ((((hi) & 0x3FF) << 10) + ((lo) & 0x3FF) + 0x10000) argument
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 835 * 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/ |
D | types.hal | 1103 * 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/ |
D | types.hal | 1100 * 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.
|