Home
last modified time | relevance | path

Searched refs:FF_0 (Results 1 – 24 of 24) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dsha1module.c136 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
142 FF_0(a,b,c,d,e,i++); in sha1_compress()
143 FF_0(e,a,b,c,d,i++); in sha1_compress()
144 FF_0(d,e,a,b,c,i++); in sha1_compress()
145 FF_0(c,d,e,a,b,i++); in sha1_compress()
146 FF_0(b,c,d,e,a,i++); in sha1_compress()
176 #undef FF_0 in sha1_compress()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dsha1module.c133 … #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress() macro
139 FF_0(a,b,c,d,e,i++); in sha1_compress()
140 FF_0(e,a,b,c,d,i++); in sha1_compress()
141 FF_0(d,e,a,b,c,i++); in sha1_compress()
142 FF_0(c,d,e,a,b,i++); in sha1_compress()
143 FF_0(b,c,d,e,a,i++); in sha1_compress()
173 #undef FF_0 in sha1_compress()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dflo_konv.d26 SF_decode(x, { return FF_0; }, sign=,exp=,mant=); in SF_to_FF()
275 DF_decode(x, { return FF_0; }, sign=,exp=,mant=); in DF_to_FF()
298 DF_decode2(x, { return FF_0; }, sign=,exp=,manthi=,mantlo=); in DF_to_FF()
330 LF_decode(x, { return FF_0; }, sign=,exp=,ptr=,len=,); in LF_to_FF()
453 return FF_0; /* +/- 0.0 -> 0.0 */ in c_float_to_FF()
H A Daridecl.d170 #define FF_0 make_FF(0,0,0) macro
177 #define FF_0 (object)O(FF_zero) macro
H A Dffloat.d43 res_assignment FF_0; \
92 result_assignment FF_0; # +/- 0.0 -> 0.0 \
132 return FF_0; in FF_ftruncate_FF()
199 return FF_0; in FF_fround_FF()
239 return FF_0; in FF_fround_FF()
378 return FF_0; in FF_FF_plus_FF()
752 return FF_0; in I_to_FF()
846 skipSTACK(2); return FF_0; in RA_to_FF()
H A Dcompelem.d365 pushSTACK(FF_div_FF(a)); pushSTACK(FF_0); return; in FFC_div_FFC()
375 …STACK_1 = (b_exp-a_exp > floor(FF_exp_mid-FF_exp_low-1,2) ? FF_0 : FF_I_scale_float_FF(STACK_1,del… in FFC_div_FFC()
376 …STACK_0 = (a_exp-b_exp > floor(FF_exp_mid-FF_exp_low-1,2) ? FF_0 : FF_I_scale_float_FF(STACK_0,del… in FFC_div_FFC()
627 …STACK_1 = (b_exp-a_exp > floor(FF_exp_mid-FF_exp_low-1,2) ? FF_0 : FF_I_scale_float_FF(STACK_1,del… in FF_FF_hypot_FF()
628 …STACK_0 = (a_exp-b_exp > floor(FF_exp_mid-FF_exp_low-1,2) ? FF_0 : FF_I_scale_float_FF(STACK_0,del… in FF_FF_hypot_FF()
H A Dflo_rest.d906 FF_decode(x, { pushSTACK(FF_0); pushSTACK(Fixnum_0); pushSTACK(FF_1); in F_decode_float_F_I_F()
1053 return FF_0; in FF_I_scale_float_FF()
H A DChangeLog45283 * aridecl.d (make_FF, FF_0, FF_1, FF_minus1): Depend on
45433 * aridecl.d (FF_0, FF_1, FF_minus1, DF_0, DF_1, DF_minus1): Cast
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1034 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1035 FF = filename:absname(FF_0),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1034 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1035 FF = filename:absname(FF_0),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1034 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1035 FF = filename:absname(FF_0),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1033 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1034 FF = filename:absname(FF_0),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1033 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1034 FF = filename:absname(FF_0),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1033 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1034 FF = filename:absname(FF_0),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dfile_sorter_SUITE.erl1033 [FF_0] = Fs4 = to_files([L4], Fmt, Config),
1034 FF = filename:absname(FF_0),
/dports/math/plplot/plplot-5.15.0/doc/docbook/src/
H A Dplplotdoc.info-11100 … -bg color Background color (FF0000=opaque red, 0000FF_0.1=blue with alpha of 0.1)
/dports/math/plplot-ada/plplot-5.15.0/doc/docbook/src/
H A Dplplotdoc.info-11100 … -bg color Background color (FF0000=opaque red, 0000FF_0.1=blue with alpha of 0.1)