Home
last modified time | relevance | path

Searched refs:second_ptr (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dvideo.c888 u16 *map_ptr, *second_ptr; in render_scanline_text_base_normal() local
909 second_ptr = map_base; in render_scanline_text_base_normal()
921 second_ptr = map_base; in render_scanline_text_base_normal()
1075 u16 *map_ptr, *second_ptr; in render_scanline_text_transparent_normal() local
1108 second_ptr = map_base; in render_scanline_text_transparent_normal()
1294 second_ptr = map_base; in render_scanline_text_base_color16()
1479 second_ptr = map_base; in render_scanline_text_transparent_color16()
1664 second_ptr = map_base; in render_scanline_text_base_color32()
1849 second_ptr = map_base; in render_scanline_text_transparent_color32()
2036 second_ptr = map_base; in render_scanline_text_base_alpha()
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/unistr/
H A Dtest-u-strtok.h59 UNIT *ptr, *first_ptr, *second_ptr; in test_u_strtok() local
67 second_ptr = ptr; in test_u_strtok()
82 ASSERT (result == second_ptr); in test_u_strtok()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unistr/
H A Dtest-u-strtok.h59 UNIT *ptr, *first_ptr, *second_ptr; in test_u_strtok() local
67 second_ptr = ptr; in test_u_strtok()
82 ASSERT (result == second_ptr); in test_u_strtok()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcreature_tracker.cpp233 shared_ptr_fast<monster> second_ptr; in swap_positions() local
235 second_ptr = second_iter->second; in swap_positions()
248 if( second_ptr ) { in swap_positions()
249 monsters_by_location[second.pos()] = second_ptr; in swap_positions()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcreature_tracker.cpp233 shared_ptr_fast<monster> second_ptr; in swap_positions() local
235 second_ptr = second_iter->second; in swap_positions()
248 if( second_ptr ) { in swap_positions()
249 monsters_by_location[second.pos()] = second_ptr; in swap_positions()
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc93 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
94 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()
95 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
H A Dalts_grpc_record_protocol_test.cc91 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
93 GPR_ASSERT(second_ptr != nullptr); in are_slice_buffers_equal()
94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc93 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
94 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()
95 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
H A Dalts_grpc_record_protocol_test.cc91 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
93 GPR_ASSERT(second_ptr != nullptr); in are_slice_buffers_equal()
94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc94 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
95 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()
96 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
H A Dalts_grpc_record_protocol_test.cc92 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
94 GPR_ASSERT(second_ptr != nullptr); in are_slice_buffers_equal()
95 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector_test.cc92 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
93 GPR_ASSERT(first_ptr != nullptr && second_ptr != nullptr); in are_slice_buffers_equal()
94 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
H A Dalts_grpc_record_protocol_test.cc90 uint8_t* second_ptr = pointer_to_nth_byte(second, i); in are_slice_buffers_equal() local
92 GPR_ASSERT(second_ptr != nullptr); in are_slice_buffers_equal()
93 if ((*first_ptr) != (*second_ptr)) { in are_slice_buffers_equal()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.h165 struct iso_curve*** second_ptr, int* second_n, int* second_invert);
H A Dpm3d.c321 struct iso_curve ***second_ptr, in pm3d_rearrange_scan_array() argument
328 if (second_ptr) { in pm3d_rearrange_scan_array()
340 pm3d_rearrange_part(icrvs, i, second_ptr, second_invert); in pm3d_rearrange_scan_array()
342 *second_ptr = (struct iso_curve **) 0; in pm3d_rearrange_scan_array()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.h165 struct iso_curve*** second_ptr, int* second_n, int* second_invert);
H A Dpm3d.c321 struct iso_curve ***second_ptr, in pm3d_rearrange_scan_array() argument
328 if (second_ptr) { in pm3d_rearrange_scan_array()
340 pm3d_rearrange_part(icrvs, i, second_ptr, second_invert); in pm3d_rearrange_scan_array()
342 *second_ptr = (struct iso_curve **) 0; in pm3d_rearrange_scan_array()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.h170 struct iso_curve*** second_ptr, int* second_n, int* second_invert));
H A Dpm3d.c324 struct iso_curve ***second_ptr, in pm3d_rearrange_scan_array() argument
331 if (second_ptr) { in pm3d_rearrange_scan_array()
343 pm3d_rearrange_part(icrvs, i, second_ptr, second_invert); in pm3d_rearrange_scan_array()
345 *second_ptr = (struct iso_curve **) 0; in pm3d_rearrange_scan_array()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/rendering/final/
H A Dadaptivetilerenderer.cpp205 const float* second_ptr = second->pixel(x, y); in compute_tile_variance() local
207 error = max(error, compute_weighted_pixel_variance(main_ptr, second_ptr)); in compute_tile_variance()