Searched refs:BLOCK (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dmapping.rb19 BLOCK = 1
47 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
H A Dsequence.rb45 BLOCK = 1
72 def initialize anchor = nil, tag = nil, implicit = true, style = BLOCK
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dlibcurl.rc43 BLOCK "StringFileInfo"
45 BLOCK "040904b0"
59 BLOCK "VarFileInfo"
H A Dmk-ca-bundle.vbs187 If InstrRev(myLines(i), "***** BEGIN LICENSE BLOCK *****") Then
194 If InstrRev(myLines(i), "***** END LICENSE BLOCK *****") Then
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dcurl.rc43 BLOCK "StringFileInfo"
45 BLOCK "040904b0"
59 BLOCK "VarFileInfo"
/macosx-10.10.1/libiconv-42/libiconv/libcharset/windows/
H A Dcharset.rc19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
35 BLOCK "VarFileInfo"
/macosx-10.10.1/libiconv-42/libiconv/windows/
H A Diconv.rc19 BLOCK "StringFileInfo"
21 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
35 BLOCK "VarFileInfo"
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/Java/
H A Djdns_sd.rc42 BLOCK "StringFileInfo"
44 BLOCK "040904b0"
56 BLOCK "VarFileInfo"
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/win/
H A Dtclx.rc26 BLOCK "StringFileInfo"
28 BLOCK "040904b0"
38 BLOCK "VarFileInfo"
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusb-1.0.rc34 BLOCK "StringFileInfo"
36 BLOCK "040904b0"
52 BLOCK "VarFileInfo"
/macosx-10.10.1/apache-793/httpd/build/win32/
H A Dhttpd.rc69 BLOCK "StringFileInfo"
71 BLOCK "040904b0"
84 BLOCK "VarFileInfo"
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmregion.c50 vd = SEG(BLOCK(addr))->vmdt;
H A Dvmclear.c75 tp = BLOCK(seg->baddr);
H A Dvmlast.c117 else s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
124 SIZE(fp) = ((Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data) - sizeof(Head_t);
185 else oldsize = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
189 { s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data;
209 SIZE(BLOCK(seg->baddr)) = BUSY;
239 s = (Vmuchar_t*)BLOCK(seg->baddr) -
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-fortuna.c100 #define BLOCK 32 macro
113 unsigned char key[BLOCK];
254 unsigned char buf[BLOCK];
271 md_update(&key_md, buf, BLOCK);
279 md_update(&key_md, st->key, BLOCK);
288 ciph_init(&st->ciph, st->key, BLOCK);
291 memset(buf, 0, BLOCK);
308 if (st->rnd_pos >= BLOCK)
321 unsigned char hash[BLOCK];
336 md_update(&st->pool[pos], hash, BLOCK);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/windows/
H A Dversion.rc118 BLOCK "StringFileInfo"
120 BLOCK "040904E4"
143 BLOCK "VarFileInfo"
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dresource.rb74 BLOCK "StringFileInfo"
76 BLOCK "000004b0"
89 BLOCK "VarFileInfo"
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb133 seq = @emitter.start_sequence(nil, '!omap', false, Nodes::Sequence::BLOCK)
147 map = @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK)
157 register o, @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK)
171 @emitter.start_mapping nil, tag, false, Nodes::Mapping::BLOCK
203 register o, @emitter.start_mapping(nil, '!ruby/object:Rational', false, Nodes::Mapping::BLOCK)
216 register o, @emitter.start_mapping(nil, '!ruby/object:Complex', false, Nodes::Mapping::BLOCK)
288 register o, @emitter.start_mapping(nil, maptag, false, Nodes::Mapping::BLOCK)
309 register o, @emitter.start_mapping(nil, '!ruby/range', false, Nodes::Mapping::BLOCK)
320 register(o, @emitter.start_mapping(nil, tag, implicit, Psych::Nodes::Mapping::BLOCK))
331 register(o, @emitter.start_mapping(nil, '!set', false, Psych::Nodes::Mapping::BLOCK))
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDocument.pm65 my ($block, $defblocks, $variables, $metadata) = @$doc{ qw( BLOCK DEFBLOCKS VARIABLES METADATA ) };
83 # same for any additional BLOCK definitions
117 # Returns a reference to a hash array containing any BLOCK definitions
118 # from the template. The hash keys are the BLOCK name and the values
212 $output .= "BLOCK: $self->{ _BLOCK }\nDEFBLOCKS:\n";
234 # BLOCK # string containing Perl sub definition for main block
235 # DEFBLOCKS # hash containing further subs for addional BLOCK defs
244 my ($block, $defblocks, $metadata) = @$content{ qw( BLOCK DEFBLOCKS METADATA ) };
273 BLOCK => $block,
345 BLOCK
[all...]
H A DView.pm497 [% BLOCK header %]
533 [% BLOCK my_text.tt2 %] # 'text' with prefix/suffix
540 [% BLOCK my_hash.tt2 %] # 'hash' with prefix/suffix
547 [% BLOCK my_list.tt2 %] # 'list' with prefix/suffix
554 [% BLOCK my_My_Object.tt2 %]
614 [% BLOCK text %]
618 [% BLOCK my_list %]
622 [% BLOCK your_hash %]
626 [% BLOCK my_foo %]
686 [% BLOCK lis
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.h100 BLOCK = 326, enumerator in enum:yytokentype
185 #define BLOCK 326 macro
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dcoder.rb18 @style = Psych::Nodes::Mapping::BLOCK
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDirectory.pm196 [% BLOCK file %]
200 [% BLOCK directory %]
274 [% BLOCK showdir -%]
316 a C<VIEW ... END> block and should contain C<BLOCK> definitions for files
320 [% BLOCK file %]
324 [% BLOCK directory %]
337 or C<[% dir.present(view) %]>, then the C<directory> C<BLOCK> within the
341 [% BLOCK directory %]
355 [% BLOCK file %]
359 [% BLOCK director
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dcolor.cpp55 const int BLOCK = 128; local
56 free_list = (color *)new char[sizeof(color)*BLOCK];
57 for (int i = 0; i < BLOCK - 1; i++)
59 free_list[BLOCK-1].next = 0;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dgmalloc.c198 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
540 block = BLOCK (_heapinfo);
590 _heaplimit = BLOCK (_heapbase + heapsize * sizeof (malloc_info));
639 if ((__malloc_size_t) BLOCK ((char *) result + size) > heapsize)
648 while ((__malloc_size_t) BLOCK ((char *) result + size) > newsize);
696 if ((__malloc_size_t) BLOCK ((char *) newinfo
724 _heaplimit = BLOCK ((char *) newinfo + heapsize * sizeof (malloc_info));
729 _heaplimit = BLOCK ((char *) result + size);
788 block = BLOCK (result);
832 block = BLOCK (resul
[all...]

Completed in 317 milliseconds

123