| /src/crypto/external/bsd/openssl/dist/test/ |
| rdrand_sanitytest.c | 27 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; local 56 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) 66 memcpy(prior, buf, sizeof(buf));
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| rdrand_sanitytest.c | 31 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; local 60 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) 70 memcpy(prior, buf, sizeof(buf));
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| rdcpu_sanitytest.c | 39 unsigned char prior[31] = { 0 }, buf[31] = { 0 }, check[7]; local 68 if (!TEST_false(!memcmp(prior, buf, sizeof(buf)))) 78 memcpy(prior, buf, sizeof(buf));
|
| /src/external/bsd/ipf/dist/tools/ |
| lexer.c | 180 static int prior = 0; local 245 prior = c; 338 prior = 0; 455 if (prior == YY_NUMBER && c == ':') { 606 prior = rval;
|
| /src/external/zlib/pigz/dist/ |
| yarn.c | 207 thread *match, **prior; local 215 prior = &(threads); 216 while ((match = *prior) != NULL) { 219 prior = &(match->next); 227 *prior = match->next; 298 thread *match, **prior; local 306 prior = &(threads); 307 while ((match = *prior) != NULL) { 310 prior = &(match->next); 318 *prior = match->next 330 thread *match, **prior; local [all...] |
| pigz.c | 1418 struct job *here, **prior; /* pointers for inserting in write list */ local 1596 prior = &write_head; 1597 while ((here = *prior) != NULL) { 1600 prior = &(here->next); 1603 *prior = job;
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p.c | 1540 * Negotiation prior to having received peer information or for P2PS PD 2754 struct p2ps_advertisement **prior; local 2760 prior = &p2p->p2ps_adv_list; 2764 *prior = adv_data->next; 2768 prior = &adv_data->next;
|
| /src/sys/dev/stbi/ |
| stb_image.c | 2727 uint8 *prior = cur - stride; local 2737 case F_up : cur[k] = raw[k] + prior[k]; break; 2738 case F_avg : cur[k] = raw[k] + (prior[k]>>1); break; 2739 case F_paeth : cur[k] = (uint8) (raw[k] + paeth(0,prior[k],0)); break; 2747 prior += out_n; 2752 for (i=x-1; i >= 1; --i, raw+=img_n,cur+=img_n,prior+=img_n) \ 2759 CASE(F_up) cur[k] = raw[k] + prior[k]; 2761 CASE(F_avg) cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); 2763 CASE(F_paeth) cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])) [all...] |
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 298 ** may be set prior to where they take effect, but after platform setup. 641 ** with the [sqlite3] object prior to attempting to close the object. 1266 ** is not changed but instead the prior value of that setting is written 1427 ** ^Following a successful SQLITE_FCNTL_BEGIN_ATOMIC_WRITE and prior to 1444 ** a prior successful call to [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE]. 1453 ** a prior successful call to [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE]. 1904 ** other SQLite resources must be deallocated prior to invoking 1924 ** prior to using any other SQLite interface. For maximum portability, 1926 ** directly prior to using any other SQLite interface. Future releases 1979 ** may only be invoked prior to library initialization usin 41339 int prior = 0; local 179878 int delay, prior; local [all...] |