Home | History | Annotate | Download | only in auxprogs

Lines Matching full:ulong

185       ULong file_size;
187 ULong session_id;
189 ULong stats_n_rdok_frames;
190 ULong stats_n_read_unz_bytes; // bytes via READ (uncompressed)
191 ULong stats_n_read_z_bytes; // bytes via READ (compressed)
200 static ULong next_session_id = 1;
395 static void write_ULong_le ( /*OUT*/UChar* dst, ULong n )
404 static ULong read_ULong_le ( UChar* src )
406 ULong r = 0;
410 r += (ULong)src[i];
464 static Frame* mk_Frame_le64 ( const HChar* tag, ULong n1 )
475 static Frame* mk_Frame_le64_le64 ( const HChar* tag, ULong n1, ULong n2 )
488 /*OUT*/ULong* n1, /*OUT*/ULong* n2,
489 /*OUT*/ULong* n3 )
504 ULong n1, ULong n2, ULong n3, ULong n_data,
592 static UInt calc_gnu_debuglink_crc32(/*OUT*/Bool* ok, int fd, ULong size)
652 ULong img_szB = size;
653 ULong curr_off = 0;
657 ULong avail = img_szB - curr_off;
732 ULong req_session_id = 0, req_offset = 0, req_len = 0;
748 res = mk_Frame_le64("CROK", (ULong)crc32);