/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | heap.c | 102 const char *iname = ((const char *)&item[1]) + item->size; in lws_cache_heap_item_destroy() local 105 if (*iname == META_ITEM_LEADING) { in lws_cache_heap_item_destroy() 106 size_t taglen = strlen(iname); in lws_cache_heap_item_destroy() 118 !strcmp((const char *)pay + 8, iname)) { in lws_cache_heap_item_destroy() 127 backing, iname + 1, tag, 1)); in lws_cache_heap_item_destroy() 141 assert (backing->info.ops->tag_match(backing, iname + 1, in lws_cache_heap_item_destroy() 241 const char *iname = ((const char *)&item[1]) + item->size; in lws_cache_heap_specific() local 243 if (!strcmp(specific_key, iname)) in lws_cache_heap_specific() 269 const char *iname = ((const char *)&item[1]) + item->size; in lws_cache_heap_lookup() local 271 if (!lws_strcmp_wildcard(wildcard_key, sklen, iname, in lws_cache_heap_lookup() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/ |
D | clang-format-separate.sh | 6 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i 7 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
|
D | clang-format-all.sh | 41 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f… 42 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f…
|
/third_party/alsa-lib/test/ |
D | midiloop.c | 73 char *iname = "hw:0,0", *oname = "hw:0,0"; in main() local 93 iname = argv[++i]; in main() 103 if (iname == NULL) in main() 104 iname = oname; in main() 106 oname = iname; in main() 110 fprintf(stderr, " Input: %s Output: %s\n", iname, oname); in main() 113 err = snd_rawmidi_open(&handle_in, NULL, iname, SND_RAWMIDI_NONBLOCK); in main() 115 fprintf(stderr,"snd_rawmidi_open %s failed: %d\n",iname,err); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrMVE.td | 369 class MVE_p<dag oops, dag iops, InstrItinClass itin, string iname, 376 !strconcat(iname, "${vp}", 383 class MVE_f<dag oops, dag iops, InstrItinClass itin, string iname, 386 : MVE_p<oops, iops, itin, iname, suffix, ops, vpred, cstr, pattern> { 410 class MVE_ScalarShift<string iname, dag oops, dag iops, string asm, string cstr, 412 : MVE_MI_with_pred<oops, iops, NoItinerary, iname, asm, cstr, pattern> { 418 class MVE_ScalarShiftSingleReg<string iname, dag iops, string asm, string cstr, 420 : MVE_ScalarShift<iname, (outs rGPR:$RdaDest), iops, asm, cstr, pattern> { 426 class MVE_ScalarShiftSRegImm<string iname, bits<2> op5_4> 427 : MVE_ScalarShiftSingleReg<iname, (ins rGPR:$RdaSrc, long_shift:$imm), [all …]
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_lib.c | 25 const X509_NAME *iname; in OCSP_cert_to_id() local 32 iname = X509_get_issuer_name(subject); in OCSP_cert_to_id() 35 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id() 39 return OCSP_cert_id_new(dgst, iname, ikey, serial); in OCSP_cert_to_id()
|
D | ocsp_vfy.c | 312 const X509_NAME *iname; in ocsp_match_issuerid() local 340 iname = X509_get_subject_name(cert); in ocsp_match_issuerid() 341 if (!X509_NAME_digest(iname, dgst, md, NULL)) in ocsp_match_issuerid()
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | colors.c | 29 .iname = "", 47 .iname = "\x1b[0;32m",
|
D | colors.h | 30 const char *iname; /* instruction name */ member
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 49 iname=`which $i` 50 if [[ ! -a $iname ]] ; then
|
/third_party/openssl/crypto/x509/ |
D | v3_purp.c | 309 const X509_NAME *iname = NULL; in setup_dp() local 339 iname = gen->d.directoryName; in setup_dp() 343 if (iname == NULL) in setup_dp() 344 iname = X509_get_issuer_name(x); in setup_dp() 345 return DIST_POINT_set_dpname(dp->distpoint, iname) ? 1 : -1; in setup_dp()
|
D | v3_crld.c | 482 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, const X509_NAME *iname) in DIST_POINT_set_dpname() argument 492 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
|
/third_party/openssl/test/recipes/95-test_external_pyca_data/ |
D | cryptography.sh | 56 ldd $(find ../venv-cryptography/lib/ -iname '*.so')
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-piglit.sh | 16 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
|
D | build-deqp.sh | 87 find -iname '*cmake*' -o -name '*ninja*' -o -name '*.o' -o -name '*.a' | xargs rm -rf
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 397 X509_NAME *iname; in issuer_match() local 412 iname = X509_get_issuer_name(cert); in issuer_match() 413 if (!X509_NAME_digest(iname, dgst, md, &len)) in issuer_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 397 X509_NAME *iname; in issuer_match() local 412 iname = X509_get_issuer_name(cert); in issuer_match() 413 if (!X509_NAME_digest(iname, dgst, md, &len)) in issuer_match()
|
/third_party/mbedtls/configs/ |
D | README.txt | 19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
/third_party/openssl/apps/ |
D | ocsp.c | 932 const X509_NAME *iname; in add_ocsp_serial() local 944 iname = X509_get_subject_name(issuer); in add_ocsp_serial() 951 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelementfactory.c | 1011 gchar *iname = (gchar *) walk->data; in gst_element_factory_has_interface() local 1013 if (!strcmp (iname, interfacename)) in gst_element_factory_has_interface()
|
D | gstinfo.c | 2228 const gchar *iname = g_intern_string (name); in _gst_debug_nameof_funcptr() local 2232 _gst_debug_register_funcptr (func, iname); in _gst_debug_nameof_funcptr() 2233 return iname; in _gst_debug_nameof_funcptr()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
D | SDL_android.c | 1326 jstring iname; in Android_JNI_GetPowerInfo() local 1360 iname = (*env)->NewStringUTF(env, key); \ in Android_JNI_GetPowerInfo() 1361 var = (*env)->CallIntMethod(env, intent, imid, iname, -1); \ in Android_JNI_GetPowerInfo() 1362 (*env)->DeleteLocalRef(env, iname); in Android_JNI_GetPowerInfo()
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 120 iname = args[0] 124 spec = "%s %s" % (iname, imagespec)
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_yacc.y | 76 static void GSL_PUT_JXXX(char *name, char *iname, int instr_id, int line_number) in GSL_PUT_JXXX() argument 79 printf("%s %s\n", iname, name); in GSL_PUT_JXXX() 81 currentGoomSL->instr = gsl_instr_init(currentGoomSL, iname, instr_id, 1, line_number); in GSL_PUT_JXXX()
|
/third_party/mbedtls/tests/scripts/ |
D | all.sh | 292 -iname CMakeFiles -exec rm -rf {} \+ -o \ 293 \( -iname cmake_install.cmake -o \ 294 -iname CTestTestfile.cmake -o \ 295 -iname CMakeCache.txt -o \
|