OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sizeof_int
(Results
76 - 100
of
147
) sorted by null
1
2
3
4
5
6
/external/dbus/
config.h
245
#define
SIZEOF_INT
sizeof(int)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h
62
#define
SIZEOF_INT
4
/external/libvncserver/libvncserver/
rfbconfig.h
194
/* #undef
SIZEOF_INT
*/
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hwint.h
15
#define HOST_BITS_PER_INT (CHAR_BIT *
SIZEOF_INT
)
/prebuilts/go/darwin-x86/src/syscall/
types_freebsd.go
156
sizeofInt = C.
sizeof_int
types_linux.go
118
sizeofInt = C.
sizeof_int
/prebuilts/go/linux-x86/src/syscall/
types_freebsd.go
156
sizeofInt = C.
sizeof_int
types_linux.go
118
sizeofInt = C.
sizeof_int
/external/opencv/cxcore/src/
cxutils.cpp
816
const int
sizeof_int
= (int)sizeof(int);
local
839
if( elem_size %
sizeof_int
== 0 && (cont_flag || step %
sizeof_int
== 0) )
842
step /=
sizeof_int
;
843
elem_size /=
sizeof_int
;
[
all
...]
/external/libvncserver/
rfbconfig.h
367
/* #undef
SIZEOF_INT
*/
/external/pdfium/third_party/libtiff/
0000-build-config.patch
141
+#define
SIZEOF_INT
4
/external/selinux/libselinux/src/
audit2why.c
3
#define SIZEOF_SOCKET_T
SIZEOF_INT
/toolchain/binutils/binutils-2.25/bfd/
config.in
306
#undef
SIZEOF_INT
/external/c-ares/
ares_config.h
452
#undef
SIZEOF_INT
ares_config.h.in
450
#undef
SIZEOF_INT
config-win32.h
233
#define
SIZEOF_INT
4
/external/curl/lib/
config-os400.h
392
#define
SIZEOF_INT
4
config-riscos.h
375
#define
SIZEOF_INT
4
curl_config.h.cmake
853
#cmakedefine
SIZEOF_INT
${
SIZEOF_INT
}
/external/libevent/
config.h.in
388
#undef
SIZEOF_INT
/toolchain/binutils/binutils-2.25/libiberty/
config.in
465
#undef
SIZEOF_INT
/external/curl/
CMakeLists.txt
641
check_type_size("int"
SIZEOF_INT
)
[
all
...]
/external/e2fsprogs/
configure.in
946
SIZEOF_INT
=$ac_cv_sizeof_int
951
AC_SUBST(
SIZEOF_INT
)
[
all
...]
/prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h
162
#elif SIZEOF_VOID_P <=
SIZEOF_INT
236
# if SIZEOF_SIZE_T ==
SIZEOF_INT
&& !defined(__APPLE__)
[
all
...]
/prebuilts/gdb/linux-x86/include/python2.7/
pyport.h
162
#elif SIZEOF_VOID_P <=
SIZEOF_INT
236
# if SIZEOF_SIZE_T ==
SIZEOF_INT
&& !defined(__APPLE__)
[
all
...]
Completed in 1140 milliseconds
1
2
3
4
5
6