Home
last modified time | relevance | path

Searched refs:original_ref (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/libgit2/libgit2-1.3.0/tests/refs/branches/
H A Dmove.c21 git_reference *original_ref, *new_ref; in test_refs_branches_move__can_move_a_local_branch() local
28 git_reference_free(original_ref); in test_refs_branches_move__can_move_a_local_branch()
40 git_reference_free(original_ref); in test_refs_branches_move__can_move_a_local_branch_to_a_different_namespace()
57 git_reference_free(original_ref); in test_refs_branches_move__can_move_a_local_branch_to_a_partially_colliding_namespace()
68 git_reference *original_ref, *new_ref; in test_refs_branches_move__can_not_move_a_branch_if_its_destination_name_collide_with_an_existing_one() local
108 git_reference_free(original_ref); in test_refs_branches_move__can_not_move_a_branch_if_its_destination_name_collide_with_an_existing_one()
123 git_reference_free(original_ref); in test_refs_branches_move__can_not_move_a_branch_if_its_destination_name_collide_with_an_existing_one()
129 git_reference *original_ref, *new_ref; in test_refs_branches_move__moving_a_branch_with_an_invalid_name_returns_EINVALIDSPEC() local
135 git_reference_free(original_ref); in test_refs_branches_move__moving_a_branch_with_an_invalid_name_returns_EINVALIDSPEC()
156 git_reference_free(original_ref); in test_refs_branches_move__can_force_move_over_an_existing_branch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Ddraw_polygon.h26 DrawPolygon(const DrawQuad* original_ref,
30 DrawPolygon(const DrawQuad* original_ref,
53 const DrawQuad* original_ref() const { return original_ref_; } in original_ref() function
H A Dbsp_walk_action.cc27 item->original_ref() in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Ddraw_polygon.h26 DrawPolygon(const DrawQuad* original_ref,
30 DrawPolygon(const DrawQuad* original_ref,
53 const DrawQuad* original_ref() const { return original_ref_; } in original_ref() function
H A Dbsp_walk_action.cc27 item->original_ref() in operator ()()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dtexsubimage-unpack.c253 const GLubyte *original_img, const GLubyte *original_ref, in test_formats_type() argument
321 original_ref, updated_swz_ref, testImg, in test_formats_type()
353 GLubyte *original_img, *original_ref; in test_format() local
361 original_ref = (GLubyte *) malloc(w * h * 4); in test_format()
409 draw_and_read_texture(w, h, original_ref); in test_format()
428 original_img, original_ref, updated_img, updated_ref, in test_format()
437 original_img, original_ref, updated_img, updated_ref, in test_format()
442 free(original_ref); in test_format()
H A Dtexsubimage.c243 const GLubyte *original_ref, in equal_images() argument
262 return piglit_equal_images_update_rgba8(original_ref, updated_ref, testImg, in equal_images()
335 const unsigned char *original_ref, in test_region() argument
387 original_ref, updated_ref, test_img, in test_region()
428 GLubyte *original_img, *original_ref; in test_format() local
434 original_ref = (GLubyte *) malloc(w * h * d * 4); in test_format()
478 draw_and_read_texture(w, h, d, original_ref); in test_format()
490 original_img, original_ref, in test_format()
499 free(original_ref); in test_format()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/extensions/
H A Dfootnotes.py114 original_ref = reference
124 if original_ref in self.found_refs:
125 self.found_refs[original_ref] += 1
127 self.found_refs[original_ref] = 1
/dports/textproc/py-markdown/Markdown-3.3.4/markdown/extensions/
H A Dfootnotes.py105 original_ref = reference
115 if original_ref in self.found_refs:
116 self.found_refs[original_ref] += 1
118 self.found_refs[original_ref] = 1
/dports/sysutils/conan/conan-1.44.0/conans/client/graph/
H A Dgraph_builder.py400 update, remotes, profile, graph_lock, original_ref=None): argument
424 if original_ref: # So transitive alias resolve to the latest in the chain
425 dep_graph.aliased[original_ref] = pointed_ref
427 update, remotes, profile, graph_lock, original_ref)
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-profile.c509 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
510 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
544 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
557 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-profile.c507 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
508 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
542 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
555 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-profile.c507 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
508 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
542 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
555 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-profile.c504 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
505 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
539 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
552 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-profile.c507 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
508 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
542 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
555 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-profile.c518 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
519 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
553 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
566 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-profile.c507 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
508 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
542 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
555 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-profile.c504 tree original_ref = tree_coverage_counter_ref (tag, 0); in gimple_gen_time_profiler() local
505 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
539 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
552 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-profile.c504 tree original_ref = tree_coverage_counter_ref (tag, 0);
505 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE,
539 assign = gimple_build_assign (original_ref, tmp);
552 assign = gimple_build_assign (original_ref, tmp);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-profile.c518 tree original_ref = tree_coverage_counter_ref (tag, base); in gimple_gen_time_profiler() local
519 tree ref = force_gimple_operand_gsi (&gsi, original_ref, true, NULL_TREE, in gimple_gen_time_profiler()
553 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()
566 assign = gimple_build_assign (original_ref, tmp); in gimple_gen_time_profiler()

12