Searched defs:sljit_const (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h292 struct sljit_const { struct
293 struct sljit_const *next;
303 struct sljit_const *consts;
306 struct sljit_const *last_const;
1043 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value);
1050 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr; }

Completed in 1160 milliseconds