Home
last modified time | relevance | path

Searched refs:make_key (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/tests/hash_table/
Dclear.c30 static void *make_key(uint32_t i) in make_key() function
67 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main()
78 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main()
83 assert(_mesa_hash_table_search(ht, make_key(i))); in main()
98 _mesa_hash_table_insert(ht, make_key(i), &flags[i]); in main()
/third_party/nghttp2/src/
Dshrpx_log_config.cc74 void make_key() { pthread_key_create(&lckey, nullptr); } in make_key() function
78 pthread_once(&lckey_once, make_key); in log_config()
Dshrpx_log.cc93 void make_key() { pthread_key_create(&lckey, nullptr); } in make_key() function
97 pthread_once(&lckey_once, make_key); in get_logbuf()
/third_party/skia/tests/
DGrStyledShapeTest.cpp40 static bool make_key(Key* key, const GrStyledShape& shape) { in make_key() function
284 make_key(&preserveKey, preserve); in test_inversions()
288 make_key(&flipKey, flip); in test_inversions()
293 make_key(&invertedKey, inverted); in test_inversions()
298 make_key(&noninvertedKey, noninverted); in test_inversions()
316 make_key(&doubleFlipKey, doubleFlip); in test_inversions()
598 make_key(&fBaseKey, *fBase); in init()
599 make_key(&fAppliedPEKey, *fAppliedPE); in init()
600 make_key(&fAppliedPEThenStrokeKey, *fAppliedPEThenStroke); in init()
601 make_key(&fAppliedFullKey, *fAppliedFull); in init()
[all …]
/third_party/flutter/skia/tests/
DGrShapeTest.cpp39 static bool make_key(Key* key, const GrShape& shape) { in make_key() function
281 make_key(&preserveKey, preserve); in test_inversions()
285 make_key(&flipKey, flip); in test_inversions()
289 make_key(&invertedKey, inverted); in test_inversions()
293 make_key(&noninvertedKey, noninverted); in test_inversions()
311 make_key(&doubleFlipKey, doubleFlip); in test_inversions()
589 make_key(&fBaseKey, *fBase); in init()
590 make_key(&fAppliedPEKey, *fAppliedPE); in init()
591 make_key(&fAppliedPEThenStrokeKey, *fAppliedPEThenStroke); in init()
592 make_key(&fAppliedFullKey, *fAppliedFull); in init()
[all …]
/third_party/python/Lib/
Dfunctools.py528 make_key = _make_key # build a key from the function arguments
554 key = make_key(args, kwds, typed)
569 key = make_key(args, kwds, typed)
/third_party/openssl/test/
Dendecoder_legacy_test.c238 static EVP_PKEY *make_key(const char *type, in make_key() function
715 make_key(keys[i].keytype, keys[i].template_params))) in OPT_TEST_DECLARE_USAGE()
Dendecode_test.c105 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template, in make_key() function
865 && TEST_ptr(key_##KEYTYPE = make_key(KEYTYPEstr, NULL, params))
877 make_key(KEYTYPEstr, template_##KEYTYPE, NULL))
/third_party/skia/src/pdf/
DSkPDFGradientShader.cpp871 static SkPDFGradientShader::Key make_key(const SkShader* shader, in make_key() function
918 SkPDFGradientShader::Key key = make_key(shader, canvasTransform, bbox); in Make()
/third_party/flutter/skia/src/pdf/
DSkPDFGradientShader.cpp871 static SkPDFGradientShader::Key make_key(const SkShader* shader, in make_key() function
918 SkPDFGradientShader::Key key = make_key(shader, canvasTransform, bbox); in Make()