Symbol: equal
lib/libcrypto/curve25519/curve25519.c
1237
cmov(&e, &multiples[j-1], equal(index, j));
lib/libcrypto/curve25519/curve25519.c
3478
cmov(t, &k25519Precomp[pos][0], equal(babs, 1));
lib/libcrypto/curve25519/curve25519.c
3479
cmov(t, &k25519Precomp[pos][1], equal(babs, 2));
lib/libcrypto/curve25519/curve25519.c
3480
cmov(t, &k25519Precomp[pos][2], equal(babs, 3));
lib/libcrypto/curve25519/curve25519.c
3481
cmov(t, &k25519Precomp[pos][3], equal(babs, 4));
lib/libcrypto/curve25519/curve25519.c
3482
cmov(t, &k25519Precomp[pos][4], equal(babs, 5));
lib/libcrypto/curve25519/curve25519.c
3483
cmov(t, &k25519Precomp[pos][5], equal(babs, 6));
lib/libcrypto/curve25519/curve25519.c
3484
cmov(t, &k25519Precomp[pos][6], equal(babs, 7));
lib/libcrypto/curve25519/curve25519.c
3485
cmov(t, &k25519Precomp[pos][7], equal(babs, 8));
lib/libcrypto/curve25519/curve25519.c
3601
cmov_cached(&selected, &Ai[j], equal(j, index));
lib/libcrypto/x509/x509_utl.c
1030
do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal,
lib/libcrypto/x509/x509_utl.c
1041
rv = equal(a->data, a->length, (unsigned char *)b,
lib/libcrypto/x509/x509_utl.c
1054
rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
lib/libcrypto/x509/x509_utl.c
1075
equal_fn equal;
lib/libcrypto/x509/x509_utl.c
1082
equal = equal_email;
lib/libcrypto/x509/x509_utl.c
1091
equal = equal_nocase;
lib/libcrypto/x509/x509_utl.c
1093
equal = equal_wildcard;
lib/libcrypto/x509/x509_utl.c
1096
equal = equal_case;
lib/libcrypto/x509/x509_utl.c
1115
if ((rv = do_check_string(cstr, alt_type, equal, flags,
lib/libcrypto/x509/x509_utl.c
1142
if ((rv = do_check_string(str, -1, equal, flags,
regress/lib/libcrypto/mlkem/parse_test_file.c
495
int equal = 1;
regress/lib/libcrypto/mlkem/parse_test_file.c
510
equal = 0;
regress/lib/libcrypto/mlkem/parse_test_file.c
513
return equal;
sbin/unwind/libunbound/services/cache/rrset.c
129
need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns)
sbin/unwind/libunbound/services/cache/rrset.c
143
newd->security != sec_status_bogus && !equal)
sbin/unwind/libunbound/services/cache/rrset.c
149
if(equal && cached->ttl >= timenow &&
sbin/unwind/libunbound/services/cache/rrset.c
158
if( newd->trust == cached->trust && !equal ) {
sbin/unwind/libunbound/services/cache/rrset.c
199
int equal = 0;
sbin/unwind/libunbound/services/cache/rrset.c
213
equal = rrsetdata_equal((struct packed_rrset_data*)k->entry.
sbin/unwind/libunbound/services/cache/rrset.c
216
equal, (rrset_type==LDNS_RR_TYPE_NS))) {
sbin/unwind/libunbound/services/cache/rrset.c
220
if(equal) return 2;
sbin/unwind/libunbound/services/cache/rrset.c
240
|| rrset_type == LDNS_RR_TYPE_DNAME) && !equal) {
sys/dev/pci/drm/amd/include/kgd_pp_interface.h
419
bool *equal);
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3219
bool *equal)
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3228
if (adev == NULL || cps == NULL || rps == NULL || equal == NULL)
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3235
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3240
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3247
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3253
*equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk));
sys/dev/pci/drm/amd/pm/legacy-dpm/kv_dpm.c
3254
*equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk));
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
47
#define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
48
((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
900
bool equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
937
if (0 != amdgpu_dpm_check_state_equal(adev, adev->pm.dpm.current_ps, adev->pm.dpm.requested_ps, &equal))
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
938
equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/legacy_dpm.c
941
if (equal)
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8020
bool *equal)
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8029
if (adev == NULL || cps == NULL || rps == NULL || equal == NULL)
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8037
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8042
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8049
*equal = false;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8055
*equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk));
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
8056
*equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/hardwaremanager.c
284
bool *equal)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/hardwaremanager.c
291
return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
251
bool equal;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
262
&pcurrent->hardware, &requested->hardware, &equal)))
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
263
equal = false;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/pp_psm.c
265
if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4717
const struct pp_hw_power_state *pstate2, bool *equal)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4724
if (pstate1 == NULL || pstate2 == NULL || equal == NULL)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4731
*equal = false;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4738
*equal = false;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4744
*equal = ((psa->uvd_clks.vclk == psb->uvd_clks.vclk) && (psa->uvd_clks.dclk == psb->uvd_clks.dclk));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4745
*equal &= ((psa->vce_clks.evclk == psb->vce_clks.evclk) && (psa->vce_clks.ecclk == psb->vce_clks.ecclk));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4746
*equal &= (psa->sclk_threshold == psb->sclk_threshold);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
4748
*equal &= !(data->need_update_smu7_dpm_table & (DPMTABLE_OD_UPDATE_SCLK |
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5032
const struct pp_hw_power_state *pstate2, bool *equal)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5038
if (pstate1 == NULL || pstate2 == NULL || equal == NULL)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5050
*equal = false;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5060
*equal = false;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5066
*equal = ((vega10_psa->uvd_clks.vclk == vega10_psb->uvd_clks.vclk) &&
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5068
*equal &= ((vega10_psa->vce_clks.evclk == vega10_psb->vce_clks.evclk) &&
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5070
*equal &= (vega10_psa->sclk_threshold == vega10_psb->sclk_threshold);
sys/dev/pci/drm/amd/pm/powerplay/inc/hardwaremanager.h
424
bool *equal);
sys/dev/pci/drm/amd/pm/powerplay/inc/hwmgr.h
290
bool *equal);
sys/net/if.c
1637
if (equal(addr, ifa->ifa_addr)) {
sys/net/if.c
1665
if (equal(addr, ifa->ifa_dstaddr)) {
sys/net/if.c
1695
if (equal(addr, ifa->ifa_addr) ||
sys/net/if.c
1696
(ifa->ifa_dstaddr && equal(addr, ifa->ifa_dstaddr)))
sys/net/route.c
707
if (rt != NULL && (!equal(src, rt->rt_gateway) || rt->rt_ifa != ifa))
usr.bin/dc/bcode.c
104
static void equal(void);
usr.bin/dc/bcode.c
164
{ '=', equal },
usr.bin/mail/cmd3.c
398
if (equal(varbuf, "")) {
usr.bin/mail/tty.c
250
if (equal("", canonb))
usr.bin/mail/util.c
627
equal(igp->i_field, realfield))
usr.bin/mail/vars.c
130
if (*vp->v_name == *name && equal(vp->v_name, name))
usr.bin/mail/vars.c
144
if (*gh->g_name == *name && equal(gh->g_name, name))
usr.bin/mandoc/cgi.c
1028
search.argmode = req->q.equal ? ARG_NAME : ARG_EXPR;
usr.bin/mandoc/cgi.c
1068
if (req->isquery && req->q.equal && argc == 1)
usr.bin/mandoc/cgi.c
1132
req.q.equal = 1;
usr.bin/mandoc/cgi.c
1194
req->q.equal = 1;
usr.bin/mandoc/cgi.c
212
req->q.equal = 1;
usr.bin/mandoc/cgi.c
242
req->q.equal = !strcmp(val, "0");
usr.bin/mandoc/cgi.c
54
int equal; /* match whole names, not substrings */
usr.bin/mandoc/cgi.c
682
if (req->q.equal || sz == 1) {
usr.bin/mandoc/cgi.c
722
req->q.equal || sz == 1 ? FOCUS_NONE : FOCUS_QUERY);
usr.bin/mandoc/cgi.c
748
if (req->q.equal || sz == 1) {
usr.bin/signify/fe25519.c
121
r = equal(t.v[0],0);
usr.bin/signify/fe25519.c
123
r &= equal(t.v[i],0);
usr.bin/signify/fe25519.c
85
crypto_uint32 m = equal(r->v[31],127);
usr.bin/signify/fe25519.c
87
m &= equal(r->v[i],255);
usr.bin/signify/mod_ge25519.c
178
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+1],equal(b,1) | equal(b,-1));
usr.bin/signify/mod_ge25519.c
179
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+2],equal(b,2) | equal(b,-2));
usr.bin/signify/mod_ge25519.c
180
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+3],equal(b,3) | equal(b,-3));
usr.bin/signify/mod_ge25519.c
181
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+4],equal(b,-4));
usr.bin/ssh/ed25519.c
1762
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+1],equal(b,1) | equal(b,-1));
usr.bin/ssh/ed25519.c
1763
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+2],equal(b,2) | equal(b,-2));
usr.bin/ssh/ed25519.c
1764
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+3],equal(b,3) | equal(b,-3));
usr.bin/ssh/ed25519.c
1765
cmov_aff(t, &ge25519_base_multiples_affine[5*pos+4],equal(b,-4));
usr.bin/ssh/ssh-ecdsa-sk.c
61
if (!sshkey_ecdsa_funcs.equal(a, b))
usr.bin/ssh/ssh-ed25519-sk.c
49
if (!sshkey_ed25519_funcs.equal(a, b))
usr.bin/ssh/sshkey.c
789
return impl->funcs->equal(a, b);
usr.bin/ssh/sshkey.h
148
int (*equal)(const struct sshkey *, const struct sshkey *);
usr.sbin/ospf6d/rde_spf.c
1032
equal = 1;
usr.sbin/ospf6d/rde_spf.c
1038
equal = 1;
usr.sbin/ospf6d/rde_spf.c
1048
equal = 1;
usr.sbin/ospf6d/rde_spf.c
1064
if (equal || better)
usr.sbin/ospf6d/rde_spf.c
990
int better = 0, equal = 0;
usr.sbin/ospfd/rde_spf.c
868
int better = 0, equal = 0;
usr.sbin/ospfd/rde_spf.c
907
equal = 1;
usr.sbin/ospfd/rde_spf.c
914
equal = 1;
usr.sbin/ospfd/rde_spf.c
925
equal = 1;
usr.sbin/ospfd/rde_spf.c
941
if (equal || better)
usr.sbin/unbound/services/cache/rrset.c
129
need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns)
usr.sbin/unbound/services/cache/rrset.c
143
newd->security != sec_status_bogus && !equal)
usr.sbin/unbound/services/cache/rrset.c
149
if(equal && cached->ttl >= timenow &&
usr.sbin/unbound/services/cache/rrset.c
158
if( newd->trust == cached->trust && !equal ) {
usr.sbin/unbound/services/cache/rrset.c
199
int equal = 0;
usr.sbin/unbound/services/cache/rrset.c
213
equal = rrsetdata_equal((struct packed_rrset_data*)k->entry.
usr.sbin/unbound/services/cache/rrset.c
216
equal, (rrset_type==LDNS_RR_TYPE_NS))) {
usr.sbin/unbound/services/cache/rrset.c
220
if(equal) return 2;
usr.sbin/unbound/services/cache/rrset.c
240
|| rrset_type == LDNS_RR_TYPE_DNAME) && !equal) {