Home
last modified time | relevance | path

Searched refs:ref_cmp (Results 1 – 11 of 11) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/nonreg_tests/
H A Dbug_7125.dia.ref24 ref_cmp = [%T %F %T; %T %T %T];
25 if ~and((r == M) == ref_cmp) then bugmes();quit;end
29 ref_cmp = [%T %F %T; %T %T %T];
30 if ~and((r == M) == ref_cmp) then bugmes();quit;end
H A Dbug_7125.tst24 ref_cmp = [%T %F %T; %T %T %T];
25 if ~and((r == M) == ref_cmp) then pause, end
29 ref_cmp = [%T %F %T; %T %T %T];
30 if ~and((r == M) == ref_cmp) then pause, end
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/x509v3/
H A Dpcy_map.c65 static int ref_cmp(const X509_POLICY_REF * const *a, in ref_cmp() function
107 cache->maps = sk_X509_POLICY_REF_new(ref_cmp); in policy_cache_set_mapping()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/x509v3/
H A Dpcy_map.c66 static int ref_cmp(const X509_POLICY_REF * const *a, in ref_cmp() function
108 cache->maps = sk_X509_POLICY_REF_new(ref_cmp); in policy_cache_set_mapping()
/dports/lang/seed7/seed7/src/
H A Dreflib.h41 objectType ref_cmp (listType arguments);
H A Dprimitiv.c762 { "REF_CMP", ref_cmp, },
H A Dreflib.c335 objectType ref_cmp (listType arguments) in ref_cmp() function
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dxrefs.c70 static int ref_cmp(const RAnalRef *a, const RAnalRef *b) { in ref_cmp() function
87 r_list_sort (list, (RListComparator)ref_cmp); in sortxrefs()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dsltypes.c616 static int ref_cmp (unsigned char type, VOID_STAR a, VOID_STAR b, int *c) in ref_cmp() function
939 cl->cl_cmp = ref_cmp; in _SLregister_types()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dsltypes.c653 static int ref_cmp (SLtype type, VOID_STAR a, VOID_STAR b, int *c) in ref_cmp() function
1057 cl->cl_cmp = ref_cmp; in _pSLregister_types()
/dports/devel/erlang-cl/cl-cl-1.2.4/c_src/
H A Dcl_nif.c2142 static int ref_cmp(void* key, void* data) in ref_cmp() function
6786 lhash_func_t func = { ref_hash, ref_cmp, ref_release, 0 }; in ecl_load()