OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_fast64_t
(Results
151 - 175
of
194
) sorted by null
1
2
3
4
5
6
7
8
/external/bison/darwin-lib/
stdint.h
261
#undef
int_fast64_t
macro
285
# define
int_fast64_t
int64_t
macro
/external/bison/m4/
stdint.m4
137
int_fast64_t
e4 = INT_FAST64_MAX;
138
int_fast64_t
e4min = INT_FAST64_MIN;
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
222
#undef
int_fast64_t
macro
237
# define
int_fast64_t
int64_t
macro
/ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4
130
int_fast64_t
e4 = INT_FAST64_MAX;
131
int_fast64_t
e4min = INT_FAST64_MIN;
/bionic/libc/tzcode/
localtime.c
103
int_fast64_t
ls_corr; /* correction to apply */
261
result = (codep[0] & 0x80) ? (~(
int_fast64_t
) 0) : 0;
[
all
...]
/external/bison/lib/
stdint.in.h
260
#undef
int_fast64_t
284
# define
int_fast64_t
int64_t
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp
905
std::
int_fast64_t
i4 = 0;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
182
typedef __atomic_base<
int_fast64_t
> atomic_int_fast64_t;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h
182
typedef __atomic_base<
int_fast64_t
> atomic_int_fast64_t;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h
209
typedef __atomic_base<
int_fast64_t
> atomic_int_fast64_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic
508
typedef atomic<
int_fast64_t
> atomic_int_fast64_t;
[
all
...]
/external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch
136
+typedef int64_t
int_fast64_t
;
/external/chromium_org/third_party/smhasher/src/
pstdint.h
635
typedef int_least64_t
int_fast64_t
;
typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
ax_create_stdint_h.m4
526
typedef int64_t
int_fast64_t
;
/external/clang/lib/Headers/
stdint.h
124
typedef __int_least64_t
int_fast64_t
;
typedef
/external/libmtp/m4/
stdint.m4
583
typedef int64_t
int_fast64_t
;
/external/libvpx/libvpx/nestegg/m4/
ax_create_stdint_h.m4
546
typedef int64_t
int_fast64_t
;
/prebuilts/sdk/renderscript/clang-include/
stdint.h
124
typedef __int_least64_t
int_fast64_t
;
typedef
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
250
result = (codep[0] & 0x80) ? (~(
int_fast64_t
) 0) : 0;
1253
register
int_fast64_t
icycles;
[
all
...]
zic.c
14
typedef
int_fast64_t
zic_t;
[
all
...]
/external/icu4c/tools/tzcode/
localtime.c
250
result = (codep[0] & 0x80) ? (~(
int_fast64_t
) 0) : 0;
1253
register
int_fast64_t
icycles;
[
all
...]
zic.c
14
typedef
int_fast64_t
zic_t;
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2496
int_fast64_t
= int64_t
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2496
int_fast64_t
= int64_t
variable
[
all
...]
/external/mdnsresponder/mDNSShared/
CommonServices.h
781
typedef int64_t
int_fast64_t
;
typedef
[
all
...]
Completed in 1668 milliseconds
1
2
3
4
5
6
7
8