/src/common/lib/libc/arch/or1k/string/ |
memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) 43 return (w1 << shift1) | (w2 >> shift2); 45 return (w1 >> shift1) | (w2 << shift2); 92 unsigned long w1 = *lb++; local in function:memcpy 100 la[0] = combine_words(w1, w2, shift1, shift2); 102 w1 = lb[1]; 104 la[1] = combine_words(w2, w1, shift1, shift2); 108 la[2] = combine_words(w1, w2, shift1, shift2); 110 w1 = lb[3]; 112 la[3] = combine_words(w2, w1, shift1, shift2) [all...] |
/src/lib/libc/locale/ |
mbrtoc16.c | 199 const char16_t w1 = 0xd800 | __SHIFTOUT(c32, __BITS(19,10)); local in function:mbrtoc16_l 202 *pc16 = w1;
|
c16rtomb.c | 178 const char16_t w1 = S->surrogate; local in function:c16rtomb_l 180 c32 = __SHIFTIN(__SHIFTOUT(w1, __BITS(9,0)), __BITS(19,10)) |
|
/src/sys/arch/mips/mips/ |
in_cksum.c | 80 unsigned long w0, w1; local in function:fastsum 121 w1 = buf.l[1]; 127 hilo += w1; 128 high += w1 >> 16; 129 w1 = buf.l[3]; 135 hilo += w1; 136 high += w1 >> 16; 137 w1 = buf.l[5]; 143 hilo += w1; 144 high += w1 >> 16 [all...] |
/src/tests/fs/ffs/ |
t_fifos.c | 33 w1(void *arg) function in typeref:typename:void * 39 atf_tc_fail_errno("w1 open"); 41 atf_tc_fail_errno("w1 write"); 131 pthread_create(&ptw1, NULL, w1, NULL);
|
/src/tests/rump/rumpkern/h_client/ |
h_reconcli.c | 84 pthread_t pt, w1, w2, w3, w4; local in function:main 106 pthread_create(&w1, NULL, worker, NULL); 115 pthread_join(w1, NULL);
|
/src/tests/fs/vfs/ |
t_renamerace.c | 43 w1(void *arg) function in typeref:typename:void * 170 pthread_create(&pt1[i], NULL, w1, NULL);
|
/src/games/larn/ |
movem.c | 32 static short w1[9], w1x[9], w1y[9]; variable in typeref:typename:short[9] 242 w1[k] = 10000; 253 w1[tmp] = (playerx - k) * (playerx - k) + (playery - m) * (playery - m); 261 if (w1[tmp] > w1[k]) 264 if (w1[tmp] < 10000)
|
/src/sys/nfs/ |
rpcv2.h | 119 u_int32_t w1; member in struct:nfsrpc_fullblock
|
/src/sys/arch/x86/isa/ |
clock.c | 232 int w1, w2, w3; local in function:gettick_broken_latch 284 w1 = v2 - v3; 287 if (w1 >= w2) { 288 if (w1 >= w3)
|
/src/lib/libm/src/ |
e_lgammaf_r.c | 85 w1 = 8.3333335817e-02, /* 0x3daaaaab */ variable in typeref:typename:const float 227 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
e_lgamma_r.c | 61 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z 149 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable in typeref:typename:const double 291 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/src/sys/crypto/camellia/ |
camellia.c | 81 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \ 90 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \ 93 w1 = lr; \ 97 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \ 440 uint32_t il, ir, t0, t1, w0, w1; local in function:camellia_setup128 457 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15); 460 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30); 463 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15); 465 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17); 468 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17) 647 uint32_t il, ir, t0, t1, w0, w1; \/* temporary variables *\/ local in function:camellia_setup256 [all...] |
/src/lib/libm/ld80/ |
e_lgammal_r.c | 195 #define w1 (w1u.extu_ld) macro 345 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
|
/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 332 uint32_t cs, tc, w0, w1, w2, w3, w4; local in function:meson_genfb_osd_config 392 w1 = __SHIFTIN(width - 1, VIU_OSD_BLK_CFG_W1_X_END) | 401 VPU_WRITE(sc, VIU_OSD2_BLK0_CFG_W1_REG, w1);
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 164 w1 = 8.33333333333333333333333333332852026e-02L, variable in typeref:typename:const long double 319 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
|
/src/sbin/nvmectl/ |
bignum.c | 1809 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local in function:toom_cook_multiply 1813 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, 1864 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */ 1891 if ((res = signed_multiply(&tmp1, &tmp2, &w1)) != MP_OKAY) { 1957 if ((res = signed_subtract(&w1, &w4, &w1)) != MP_OKAY) { 1965 if ((res = half(&w1, &w1)) != MP_OKAY) { 1980 if ((res = signed_subtract(&w1, &w2, &w1)) != MP_OKAY) 2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square [all...] |