Home
last modified time | relevance | path

Searched refs:b_y (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Daesc.c20 c3_y b_y[16]; in u3qea_en() local
31 u3r_bytes(0, 16, b_y, b); in u3qea_en()
35 kCCOptionECBMode, a_y, kCCKeySizeAES256, 0, b_y, in u3qea_en()
36 16, b_y, 16, &siz_i) ) in u3qea_en()
46 AES_encrypt(b_y, b_y, &key_u); in u3qea_en()
50 return u3i_bytes(16, b_y); in u3qea_en()
74 c3_y b_y[16]; in u3qea_de() local
85 u3r_bytes(0, 16, b_y, b); in u3qea_de()
90 16, b_y, 16, &siz_i) ) in u3qea_de()
100 AES_decrypt(b_y, b_y, &key_u); in u3qea_de()
[all …]
/dports/textproc/p5-Text-Table-More/Text-Table-More-0.020/lib/Text/Table/
H A DMore.pm444 my $b_y = $args{header_row} ? 0 : 6;
445 my $b_topleft = $bs_obj->get_border_char($b_y, 0);
446 my $b_topline = $bs_obj->get_border_char($b_y, 1);
447 my $b_topbetwcol = $bs_obj->get_border_char($b_y, 2);
448 my $b_topright = $bs_obj->get_border_char($b_y, 3);
463 my $b_y = $ir == 0 && $args{header_row} ? 1 : 3;
503 my $b_y = $ir == 0 && $args{header_row} ? 2 : 4;
580 my $b_y = $ir == 0 && $args{header_row} ? 7 : 5;
581 my $b_botleft = $bs_obj->get_border_char($b_y, 0);
582 my $b_botline = $bs_obj->get_border_char($b_y, 1);
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dvaluerangeproc.cc173 int b_d, b_m, b_y; in operator ()() local
181 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
196 if (b_y < 100) { in operator ()()
197 b_y += 1900; in operator ()()
198 if (b_y < epoch_year) b_y += 100; in operator ()()
200 format_yyyymmdd(buf, b_y, b_m, b_d); in operator ()()
339 int b_d, b_m, b_y; in operator ()() local
364 if (b_y < 100) { in operator ()()
365 b_y += 1900; in operator ()()
366 if (b_y < epoch_year) b_y += 100; in operator ()()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dimprison.c78 const c3_y* b_y) in u3i_bytes() argument
82 while ( a_w && !b_y[a_w - 1] ) { in u3i_bytes()
93 return b_y[0]; in u3i_bytes()
96 return (b_y[0] | (b_y[1] << 8)); in u3i_bytes()
99 return (b_y[0] | (b_y[1] << 8) | (b_y[2] << 16)); in u3i_bytes()
101 else if ( (b_y[3] <= 0x7f) ) { in u3i_bytes()
102 return (b_y[0] | (b_y[1] << 8) | (b_y[2] << 16) | (b_y[3] << 24)); in u3i_bytes()
132 nov_u->buf_w[i_w >> 2] |= (b_y[i_w] << ((i_w & 3) * 8)); in u3i_bytes()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dflip_avoiding_line_search.cpp213 const double& b_y = uv(v2,1); in get_min_pos_root_3D() local
238b_y*c_dz + a_dz*b_dx*c_y - a_dz*b_y*c_dx - a_y*b_dx*c_dz + a_y*b_dz*c_dx + a_dx*b_dy*c_z - a_dx*b_… in get_min_pos_root_3D()
240b_y*c_x - a_x*b_dz*c_y + a_x*b_y*c_dz + a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z + a_dy*b_z*c_x … in get_min_pos_root_3D()
242b_y*c_z - a_x*b_z*c_y - a_y*b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*… in get_min_pos_root_3D()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dflip_avoiding_line_search.cpp213 const double& b_y = uv(v2,1); in get_min_pos_root_3D() local
238b_y*c_dz + a_dz*b_dx*c_y - a_dz*b_y*c_dx - a_y*b_dx*c_dz + a_y*b_dz*c_dx + a_dx*b_dy*c_z - a_dx*b_… in get_min_pos_root_3D()
240b_y*c_x - a_x*b_dz*c_y + a_x*b_y*c_dz + a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z + a_dy*b_z*c_x … in get_min_pos_root_3D()
242b_y*c_z - a_x*b_z*c_y - a_y*b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*… in get_min_pos_root_3D()
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dvaluerangeproc.cc151 int b_d, b_m, b_y; in operator ()() local
153 if (!decode_xxy(begin, b_d, b_m, b_y) || !decode_xxy(end, e_d, e_m, e_y)) in operator ()()
159 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
162 (b_y != e_y || b_d < e_d || (b_d == e_d && b_m <= e_m))) { in operator ()()
166 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
172 if (b_y < 100) { in operator ()()
173 b_y += 1900; in operator ()()
174 if (b_y < epoch_year) b_y += 100; in operator ()()
184 SNPRINTF(buf, sizeof(buf), "%08d", b_y * 10000 + b_m * 100 + b_d); in operator ()()
195 sprintf(buf, "%08d", b_y * 10000 + b_m * 100 + b_d); in operator ()()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c138 int b_x, b_y; in guess_dc() local
147 for(b_y=0; b_y<h; b_y++){ in guess_dc()
178 for(b_y=0; b_y<h; b_y++){ in guess_dc()
184 distance= b_y; in guess_dc()
187 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
191 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
197 distance= b_y; in guess_dc()
200 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
204 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
247 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c138 int b_x, b_y; in guess_dc() local
147 for(b_y=0; b_y<h; b_y++){ in guess_dc()
178 for(b_y=0; b_y<h; b_y++){ in guess_dc()
184 distance= b_y; in guess_dc()
187 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
191 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
197 distance= b_y; in guess_dc()
200 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
204 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
247 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
[all …]
/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_collision.h9 int tenm_same_point(double a_x, double a_y, double b_x, double b_y);
11 double b_x, double b_y, double n);
13 double a_x, double a_y, double b_x, double b_y,
16 double a_x, double a_y, double b_x, double b_y);
18 double a_x, double a_y, double b_x, double b_y,
H A Dtenm_collision.c14 double b_x, double b_y);
52 return tenm_point_nearer(a_x, a_y, b_x, b_y, 1.0); in tenm_same_point()
75 return tenm_same_point(a_x, a_y, b_x, b_y); in tenm_point_nearer()
79 temp2 = a_y - b_y; in tenm_point_nearer()
111 if(tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_line_nearer()
120 over2 = b_y - a_y; in tenm_line_nearer()
142 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side()
162 return (b_y - a_y) * p_x - (b_x - a_x) * p_y in tenm_same_side_temp()
163 -((b_y - a_y) * a_x - (b_x - a_x) * a_y); in tenm_same_side_temp()
183 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side_vertical()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
150 for(b_y=0; b_y<h; b_y++){ in guess_dc()
181 for(b_y=0; b_y<h; b_y++){ in guess_dc()
190 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
194 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
203 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
207 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
251 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
150 for(b_y=0; b_y<h; b_y++){ in guess_dc()
181 for(b_y=0; b_y<h; b_y++){ in guess_dc()
190 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
194 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
203 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
207 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
251 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
150 for(b_y=0; b_y<h; b_y++){ in guess_dc()
181 for(b_y=0; b_y<h; b_y++){ in guess_dc()
190 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
194 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
203 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
207 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
251 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
150 for(b_y=0; b_y<h; b_y++){ in guess_dc()
181 for(b_y=0; b_y<h; b_y++){ in guess_dc()
190 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
194 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
203 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
207 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
251 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
150 for(b_y=0; b_y<h; b_y++){ in guess_dc()
181 for(b_y=0; b_y<h; b_y++){ in guess_dc()
190 dist[b_x + b_y*stride][3]= distance >= 0 ? b_y-distance : 9999; in guess_dc()
194 for(b_y=h-1; b_y>=0; b_y--){ in guess_dc()
203 dist[b_x + b_y*stride][2]= distance >= 0 ? distance-b_y : 9999; in guess_dc()
207 for (b_y = 0; b_y < h; b_y++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
251 for (b_y = 0; b_y < h; b_y++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/lang/gcc10/gcc-10.3.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c20 float b_y; member
34 result.b.b_y = source.b.b_y; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
119 CHECK (result.b.b_y == source.b.b_y); in main()

12345678910>>...14