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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 562 #define SIZE_LENGTH sizeof(LengthType)
615 #define SIZE_OP_LOOK_BEHIND (SIZE_OPCODE + SIZE_LENGTH)
616 #define SIZE_OP_PUSH_LOOK_BEHIND_NOT (SIZE_OPCODE + SIZE_RELADDR + SIZE_LENGTH)
regcomp.c 245 BBUF_ADD(reg, &l, SIZE_LENGTH);
431 if (op == OP_EXACTMBN) len += SIZE_LENGTH;
433 len += SIZE_LENGTH;
565 UChar* p = BBUF_GET_ADD_ADDRESS(reg) + SIZE_LENGTH;
601 len += SIZE_LENGTH + cc->mbuf->used;
603 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1);
    [all...]

Completed in 71 milliseconds