Home
last modified time | relevance | path

Searched refs:template_count (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/842/
H A D842_debugfs.h11 static atomic_t template_count[OPS_MAX], template_repeat_count, variable
26 for (i = 0; i < ARRAY_SIZE(template_count); i++) { in sw842_debugfs_create()
31 &template_count[i]); in sw842_debugfs_create()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/842/
H A D842_debugfs.h11 static atomic_t template_count[OPS_MAX], template_repeat_count, variable
26 for (i = 0; i < ARRAY_SIZE(template_count); i++) { in sw842_debugfs_create()
31 &template_count[i]); in sw842_debugfs_create()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/842/
H A D842_debugfs.h11 static atomic_t template_count[OPS_MAX], template_repeat_count, variable
26 for (i = 0; i < ARRAY_SIZE(template_count); i++) { in sw842_debugfs_create()
31 &template_count[i]); in sw842_debugfs_create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_preload_scanner.h122 size_t template_count) in Checkpoint()
126 template_count(template_count) {} in Checkpoint()
131 size_t template_count; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_preload_scanner.h125 size_t template_count) in Checkpoint()
129 template_count(template_count) {} in Checkpoint()
134 size_t template_count; member
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11kea.c34 size_t template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
41 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
42 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
44 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11kea.c34 size_t template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
41 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
42 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
44 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11kea.c34 size_t template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
41 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
42 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
44 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11kea.c32 int template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
39 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
40 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
42 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dpk11kea.c32 int template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
39 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
40 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
42 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11kea.c34 size_t template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
41 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
42 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
44 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11kea.c34 size_t template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
41 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
42 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
44 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11kea.c32 int template_count = sizeof(theTemplate) / sizeof(theTemplate[0]); in pk11_FindRSAPubKey() local
39 template_count = attrs - theTemplate; in pk11_FindRSAPubKey()
40 PR_ASSERT(template_count <= sizeof(theTemplate) / sizeof(CK_ATTRIBUTE)); in pk11_FindRSAPubKey()
42 return pk11_FindObjectByTemplate(slot, theTemplate, template_count); in pk11_FindRSAPubKey()
/dports/comms/fldigi/fldigi-4.1.20/src/spot/
H A Dpskrep.cxx186 unsigned template_count; member in pskrep_sender
568 sequence_number(0), template_count(2 * TEMPLATE_THRESHOLD), last_template(0), in pskrep_sender()
705 if (template_count == 0 && now - last_template >= TEMPLATE_INTERVAL) in write_preamble()
706 template_count = TEMPLATE_THRESHOLD; in write_preamble()
707 if (template_count > TEMPLATE_THRESHOLD) { in write_preamble()
712 else if (template_count != 0) { in write_preamble()
717 if (template_count > 0) { in write_preamble()
720 template_count--; in write_preamble()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dtemplate.cc50 unsigned int template_count) { in backslash_escape() argument
76 (tmpl_num > template_count)) { in backslash_escape()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dtemplate.cc50 unsigned int template_count) { in backslash_escape() argument
76 (tmpl_num > template_count)) { in backslash_escape()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dextract_symbols.py512 template_count = template_function_count[template_function_mapping[k]] variable
513 if v == 1 and template_count < 100:
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dextract_symbols.py502 template_count = template_function_count[template_function_mapping[k]] variable
503 if v == 1 and template_count < 100:
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dextract_symbols.py502 template_count = template_function_count[template_function_mapping[k]] variable
503 if v == 1 and template_count < 100:
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dextract_symbols.py507 template_count = template_function_count[template_function_mapping[k]] variable
508 if v == 1 and template_count < 100:

12345678