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

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 383 BN_ULONG* ulongs = reinterpret_cast<BN_ULONG*>(ints.get()); local
384 if (ulongs == NULL) {
387 int i = len; do { i--; ulongs[i] = a->d[i]; } while (i > 0);
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 427 /* The guest state has the FPR fields declared as ULongs, so need
438 /* The guest state has the FPR fields declared as ULongs, so need
  /external/zlib/src/as400/
zlib.inc 436 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
  /external/valgrind/main/lackey/
lk_main.c 235 /* Nb: use ULongs because the numbers can get very big */
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 432 ULongs. Returns significand when getExp is zero and exponent
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 354 /* The number of ULongs in each TCEntry area. This is computed once
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 316 /* The ULongs (scalar Kws) in this accumulate in strictly
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 6626 milliseconds