OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_int64
(Results
1 - 10
of
10
) sorted by null
/external/libpcap/Win32/Include/
bittypes.h
49
typedef unsigned
_int64
u_int64_t;
50
typedef
_int64
int64_t;
/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/tcpdump/
tcpdump-stdinc.h
85
#define uint64_t unsigned
_int64
89
#define int64_t
_int64
/external/clang/test/Parser/
MicrosoftExtensions.cpp
229
_int64
x8 =
_int64
(0);
230
static_assert(sizeof(
_int64
) == 8, "");
/external/zlib/src/contrib/testzlib/
testzlib.c
32
unsigned
_int64
res=__rdtsc()-((unsigned
_int64
)(beginTime64.QuadPart));
/external/avahi/avahi-compat-howl/include/salt/
platform.h
61
typedef
_int64
int64_t;
62
typedef
_int64
u_int64_t;
/external/liblzf/
lzf_c.c
123
unsigned
_int64
off; /* workaround for missing POSIX compliance */
Completed in 2664 milliseconds