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

  /external/elfcopy/
dwarf.c 614 unsigned long uvalue; local
903 uvalue = read_leb128 (data, &bytes_read, 0);
906 printf ("DW_OP_bregx: %lu %ld", uvalue, val);
982 unsigned long uvalue = 0; local
    [all...]
  /external/clearsilver/util/
snprintf.c 447 unsigned long uvalue; local
458 uvalue = value;
464 uvalue = -value;
479 [uvalue % (unsigned)base ];
480 uvalue = (uvalue / (unsigned)base );
481 } while(uvalue && (place < 20));
wdb.c 60 unsigned int uvalue = ch; local
62 s[1] = "0123456789ABCDEF"[uvalue % 16];
63 uvalue = (uvalue / 16); s[0] = "0123456789ABCDEF"[uvalue % 16];
    [all...]
  /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)));
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2963 milliseconds