Home
last modified time | relevance | path

Searched refs:sec (Results 376 – 400 of 50510) sorted by relevance

1...<<11121314151617181920>>...2021

/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DRealTime.h48 int sec;
84 { return RealTime(sec + r.sec, nsec + r.nsec); }
99 if (sec == r.sec)
102 return (sec < r.sec);
107 if (sec == r.sec)
110 return (sec > r.sec);
114 { return (sec == r.sec && nsec == r.nsec); }
121 if (sec == r.sec)
124 return (sec >= r.sec);
129 if (sec == r.sec)
[all …]
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/network/wireless-security/
H A Dws-wep-key.c68 g_strlcpy (sec->keys[sec->cur_index], key, sizeof (sec->keys[sec->cur_index])); in key_index_combo_changed_cb()
70 memset (sec->keys[sec->cur_index], 0, sizeof (sec->keys[sec->cur_index])); in key_index_combo_changed_cb()
90 memset (sec->keys[i], 0, sizeof (sec->keys[i])); in destroy()
180 g_strlcpy (sec->keys[sec->cur_index], key, sizeof (sec->keys[sec->cur_index])); in fill_connection()
238 g_strlcpy (sec->keys[i], tmp, sizeof (sec->keys[i])); in update_secrets()
242 if (strlen (sec->keys[sec->cur_index])) in update_secrets()
243 gtk_entry_set_text (GTK_ENTRY (widget), sec->keys[sec->cur_index]); in update_secrets()
276 sec->type = type; in ws_wep_key_new()
307 sec); in ws_wep_key_new()
310 sec); in ws_wep_key_new()
[all …]
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Dxdelta3-lzma.h54 memset (&sec->lzma, 0, sizeof(sec->lzma)); in xd3_lzma_init()
68 sec->filters[0].options = &sec->options; in xd3_lzma_init()
71 ret = lzma_stream_encoder (&sec->lzma, &sec->filters[0], LZMA_CHECK_NONE); in xd3_lzma_init()
98 sec->lzma.avail_in = avail_in; in xd3_decode_lzma()
99 sec->lzma.next_in = input; in xd3_decode_lzma()
100 sec->lzma.avail_out = avail_out; in xd3_decode_lzma()
101 sec->lzma.next_out = output; in xd3_decode_lzma()
111 if (sec->lzma.avail_out == 0) in xd3_decode_lzma()
129 xd3_lzma_stream *sec, in xd3_encode_lzma() argument
138 sec->lzma.next_in = NULL; in xd3_encode_lzma()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/
H A Dxdelta3-lzma.h52 memset (&sec->lzma, 0, sizeof(sec->lzma)); in xd3_lzma_init()
66 sec->filters[0].options = &sec->options; in xd3_lzma_init()
69 ret = lzma_stream_encoder (&sec->lzma, &sec->filters[0], LZMA_CHECK_NONE); in xd3_lzma_init()
96 sec->lzma.avail_in = avail_in; in xd3_decode_lzma()
97 sec->lzma.next_in = input; in xd3_decode_lzma()
98 sec->lzma.avail_out = avail_out; in xd3_decode_lzma()
99 sec->lzma.next_out = output; in xd3_decode_lzma()
109 if (sec->lzma.avail_out == 0) in xd3_decode_lzma()
127 xd3_lzma_stream *sec, in xd3_encode_lzma() argument
136 sec->lzma.next_in = NULL; in xd3_encode_lzma()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libxslt/
H A Dsecurity.c112 if (sec == NULL) in xsltFreeSecurityPrefs()
114 xmlFree(sec); in xsltFreeSecurityPrefs()
131 if (sec == NULL) in xsltSetSecurityPrefs()
159 if (sec == NULL) in xsltGetSecurityPrefs()
163 return(sec->readFile); in xsltGetSecurityPrefs()
167 return(sec->createDir); in xsltGetSecurityPrefs()
169 return(sec->readNet); in xsltGetSecurityPrefs()
171 return(sec->writeNet); in xsltGetSecurityPrefs()
185 xsltDefaultSecurityPrefs = sec; in xsltSetDefaultSecurityPrefs()
214 ctxt->sec = (void *) sec; in xsltSetCtxtSecurityPrefs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libxslt/
H A Dsecurity.c112 if (sec == NULL) in xsltFreeSecurityPrefs()
114 xmlFree(sec); in xsltFreeSecurityPrefs()
131 if (sec == NULL) in xsltSetSecurityPrefs()
159 if (sec == NULL) in xsltGetSecurityPrefs()
163 return(sec->readFile); in xsltGetSecurityPrefs()
167 return(sec->createDir); in xsltGetSecurityPrefs()
169 return(sec->readNet); in xsltGetSecurityPrefs()
171 return(sec->writeNet); in xsltGetSecurityPrefs()
185 xsltDefaultSecurityPrefs = sec; in xsltSetDefaultSecurityPrefs()
214 ctxt->sec = (void *) sec; in xsltSetCtxtSecurityPrefs()
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/libxslt/
H A Dsecurity.c112 if (sec == NULL) in xsltFreeSecurityPrefs()
114 xmlFree(sec); in xsltFreeSecurityPrefs()
131 if (sec == NULL) in xsltSetSecurityPrefs()
159 if (sec == NULL) in xsltGetSecurityPrefs()
163 return(sec->readFile); in xsltGetSecurityPrefs()
167 return(sec->createDir); in xsltGetSecurityPrefs()
169 return(sec->readNet); in xsltGetSecurityPrefs()
171 return(sec->writeNet); in xsltGetSecurityPrefs()
185 xsltDefaultSecurityPrefs = sec; in xsltSetDefaultSecurityPrefs()
214 ctxt->sec = (void *) sec; in xsltSetCtxtSecurityPrefs()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_floor.c332 while (sec->prevsec!=-1 && sectors[sec->prevsec].stairlock!=-2) in T_MoveFloor()
333 sec = &sectors[sec->prevsec]; // search for a non-done thinker in T_MoveFloor()
337 while (sec->nextsec!=-1 && sectors[sec->nextsec].stairlock!=-2) in T_MoveFloor()
338 sec = &sectors[sec->nextsec]; in T_MoveFloor()
344 sec = &sectors[sec->prevsec]; in T_MoveFloor()
453 sector_t* sec; in EV_DoFloor() local
648 if (sec) in EV_DoFloor()
884 sec = tsec; in EV_BuildStairs()
1105 if (sec->floordata || sec->ceilingdata) //jff 2/22/98 in EV_DoElevator()
1127 P_FindNextLowestFloor(sec,sec->floorheight); in EV_DoElevator()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A D122.out4 64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
H A D171.out8 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
37 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
60 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
67 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
75 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
100 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A D122.out4 64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
H A D171.out8 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
37 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
60 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
67 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
75 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
100 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A D122.out4 64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
H A D171.out8 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
37 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
60 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
67 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
75 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
100 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A D122.out4 64 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
25 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 3 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/google/
H A Dvpd.c175 ret = vpd_decode_string(sec->bin_attr.size, sec->baseaddr, in vpd_section_create_attribs()
188 if (!sec->baseaddr) in vpd_section_init()
191 sec->name = name; in vpd_section_init()
195 if (!sec->raw_name) { in vpd_section_init()
201 sec->bin_attr.attr.name = sec->raw_name; in vpd_section_init()
205 sec->bin_attr.private = sec; in vpd_section_init()
212 if (!sec->kobj) { in vpd_section_init()
220 sec->enabled = true; in vpd_section_init()
227 kfree(sec->raw_name); in vpd_section_init()
235 if (sec->enabled) { in vpd_section_destroy()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/google/
H A Dvpd.c175 ret = vpd_decode_string(sec->bin_attr.size, sec->baseaddr, in vpd_section_create_attribs()
188 if (!sec->baseaddr) in vpd_section_init()
191 sec->name = name; in vpd_section_init()
195 if (!sec->raw_name) { in vpd_section_init()
201 sec->bin_attr.attr.name = sec->raw_name; in vpd_section_init()
205 sec->bin_attr.private = sec; in vpd_section_init()
212 if (!sec->kobj) { in vpd_section_init()
220 sec->enabled = true; in vpd_section_init()
227 kfree(sec->raw_name); in vpd_section_init()
235 if (sec->enabled) { in vpd_section_destroy()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/google/
H A Dvpd.c175 ret = vpd_decode_string(sec->bin_attr.size, sec->baseaddr, in vpd_section_create_attribs()
188 if (!sec->baseaddr) in vpd_section_init()
191 sec->name = name; in vpd_section_init()
195 if (!sec->raw_name) { in vpd_section_init()
201 sec->bin_attr.attr.name = sec->raw_name; in vpd_section_init()
205 sec->bin_attr.private = sec; in vpd_section_init()
212 if (!sec->kobj) { in vpd_section_init()
220 sec->enabled = true; in vpd_section_init()
227 kfree(sec->raw_name); in vpd_section_init()
235 if (sec->enabled) { in vpd_section_destroy()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DLinkerScript.cpp59 if (sec) in getValue()
60 return alignTo(sec->getOffset(val) + getOutputSectionVA(sec), in getValue()
66 if (sec) in getSecAddr()
67 return sec->getOffset(0) + getOutputSectionVA(sec); in getSecAddr()
86 sec = secRef; in createOutputSection()
93 return sec; in createOutputSection()
638 return sec; in createSection()
743 return sec; in addInputSec()
915 setDot(sec->addrExpr, sec->location, false); in assignOffsets()
1053 if (!sec) in adjustSectionsBeforeSorting()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DLinkerScript.cpp59 if (sec) in getValue()
60 return alignTo(sec->getOffset(val) + getOutputSectionVA(sec), in getValue()
66 if (sec) in getSecAddr()
67 return sec->getOffset(0) + getOutputSectionVA(sec); in getSecAddr()
86 sec = secRef; in createOutputSection()
93 return sec; in createOutputSection()
638 return sec; in createSection()
743 return sec; in addInputSec()
915 setDot(sec->addrExpr, sec->location, false); in assignOffsets()
1053 if (!sec) in adjustSectionsBeforeSorting()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DRealTimeSV.cpp45 sec(s), nsec(n) in RealTime()
49 while (nsec > 0 && sec < 0) { nsec -= ONE_BILLION; ++sec; } in RealTime()
50 while (nsec < 0 && sec > 0) { nsec += ONE_BILLION; --sec; } in RealTime()
56 if (sec >= 0) { in fromSeconds()
57 return RealTime(int(sec), int((sec - int(sec)) * ONE_BILLION + 0.5)); in fromSeconds()
67 if (sec > INT_MAX || sec < INT_MIN) { in fromMilliseconds()
80 if (sec > INT_MAX || sec < INT_MIN) { in fromMicroseconds()
196 int s = (rt.sec < 0 ? -rt.sec : rt.sec); in operator <<()
265 if (negative) sec = -sec; in fromString()
434 t += sec * m; in operator *()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_floor.c292 sector_t* sec; in EV_DoGoobers() local
295 sec = &sectors[i]; in EV_DoGoobers()
298 if (sec->specialdata) in EV_DoGoobers()
309 floor->sector = sec; in EV_DoGoobers()
333 sector_t* sec; in EV_DoFloor() local
343 if (sec->specialdata) in EV_DoFloor()
403 P_FindNextHighestFloor(sec,sec->floorheight); in EV_DoFloor()
411 P_FindNextHighestFloor(sec,sec->floorheight); in EV_DoFloor()
532 sector_t* sec; in EV_BuildStairs() local
557 floor->sector = sec; in EV_BuildStairs()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_authnz_ldap.c334 sec->pool = p; in create_authnz_ldap_dir_config()
347 sec->url = ""; in create_authnz_ldap_dir_config()
364 return sec; in create_authnz_ldap_dir_config()
418 if (NULL == user || NULL == sec || !sec->bind_regex || !sec->bind_subst) { in ldap_determine_binddn()
456 return util_ldap_connection_find(r, sec->host, sec->port, in get_connection_for_authz()
458 sec->deref, sec->secure); in get_connection_for_authz()
530 if (sec->host) { in authn_ldap_check_password()
538 ldc = util_ldap_connection_find(r, sec->host, sec->port, in authn_ldap_check_password()
540 sec->deref, sec->secure); in authn_ldap_check_password()
561 result = util_ldap_cache_checkuserid(r, ldc, sec->url, sec->basedn, sec->scope, in authn_ldap_check_password()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/integrals/rubi/rubi_tests/tests/
H A Dtest_secant.py266sec(c + d*x))*sec(c + d*x)**(S(9)/2), x), x, sqrt(b*sec(c + d*x))*sin(c + d*x)*sec(c + d*x)**(S(7)…
267sec(c + d*x))*sec(c + d*x)**(S(7)/2), x), x, sqrt(b*sec(c + d*x))*sin(c + d*x)**S(3)*sec(c + d*x)*…
273 …qrt(b*sec(c + d*x))/sec(c + d*x)**(S(5)/2), x), x, x*sqrt(b*sec(c + d*x))/(S(2)*sqrt(sec(c + d*x))…
274sec(c + d*x))/sec(c + d*x)**(S(7)/2), x), x, -sqrt(b*sec(c + d*x))*sin(c + d*x)**S(3)/(S(3)*d*sqrt…
275sec(c + d*x))/sec(c + d*x)**(S(9)/2), x), x, S(3)*x*sqrt(b*sec(c + d*x))/(S(8)*sqrt(sec(c + d*x)))…
276sec(c + d*x))**(S(3)/2)*sec(c + d*x)**(S(7)/2), x), x, b*sqrt(b*sec(c + d*x))*sin(c + d*x)*sec(c +…
283sec(c + d*x))**(S(3)/2)/sec(c + d*x)**(S(7)/2), x), x, b*x*sqrt(b*sec(c + d*x))/(S(2)*sqrt(sec(c +…
285sec(c + d*x))**(S(3)/2)/sec(c + d*x)**(S(11)/2), x), x, S(3)*b*x*sqrt(b*sec(c + d*x))/(S(8)*sqrt(s…
300 …(b*sec(c + d*x))*sec(c + d*x)**(S(3)/2)), x), x, x*sqrt(sec(c + d*x))/(S(2)*sqrt(b*sec(c + d*x))) …
307sec(c + d*x))**(S(3)/2)*sqrt(sec(c + d*x))), x), x, x*sqrt(sec(c + d*x))/(S(2)*b*sqrt(b*sec(c + d*…
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A D171.out8 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
12 3.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
37 1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
53 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
60 4 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
67 2 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
75 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
100 2 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
[all …]

1...<<11121314151617181920>>...2021