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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupHii.h 46 #define LABEL_START 0x0000
PlatVarCleanup.vfr 37 label LABEL_START;
PlatVarCleanupLib.c 691 StartLabel->Number = LABEL_START;
704 StartOpCodeHandle, // LABEL_START
784 StartOpCodeHandle, // LABEL_START
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 824 #define LABEL_START (1 << 0)
834 int state = LABEL_START;
842 int atstart = (state & LABEL_START);
859 state &= ~LABEL_START;
863 if ((state & LABEL_START) != 0
867 state &= ~(LABEL_HYPHEN | LABEL_START);
869 if ((state & (LABEL_HYPHEN | LABEL_START)) != 0)
871 state = LABEL_START;
875 if ((state & LABEL_START) != 0)
886 if ((state & (LABEL_START | LABEL_HYPHEN)) != 0 || dots < 2
    [all...]

Completed in 763 milliseconds