Searched refs:PUT2 (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 78 #undef PUT2 195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 macro 200 #define PUT2(a,n,d) a[n] = d macro 549 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE
|
D | pcre2_compile.c | 6123 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch() 6166 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch() 6189 PUT2(code, 2+LINK_SIZE, index); in compile_branch() 6190 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch() 6221 PUT2(code, 2+LINK_SIZE, groupnumber); in compile_branch() 7595 PUT2(code, 1+LINK_SIZE, meta_arg); in compile_branch() 8644 PUT2(slot, 0, groupno); in add_name_to_table()
|