Home
last modified time | relevance | path

Searched refs:block_ref (Results 1 – 25 of 69) sorted by relevance

123

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/
H A Dexplode.py53 if block_ref.doc is None:
57 def _explode_single_block_ref(block_ref): argument
69 for attrib in block_ref.attribs:
75 entitydb = block_ref.doc.entitydb
80 if block_ref.mcount > 1:
84 _explode_single_block_ref(block_ref)
86 source_layout = block_ref.get_layout()
91 entitydb.delete_entity(block_ref)
140 assert block_ref.dxftype() == 'INSERT'
188 m = block_ref.matrix44()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschromotion8.c480 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
481 motion->block_ref[1].data, motion->block_ref[1].stride, in get_biref_block()
486 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
487 motion->block_ref[1].data, motion->block_ref[1].stride, in get_biref_block()
492 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
493 motion->block_ref[1].data, motion->block_ref[1].stride, in get_biref_block()
498 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
499 motion->block_ref[1].data, motion->block_ref[1].stride, in get_biref_block()
504 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
505 motion->block_ref[1].data, motion->block_ref[1].stride, in get_biref_block()
[all …]
H A Dschromotionfast.c44 &motion->block_ref[ref]); in get_block()
79 memcpy (&motion->block, &motion->block_ref[0], sizeof (SchroFrameData)); in get_ref1_block()
93 memcpy (&motion->block, &motion->block_ref[1], sizeof (SchroFrameData)); in get_ref2_block()
110 motion->block_ref[0].data, motion->block_ref[0].stride, in get_biref_block()
111 motion->block_ref[1].data, motion->block_ref[1].stride, motion->yblen); in get_biref_block()
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm08600.pm42 my $block_ref = shift;
50 push @{$block_ref}, $value;
97 my $block_ref = shift;
102 push (@x, @{$block_ref});
121 my $block_ref = shift;
123 mdtransform_norecalc ($state_ref, $block_ref);
125 lotus_transform_password ($block_ref, $checksum_ref);
H A Dm08700.pm41 my $block_ref = shift;
49 push @{$block_ref}, $value;
96 my $block_ref = shift;
101 push (@x, @{$block_ref});
120 my $block_ref = shift;
122 mdtransform_norecalc ($state_ref, $block_ref);
124 lotus_transform_password ($block_ref, $checksum_ref);
H A Dm09100.pm43 my $block_ref = shift;
51 push @{$block_ref}, $value;
98 my $block_ref = shift;
103 push (@x, @{$block_ref});
122 my $block_ref = shift;
124 mdtransform_norecalc ($state_ref, $block_ref);
126 lotus_transform_password ($block_ref, $checksum_ref);
/dports/security/p5-Crypt-XTEA/Crypt-XTEA-0.0108/lib/Crypt/
H A DXTEA.pm79 my $block_ref = shift;
82 …croak( sprintf( 'block must has %d elements', $ELEMENTS_IN_BLOCK ) ) if scalar( @{ $block_ref } ) …
85 return $self->encrypt_block_in_c( $block_ref );
90 my $block_ref = shift;
93 …croak( sprintf( 'block must has %d elements', $ELEMENTS_IN_BLOCK ) ) if scalar( @{ $block_ref } ) …
96 return $self->decrypt_block_in_c( $block_ref );
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dusing_geodata.py12 for block_ref in msp.query("INSERT[layer=='VO_body+cisla']"):
14 pprint(block_ref.dxfattribs())
16 block_record = doc.block_records.get(block_ref.dxf.name)
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/blocks/
H A Dmulti_insert.py35 block_ref = modelspace.add_blockref('FLAG', location, dxfattribs={ variable
38 block_ref.dxf.rotation = 15
39 block_ref.add_auto_attribs(values)
H A Dblock_references_with_attributes.py45 block_ref = modelspace.add_blockref('FLAG', point, dxfattribs={ variable
49 block_ref.add_auto_attribs(values)
H A Dblocks_tutorial.py79 for block_ref in anonymous_block_refs:
81 block = doc.blocks.get(block_ref.dxf.name)
/dports/devel/p5-IO-Interactive/IO-Interactive-1.023/lib/IO/
H A DInteractive.pm59 my ($block_ref) = @_;
63 $block_ref->();
105 $block_ref->();
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_cache_tool/
H A DCacheScan.cc152 …shal(HdrHeap *hh, int buf_length, int obj_type, HdrHeapObjImpl **found_obj, RefCountObj *block_ref) in unmarshal() argument
199 if (block_ref) { in unmarshal()
200 hh->m_ronly_heap[0].m_ref_count_ptr.swizzle(block_ref); in unmarshal()
255 CacheScan::unmarshal(char *buf, int len, RefCountObj *block_ref) in unmarshal() argument
312 …nmarshal(heap, len, HDR_HEAP_OBJ_HTTP_HEADER, reinterpret_cast<HdrHeapObjImpl **>(&hh), block_ref); in unmarshal()
328 …nmarshal(heap, len, HDR_HEAP_OBJ_HTTP_HEADER, reinterpret_cast<HdrHeapObjImpl **>(&hh), block_ref); in unmarshal()
367 RefCountObj *block_ref = nullptr; in get_alternates() local
374 zret = this->unmarshal(const_cast<char *>(buf), length, block_ref); in get_alternates()
H A DCacheScan.h55 …hal(HdrHeap *hh, int buf_length, int obj_type, HdrHeapObjImpl **found_obj, RefCountObj *block_ref);
56 Errata unmarshal(char *buf, int len, RefCountObj *block_ref);
/dports/textproc/p5-Text-MicroTemplate-Extended/Text-MicroTemplate-Extended-0.17/lib/Text/MicroTemplate/
H A DExtended.pm135 my $block_ref = $block->{context_ref};
136 local ${"$self->{package_name}::_MTEREF"} = $block_ref;
138 $$block_ref = '';
141 $result = $block->{code}->() || $$block_ref || '';
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/language/fixtures/
H A Dsuper.rb380 block_ref = lambda { 15 }
381 [super { 14 }, super(&block_ref)]
385 block_ref = lambda { 16 }
386 super(&block_ref)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp398 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
402 block_ref, in ubo_load()
439 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
441 sig_params.push_tail(block_ref); in ssbo_store()
484 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
486 sig_params.push_tail(block_ref); in ssbo_load()
671 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
674 block_ref); in emit_ssbo_get_buffer_size()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp398 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
402 block_ref, in ubo_load()
439 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
441 sig_params.push_tail(block_ref); in ssbo_store()
484 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
486 sig_params.push_tail(block_ref); in ssbo_load()
671 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
674 block_ref); in emit_ssbo_get_buffer_size()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp398 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
402 block_ref, in ubo_load()
439 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
441 sig_params.push_tail(block_ref); in ssbo_store()
484 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
486 sig_params.push_tail(block_ref); in ssbo_load()
671 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
674 block_ref); in emit_ssbo_get_buffer_size()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp400 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in ubo_load() local
404 block_ref, in ubo_load()
441 ir_variable *block_ref = new(mem_ctx) in ssbo_store() local
443 sig_params.push_tail(block_ref); in ssbo_store()
486 ir_variable *block_ref = new(mem_ctx) in ssbo_load() local
488 sig_params.push_tail(block_ref); in ssbo_load()
673 ir_rvalue *block_ref = this->uniform_block->clone(mem_ctx, NULL); in emit_ssbo_get_buffer_size() local
676 block_ref); in emit_ssbo_get_buffer_size()

123