Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Datomic.h436 ATOMIC_ASM(subtract, char, "subb %b1,%0", "iq", v);
441 ATOMIC_ASM(subtract, short, "subw %w1,%0", "ir", v);
446 ATOMIC_ASM(subtract, int, "subl %1,%0", "ir", v);
451 ATOMIC_ASM(subtract, long, "subq %1,%0", "er", v);
/f-stack/freebsd/mips/include/
H A Datomic.h312 ATOMIC_ACQ_REL(subtract, 8)
316 ATOMIC_ACQ_REL(subtract, 16)
320 ATOMIC_ACQ_REL(subtract, 32)
325 ATOMIC_ACQ_REL(subtract, 64)
/f-stack/freebsd/kern/
H A Dsubr_atomic64.c104 ATOMIC64_EMU_BIN(subtract, void, (*p = *p - v), return);
/f-stack/freebsd/i386/include/
H A Datomic.h658 ATOMIC_ASM(subtract, char, "subb %b1,%0", "iq", v);
663 ATOMIC_ASM(subtract, short, "subw %w1,%0", "ir", v);
668 ATOMIC_ASM(subtract, int, "subl %1,%0", "ir", v);
673 ATOMIC_ASM(subtract, long, "subl %1,%0", "ir", v);
/f-stack/freebsd/arm/include/
H A Datomic-v6.h808 ATOMIC_ACQ_REL(subtract, 32)
809 ATOMIC_ACQ_REL(subtract, 64)
810 ATOMIC_ACQ_REL_LONG(subtract) in ATOMIC_ACQ_REL_LONG() argument
/f-stack/freebsd/mips/mips/
H A Dfp.S739 subu t2, t2, ta2 # subtract fractions
740 subu t2, t2, t9 # subtract barrow
746 subu t2, ta2, t2 # subtract fractions
747 subu t2, t2, t9 # subtract barrow
898 subu t3, t3, 1 # subtract barrow
902 subu t3, t3, ta3 # subtract fractions
903 subu t2, t2, ta2 # subtract fractions
904 subu t2, t2, v0 # subtract barrow
911 subu ta3, ta3, 1 # subtract barrow
915 subu t3, ta3, t3 # subtract fractions
[all …]
H A Dsupport.S416 PTR_SUBU a2, a2, t0 # subtract from remaining count
452 PTR_SUBU a1, a1, a3 # subtract from remaining count
490 PTR_SUBU a2, a2, a3 # subtract from remaining count
513 PTR_SUBU a2, a2, a3 # subtract from remaining count
/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c734 int subtract; in sctp_ss_fb_scheduled() local
746 subtract = strq->ss_params.fb.rounds; in sctp_ss_fb_scheduled()
748 strqt->ss_params.fb.rounds -= subtract; in sctp_ss_fb_scheduled()
/f-stack/freebsd/sys/
H A D_cscan_atomic.h84 KCSAN_ATOMIC_FUNC_1(subtract, name, type); \
/f-stack/freebsd/arm64/include/
H A Datomic.h137 _ATOMIC_OP(subtract, add, add, val = -val)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1887 boolean_t subtract) in do_userquota_update() argument
1893 if (subtract) in do_userquota_update()
1913 uint64_t user, uint64_t group, uint64_t project, boolean_t subtract) in do_userobjquota_update() argument
1917 int delta = subtract ? -1 : 1; in do_userobjquota_update()
/f-stack/freebsd/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2501 @ if a+b >= modulus, subtract modulus.
2503 @ But since comparison implies subtraction, we subtract
3256 @ "other way around", namely subtract modulus from result
3595 @ if a+b >= modulus, subtract modulus.
3597 @ But since comparison implies subtraction, we subtract
H A Dbsaes-armv7.S2122 subne r9, #0x10 @ subtract another 16 bytes
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst304 32-bit modulo also implies that operations on indexes (such as, add/subtract) will automatically do…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt17728 add and subtract (diff) macros have changed considerably.