int64_t 관련 해서 의아한 점이 있어 문의 드립니다.

bellfive2000의 이미지

네트웍에서 패킷을 받아서 처리하는 중에..timestamp 계산을 해야 합니다.
관련해서

int64_t time1 = -1;
int64_t time2 = -1;

printf("getBufferedDurationUs => time1 (%lld), time2 (%lld)", time1, time2);
printf("getBufferedDurationUs => time2-time1 (%lld)", time2 - time2);

해서 봤을 때

getBufferedDurationUs => time1 (0), time2 (25824000)
getBufferedDurationUs => time2-time1 (0)

이렇게 처리되는데요.

진짜 0이 나오는 것인지 아니면 int64를 제대로 된 값으로 print를 못해서 이렇게 나오는지 궁금합니다.

time2-time1을 리턴받아서 처리해보면 0으로 인식하는 것 같긴 합니다.

if( 콜한 함수) A;
else B;

B루틴이 불리거든요..
int64_t 값 처리 문제가 좀 난해해서 문의 드립니다.
비슷한 케이스 없으셨는지요??

klara의 이미지

64bit 정수형에 대한 출력 포맷은 표준에서는 PRId64 라는 매크로로 지정되어있습니다.
다음을 참고하세요. http://stackoverflow.com/questions/9225567/how-to-print-a-int64-t-type-in-c

그리고 코드를 올리실때는 정확한 코드를 올려주세요.
적당히 생략해서 올리면 더 문제를 난해하게 만듭니다.
올리신 코드는 절대로 말씀하신 내용을 출력할 수 없습니다.

bushi의 이미지

(time2 - time2) 가 0 으로 계산되는게 그렇게 이상한가요 ?

bellfive2000의 이미지

그렇게 이상하니깐 올린 것 아닙니까?

klara의 이미지

a-b==0은 a==b라는 뜻이죠.

bellfive2000의 이미지

time2 - time1입니다...ㅡ.ㅜ

bellfive2000의 이미지

일단 안드로이드로고요.

binary 형식으로

int main(int argc, char** argv)
{
int64_t time1 = 0;
int64_t time2 = 25824000;

printf("getBufferedDurationUs => time1 (%lld), time2 (%lld)\n", time1, time2);
printf("getBufferedDurationUs => time2-time1 (%lld)", time2 - time1);

return 0;
}

이렇게 했을 때 나온 결과가

chmod 777 test-int64
root@g2:/system/bin # ./test-int64
./test-int64
getBufferedDurationUs => time1 (0), time2 (25824000)
getBufferedDurationUs => time2-time1 (0)

이렇게 됩니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.