OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typemask
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libtelnet/
auth.c
81
#define
typemask
(x) (1<<((x)-1))
macro
159
i_support |=
typemask
(ap->type);
178
i_wont_support |=
typemask
(x);
196
*maskp =
typemask
(x);
227
if ((mask & (i =
typemask
(ap->type))) != 0)
270
if ((mask & (i =
typemask
(ap->type))) != 0)
274
(i_wont_support &
typemask
(ap->type)) ?
296
if (i_support & ~i_wont_support &
typemask
(ap->type)) {
365
if ((i_support & ~i_wont_support) &
typemask
(*auth_send_data)) {
encrypt.c
92
#define
typemask
(x) ((x) > 0 ? 1 << ((x)-1) : 0)
macro
94
static long i_support_encrypt =
typemask
(ENCTYPE_DES_CFB64)
95
|
typemask
(ENCTYPE_DES_OFB64);
96
static long i_support_decrypt =
typemask
(ENCTYPE_DES_CFB64)
97
|
typemask
(ENCTYPE_DES_OFB64);
143
if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt &
typemask
(type)))
155
if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt &
typemask
(type)))
198
i_support_encrypt |=
typemask
(ep->type);
199
i_support_decrypt |=
typemask
(ep->type);
200
if ((i_wont_support_decrypt &
typemask
(ep->type)) == 0
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/
target.c
698
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
710
kind &
typemask
, false, implicit, cbuf,
727
kind &
typemask
, false, implicit, cbuf,
740
kind &
typemask
, false, implicit, cbuf,
930
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
984
|| (kind &
typemask
) == GOMP_MAP_FIRSTPRIVATE_INT)
990
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR
991
|| (kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT)
1017
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR)
1022
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT
1995
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
2937
const int
typemask
= 0xff;
local
[
all
...]
/src/external/gpl3/gcc/dist/libgomp/
target.c
745
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
757
kind &
typemask
, false, implicit, cbuf,
774
kind &
typemask
, false, implicit, cbuf,
787
kind &
typemask
, false, implicit, cbuf,
988
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
1042
|| (kind &
typemask
) == GOMP_MAP_FIRSTPRIVATE_INT)
1048
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR
1049
|| (kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT)
1075
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR)
1080
else if ((kind &
typemask
) == GOMP_MAP_USE_DEVICE_PTR_IF_PRESENT
2140
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
3369
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
3441
const int
typemask
= short_mapkind ? 0xff : 0x7;
local
4027
const int
typemask
= 0xff;
local
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026