Lines Matching defs:atom
562 u8 atom;
565 atom = SHORT_ATOM_ID;
566 atom |= bytestring ? SHORT_ATOM_BYTESTRING : 0;
567 atom |= has_sign ? SHORT_ATOM_SIGNED : 0;
568 atom |= len & SHORT_ATOM_LEN_MASK;
570 add_token_u8(&err, cmd, atom);
890 if (pos[0] <= TINY_ATOM_BYTE) /* tiny atom */
892 else if (pos[0] <= SHORT_ATOM_BYTE) /* short atom */
894 else if (pos[0] <= MEDIUM_ATOM_BYTE) /* medium atom */
896 else if (pos[0] <= LONG_ATOM_BYTE) /* long atom */