OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_64
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/base/third_party/nspr/
prcpucfg_solaris.h
57
#define
IS_64
64
#define
IS_64
74
#ifdef
IS_64
112
#else /*
IS_64
*/
150
#endif /*
IS_64
*/
prcpucfg_mac.h
56
#define
IS_64
65
#ifdef
IS_64
107
#else /*
IS_64
*/
149
#endif /*
IS_64
*/
prcpucfg_freebsd.h
106
#define
IS_64
152
#define
IS_64
198
#define
IS_64
245
#define
IS_64
prcpucfg_openbsd.h
106
#define
IS_64
152
#define
IS_64
198
#define
IS_64
245
#define
IS_64
prcpucfg_win.h
107
#define
IS_64
156
#define
IS_64
prcpucfg_linux.h
55
#define
IS_64
146
#define
IS_64
192
#define
IS_64
285
#define
IS_64
610
#define
IS_64
prcpucfg_nacl.h
55
#define
IS_64
/external/chromium/base/third_party/nspr/
prcpucfg_mac.h
56
#define
IS_64
65
#ifdef
IS_64
107
#else /*
IS_64
*/
149
#endif /*
IS_64
*/
prcpucfg_freebsd.h
106
#define
IS_64
152
#define
IS_64
198
#define
IS_64
245
#define
IS_64
prcpucfg_openbsd.h
106
#define
IS_64
152
#define
IS_64
198
#define
IS_64
245
#define
IS_64
prcpucfg_win.h
107
#define
IS_64
156
#define
IS_64
prcpucfg_linux.h
55
#define
IS_64
146
#define
IS_64
192
#define
IS_64
238
#define
IS_64
561
#define
IS_64
prcpucfg_nacl.h
55
#define
IS_64
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openvms.cfg
51
#ifdef
IS_64
52
#undef
IS_64
_osf1.cfg
51
#ifndef
IS_64
52
#define
IS_64
_openbsd.cfg
98
#define
IS_64
151
#define
IS_64
244
#define
IS_64
_linux.cfg
97
#define
IS_64
143
#define
IS_64
189
#define
IS_64
557
#define
IS_64
_freebsd.cfg
101
#define
IS_64
148
#define
IS_64
_aix64.cfg
48
#define
IS_64
_hpux64.cfg
48
#define
IS_64
_irix64.cfg
52
#define
IS_64
_solaris64.cfg
59
#define
IS_64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
302
unsigned int
is_64
; /* write object in 64 bit mode */
member in struct:macho_objfmt_output_info
501
if (!info->
is_64
) {
518
} else if (info->
is_64
) {
528
if (info->
is_64
)
534
} else if (!info->
is_64
) {
752
if (info->
is_64
)
755
if (info->
is_64
)
786
if (info->
is_64
)
847
unsigned int long_int_bytes = (info->
is_64
) ? 8 : 4;
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py
148
is_64
= browser_type.endswith('_x64')
151
flash_path_64 if
is_64
else flash_path,
/external/chromium_org/third_party/npapi/npspy/extern/java/
jritypes.h
224
#ifdef
IS_64
Completed in 2269 milliseconds
1
2