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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 365 (msa).state_check_buff = (void* )xmalloc(size);\
367 (msa).state_check_buff = (void* )xalloca(size);\
368 xmemset(((char* )((msa).state_check_buff)+(offset)), 0, \
373 (msa).state_check_buff = (void* )0;\
378 (msa).state_check_buff = (void* )0;\
386 if ((msa).state_check_buff) xfree((msa).state_check_buff);\
499 if (state_check_buff != NULL) {\
501 (v) = state_check_buff[x/8] & (1<<(x%8));\
510 state_check_buff[x/8] |= (1<<(x%8)); \
1272 unsigned char* state_check_buff = msa->state_check_buff; local
    [all...]
regint.h 747 void* state_check_buff; member in struct:__anon9253

Completed in 1946 milliseconds