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

  /external/pcre/dist2/src/sljit/
sljitLir.c 970 sljit_s32 types, arg_count, curr_type; local
989 curr_type = (types & SLJIT_DEF_MASK);
990 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW);
1022 sljit_s32 types, arg_count, curr_type; local
1040 curr_type = (types & SLJIT_DEF_MASK);
1041 CHECK_ARGUMENT(curr_type == SLJIT_ARG_TYPE_SW || curr_type == SLJIT_ARG_TYPE_UW);
1549 sljit_s32 i, types, curr_type, scratches, fscratches; local
1678 sljit_s32 i, types, curr_type, scratches, fscratches; local
    [all...]
  /external/python/oauth2client/oauth2client/
client.py 257 curr_type = self.__class__
269 to_serialize['_class'] = curr_type.__name__
270 to_serialize['_module'] = curr_type.__module__
    [all...]

Completed in 575 milliseconds