Searched refs:VAL (Results 1 – 10 of 10) sorted by relevance
/device/google/contexthub/firmware/lib/libc/ |
D | memset.c | 47 #define VAL 0 macro 56 #define VAL c0 in bzero() 85 *dst++ = VAL; in bzero() 107 *dst++ = VAL; in bzero() 122 *dst++ = VAL; in bzero()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 1032 …VAL:Number << WriteWord (GetNumber (VAL->getText(), VAL->getLine(), 2)); AddFo… 1072 VAL:Number << 1073 … WriteWord (GetNumber (VAL->getText(), VAL->getLine(), 2)); 1074 … AddLabel (GetNumber (VAL->getText(), VAL->getLine(), 2), VAL->getLine()); 1282 …( VAL:Number << QueueIdEqValList (GetNumber (VAL->getText(), VAL->getLi… 1289 VAL:Number "," << WriteWord (GetNumber (VAL->getText(), VAL->getLine(), 2)); 1290 … AddGotoReference (GetNumber (VAL->getText(), VAL->getLine(), 2), VAL->getLine()); 1308 VAL:Number "," << WriteWord (GetNumber (VAL->getText(), VAL->getLine(), 2)); >> 1666 …VAL:Number << SetFlags (GetNumber(VAL->getText(), VAL->getLine(), 4), VAL… 1717 …Line VAL:Number "," << WriteWord (GetNumber(VAL->getText(), VAL->getLine(), 2)); >> [all …]
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | core_cm0.h | 443 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 691 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_cm0plus.h | 464 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 802 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_sc000.h | 483 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 822 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_cm3.h | 614 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 1558 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_sc300.h | 594 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 1538 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_cm4.h | 654 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 1710 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
D | core_cm7.h | 835 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member 2129 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | platform.c | 288 SysTick->VAL = 0; in platInitialize() 312 val = SysTick->VAL; in platGetTicks() 316 } while (mTimeAccumulated != ret || SysTick->VAL > val); in platGetTicks()
|