Searched refs:estate (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | random.c | 209 srandom_r(struct __random_state *estate, unsigned x) in srandom_r() argument 213 estate->rst_state[0] = (uint32_t)x; in srandom_r() 214 if (estate->rst_type == TYPE_0) in srandom_r() 217 for (i = 1; i < estate->rst_deg; i++) in srandom_r() 218 estate->rst_state[i] = in srandom_r() 219 parkmiller32(estate->rst_state[i - 1]); in srandom_r() 220 estate->rst_fptr = &estate->rst_state[estate->rst_sep]; in srandom_r() 221 estate->rst_rptr = &estate->rst_state[0]; in srandom_r() 222 lim = 10 * estate->rst_deg; in srandom_r() 225 (void)random_r(estate); in srandom_r() [all …]
|
/freebsd/stand/ficl/ |
H A D | float.c | 843 FloatParseState estate = FPS_START; in ficlParseFloatNumber() local 862 switch (estate) in ficlParseFloatNumber() 867 estate = FPS_ININT; in ficlParseFloatNumber() 886 estate = FPS_INMANT; in ficlParseFloatNumber() 890 estate = FPS_STARTEXP; in ficlParseFloatNumber() 911 estate = FPS_STARTEXP; in ficlParseFloatNumber() 928 estate = FPS_INEXP; in ficlParseFloatNumber() 958 if (estate < FPS_STARTEXP) in ficlParseFloatNumber()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 809 # estate, and the DCL command line is very limited (2KiB).
|
/freebsd/share/dict/ |
H A D | web2a | 19321 estate duty 19322 estate manager 19323 estate rubber 19324 estate tail 46226 real-estate trust
|
H A D | web2 | 64978 estate
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 10881 …s house for a great while to come, and hast regarded me according to the estate of a man of high d… 12722 …shti come no more before king Ahasuerus; and let the king give her royal estate unto another that … 16220 Who remembered us in our low estate: for his mercy endureth for ever: 17332 I communed with mine own heart, saying, Lo, I am come to great estate, and have gotten more wisdom … 17378 I said in mine heart concerning the estate of the sons of men, that God might manifest them, and th… 20818 … former estate, and Samaria and her daughters shall return to their former estate, then thou and t… 22044 But out of a branch of her roots shall one stand up in his estate, which shall come with an army, a… 22057 Then shall stand up in his estate a raiser of taxes in the glory of the kingdom: but within few day… 22058 And in his estate shall stand up a vile person, to whom they shall not give the honour of the kingd… 22075 But in his estate shall he honour the God of forces: and a god whom his fathers knew not shall he h… [all …]
|