Searched refs:CACHE_SIZE (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomalloc.c55 #define CACHE_SIZE 4 macro
95 struct domAllocBlock * blockCache[CACHE_SIZE];
124 for (i=0; i < CACHE_SIZE; i++) bins.blockCache[i] = NULL;
382 for (i=0; i < CACHE_SIZE; i++) {
524 for (i=0; i < CACHE_SIZE; i++) {
571 for (i=1; i < CACHE_SIZE; i++) {
574 bins.blockCache[CACHE_SIZE-1] = block;
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dsegtb.c44 #define CACHE_SIZE 8 macro
116 cache_data table_cache[CACHE_SIZE];
713 three_piece_data = malloc(CACHE_SIZE * THREE_PIECE_SIZE);
725 for(i = 0; i < CACHE_SIZE; i++)
737 (CACHE_SIZE * THREE_PIECE_SIZE) / 1024);
907 for(i = 0; i < CACHE_SIZE; i++)
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_file.h63 /* NB CACHE_SIZE must be > 1 */
64 #define CACHE_SIZE 256 macro
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dtt-bench.pl94 CACHE_SIZE => 64,
103 CACHE_SIZE => 64,
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dtt-bench.pl94 CACHE_SIZE => 64,
103 CACHE_SIZE => 64,
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DProvider.pm342 my $size = $params->{ CACHE_SIZE };
357 # don't allow a CACHE_SIZE 1 because it breaks things and the
1021 $output .= sprintf($format, 'CACHE_SIZE', $size);
1272 =head2 CACHE_SIZE
1274 The L<CACHE_SIZE|Template::Manual::Config#CACHE_SIZE> option can be used to
1276 default, the L<CACHE_SIZE|Template::Manual::Config#CACHE_SIZE> is undefined
1280 CACHE_SIZE => 64, # only cache 64 compiled templates
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DProvider.pm342 my $size = $params->{ CACHE_SIZE };
357 # don't allow a CACHE_SIZE 1 because it breaks things and the
1021 $output .= sprintf($format, 'CACHE_SIZE', $size);
1272 =head2 CACHE_SIZE
1274 The L<CACHE_SIZE|Template::Manual::Config#CACHE_SIZE> option can be used to
1276 default, the L<CACHE_SIZE|Template::Manual::Config#CACHE_SIZE> is undefined
1280 CACHE_SIZE => 64, # only cache 64 compiled templates
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_method.c5 #define CACHE_SIZE 0x800 macro
28 static struct cache_entry cache[CACHE_SIZE];
38 end = ent + CACHE_SIZE;
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c244 _asl_put_32(CACHE_SIZE, buf + DB_HEADER_CSIZE_OFFSET);
607 if (((s->flags & ASL_FILE_FLAG_UNLIMITED_CACHE) == 0) && (s->string_count == CACHE_SIZE))
613 /* NB CACHE_SIZE must be > 1 */
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm580 =head3 CACHE_SIZE
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm580 =head3 CACHE_SIZE

Completed in 321 milliseconds