/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/ |
H A D | ocsd_c_api_custom.h | 60 Implements ITrcDataIn with the addition of a decoder handle to provide context in the decoder. 110 Implements ITrcGenElemIn::TraceElemIn with addition of library context pointer. 118 Implements ITraceErrorLog::LogError with addition of library context pointer. 128 Implements ITraceErrorLog::LogMessage with addition of library context pointer. 133 Implements IInstrDecode::DecodeInstruction with addition of library context pointer. 138 Implements ITargetMemAccess::ReadTargetMemory with addition of library context pointer. 148 Implements IPktRawDataMon::RawPacketDataMon <void> with addition of library context pointer. 160 Implements IPktDataIn::PacketDataIn <void> with addition of library context pointer.
|
/freebsd/contrib/libfido2/man/ |
H A D | fido_cbor_info_new.3 | 273 The minimum PIN length attribute is a CTAP 2.1 addition. 289 The minimum PIN length attribute is a CTAP 2.1 addition. 307 The UV attempts attribute is a CTAP 2.1 addition. 325 The UV modality attribute is a CTAP 2.1 addition. 337 CTAP 2.1 addition.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-file.mk | 49 # expect+1: This goes to stderr, and in addition to the debug log. 50 . info This goes to stderr, and in addition to the debug log. 65 # expect: make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug… 66 .MAKEFLAGS: 'This goes to stderr, and in addition to the debug log.
|
H A D | var-scope-global.mk | 7 GLOBAL+= addition 8 .if ${GLOBAL} != "value addition"
|
H A D | opt-debug-file.exp | 3 make: "opt-debug-file.mk" line 50: This goes to stderr, and in addition to the debug log. 8 make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_add_impl.inc | 1 //===----- lib/fp_add_impl.inc - floaing point addition -----------*- C -*-===// 9 // This file implements soft-float addition with the IEEE-754 default rounding 81 // perform addition. 116 } else /* addition */ { 119 // If the addition carried up, we need to right-shift the result and
|
H A D | addtf3.c | 1 //===-- lib/addtf3.c - Quad-precision addition --------------------*- C -*-===// 9 // This file implements quad-precision soft-float addition.
|
H A D | adddf3.c | 1 //===-- lib/adddf3.c - Double-precision addition ------------------*- C -*-===// 9 // This file implements double-precision soft-float addition.
|
H A D | addsf3.c | 1 //===-- lib/addsf3.c - Single-precision addition ------------------*- C -*-===// 9 // This file implements single-precision soft-float addition.
|
/freebsd/contrib/nvi/common/ |
H A D | util.h | 35 * NNFITS: test for addition of two negative numbers under a limit 36 * NPFITS: test for addition of two positive numbers under a limit 37 * NADD_SLONG: test for addition of two signed longs 38 * NADD_USLONG: test for addition of two unsigned longs
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README-WPS | 30 addition of new devices); this may be either in the AP ("internal 48 internal WPS Registrar to manage addition of new WPS enabled clients 49 to the network. In addition, WPS Enrollee functionality in hostapd can 51 point, e.g., for initial network setup. In addition, hostapd can proxy a 141 addition, hostapd control interface event is sent as a notification of 284 registration). In addition, this can be used to update AP UI about the 301 authenticate the connection instead of the PIN. In addition, an NFC tag
|
/freebsd/share/doc/usd/05.dc/ |
H A D | dc | 317 numbers is ease of addition. When addition is performed digit 322 hold numbers twice that large, addition can be carried out 404 addition, zeros are appended to the operand with the smaller 421 Addition and Subtraction 431 to be subtracted and proceeding as in addition. 433 Finally, the addition is performed digit by digit from the 630 In addition to the stack that commands work on, DC can be thought 683 to permit all DC commands from addition to subroutine execution
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-Windows.txt | 18 addition, the current version has been reported to work with Windows 92 make, openssl development package, etc. In addition, developer's pack 97 CONFIG_DRIVER_NDIS. In addition, include directories may need to be 129 should be applicable for most parts. In addition, there is another 252 of a text file and command line parameters. In addition, it can be 290 network block in the configuration file. In addition, blobs subkey has
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | armada-370-xp.txt | 11 In addition, boards using the Marvell Armada 370 SoC shall have the 18 In addition, boards using the Marvell Armada XP SoC shall have the
|
H A D | 98dx3236.txt | 11 In addition, boards using the Marvell 98DX3336 SoC shall have the 18 In addition, boards using the Marvell 98DX4251 SoC shall have the
|
H A D | armada-38x.txt | 11 In addition, boards using the Marvell Armada 385 SoC shall have the 18 In addition, boards using the Marvell Armada 388 SoC shall have the
|
H A D | marvell,orion5x.txt | 9 In addition, the above compatible shall be extended with the specific 15 And in addition, the compatible shall be extended with the specific
|
/freebsd/share/man/man9/ |
H A D | condvar.9 | 10 .\" addition of one or more copyright notices. 107 In addition to waking waiters, 145 In addition, the thread will fully drop the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | riscv.h | 110 /// 8 bits label addition 116 /// 16 bits label addition 122 /// 32 bits label addition 128 /// 64 bits label addition
|
/freebsd/contrib/atf/atf-c/ |
H A D | atf-c.3 | 739 validates the addition operator: 743 ATF_TC(addition); 744 ATF_TC_HEAD(addition, tc) 747 "Sample tests for the addition operator"); 749 ATF_TC_BODY(addition, tc) 800 ATF_TP_ADD_TC(tp, addition);
|
/freebsd/contrib/atf/atf-c++/ |
H A D | atf-c++.3 | 597 validates the addition operator: 601 ATF_TEST_CASE(addition); 602 ATF_TEST_CASE_HEAD(addition) 604 set_md_var("descr", "Sample tests for the addition operator"); 606 ATF_TEST_CASE_BODY(addition) 642 ATF_ADD_TEST_CASE(tcs, addition);
|
/freebsd/lib/libc/gen/ |
H A D | getutxent.3 | 81 Log of all entries, sorted by date of addition. 331 In addition, entries of type 385 In addition to the error conditions described in 403 In addition to the error conditions described in
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-history.8 | 47 Displays internally logged ZFS events in addition to user initiated events. 49 Displays log records in long format, which in addition to standard format
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_add.c | 20 * This module provides conditional addition and subtraction functions between 30 * Common addition and subtraction functions are derived from those conditional 37 * is the lowest level function for conditional addition. The function 40 * Note that unlike "usual" addition, the function is *in general* not 80 /* Perform addition one word at a time, propagating the carry. */ in _nn_cnd_add() 131 * To maintain constant time, we perform carry addition in all in nn_cnd_add() 206 * To maintain constant time, we perform carry addition in all in nn_add_word() 352 * If previous addition extends out->wlen, this may have an effect on in _nn_mod_add()
|
/freebsd/share/man/man4/ |
H A D | vmci.4 | 38 In addition to this, VMware's users are using vSockets for various 51 In addition to this, the VMCI kernel API provides support for receiving
|