Home
last modified time | relevance | path

Searched defs:selected (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-inherited.m50 @property (nonatomic) void* selected; property
54 @property (nonatomic) void* selected; // expected-note {{property declared here}} property
58 @property (nonatomic) void* selected; // expected-note {{property declared here}} property
68 @property (nonatomic) char selected; // expected-warning {{property type 'char' is incompatible wit… property
/minix3/crypto/external/bsd/openssl/dist/crypto/
H A Dconstant_time_test.c125 unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b); in test_select() local
144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b); in test_select_8() local
163 int selected = constant_time_select_int(CONSTTIME_TRUE, a, b); in test_select_int() local
/minix3/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c125 unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b); in test_select() local
144 unsigned char selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b); in test_select_8() local
163 int selected = constant_time_select_int(CONSTTIME_TRUE, a, b); in test_select_int() local
/minix3/games/random/
H A Drandom.c67 int ch, random_exit, selected, unbuffer_output; in main() local
/minix3/bin/df/
H A Ddf.c232 selected(const char *type, size_t len) in selected() function
/minix3/sbin/fsck/
H A Dfsck.c411 selected(const char *type) in selected() function
/minix3/common/lib/libc/gen/
H A Drpst.c273 struct rpst_node *selected; in rpst_remove_node_at() local
/minix3/lib/libmenu/
H A Dmenu.h87 int selected; /* set if item has been selected */ member
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h315 const int selected = begin + random->Generate(range_width); in ShuffleRange() local
/minix3/external/bsd/tmux/dist/
H A Dwindow-choose.c71 u_int selected; member
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_lib.c1588 unsigned char *selected; in ssl_parse_serverhello_tlsext() local
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c1489 AlgorithmIdentifier selected; in crypto_select() local
H A Dcrypto.c3041 AlgorithmIdentifier *selected) in hx509_crypto_select()