Home
last modified time | relevance | path

Searched refs:newword (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/post/
Dpost.c75 int newword; in post_bootmode_init() local
78 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init()
80 newword = BOOTMODE_MAGIC | POST_POWERON; in post_bootmode_init()
82 newword = BOOTMODE_MAGIC | POST_NORMAL; in post_bootmode_init()
85 newword = post_word_load() & ~POST_COLDBOOT; in post_bootmode_init()
89 newword |= POST_COLDBOOT; in post_bootmode_init()
91 post_word_store(newword); in post_bootmode_init()
/external/python/cpython3/Lib/idlelib/
Dautoexpand.py44 newword = words[index]
48 self.text.insert("insert", newword)
/external/python/cpython2/Lib/idlelib/
DAutoExpand.py53 newword = words[index]
57 self.text.insert("insert", newword)