8
9
10
#define unless(a)
Invokes when condition is false.
#define ae2f_extern
Suggests the existence of external variable or function, in naming of C. [non-mangling].
#define ACLSPV_ABI_DECL
Declaration as ABI.
#define ae2f_assume(a)
tells the compiler that value if a is false, below this keyword is not expected to be reached.
#define ae2f_unexpected_but_if(a)
#define ae2f_expected_but_else(a)
#define ae2f_restrict
Keyword as restrict on C99.
#define ae2f_expected_not(a)
expectes a as false.
#define ae2f_unreachable()
tells the compiler that below this keyword is not expected to be reached.
#define ae2f_expected(a)
expectes a as true.
#define get_buf_from_scale(h_alloc, c_scale)
aclspv_wrd_t aclspv_wrdcount_t
the integer type represents the number of word.
#define aclspv_wrd_t
integer as word
aclspv_wrdcount_t m_num_cursor
number of m_cursors. for its use see util/cursor.h
util_bind_unified m_unified
#define emit_opcode(h_wrds, c_wrdcount, c_opcode, c_num_opprm_opt)
try emit opcode with num_opprm
#define get_wrd_of_vec(vec)
get word buffer from vector
#define count_to_sz(c_count)
word count to byte size