HomeSort by relevance Sort by last modified time
    Searched full:_int64 (Results 1 - 14 of 14) sorted by null

  /external/libpcap/Win32/Include/
bittypes.h 49 typedef unsigned _int64 u_int64_t;
50 typedef _int64 int64_t;
  /external/tcpdump/win32/Include/
bittypes.h 49 typedef unsigned _int64 u_int64_t;
50 typedef _int64 int64_t;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.h 44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
466 const _int64 x = context_counters [type] [band] [pt] [t];
469 assert(x == (_int64) y); /* no overflow handling yet */
  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
466 const _int64 x = context_counters [type] [band] [pt] [t];
469 assert(x == (_int64) y); /* no overflow handling yet */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.h 44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
466 const _int64 x = context_counters [type] [band] [pt] [t];
469 assert(x == (_int64) y); /* no overflow handling yet */
  /external/zlib/src/contrib/testzlib/
testzlib.c 32 unsigned _int64 res=__rdtsc()-((unsigned _int64)(beginTime64.QuadPart));
  /external/chromium_org/third_party/sqlite/src/test/
malloc4.test 133 # Test for malloc() failures within _int(), _int64() and _real(). The only
  /external/liblzf/
lzf_c.c 123 unsigned _int64 off; /* workaround for missing POSIX compliance */
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 109 # define int64_t _int64
    [all...]
  /external/openssl/
e_os.h 346 # define _int64 __int64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 357 __MINGW_EXTENSION unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64 _Int64);

Completed in 566 milliseconds