Searched refs:Q_SET_LENGTH (Results 1 – 1 of 1) sorted by relevance
68 #define Q_SET_LENGTH(q, len) do { (q)[MICROPY_QSTR_BYTES_IN_HASH] = (len); } while (0) macro71 …#define Q_SET_LENGTH(q, len) do { (q)[MICROPY_QSTR_BYTES_IN_HASH] = (len); (q)[MICROPY_QSTR_BYTES_… macro250 Q_SET_LENGTH(q_ptr, len); in qstr_from_strn()
Completed in 2 milliseconds