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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 81 UINTN CurrentCursor;
134 CurrentCursor = GetStringWidth (StringPtr) / 2 - 1;
135 if (CurrentCursor != 0) {
177 if (CurrentCursor > 0) {
178 CurrentCursor--;
183 if (CurrentCursor < (GetStringWidth (StringPtr) / 2 - 1)) {
184 CurrentCursor++;
196 for (Index = CurrentCursor; StringPtr[Index] != CHAR_NULL; Index++) {
234 if (StringPtr[0] != CHAR_NULL && CurrentCursor != 0) {
235 for (Index = 0; Index < CurrentCursor - 1; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DirectoryCache.c 71 ODir->CurrentCursor = &ODir->ChildList;
DirectoryManage.c 580 ODir->CurrentCursor = &(ODir->ChildList);
607 if (ODir->CurrentCursor->ForwardLink == &ODir->ChildList) {
622 if (ODir->CurrentCursor->ForwardLink == &ODir->ChildList) {
629 ODir->CurrentCursor = ODir->CurrentCursor->ForwardLink;
630 DirEnt = DIRENT_FROM_LINK (ODir->CurrentCursor);
1101 if (ODir->CurrentCursor == &DirEnt->Link) {
1105 ODir->CurrentCursor = ODir->CurrentCursor->BackLink;
    [all...]
Fat.h 200 LIST_ENTRY *CurrentCursor; // Current directory entry pointer
    [all...]

Completed in 627 milliseconds