Searched refs:triple (Results 1 – 4 of 4) sorted by relevance
134 uint32_t triple = (sextet_a << 3 * 6) in str_base64_decode() local139 if (j < out_len) decoded_data[j++] = (triple >> 2 * 8) & 0xFF; in str_base64_decode()140 if (j < out_len) decoded_data[j++] = (triple >> 1 * 8) & 0xFF; in str_base64_decode()141 if (j < out_len) decoded_data[j++] = (triple >> 0 * 8) & 0xFF; in str_base64_decode()
120 uint32_t triple = (sextet_a << 3 * 6) in str_base64_decode() local125 if (j < out_len) decoded_data[j++] = (triple >> 2 * 8) & 0xFF; in str_base64_decode()126 if (j < out_len) decoded_data[j++] = (triple >> 1 * 8) & 0xFF; in str_base64_decode()127 if (j < out_len) decoded_data[j++] = (triple >> 0 * 8) & 0xFF; in str_base64_decode()
32 - 3× 12-bit, 2.4 MSPS ADC: up to 24 channels and 7.2 MSPS in triple interleaved mode
54 …arately and burned to the corresponding location. Please refer to [bl808 triple-core user guide](.…
Completed in 8 milliseconds