HomeSort by relevance Sort by last modified time
    Searched defs:uvalue (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
b_print.c 486 unsigned LLONG uvalue; local
495 uvalue = value;
499 uvalue = -value;
514 [uvalue % (unsigned) base];
515 uvalue = (uvalue / (unsigned) base);
516 } while (uvalue && (place < (int)sizeof(convert)));
  /external/libvpx/nestegg/src/
nestegg.c 585 uint64_t uvalue; local
594 r = ne_bare_read_vint(io, &uvalue, &ulength, MASK_FIRST_BIT);
597 *value = uvalue - svint_subtr[ulength - 1];
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 875 milliseconds