Home
last modified time | relevance | path

Searched defs:rand (Results 201 - 225 of 303) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-blinkm.c61 u8 rand:1; /* rand fade mode on = 1 */ member
/kernel/linux/linux-6.6/lib/
H A Dtest_printf.c109 int rand; in __test() local
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h85 __le64 rand; member
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_plink.c703 u32 rand; in mesh_plink_timer() local
/third_party/icu/icu4c/source/test/intltest/
H A Drbbimonkeytest.cpp395 void MonkeyTestData::set(BreakRules *rules, IntlTest::icu_rand &rand, UErrorCode &status) { in set() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java514 void set(BreakRules rules, ICU_Rand rand) { in set() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java511 void set(BreakRules rules, ICU_Rand rand) { in set() argument
/third_party/nghttp2/src/
H A Dh2load_quic.cc285 void rand(uint8_t *dest, size_t destlen, const ngtcp2_rand_ctx *rand_ctx) { in rand() function
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_rand.c54 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local
64 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local
80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); evp_rand_new() local
92 EVP_RAND_enable_locking(EVP_RAND_CTX *rand) EVP_RAND_enable_locking() argument
101 evp_rand_lock(EVP_RAND_CTX *rand) evp_rand_lock() argument
109 evp_rand_unlock(EVP_RAND_CTX *rand) evp_rand_unlock() argument
120 EVP_RAND *rand = NULL; evp_rand_from_algorithm() local
281 EVP_RAND_up_ref(EVP_RAND *rand) EVP_RAND_up_ref() argument
286 EVP_RAND_free(EVP_RAND *rand) EVP_RAND_free() argument
291 evp_rand_get_number(const EVP_RAND *rand) evp_rand_get_number() argument
296 EVP_RAND_get0_name(const EVP_RAND *rand) EVP_RAND_get0_name() argument
301 EVP_RAND_get0_description(const EVP_RAND *rand) EVP_RAND_get0_description() argument
306 EVP_RAND_is_a(const EVP_RAND *rand, const char *name) EVP_RAND_is_a() argument
311 EVP_RAND_get0_provider(const EVP_RAND *rand) EVP_RAND_get0_provider() argument
316 EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) EVP_RAND_get_params() argument
330 EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) EVP_RAND_CTX_new() argument
434 EVP_RAND_gettable_params(const EVP_RAND *rand) EVP_RAND_gettable_params() argument
441 EVP_RAND_gettable_ctx_params(const EVP_RAND *rand) EVP_RAND_gettable_ctx_params() argument
451 EVP_RAND_settable_ctx_params(const EVP_RAND *rand) EVP_RAND_settable_ctx_params() argument
481 EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_RAND *rand, void *arg), void *arg) EVP_RAND_do_all_provided() argument
491 EVP_RAND_names_do_all(const EVP_RAND *rand, void (*fn)(const char *name, void *data), void *data) EVP_RAND_names_do_all() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_rand.c54 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local
64 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local
80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); evp_rand_new() local
92 EVP_RAND_enable_locking(EVP_RAND_CTX *rand) EVP_RAND_enable_locking() argument
101 evp_rand_lock(EVP_RAND_CTX *rand) evp_rand_lock() argument
109 evp_rand_unlock(EVP_RAND_CTX *rand) evp_rand_unlock() argument
120 EVP_RAND *rand = NULL; evp_rand_from_algorithm() local
281 EVP_RAND_up_ref(EVP_RAND *rand) EVP_RAND_up_ref() argument
286 EVP_RAND_free(EVP_RAND *rand) EVP_RAND_free() argument
291 evp_rand_get_number(const EVP_RAND *rand) evp_rand_get_number() argument
296 EVP_RAND_get0_name(const EVP_RAND *rand) EVP_RAND_get0_name() argument
301 EVP_RAND_get0_description(const EVP_RAND *rand) EVP_RAND_get0_description() argument
306 EVP_RAND_is_a(const EVP_RAND *rand, const char *name) EVP_RAND_is_a() argument
311 EVP_RAND_get0_provider(const EVP_RAND *rand) EVP_RAND_get0_provider() argument
316 EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) EVP_RAND_get_params() argument
330 EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) EVP_RAND_CTX_new() argument
434 EVP_RAND_gettable_params(const EVP_RAND *rand) EVP_RAND_gettable_params() argument
441 EVP_RAND_gettable_ctx_params(const EVP_RAND *rand) EVP_RAND_gettable_ctx_params() argument
451 EVP_RAND_settable_ctx_params(const EVP_RAND *rand) EVP_RAND_settable_ctx_params() argument
481 EVP_RAND_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_RAND *rand, void *arg), void *arg) EVP_RAND_do_all_provided() argument
491 EVP_RAND_names_do_all(const EVP_RAND *rand, void (*fn)(const char *name, void *data), void *data) EVP_RAND_names_do_all() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePathText.cpp124 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init() argument
130 void PathText::Glyph::reset(SkRandom& rand, int w, int h) { in reset() argument
360 reset(SkRandom& rand, int w, int h) reset() argument
[all...]
H A DSamplePatch.cpp351 SkRandom rand; in make_verts() local
H A DSampleClip.cpp22 SkRandom rand; in show_text() local
35 SkRandom rand; in show_fill() local
54 randRange(SkRandom& rand, SkScalar min, SkScalar max) randRange() argument
60 SkRandom rand; show_stroke() local
280 SkRandom rand; make_path() local
[all...]
/third_party/skia/tests/
H A DGeometryTest.cpp63 SkRandom rand; in testChopCubic() local
130 SkRandom rand; in test_evalquadat() local
169 SkRandom rand; test_conic() local
[all...]
H A DPictureTest.cpp73 static void rand_op(SkCanvas* canvas, SkRandom& rand) { in rand_op() argument
319 SkRandom rand; in test_peephole() local
H A DMathTest.cpp30 SkRandom rand; in test_clz() local
49 SkRandom rand; in test_ctz() local
387 SkRandom rand; in test_copysign() local
420 SkRandom rand; in DEF_TEST() local
582 SkRandom rand; test_divmod() local
767 SkRandom rand; DEF_TEST() local
[all...]
/third_party/openssl/test/
H A Ddrbgtest.c791 EVP_RAND *rand = NULL; in new_drbg() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_sim.c34 u8 rand[3][GSM_RAND_LEN]; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_aka.c28 u8 rand[EAP_AKA_RAND_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_sim.c34 u8 rand[3][GSM_RAND_LEN]; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_aka.c28 u8 rand[EAP_AKA_RAND_LEN]; member
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp86 uint8_t rand; in GetRandNum() local
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_service_test.cpp123 uint8_t rand; in GetRandNum() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h543 uint64_t rand; member
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c361 struct random_data rand; in locking_thread() local

Completed in 39 milliseconds

12345678910>>...13