Searched refs:chunks (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dobjalloc.c95 ret->chunks = (PTR) malloc (CHUNK_SIZE);
96 if (ret->chunks == NULL)
102 chunk = (struct objalloc_chunk *) ret->chunks;
141 chunk->next = (struct objalloc_chunk *) o->chunks;
144 o->chunks = (PTR) chunk;
155 chunk->next = (struct objalloc_chunk *) o->chunks;
161 o->chunks = (PTR) chunk;
174 l = (struct objalloc_chunk *) o->chunks;
199 for (p = (struct objalloc_chunk *) o->chunks; p != NULL; p = p->next)
226 any chunks containin
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/struct/
H A Ddiff2.tcl32 set chunks 0
34 set chunks 1
56 if {$chunks} {
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DCan.pm51 my @chunks = split(/ /, $Config::Config{cc}) or return;
54 while (@chunks) {
55 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DCan.pm51 my @chunks = split(/ /, $Config::Config{cc}) or return;
54 while (@chunks) {
55 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DCan.pm51 my @chunks = split(/ /, $Config::Config{cc}) or return;
54 while (@chunks) {
55 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DCan.pm51 my @chunks = split(/ /, $Config::Config{cc}) or return;
54 while (@chunks) {
55 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DCan.pm51 my @chunks = split(/ /, $Config::Config{cc}) or return;
54 while (@chunks) {
55 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DCan.pm124 my @chunks = split(/ /, $Config::Config{cc}) or return;
127 while (@chunks) {
128 return $self->can_run("@chunks") || (pop(@chunks), next);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dobjalloc.h48 void *chunks; member in struct:objalloc
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D015fltmsg.t103 my @chunks = @_;
104 unshift @chunks, ++$COUNTER;
105 return @chunks;
/macosx-10.10.1/ruby-106/ruby/test/zlib/
H A Dtest_zlib.rb44 chunks = []
53 chunks << chunk
58 chunks.map { |chunk| chunk.length }
64 chunks << final
65 all = chunks.join
73 chunks = []
80 chunks << chunk
84 assert_equal [16384], chunks.map { |chunk| chunk.length }
90 all = chunks.join
278 chunks
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win3.c179 tsize_t chunks, chunkd, chunk; local
183 chunks = 0x10000 - ((uint32) ss & 0xffff); /* What's left in segment */
186 if (chunk > chunks) /* c, chunks, chunkd, */
187 chunk = chunks; /* 0xff00 */
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/PatternLayout/
H A DMultiline.pm57 several chunks split by line breaks and renders them with PatternLayout
58 just as if it had arrived in separate chunks in the first place.
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dmem_dbg.c595 int chunks; member in struct:mem_leak_st
638 l->chunks++;
700 ml.chunks=0;
704 if (ml.chunks != 0)
706 BIO_printf(b,"%ld bytes leaked in %d chunks\n",
707 ml.bytes,ml.chunks);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm466 just concatenate the three message chunks passed to it
468 The chunks will be separated by a string defined in
487 and join all message chunks together, separating them by
495 then the message chunks are passed unmodified to the appender as an
498 the messages chunks alone instead of formatting them or replacing
509 an appender expects message chunks, but we would
521 property will receive the list of message chunks, like they were
538 my @chunks = @_;
539 unshift @chunks, ++$COUNTER;
540 return @chunks;
[all...]
/macosx-10.10.1/apache-793/httpd/docs/manual/style/scripts/
H A Dprettify.js532 var chunks = [];
546 chunks[k] = '\n';
564 chunks[k] = text;
576 sourceCode: chunks.join('').replace(/\n$/, ''),
H A Dprettify.min.js40 function extractSourceSpans(node,isPreformatted){var nocode=/(?:^|\s)nocode(?:\s|$)/;var chunks=[];var length=0;var spans=[];var k=0;function walk(node){switch(node.nodeType){case 1:if(nocode.test(node.className)){return;}
42 var nodeName=node.nodeName.toLowerCase();if('br'===nodeName||'li'===nodeName){chunks[k]='\n';spans[k<<1]=length++;spans[(k++<<1)|1]=node;}
44 chunks[k]=text;spans[k<<1]=length;length+=text.length;spans[(k++<<1)|1]=node;}
46 walk(node);return{sourceCode:chunks.join('').replace(/\n$/,''),spans:spans};}
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dfloat.el185 (defun f* (a1 a2) ; multiply in halfword chunks
434 (expt 0) (chunks 0) (tens 0) (exponent _f1)
446 (setq chunks (/ expt decimal-digits)
448 ; divide or multiply by "chunks" of 10**6
449 (while (> chunks 0)
451 chunks (1- chunks)))
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkFont.c57 * and displayed by low-level text calls. In general, chunks will be delimited
60 * chunk, but not between characters in different chunks.
96 int numChunks; /* Number of chunks actually used in following
98 LayoutChunk chunks[1]; /* Array of chunks. The actual size will be member in struct:TextLayout
2165 * Remember width of this line, so that all chunks on this line can be
2181 if (layoutPtr->chunks[layoutPtr->numChunks - 1].start[0] == '\n') {
2202 layoutPtr->chunks[0].start = string;
2203 layoutPtr->chunks[0].numBytes = 0;
2204 layoutPtr->chunks[
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkFont.c59 * and displayed by low-level text calls. In general, chunks will be
63 * chunks.
99 int numChunks; /* Number of chunks actually used in
101 LayoutChunk chunks[1]; /* Array of chunks. The actual size will member in struct:TextLayout
2040 * Remember width of this line, so that all chunks on this line
2057 if (layoutPtr->chunks[layoutPtr->numChunks - 1].start[0] == '\n') {
2078 layoutPtr->chunks[0].start = string;
2079 layoutPtr->chunks[0].numBytes = 0;
2080 layoutPtr->chunks[
[all...]
/macosx-10.10.1/libauto-186/
H A DDefinitions.h874 // Manages a set of pointers as a queue of discontinguous page-sized chunks. This uses memory more efficiently
888 template <class Visitor> inline void visitPointerChunks(PointerChunk *chunks, usword_t count, Visitor& visitor) { argument
889 PointerChunk *chunk = chunks;
954 PointerChunk *chunks() { return _head; } function in class:Auto::PointerQueue
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm57 It will store the chunks of data as they arrive, only to pass the B<entire>
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm57 It will store the chunks of data as they arrive, only to pass the B<entire>
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c1701 int numChunks; /* Number of chunks actually used in
1709 LayoutChunk chunks[1]; /* Array of chunks. The actual size will member in struct:LayoutInfo
1757 chunkPtr = &layoutPtr->chunks[layoutPtr->numChunks];
1941 &layoutPtr->chunks[layoutPtr->numChunks - 1] : NULL;
1957 if (layoutPtr->chunks[layoutPtr->numChunks - 1].start[0] == '\n') {
1972 /* Fiddle with chunks on the last line to add ellipsis if there is some
1980 chunkPtr = &layoutPtr->chunks[layoutPtr->numChunks - 1];
1984 chunkPtr = &layoutPtr->chunks[n];
2020 if (layoutPtr->chunks[layoutPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt121 The table tries not to allocate huge chunks of screen real estate if

Completed in 375 milliseconds

12