/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmiException.S | 34 .word -1 # LimitLow 35 .word 0 # BaseLow 41 .word -1 # LimitLow 42 .word 0 # BaseLow 48 .word -1 # LimitLow 49 .word 0 # BaseLow 55 .word -1 # LimitLow 56 .word 0 # BaseLow 62 .word -1 63 .word 0 [all …]
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/ |
D | CTA9x4Boot.S | 24 .word PL350_SMC_DIRECT_CMD_ADDR_CS(0) 25 ….word PL350_SMC_SET_CYCLE_NAND_T_RC(0xA) | PL350_SMC_SET_CYCLE_NAND_T_WC(0x3) | PL350_SMC_SET_… 26 ….word PL350_SMC_SET_OPMODE_MEM_WIDTH_32 | PL350_SMC_SET_OPMODE_SET_RD_BURST_LENGTH_CONT | PL35… 29 .word PL350_SMC_DIRECT_CMD_ADDR_CS(4) 30 ….word PL350_SMC_SET_CYCLE_NAND_T_RC(0xA) | PL350_SMC_SET_CYCLE_NAND_T_WC(0x3) | PL350_SMC_SET_… 31 ….word PL350_SMC_SET_OPMODE_MEM_WIDTH_32 | PL350_SMC_SET_OPMODE_SET_RD_BURST_LENGTH_CONT | PL35… 34 .word PL350_SMC_DIRECT_CMD_ADDR_CS(2) 35 ….word PL350_SMC_SET_CYCLE_SRAM_T_RC(0x8) | PL350_SMC_SET_CYCLE_SRAM_T_WC(0x5) | PL350_SMC_SET_… 36 .word PL350_SMC_SET_OPMODE_MEM_WIDTH_32 | PL350_SMC_SET_OPMODE_SET_ADV 39 .word PL350_SMC_DIRECT_CMD_ADDR_CS(3) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | rlcompleter.py | 95 def _callable_postfix(self, val, word): argument 97 word = word + "(" 98 return word 110 for word in keyword.kwlist: 111 if word[:n] == text: 112 matches.append(word) 114 for word, val in nspace.items(): 115 if word[:n] == text and word != "__builtins__": 116 matches.append(self._callable_postfix(val, word)) 151 for word in words: [all …]
|
/device/google/contexthub/firmware/os/core/ |
D | floatRt.c | 61 uint32_t e, word = *(const uint32_t*)&f; in floatToUint64() local 66 if (word & BIT_SIGN) in floatToUint64() 70 if (word < (EXP_ADJUST << EXP_SHIFT)) in floatToUint64() 74 if (word >= (EXP_ADJUST + 64) << EXP_SHIFT) in floatToUint64() 78 ret = (word & ((1 << MANTISSA_BITS) - 1)) | (1 << MANTISSA_BITS); in floatToUint64() 79 e = ((word >> EXP_SHIFT) - EXP_ADJUST); in floatToUint64() 92 uint32_t e, word = *(const uint32_t*)&f; in floatToInt64() local 93 bool neg = (word & BIT_SIGN); in floatToInt64() 98 word &=~ BIT_SIGN; in floatToInt64() 101 if (word < (EXP_ADJUST << EXP_SHIFT)) in floatToInt64() [all …]
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomic.c | 37 uint32_t atomicAdd32bits(volatile uint32_t *word, uint32_t addend) in atomicAdd32bits() argument 46 :"=r"(prevVal), "=r"(storeFailed), "=r"(tmp), "=r"(addend), "=r"(word) in atomicAdd32bits() 47 :"3"(addend), "4"(word) in atomicAdd32bits() 72 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) in atomicXchg32bits() argument 80 :"=r"(prevVal), "=r"(storeFailed), "=r"(newVal), "=r"(word) in atomicXchg32bits() 81 :"2"(newVal), "3"(word) in atomicXchg32bits() 115 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal) in atomicCmpXchg32bits() argument 122 :"=r"(currVal), "=r"(word) in atomicCmpXchg32bits() 123 :"1"(word) in atomicCmpXchg32bits() 132 :"=r"(storeFailed), "=r"(newVal), "=r"(word) in atomicCmpXchg32bits() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
D | wiki.py | 42 for word in re.split('(\W+)', line): 43 if self.iswikiword(word): 44 if os.path.isfile(self.mkfile(word)): 45 word = self.mklink("view", word, word) 47 word = self.mklink("new", word, word + "*") 49 word = escape(word) 50 words.append(word) 84 def iswikiword(self, word): argument 85 return re.match("[A-Z][a-z]+([A-Z][a-z]*)+", word) 87 def splitwikiword(self, word): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | extension.py | 182 for word in words[1:]: 184 append_next_word.append(word) 188 suffix = os.path.splitext(word)[1] 189 switch = word[0:2] ; value = word[2:] 195 ext.sources.append(word) 208 ext.extra_compile_args.append(word) 215 elif word == "-rpath": 217 elif word == "-Xlinker": 219 elif word == "-Xcompiler": 222 ext.extra_link_args.append(word) [all …]
|
/device/google/coral/ |
D | utils.mk | 16 define match-word 31 define find-word-in-list 48 define match-word-in-list 51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \ 70 $(if $(call match-word-in-list,$(1),$(text)),true,) \ 87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)) 93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true) 99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1)) 106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\ 175 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \ [all …]
|
/device/google/sunfish/ |
D | utils.mk | 16 define match-word 31 define find-word-in-list 48 define match-word-in-list 51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \ 70 $(if $(call match-word-in-list,$(1),$(text)),true,) \ 87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)) 93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true) 99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1)) 106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\ 175 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \ [all …]
|
/device/google/bonito/ |
D | utils.mk | 14 define match-word 29 define find-word-in-list 46 define match-word-in-list 49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \ 68 $(if $(call match-word-in-list,$(1),$(text)),true,) \ 85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)) 91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true) 97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1)) 104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\ 173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \ [all …]
|
/device/google/crosshatch/ |
D | utils.mk | 14 define match-word 29 define find-word-in-list 46 define match-word-in-list 49 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \ 68 $(if $(call match-word-in-list,$(1),$(text)),true,) \ 85 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)) 91 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true) 97 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1)) 104 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\ 173 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \ [all …]
|
/device/google/redbull/ |
D | utils.mk | 16 define match-word 31 define find-word-in-list 48 define match-word-in-list 51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \ 70 $(if $(call match-word-in-list,$(1),$(text)),true,) \ 87 $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)) 93 $(if $(call match-word,$(1),$(TARGET_BOARD_PLATFORM)),,true) 99 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),$(1)) 106 $(call match-word-in-list,$(TARGET_BOARD_PLATFORM),\ 175 $(call match-word-in-list,$(PLATFORM_SDK_VERSION),$($(1)_SDK_VERSIONS)), \ [all …]
|
/device/google/contexthub/firmware/os/inc/ |
D | atomic.h | 29 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal); 31 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal); 35 uint32_t atomicAdd32bits(volatile uint32_t *word, uint32_t addend); 48 static inline uint32_t atomicRead32bits(volatile uint32_t *word) in atomicRead32bits() argument 51 return *word; in atomicRead32bits() 60 static inline void atomicWrite32bits(volatile uint32_t *word, uint32_t val) in atomicWrite32bits() argument 62 *word = val; in atomicWrite32bits()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/ |
D | IoLibIcc.c | 41 mov dx, word ptr [Port] in IoRead8() 73 mov dx, word ptr [Port] in IoWrite8() 105 mov dx, word ptr [Port] in IoRead16() 107 mov word ptr [Data], ax in IoRead16() 139 mov ax, word ptr [Value] in IoWrite16() 140 mov dx, word ptr [Port] in IoWrite16() 173 mov dx, word ptr [Port] in IoRead32() 208 mov dx, word ptr [Port] in IoWrite32()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | SmiException.S | 31 .word -1 # LimitLow 32 .word 0 # BaseLow 38 .word -1 # LimitLow 39 .word 0 # BaseLow 45 .word -1 # LimitLow 46 .word 0 # BaseLow 52 .word -1 # LimitLow 53 .word 0 # BaseLow 59 .word -1 60 .word 0 [all …]
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | SecEntry.S | 258 .word 0xFFFF # limit 0xFFFFF 259 .word 0 # base 0 268 .word 0xFFFF # limit 0xFFFFF 269 .word 0 # base 0 278 .word 0xFFFF # limit 0xFFFFF 279 .word 0 # base 0 289 .word 0xFFFF # limit 0xFFFFF 290 .word 0 # base 0 299 .word 0xFFFF # limit 0xFFFFF 300 .word 0 # base 0 [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch32/ |
D | cpu_macros.S | 87 .word \_this 122 .word \_midr 124 .word \_resetfunc 153 .word 0 168 .word \_name\()_errata_report 172 .word \_name\()_errata_lock 173 .word \_name\()_errata_reported
|
/device/google/contexthub/firmware/lib/libc/ |
D | bcopy.c | 43 typedef int word; /* "word" used for optimal copy speed */ typedef 45 #define wsize sizeof(word) 104 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy() 125 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/ |
D | IoLibIcc.c | 232 mov dx, word ptr [Port] in IoRead8() 264 mov dx, word ptr [Port] in IoWrite8() 295 mov dx, word ptr [Port] in IoRead16() 297 mov word ptr [Data], ax in IoRead16() 328 mov ax, word ptr [Value] in IoWrite16() 329 mov dx, word ptr [Port] in IoWrite16() 364 mov dx, word ptr [Port] in IoRead32() 398 mov dx, word ptr [Port] in IoWrite32()
|
/device/google/contexthub/lib/nanohub/ |
D | softcrc.c | 45 uint32_t word; in soft_crc32() local 56 for (i *= 4, word = 0; i < size; i++) in soft_crc32() 57 word |= (*data8++) << ((i & 0x3) * 8); in soft_crc32() 58 crc = crcOneWord(crc, word, 8); in soft_crc32()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ifdef.py | 78 word = words[1] 79 if word in defs: 80 stack.append((ok, ko, word)) 82 elif word in undefs: 83 stack.append((ok, not ko, word)) 86 stack.append((ok, -1, word))
|
/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomic.c | 58 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal) in atomicXchg32bits() argument 60 return __atomic_exchange_n(word, newVal, __ATOMIC_ACQ_REL); in atomicXchg32bits() 92 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal) in atomicCmpXchg32bits() argument 94 return __sync_bool_compare_and_swap (word, prevVal, newVal); in atomicCmpXchg32bits()
|
/device/google/contexthub/util/stm32_flash/ |
D | stm32f4_crc.c | 48 uint32_t word; in stm32f4_crc32() local 59 for (i*=4, word=0; i<length; i++) in stm32f4_crc32() 60 word |= buffer[i] << ((i & 0x3) * 8); in stm32f4_crc32() 61 crc = crc32_word(crc, word); in stm32f4_crc32()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cryptmodule.c | 17 char *word, *salt; in crypt_crypt() local 22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) { in crypt_crypt() 27 return Py_BuildValue("s", crypt(word, salt)); in crypt_crypt()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
D | SmiException.S | 43 .word PSD_SIZE 44 .word 1 # Version 50 .word CODE_SEL 51 .word DATA_SEL 52 .word DATA_SEL 53 .word DATA_SEL 54 .word TR_SEL 55 .word 0 66 .word DATA_SEL 67 .word 0x1F # ExceptionFilter
|