HomeSort by relevance Sort by last modified time
    Searched refs:swap_uint16 (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcre_byte_order.c 76 swap_uint16(pcre_uint16 value) function
139 re->first_char = swap_uint16(re->first_char);
140 re->req_char = swap_uint16(re->req_char);
146 re->max_lookbehind = swap_uint16(re->max_lookbehind);
147 re->top_bracket = swap_uint16(re->top_bracket);
148 re->top_backref = swap_uint16(re->top_backref);
149 re->name_table_offset = swap_uint16(re->name_table_offset);
150 re->name_entry_size = swap_uint16(re->name_entry_size);
151 re->name_count = swap_uint16(re->name_count);
152 re->ref_count = swap_uint16(re->ref_count)
    [all...]
pcretest.c 2474 swap_uint16(pcre_uint16 value) function
    [all...]

Completed in 6387 milliseconds