/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); 98 unsigned long w2 = lb[0]; local in function:memcpy 100 la[0] = combine_words(w1, w2, shift1, shift2); 104 la[1] = combine_words(w2, w1, shift1, shift2); 106 w2 = lb[2]; 108 la[2] = combine_words(w1, w2, shift1, shift2); 112 la[3] = combine_words(w2, w1, shift1, shift2); 119 unsigned long w2 = *lb++ local in function:memcpy [all...] |
/src/lib/libc/locale/ |
mbrtoc16.c | 200 const char16_t w2 = 0xdc00 | __SHIFTOUT(c32, __BITS(9,0)); local in function:mbrtoc16_l 203 S->surrogate = w2;
|
c16rtomb.c | 179 const char16_t w2 = c16; local in function:c16rtomb_l 181 __SHIFTIN(__SHIFTOUT(w2, __BITS(9,0)), __BITS(9,0));
|
/src/tests/fs/ffs/ |
t_fifos.c | 48 w2(void *arg) function in typeref:typename:void * 54 atf_tc_fail_errno("w2 open"); 56 atf_tc_fail_errno("w2 write"); 132 pthread_create(&ptw2, NULL, w2, NULL);
|
/src/tests/rump/rumpkern/h_client/ |
h_reconcli.c | 84 pthread_t pt, w1, w2, w3, w4; local in function:main 107 pthread_create(&w2, NULL, worker, NULL); 116 pthread_join(w2, NULL);
|
/src/tests/fs/vfs/ |
t_renamerace.c | 77 w2(void *arg) function in typeref:typename:void * 173 pthread_create(&pt2[i], NULL, w2, NULL); 205 pthread_create(&pt2, NULL, w2, NULL);
|
/src/sys/nfs/ |
rpcv2.h | 113 u_int32_t w2; member in struct:nfsrpc_fullverf 120 u_int32_t w2; member in struct:nfsrpc_fullblock
|
/src/sys/arch/x86/isa/ |
clock.c | 232 int w1, w2, w3; local in function:gettick_broken_latch 285 w2 = v3 - v1 + x86_rtclock_tval; 287 if (w1 >= w2) { 291 if (w2 >= w3)
|
/src/lib/libm/src/ |
e_lgammaf_r.c | 86 w2 = -2.7777778450e-03, /* 0xbb360b61 */ 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 150 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable in typeref:typename:const double 291 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/src/sys/arch/amiga/dev/ |
if_esreg.h | 80 } w2; member in union:smcregs
|
/src/lib/libm/ld80/ |
e_lgammal_r.c | 196 #define w2 (w2u.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 394 w2 = __SHIFTIN(height - 1, VIU_OSD_BLK_CFG_W2_Y_END) | 402 VPU_WRITE(sc, VIU_OSD2_BLK0_CFG_W2_REG, w2);
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 165 w2 = -2.77777777777777777777777727810123528e-03L, 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, 1927 /* w2 = (a2 + a1 + a0)(b2 + b1 + b0) */ 1940 if ((res = signed_multiply(&tmp1, &tmp2, &w2)) != MP_OKAY) { 1973 if ((res = signed_subtract(&w2, &w0, &w2)) != MP_OKAY) { 1976 if ((res = signed_subtract(&w2, &w4, &w2)) != MP_OKAY) { 1980 if ((res = signed_subtract(&w1, &w2, &w1)) != MP_OKAY) { 1984 if ((res = signed_subtract(&w3, &w2, &w3)) != MP_OKAY) 2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square [all...] |
/src/sys/dev/stbi/ |
stb_image.c | 1146 int x,y,w2,h2; member in struct:__anon26c9e3660608::__anon26c9e3660708 1533 stbi_idct_installed(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data, z->dequant2[z->img_comp[n].tq]); 1535 idct_block(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data, z->dequant[z->img_comp[n].tq]); 1563 stbi_idct_installed(z->img_comp[n].data+z->img_comp[n].w2*y2+x2, z->img_comp[n].w2, data, z->dequant2[z->img_comp[n].tq]); 1565 idct_block(z->img_comp[n].data+z->img_comp[n].w2*y2+x2, z->img_comp[n].w2, data, z->dequant[z->img_comp[n].tq]); 1733 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8 [all...] |