Symbol: small
lib/libm/src/ld80/e_tgammal.c
285
goto small;
lib/libm/src/ld80/e_tgammal.c
304
small:
regress/lib/libc/sys/t_getlogin.c
52
char small[0];
regress/lib/libc/sys/t_getlogin.c
54
ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE);
regress/lib/libm/msun/cexp_test.c
244
ATF_TC_WITHOUT_HEAD(small);
regress/lib/libm/msun/cexp_test.c
245
ATF_TC_BODY(small, tc)
regress/lib/libm/msun/cexp_test.c
308
ATF_TP_ADD_TC(tp, small);
regress/lib/libm/msun/fmaxmin_test.c
60
testall_r(long double big, long double small, int rmode)
regress/lib/libm/msun/fmaxmin_test.c
62
long double expected_max = isnan(big) ? small : big;
regress/lib/libm/msun/fmaxmin_test.c
63
long double expected_min = isnan(small) ? big : small;
regress/lib/libm/msun/fmaxmin_test.c
64
TEST(fmaxf, float, big, small, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
65
TEST(fmaxf, float, small, big, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
66
TEST(fmax, double, big, small, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
67
TEST(fmax, double, small, big, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
68
TEST(fmaxl, long double, big, small, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
69
TEST(fmaxl, long double, small, big, expected_max, rmode);
regress/lib/libm/msun/fmaxmin_test.c
70
TEST(fminf, float, big, small, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
71
TEST(fminf, float, small, big, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
72
TEST(fmin, double, big, small, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
73
TEST(fmin, double, small, big, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
74
TEST(fminl, long double, big, small, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
75
TEST(fminl, long double, small, big, expected_min, rmode);
regress/lib/libm/msun/fmaxmin_test.c
84
testall(long double big, long double small)
regress/lib/libm/msun/fmaxmin_test.c
93
testall_r(big, small, rmodes[i]);
regress/lib/libm/msun/invctrig_test.c
309
ATF_TC_WITHOUT_HEAD(small);
regress/lib/libm/msun/invctrig_test.c
310
ATF_TC_BODY(small, tc)
regress/lib/libm/msun/invctrig_test.c
347
ATF_TP_ADD_TC(tp, small);
sbin/disklabel/disklabel.c
530
u_int64_t small;
sbin/disklabel/disklabel.c
534
small = DL_GETDSIZE(lp);
sbin/disklabel/disklabel.c
537
if (DL_GETPSIZE(pp) > 0 && DL_GETPSIZE(pp) < small)
sbin/disklabel/disklabel.c
538
small = DL_GETPSIZE(pp);
sbin/disklabel/disklabel.c
539
if (small < DL_BLKTOSEC(lp, MEG(1)))
sbin/disklabel/disklabel.c
541
else if (small < DL_BLKTOSEC(lp, MEG(1024)))
sbin/disklabel/disklabel.c
543
else if (small < DL_BLKTOSEC(lp, GIG(1024)))
sbin/iked/sntrup761.c
1041
typedef small Inputs[p]; /* passed by reference */
sbin/iked/sntrup761.c
1054
small f[p],v[p];
sbin/iked/sntrup761.c
1075
small f[p],v[p];
sbin/iked/sntrup761.c
1107
small a[p];
sbin/iked/sntrup761.c
1130
small a[p];
sbin/iked/sntrup761.c
425
static small F3_freeze(int16 x)
sbin/iked/sntrup761.c
480
static int Weightw_mask(small *r)
sbin/iked/sntrup761.c
490
static void R3_fromRq(small *out,const Fq *r)
sbin/iked/sntrup761.c
497
static void R3_mult(small *h,const small *f,const small *g)
sbin/iked/sntrup761.c
499
small fg[p+p-1];
sbin/iked/sntrup761.c
500
small result;
sbin/iked/sntrup761.c
523
static int R3_recip(small *out,const small *in)
sbin/iked/sntrup761.c
525
small f[p+1],g[p+1],v[p+1],r[p+1];
sbin/iked/sntrup761.c
571
static void Rq_mult_small(Fq *h,const Fq *f,const small *g)
sbin/iked/sntrup761.c
608
static int Rq_recip3(Fq *out,const small *in)
sbin/iked/sntrup761.c
666
static void Short_fromlist(small *out,const uint32 *in)
sbin/iked/sntrup761.c
709
static void Short_random(small *out)
sbin/iked/sntrup761.c
720
static void Small_random(small *out)
sbin/iked/sntrup761.c
734
static void KeyGen(Fq *h,small *f,small *ginv)
sbin/iked/sntrup761.c
736
small g[p];
sbin/iked/sntrup761.c
749
static void Encrypt(Fq *c,const small *r,const Fq *h)
sbin/iked/sntrup761.c
758
static void Decrypt(small *r,const Fq *c,const small *f,const small *ginv)
sbin/iked/sntrup761.c
762
small e[p];
sbin/iked/sntrup761.c
763
small ev[p];
sbin/iked/sntrup761.c
784
static void KeyGen(Fq *A,small *a,const Fq *G)
sbin/iked/sntrup761.c
794
static void Encrypt(Fq *B,int8 *T,const int8 *r,const Fq *G,const Fq *A,const small *b)
sbin/iked/sntrup761.c
807
static void Decrypt(int8 *r,const Fq *B,const int8 *T,const small *a)
sbin/iked/sntrup761.c
884
static void HashShort(small *out,const Inputs r)
sbin/iked/sntrup761.c
903
static void XKeyGen(unsigned char *S,Fq *A,small *a)
sbin/iked/sntrup761.c
916
small b[p];
sbin/iked/sntrup761.c
933
static void Small_encode(unsigned char *s,const small *f)
sbin/iked/sntrup761.c
935
small x;
sbin/iked/sntrup761.c
949
static void Small_decode(small *f,const unsigned char *s)
sbin/iked/sntrup761.c
956
*f++ = ((small)(x&3))-1; x >>= 2;
sbin/iked/sntrup761.c
957
*f++ = ((small)(x&3))-1; x >>= 2;
sbin/iked/sntrup761.c
958
*f++ = ((small)(x&3))-1; x >>= 2;
sbin/iked/sntrup761.c
959
*f++ = ((small)(x&3))-1;
sbin/iked/sntrup761.c
962
*f++ = ((small)(x&3))-1;
sys/dev/pci/drm/i915/display/i9xx_wm.c
1007
unsigned int small, large;
sys/dev/pci/drm/i915/display/i9xx_wm.c
1009
small = intel_wm_method1(pixel_rate, cpp, latency);
sys/dev/pci/drm/i915/display/i9xx_wm.c
1012
wm = min(small, large);
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
767
u32 small = SZ_8K, medium = SZ_512K,
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
768
big = MANAGER_SIZE - (small + medium);
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
769
u32 bo_sizes[] = { small, medium, big };
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
806
KUNIT_EXPECT_EQ(test, ctx_val.bytes_moved, small * 2 + BO_SIZE);
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
934
u32 small = SZ_8K, big = MANAGER_SIZE - BO_SIZE;
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
963
bo_small = ttm_bo_kunit_init(test, test->priv, small, NULL);
sys/dev/pci/drm/ttm/tests/ttm_bo_validate_test.c
972
KUNIT_EXPECT_EQ(test, ttm_resource_manager_usage(man), small);
usr.bin/ssh/sntrup761.c
1698
typedef small Inputs[p];
usr.bin/ssh/sntrup761.c
1702
static small F3_freeze(int16_t x) { return x - 3 * ((10923 * x + 16384) >> 15); }
usr.bin/ssh/sntrup761.c
1713
static int Weightw_mask(small *r) {
usr.bin/ssh/sntrup761.c
1820
static void R3_fromRq(small *out, const Fq *r) {
usr.bin/ssh/sntrup761.c
1825
static void R3_mult(small *h, const small *f, const small *g) {
usr.bin/ssh/sntrup761.c
1836
static int R3_recip(small *out, const small *in) {
usr.bin/ssh/sntrup761.c
1837
small f[p + 1], g[p + 1], v[p + 1], r[p + 1];
usr.bin/ssh/sntrup761.c
1872
static void Rq_mult_small(Fq *h, const Fq *f, const small *g) {
usr.bin/ssh/sntrup761.c
1898
static int Rq_recip3(Fq *out, const small *in) {
usr.bin/ssh/sntrup761.c
1941
static void Short_fromlist(small *out, const uint32_t *in) {
usr.bin/ssh/sntrup761.c
1960
static void Short_random(small *out) {
usr.bin/ssh/sntrup761.c
1966
static void Small_random(small *out) {
usr.bin/ssh/sntrup761.c
1973
static void KeyGen(Fq *h, small *f, small *ginv) {
usr.bin/ssh/sntrup761.c
1974
small g[p];
usr.bin/ssh/sntrup761.c
1988
static void Encrypt(Fq *c, const small *r, const Fq *h) {
usr.bin/ssh/sntrup761.c
1994
static void Decrypt(small *r, const Fq *c, const small *f, const small *ginv) {
usr.bin/ssh/sntrup761.c
1996
small e[p], ev[p];
usr.bin/ssh/sntrup761.c
2007
static void Small_encode(unsigned char *s, const small *f) {
usr.bin/ssh/sntrup761.c
2010
small x = 0;
usr.bin/ssh/sntrup761.c
2017
static void Small_decode(small *f, const unsigned char *s) {
usr.bin/ssh/sntrup761.c
2021
for (j = 0;j < 4;++j) *f++ = ((small)((x >> (2 * j)) & 3)) - 1;
usr.bin/ssh/sntrup761.c
2023
*f++ = ((small)(*s & 3)) - 1;
usr.bin/ssh/sntrup761.c
2060
small f[p], v[p];
usr.bin/ssh/sntrup761.c
2075
small f[p], v[p];
usr.bin/stat/stat.c
499
int l, small, formats, gottime, n;
usr.bin/stat/stat.c
502
small = 0;
usr.bin/stat/stat.c
514
small = (sizeof(st->st_dev) == 4);
usr.bin/stat/stat.c
537
small = (sizeof(st->st_ino) == 4);
usr.bin/stat/stat.c
545
small = (sizeof(st->st_mode) == 4);
usr.bin/stat/stat.c
578
small = (sizeof(st->st_dev) == 4);
usr.bin/stat/stat.c
586
small = (sizeof(st->st_uid) == 4);
usr.bin/stat/stat.c
599
small = (sizeof(st->st_gid) == 4);
usr.bin/stat/stat.c
636
small = (sizeof(secs) == 4);
usr.bin/stat/stat.c
647
small = (sizeof(st->st_size) == 4);
usr.bin/stat/stat.c
655
small = (sizeof(st->st_blocks) == 4);
usr.bin/stat/stat.c
663
small = (sizeof(st->st_blksize) == 4);
usr.bin/stat/stat.c
671
small = (sizeof(st->st_flags) == 4);
usr.bin/stat/stat.c
679
small = (sizeof(st->st_gen) == 4);
usr.bin/stat/stat.c
687
small = 0;
usr.bin/stat/stat.c
706
small = 0;
usr.bin/stat/stat.c
749
small = 0;
usr.bin/stat/stat.c
905
if (small && ofmt != FMTF_DECIMAL)
usr.sbin/cron/cron.c
185
wakeupKind = small;
usr.sbin/cron/cron.c
190
case small: