HomeSort by relevance Sort by last modified time
    Searched full:lrotate (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.c 10 extern int lrotate(long, int);
19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n");
20 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4));
21 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14));
cofftest.asm 37 ; prototype: long lrotate(long x, int num);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.c 11 extern int lrotate(long, int);
20 printf("Testing lrotate: should get 0x00400000, 0x00000001\n");
21 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4));
22 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14));
elftest.asm 27 [GLOBAL lrotate] ; [1]
38 ; prototype: long lrotate(long x, int num);
39 lrotate: ; [1] label
elfso.asm 30 GLOBAL lrotate:function ; [1]
42 ; prototype: long lrotate(long x, int num);
43 lrotate: ; [1] label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.c 11 extern int lrotate(long, int);
20 printf("Testing lrotate: should get 0x00400000, 0x00000001\n");
21 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4));
22 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14));
machotest.asm 37 ; prototype: long lrotate(long x, int num);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.c 10 extern int lrotate(long, int);
19 printf("Testing lrotate: should get 0x00400000, 0x00000001\n");
20 printf("lrotate(0x00040000, 4) = 0x%08lx\n", lrotate(0x40000,4));
21 printf("lrotate(0x00040000, 14) = 0x%08lx\n", lrotate(0x40000,14));
win32test.asm 37 ; prototype: long lrotate(long x, int num);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.c 12 extern long lrotate(long, long);
23 printf("Testing lrotate: should get 0x0000000000400000, 0x0000000000000001\n");
24 printf("lrotate(0x00040000, 4 ) = 0x%016lx\n", lrotate(0x40000,4));
25 printf("lrotate(0x00040000, 46) = 0x%016lx\n", lrotate(0x40000,46));
machotest64.asm 40 ; prototype: long lrotate(long x, int num);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 27 [GLOBAL lrotate] ; [1]
38 ; prototype: long lrotate(long x, int num);
39 lrotate: ; [1] label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 25 [GLOBAL lrotate:function] ; [1]
37 ; prototype: long lrotate(long x, int num);
38 lrotate: ; [1] label
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 18 # noted that in-lining of .Lcommon and .Lrotate improves performance
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
97 $code.=$inline?&rotate():"\tbl .Lrotate\n";
247 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 36 # prototype: long lrotate(long x, int num);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbitlib.c 197 {"lrotate", b_lrot},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 137 double_int lrotate (HOST_WIDE_INT count, unsigned int prec) const;
  /external/chromium_org/third_party/skia/third_party/lua/doc/
contents.html 178 <A HREF="manual.html#pdf-bit32.lrotate">bit32.lrotate</A><BR>
manual.html     [all...]

Completed in 622 milliseconds