Searched refs:atom (Results 1 – 1 of 1) sorted by relevance
562 u8 atom; in add_short_atom_header() local565 atom = SHORT_ATOM_ID; in add_short_atom_header()566 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0; in add_short_atom_header()567 atom |= has_sign ? SHORT_ATOM_SIGNED : 0; in add_short_atom_header()568 atom |= len & SHORT_ATOM_LEN_MASK; in add_short_atom_header()570 add_token_u8(&err, cmd, atom); in add_short_atom_header()