Searched refs:_count (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch32/ |
D | cpu_macros.S | 81 .macro fill_constants _count:req, _this, _rest:vararg 82 .ifgt \_count 91 fill_constants \_count-1, \_rest 93 fill_constants \_count-1, \_this
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch64/ |
D | cpu_macros.S | 85 .macro fill_constants _count:req, _this, _rest:vararg 86 .ifgt \_count 95 fill_constants \_count-1, \_rest 97 fill_constants \_count-1, \_this
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/ |
D | asm_macros_common.S | 94 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN 105 .space ((\_count) * (\_size)), 0
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | IndexRangeCache.h | 70 size_t _count, in IndexRangeKey() 74 count(_count), in IndexRangeKey()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_thread.py | 109 orig = thread._count() 120 self.assertEqual(thread._count(), orig + 1) 131 self.assertEqual(thread._count(), orig)
|
D | test_urllib2.py | 400 self._count = 0 406 if self._count == 0: 407 self._count = self._count + 1
|
D | test_support.py | 1137 return thread._count(), 1147 n = thread._count()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pyassem.py | 166 _count = 0 variable in Block 172 self.bid = Block._count 175 Block._count = Block._count + 1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 46 _count = itertools.count 52 return _map(lambda k: (k, 4*k + 2, 0, 2*k + 1), _count(1))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailbox.py | 452 _count = 1 # This is used to generate unique file names. variable in Maildir 463 Maildir._count, hostname) 469 Maildir._count += 1
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | platform-migration-guide.rst | 415 Function : plat\_get\_aff\_count() [mandatory]
|