Searched refs:uvalue (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/bio/ |
| D | b_print.c | 488 unsigned LLONG uvalue; in fmtint() local 497 uvalue = value; in fmtint() 501 uvalue = -value; in fmtint() 516 [uvalue % (unsigned) base]; in fmtint() 517 uvalue = (uvalue / (unsigned) base); in fmtint() 518 } while (uvalue && (place < sizeof convert)); in fmtint()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | readelf.c | 7925 unsigned long uvalue; in decode_location_expression() local 8195 uvalue = read_leb128 (data, &bytes_read, 0); in decode_location_expression() 8197 printf ("DW_OP_bregx: %lu %ld", uvalue, in decode_location_expression() 8292 unsigned long uvalue = 0; in read_and_display_attr_value() local 8304 uvalue = byte_get (data, pointer_size); in read_and_display_attr_value() 8309 uvalue = byte_get (data, offset_size); in read_and_display_attr_value() 8319 uvalue = byte_get (data, pointer_size); in read_and_display_attr_value() 8324 uvalue = byte_get (data, offset_size); in read_and_display_attr_value() 8331 uvalue = byte_get (data++, 1); in read_and_display_attr_value() 8336 uvalue = byte_get (data, 2); in read_and_display_attr_value() [all …]
|