*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 SPLAY_MIN(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 SPLAY_NEXT(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 SPLAY_PROTOTYPE(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 SPLAY_REMOVE(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 SPLAY_RIGHT(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 SPLAY_ROOT(3) -- implementations of splay and redblack trees
    These macros define data structures for different types of trees: splay trees and red-black trees. In the macro definitions, TYPE is the name tag of a user defined structure that must contain a field ...
 sprintf(3) -- formatted output conversion
    The printf() family of functions produce output according to the given format as described below. This format may contain ``conversion specifiers''; the results of such conversions, if any, depend o...
 sqr(3) -- BIGNUM library internal functions
    This page documents the internal functions used by the OpenSSL BIGNUM implementation. They are described here to facilitate debugging and extending the library. They are not to be used by applications...
 sqrt(3) -- cube root and square root functions
    The cbrt() function computes the cube root of x. The cbrtf() function is a single precision version of cbrt(). The sqrt() function computes the non-negative square root of x. The sqrtf() function is a...
 sqrtf(3) -- cube root and square root functions
    The cbrt() function computes the cube root of x. The cbrtf() function is a single precision version of cbrt(). The sqrt() function computes the non-negative square root of x. The sqrtf() function is a...
 sradixsort(3) -- radix sort
    The radixsort() and sradixsort() functions are implementations of radix sort. These functions sort an array of nmemb pointers to byte strings. The initial member is referenced by base. The byte string...
 srand(3) -- bad random number generator
    These interfaces are obsoleted by random(3). The rand() function computes a sequence of pseudo-random integers in the range of 0 to RAND_MAX (as defined by the header file ). The srand() fun...
 srand48(3) -- pseudo-random number generators and initialization routines
    The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m...
 srandom(3) -- better random number generator; routines for changing generators
    The random() function uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to (...
 srandomdev(3) -- better random number generator; routines for changing generators
    The random() function uses a non-linear additive feedback random number generator employing a default table of size 31 long integers to return successive pseudo-random numbers in the range from 0 to (...
<<  [Prev]  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  149  150  151  
152  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  170  171  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service