Searched refs:guaranteed (Results 1 – 25 of 131) sorted by relevance
123456
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_get_current_cipher.pod | 40 sequencing of handshake processing and callback invocation is not guaranteed 42 by SSL_CTX_set_alpn_select_cb() is guaranteed to have a non-NULL return value.
|
| D | BIO_f_buffer.pod | 55 caller as appropriate for the call; a BIO_gets() is guaranteed to give 56 the caller a whole line, and BIO_read_ex() is guaranteed to give the
|
| D | SSL_get0_peer_scts.pod | 24 this function is not guaranteed to return all of the SCTs that the peer is
|
| D | CRYPTO_get_ex_new_index.pod | 72 Exdata types are identified by an B<index>, an integer guaranteed to be 121 parent structure is not guaranteed. The free_func() may be called with a
|
| D | CMS_decrypt.pod | 34 the content: this will typically output garbage and may (but is not guaranteed
|
| D | SSL_CTX_set_generate_session_id.pod | 50 buffer at location B<id> is only guaranteed to have the size B<id_len>.
|
| D | RSA_set_method.pod | 61 it is, the return value can only be guaranteed to be valid as long as the
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_core/ |
| D | mlx4_resource_tracker.c | 313 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local 328 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource() 337 if (allocated + count <= guaranteed) { in mlx4_grant_resource() 342 if (guaranteed - allocated > 0) in mlx4_grant_resource() 343 from_free = count - (guaranteed - allocated); in mlx4_grant_resource() 383 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local 394 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource() 396 if (allocated - count >= guaranteed) { in mlx4_release_resource() 400 if (allocated - guaranteed > 0) in mlx4_release_resource() 401 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource() [all …]
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/ |
| D | tst.signal.ksh | 44 * This is guaranteed to not race with signal-handle.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | COM.inc | 15 //=== is guaranteed to work on *all* UNIX variants.
|
| D | ThreadLocal.inc | 15 //=== is guaranteed to work on *all* UNIX variants.
|
| D | Host.inc | 15 //=== is guaranteed to work on *all* UNIX variants.
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | am335x-boneblack.dts | 19 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
|
| /freebsd-12-stable/share/examples/pf/ |
| D | queue4 | 12 # backlogged, it is guaranteed that the queue gets its linkshare.
|
| /freebsd-12-stable/contrib/ntp/adjtimed/ |
| D | README | 6 and later releases) and as such it cannot be guaranteed to work in
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| D | ThreadLocal.inc | 15 //=== is guaranteed to work on *all* Win32 variants.
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | NewLLD.rst | 11 files. The function is guaranteed to return as long as you do not pass corrupted 163 is guaranteed by the symbol table. As the resolver reads symbols from input 307 On Unix, your program is generally not guaranteed to be safe with ICF,
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | platform_if.m | 77 * it is guaranteed to be available at this point.
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | palm | 8 # These are weak, byte 59 is not guaranteed to be 0 and there are
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | platform_if.m | 96 * it is guaranteed to be available at this point.
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | functions.texi | 487 @item These macros are guaranteed to have well-defined behavior for all 543 returned pointer is guaranteed to lie within the original 1140 The contents of the location pointed to are only guaranteed to be 1161 The returned string is only guaranteed to be valid only until the 1215 The returned string is only guaranteed to be valid only until the next 1234 The contents of the location pointed to are only guaranteed to be
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | typeinfo | 161 // However, if one of the RTTIs is guaranteed unique and the other one isn't,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Attributes.td | 50 /// The result of the function is guaranteed to point to a number of bytes that
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | functions.texi | 503 @item These macros are guaranteed to have well-defined behavior for all 559 returned pointer is guaranteed to lie within the original 1178 The contents of the location pointed to are only guaranteed to be 1199 The returned string is only guaranteed to be valid only until the 1253 The returned string is only guaranteed to be valid only until the next 1272 The contents of the location pointed to are only guaranteed to be
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | TODO | 102 and easier to process binary representation (validity is already guaranteed
|
123456