Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c792 #define BYTE_SIZE 0x04 macro
798 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
945 else if (flags & BYTE_SIZE) in getput_arg_fast()
1341 flags = BYTE_SIZE; in sljit_emit_op1()
1346 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1367 flags = BYTE_SIZE | UPDATE; in sljit_emit_op1()
1372 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
H A DsljitNativeARM_64.c773 #define BYTE_SIZE 0x000 macro
1303 flags = BYTE_SIZE; in sljit_emit_op1()
1308 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1337 flags = BYTE_SIZE | UPDATE; in sljit_emit_op1()
1342 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()

Completed in 19 milliseconds