Home
last modified time | relevance | path

Searched refs:_int64 (Results 1 – 11 of 11) sorted by relevance

/external/tcpdump/win32/Include/
Dbittypes.h49 typedef unsigned _int64 u_int64_t;
50 typedef _int64 int64_t;
/external/libpcap/Win32/Include/
Dbittypes.h49 typedef unsigned _int64 u_int64_t;
50 typedef _int64 int64_t;
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
466 const _int64 x = context_counters [type] [band] [pt] [t]; in print_context_counters()
469 assert(x == (_int64) y); /* no overflow handling yet */ in print_context_counters()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
466 const _int64 x = context_counters [type] [band] [pt] [t]; in print_context_counters()
469 assert(x == (_int64) y); /* no overflow handling yet */ in print_context_counters()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c32 unsigned _int64 res=__rdtsc()-((unsigned _int64)(beginTime64.QuadPart)); in GetResRdtsc()
/external/liblzf/
Dlzf_c.c123 unsigned _int64 off; /* workaround for missing POSIX compliance */ in lzf_compress()
/external/chromium_org/third_party/sqlite/src/test/
Dmalloc4.test133 # Test for malloc() failures within _int(), _int64() and _real(). The only
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dimplement.h109 # define int64_t _int64
/external/openssl/
De_os.h346 # define _int64 __int64 macro