Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/turtledemo/
Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/external/python/cpython2/Demo/turtle/
Dtdemo_bytedesign.py51 def wheel(self, initpos, scale): argument
54 self.pentpiece(initpos, scale)
58 self.tripiece(initpos, scale)
69 def tripiece(self, initpos, scale): argument
75 self.goto(initpos)
81 self.goto(initpos)
86 def pentpiece(self, initpos, scale): argument
96 self.goto(initpos)
105 self.goto(initpos)
/external/mtools/
Dvfat.c421 int initpos = direntry->entry + 1; in vfat_lookup_loop_common() local
437 addFreeEndEntry(cache, initpos, direntry->entry, in vfat_lookup_loop_common()
464 return addFreeEntry(cache, initpos, in vfat_lookup_loop_common()
473 addFreeEntry(cache, initpos, in vfat_lookup_loop_common()
509 int initpos = direntry->entry + 1; in vfat_lookup_loop_for_read() local
513 dce = cache->entries[initpos]; in vfat_lookup_loop_for_read()
672 int initpos, in vfat_lookup_loop_for_insert() argument
678 dce = cache->entries[initpos]; in vfat_lookup_loop_for_insert()
682 direntry->entry = initpos - 1; in vfat_lookup_loop_for_insert()
693 return cache->entries[initpos]; in vfat_lookup_loop_for_insert()