HomeSort by relevance Sort by last modified time
    Searched refs:aaa (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/vboot_reference/firmware/lib/cryptolib/
rsa.c 87 uint32_t* aaa = aaR; /* Re-use location. */ local
105 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */
108 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
109 if (geM(key, aaa)) {
110 subM(key, aaa);
115 uint32_t tmp = aaa[i];
  /art/test/462-checker-inlining-across-dex-files/src/
Main.java 19 class AAA {
198 // Reference the AAA class to ensure it is in the dex cache.
199 public static Class<?> cls = AAA.class;
204 public static int aaa = 32; field in class:Main
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 64 TestClass (int aaa) : a(aaa) {}
90 TempClass (T aaa) : a(aaa) {}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pic-1.d 12 [ ]+6:[ ]+6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
20 [ ]+20:[ ]+6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
22 [ ]+28:[ ]+5fdd 0000 6aaa[ ]+move\.d \[\$?r13\+0\],\$?r10
rd-tls-2.d 10 [ ]+0: 6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
16 [ ]+12: 6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
18 [ ]+1a: 5fdd 0000 6aaa[ ]+move\.d \[\$?r13\+0\],\$?r10
rd-tls-1.d 14 [ ]+c:[ ]+6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
  /external/vboot_reference/firmware/2lib/
2rsa.c 106 uint32_t *aaa = aaR; /* Re-use location. */ local
124 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */
127 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
128 if (vb2_mont_ge(key, aaa)) {
129 subM(key, aaa);
134 uint32_t tmp = aaa[i];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode-inval.d 10 0+ <aaa>:
x86-64-opcode-inval-intel.d 10 0+ <aaa>:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode-inval.d 9 0+ <aaa>:
x86-64-inval.s 4 aaa # illegal
x86-64-opcode-inval-intel.d 10 0+ <aaa>:
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_sheriffs_test.py 41 id='TheMaster/TheBot/Suite1/aaa', has_rows=True).put()
102 aaa = utils.TestKey('TheMaster/TheBot/Suite1/aaa').get()
106 self.assertEqual(sheriff_entity.key, aaa.sheriff)
127 aaa = utils.TestKey('TheMaster/TheBot/Suite1/aaa').get()
131 self.assertIsNone(aaa.sheriff)
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };
39 vector < HHH < X1 > >aaa; member in class:BBB
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
pointers-to-data-members.cpp 18 int A::* aaa[2][2]; member in class:ZeroInit::A
  /external/v8/test/mjsunit/es6/
map-minus-zero.js 21 map.set(objectKey, 'aaa');
32 assertEquals('aaa', map.get(objectKey));
  /external/v8/tools/profviz/
profviz.css 47 border: 1px dotted #aaa;
72 border-color: #aaa;
  /external/valgrind/memcheck/tests/
errs1.stderr.exp 5 by 0x........: aaa (errs1.c:10)
19 by 0x........: aaa (errs1.c:10)
recursive-merge.stderr.exp 13 test aaa
14 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
66 test aaa
67 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
114 test aaa
115 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
165 test aaa
166 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...)
219 test aaa
220 aaa at 0x........: VALGRIND_PRINTF_BACKTRACE (valgrind.h:...
    [all...]
  /external/v8/test/mjsunit/
parse-int-float.js 49 assertEquals(12, parseInt('12aaa'));
52 assertEquals(0.1, parseFloat('0.1aaa'));
53 assertEquals(0, parseFloat('0aaa'));
regexp-standalones.js 34 var string = 'aaa\n789\r\nccc\r\n345';
47 string = 'aaa\n789\r\nccc\r\nddd';
  /external/opencv3/modules/highgui/src/files_Qt/
stylesheet_trackbar.qss 56 border: 1px solid #aaa;
  /ndk/build/core/
definitions-utils.mk 104 $(call test-expect,foo foo,$(call filter-by,aaa foo bar foo,-local-func))\
109 $(call test-expect,aaa bar,$(call filter-by,aaa foo bar,-local-func))
128 $(call test-expect,aaa bar,$(call filter-out-by,aaa foo bar foo,-local-func))\
133 $(call test-expect,foo foo,$(call filter-out-by,aaa foo bar foo,-local-func))
151 $(call test-expect,foo,$(call find-first,aaa foo bar,-local-pred))\
152 $(call test-expect,foo,$(call find-first,aaa foo foo bar,-local-pred))
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax-7.d 15 0160 ffff7ff1 78006aaa ffff7ff1 78106a2a [^\000]*
16 0170 00008000 78106aaa 00008000 54707800 [^\000]*
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
events_view.css 8 border-bottom: 1px solid #aaa;

Completed in 1609 milliseconds

12 3 4 5