HomeSort by relevance Sort by last modified time
    Searched refs:N32 (Results 1 - 25 of 31) sorted by null

1 2

  /external/jemalloc/test/src/
SFMT.c 429 return N32;
452 if (ctx->idx >= N32) {
494 if (ctx->idx >= N32) {
553 assert(ctx->idx == N32);
555 assert(size >= N32);
558 ctx->idx = N32;
589 assert(ctx->idx == N32);
594 ctx->idx = N32;
620 for (i = 1; i < N32; i++) {
625 ctx->idx = N32;
    [all...]
  /external/jemalloc/test/include/test/
SFMT-params.h 54 /** N32 is the size of internal state array when regarded as an array
56 #define N32 (N * 4)
  /external/llvm/test/MC/Mips/
cpsetup.s 8 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 -filetype=obj -o - %s | \
10 # RUN: FileCheck -check-prefix=NXX -check-prefix=N32 %s
12 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 %s | \
30 # FIXME: Direct object emission for N32 is still under development.
31 # N32 doesn't allow 3 operations to be specified in the same relocation
39 # N32: addu $gp, $gp, $25
50 # FIXME: Direct object emission for N32 is still under development.
51 # N32 doesn't allow 3 operations to be specified in the same relocation
59 # N32: addu $gp, $gp, $25
oddspreg.s 8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 -filetype=obj -o - | \
13 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
44 # CHECK-OBJ-N32: 0000: 00004001 02020001 00000000 00000000 |..@.............|
45 # CHECK-OBJ-N32: 0010: 00000001 00000000 |........|
elf_eflags.s 40 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
41 # MIPS64EL-MIPS64R2-N32: Flags [ (0x80000020)
43 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,n32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
44 # MIPS64EL-MIPS64R2-N32-NAN2008: Flags [ (0x80000420)
46 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
47 # MIPS64EL-MIPS64-N32: Flags [ (0x60000020)
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 42 UnknownABI, O32, N32, N64, EABI
170 bool isABI_N32() const { return MipsABI == N32; }
MipsAsmPrinter.cpp 320 case MipsSubtarget::N32: return "abiN32";
    [all...]
  /external/e2fsprogs/config/
config.rpath 413 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;;
  /external/libexif/
config.rpath 478 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
configure     [all...]
  /external/bison/build-aux/
config.rpath 591 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.rpath 570 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /external/aac/libFDK/src/
fft.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
configure     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/chromium_org/third_party/sqlite/src/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/libpng/
configure     [all...]
  /external/libusb/
configure     [all...]
  /external/libusb-compat/
configure     [all...]
  /external/libvorbis/
configure     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure     [all...]
  /external/chromium_org/sdch/open-vcdiff/
configure     [all...]

Completed in 431 milliseconds

1 2