Searched refs:vcmp (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/usr.bin/sort/
H A Dvsort.h37 int vcmp(struct bwstring *s1, struct bwstring *s2);
H A Dvsort.c203 vcmp(struct bwstring *s1, struct bwstring *s2) function
H A Dcoll.c1061 return (vcmp(s1, s2));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Deqdf2vfp.S21 vcmp.f64 d0, d1
25 vcmp.f64 d6, d7
H A Deqsf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dgedf2vfp.S22 vcmp.f64 d0, d1
26 vcmp.f64 d6, d7
H A Dgesf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dgtdf2vfp.S22 vcmp.f64 d0, d1
26 vcmp.f64 d6, d7
H A Dgtsf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dledf2vfp.S22 vcmp.f64 d0, d1
26 vcmp.f64 d6, d7
H A Dlesf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dltdf2vfp.S22 vcmp.f64 d0, d1
26 vcmp.f64 d6, d7
H A Dltsf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dnedf2vfp.S21 vcmp.f64 d0, d1
25 vcmp.f64 d6, d7
H A Dnesf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
H A Dunorddf2vfp.S22 vcmp.f64 d0, d1
26 vcmp.f64 d6, d7
H A Dunordsf2vfp.S22 vcmp.f32 s0, s1
26 vcmp.f32 s14, s15
/freebsd-13-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S39 vcmp.f32 s0, s1
63 vcmp.f32 s0, s1
74 vcmp.f32 s0, s1
85 vcmp.f32 s0, s1
96 vcmp.f32 s0, s1
107 vcmp.f32 s0, s1
118 vcmp.f32 s0, s1
H A Daeabi_vfp_double.S40 vcmp.f64 d0, d1
67 vcmp.f64 d0, d1
79 vcmp.f64 d0, d1
91 vcmp.f64 d0, d1
103 vcmp.f64 d0, d1
115 vcmp.f64 d0, d1
127 vcmp.f64 d0, d1
/freebsd-13-stable/lib/libc/gen/
H A Dgetttyent.c154 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' macro
196 else if (vcmp(_TTYS_WINDOW))
198 else if (vcmp(_TTYS_GROUP))
/freebsd-13-stable/bin/ps/
H A Dkeyword.c57 static int vcmp(const void *, const void *);
335 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp);
373 vcmp(const void *a, const void *b) function

Completed in 134 milliseconds