/hardware/st/secure_element/1.2/ |
D | SecureElement.cpp | 235 uint8_t xx = 0; in openLogicalChannel() local 236 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 237 cmdApdu.p_data[xx++] = 0xA4; // INS in openLogicalChannel() 238 cmdApdu.p_data[xx++] = 0x04; // P1 in openLogicalChannel() 239 cmdApdu.p_data[xx++] = p2; // P2 in openLogicalChannel() 240 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 241 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 242 cmdApdu.p_data[xx + aid.size()] = 0x00; // Le in openLogicalChannel() 321 uint8_t xx = 0; in openBasicChannel() local 322 cmdApdu.p_data[xx++] = 0x00; // basic channel in openBasicChannel() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 744 unsigned long xx; in inv_inverse_sqrt() local 785 xx = oneandhalf - x0_2; in inv_inverse_sqrt() 788 xx = inv_q30_mult( xx, ( oneandhalf - inv_q30_mult(x0_2, inv_q30_mult(xx,xx) ) ) ); in inv_inverse_sqrt() 791 xx = inv_q30_mult( xx, ( oneandhalf - inv_q30_mult(x0_2, inv_q30_mult(xx,xx) ) ) ); in inv_inverse_sqrt() 797 return (inv_q30_mult(xx,oneoversqrt2)); in inv_inverse_sqrt() 801 return xx; in inv_inverse_sqrt() 826 long xx, cc; in inv_fast_sqrt() local 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 744 unsigned long xx; in inv_inverse_sqrt() local 785 xx = oneandhalf - x0_2; in inv_inverse_sqrt() 788 xx = inv_q30_mult( xx, ( oneandhalf - inv_q30_mult(x0_2, inv_q30_mult(xx,xx) ) ) ); in inv_inverse_sqrt() 791 xx = inv_q30_mult( xx, ( oneandhalf - inv_q30_mult(x0_2, inv_q30_mult(xx,xx) ) ) ); in inv_inverse_sqrt() 797 return (inv_q30_mult(xx,oneoversqrt2)); in inv_inverse_sqrt() 801 return xx; in inv_inverse_sqrt() 826 long xx, cc; in inv_fast_sqrt() local 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() [all …]
|
/hardware/st/secure_element/1.0/ |
D | SecureElement.cpp | 241 uint8_t xx = 0; in openLogicalChannel() local 242 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 243 cmdApdu.p_data[xx++] = 0xA4; // INS in openLogicalChannel() 244 cmdApdu.p_data[xx++] = 0x04; // P1 in openLogicalChannel() 245 cmdApdu.p_data[xx++] = p2; // P2 in openLogicalChannel() 246 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 247 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 248 cmdApdu.p_data[xx + aid.size()] = 0x00; // Le in openLogicalChannel() 332 uint8_t xx = 0; in openBasicChannel() local 333 cmdApdu.p_data[xx++] = 0x00; // basic channel in openBasicChannel() [all …]
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.cpp | 235 uint8_t xx = 0; in openLogicalChannel() local 236 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 237 cmdApdu.p_data[xx++] = 0xA4; // INS in openLogicalChannel() 238 cmdApdu.p_data[xx++] = 0x04; // P1 in openLogicalChannel() 239 cmdApdu.p_data[xx++] = p2; // P2 in openLogicalChannel() 240 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 241 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 242 cmdApdu.p_data[xx + aid.size()] = 0x00; // Le in openLogicalChannel() 321 uint8_t xx = 0; in openBasicChannel() local 322 cmdApdu.p_data[xx++] = 0x00; // basic channel in openBasicChannel() [all …]
|
/hardware/nxp/secure_element/1.0/ |
D | SecureElement.cpp | 202 uint8_t xx = 0; in openLogicalChannel() local 203 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 204 cmdApdu.p_data[xx++] = 0xA4; // INS in openLogicalChannel() 205 cmdApdu.p_data[xx++] = 0x04; // P1 in openLogicalChannel() 206 cmdApdu.p_data[xx++] = p2; // P2 in openLogicalChannel() 207 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 208 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 279 uint8_t xx = 0; in openBasicChannel() local 280 cmdApdu.p_data[xx++] = 0x00; // basic channel in openBasicChannel() 281 cmdApdu.p_data[xx++] = 0xA4; // INS in openBasicChannel() [all …]
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.cpp | 243 uint8_t xx = 0; in openLogicalChannel() local 244 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel() 245 cmdApdu.p_data[xx++] = 0xA4; // INS in openLogicalChannel() 246 cmdApdu.p_data[xx++] = 0x04; // P1 in openLogicalChannel() 247 cmdApdu.p_data[xx++] = p2; // P2 in openLogicalChannel() 248 cmdApdu.p_data[xx++] = aid.size(); // Lc in openLogicalChannel() 249 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size()); in openLogicalChannel() 320 uint8_t xx = 0; in openBasicChannel() local 321 cmdApdu.p_data[xx++] = 0x00; // basic channel in openBasicChannel() 322 cmdApdu.p_data[xx++] = 0xA4; // INS in openBasicChannel() [all …]
|
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 230 uint8_t xx = 0; in LSC_ResetChannel() local 231 cmdApdu.p_data[xx++] = rspApdu.p_data[rspApdu.len - 3]; /*channel id*/ in LSC_ResetChannel() 232 cmdApdu.p_data[xx++] = 0x70; in LSC_ResetChannel() 233 cmdApdu.p_data[xx++] = 0x80; in LSC_ResetChannel() 234 cmdApdu.p_data[xx++] = rspApdu.p_data[rspApdu.len - 3]; in LSC_ResetChannel() 235 cmdApdu.p_data[xx++] = 0x00; in LSC_ResetChannel() 341 uint32_t xx = 0; in LSC_StoreData() local 344 cmdApdu.p_data[xx++] = STORE_DATA_CLA | (Os_info->Channel_Info[0].channel_id); in LSC_StoreData() 345 cmdApdu.p_data[xx++] = STORE_DATA_INS; in LSC_StoreData() 346 cmdApdu.p_data[xx++] = 0x00; // P1 in LSC_StoreData() [all …]
|
/hardware/invensense/ |
D | Android.mk | 4 include $(call all-named-subdir-makefiles,65xx)
|
/hardware/invensense/6515/libsensors_iio/ |
D | README_L_arm64 | 7 $ -> copy Invensense HAL libsensor folder to $android_L_root/hardware/invensense/65xx/
|
/hardware/interfaces/broadcastradio/common/tests/ |
D | Android.bp | 18 name: "android.hardware.broadcastradio@common-utils-xx-tests",
|