Home
last modified time | relevance | path

Searched refs:OP_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
DTODO25 * OP_SIZE in implicit operands
26 * use OP_SIZE to choose reg sizes!
/external/pcre/dist2/src/
Dpcre2grep.c351 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator
419 …{ OP_SIZE, N_H_LIMIT, &heap_limit, "heap-limit=number", "set PCRE2 heap limit option (…
3942 op->type != OP_OP_NUMBER && op->type != OP_SIZE) in main()
3950 else if (op->type == OP_SIZE) *((PCRE2_SIZE *)op->dataptr) = n; in main()