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

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 362 BN_ULONG* ulongs = reinterpret_cast<BN_ULONG*>(ints.get()); local
363 if (ulongs == NULL) {
366 int i = len; do { i--; ulongs[i] = a->d[i]; } while (i > 0);
  /external/valgrind/main/coregrind/
pub_core_initimg.h 117 relevant info. Are ULongs; for 32-bit the data is at the
m_transtab.c 205 /* The number of ULongs in each TCEntry area. This is computed once
    [all...]
  /external/zlib/as400/
zlib.inc 329 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
  /external/zlib/old/as400/
zlib.inc 329 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 401 /* The guest state has the FPR fields declared as ULongs, so need
411 /* The guest state has the FPR fields declared as ULongs, so need
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 432 ULongs. Returns significand when getExp is zero and exponent
  /external/valgrind/main/lackey/
lk_main.c 235 /* Nb: use ULongs because the numbers can get very big */
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 324 milliseconds