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

/macosx-10.10/emacs-93/emacs/src/
H A Dregion-cache.h72 buffer positions) is "known," for the purposes of CACHE (e.g. "has
75 struct region_cache *CACHE,
78 /* Indicate that a section of BUF has changed, to invalidate CACHE.
87 struct region_cache *CACHE,
100 the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest
103 struct region_cache *CACHE,
108 the purposes of CACHE. If NEXT is non-zero, set *NEXT to the nearest
111 struct region_cache *CACHE,
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dcpuid.c61 CACHE, /* Cache */ enumerator in enum:__anon15253
115 { 0x06, CACHE, L1_INST, 4, 8*K, 32 },
116 { 0x08, CACHE, L1_INST, 4, 16*K, 32 },
117 { 0x09, CACHE, L1_INST, 4, 32*K, 64 },
118 { 0x0A, CACHE, L1_DATA, 2, 8*K, 32 },
120 { 0x0C, CACHE, L1_DATA, 4, 16*K, 32 },
121 { 0x0D, CACHE, L1_DATA, 4, 16*K, 64 },
122 { 0x0E, CACHE, L1_DATA, 6, 24*K, 64 },
123 { 0x21, CACHE, L2, 8, 256*K, 64 },
124 { 0x22, CACHE, L3_2LINESECTO
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmclear.c56 CACHE(vd)[s] = NIL(Block_t*);
71 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))];
72 CACHE(vd)[C_INDEX(SIZE(tp))] = tp;
H A Dvmbest.c124 for(t = CACHE(vd)[C_INDEX(SIZE(b))]; t; t = LINK(t))
130 for(t = CACHE(vd)[S_CACHE]; t; t = LINK(t))
377 { LINK(fp) = CACHE(vd)[S_CACHE]; CACHE(vd)[S_CACHE] = fp;
383 { list = CACHE(vd)[n]; CACHE(vd)[n] = NIL(Block_t*);
592 LINK(bp) = CACHE(vd)[C_INDEX(SIZE(bp))];
593 CACHE(vd)[C_INDEX(SIZE(bp))] = bp;
656 LINK(tp) = CACHE(vd)[S_CACHE];
657 CACHE(v
[all...]
H A Dvmprivate.c173 LINK(tp) = CACHE(vd)[C_INDEX(SIZE(tp))];
174 CACHE(vd)[C_INDEX(SIZE(tp))] = tp;
H A Dvmopen.c126 CACHE(vd)[k] = NIL(Block_t*);
H A Dvmhdr.h303 #define CACHE(vd) ((vd)->cache) macro
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dscanner.c485 #define CACHE(parser,length) \ macro
864 if (!CACHE(parser, 1))
892 if (!CACHE(parser, 4))
1936 if (!CACHE(parser, 1)) return 0;
1951 if (!CACHE(parser, 1)) return 0;
1957 if (!CACHE(parser, 1)) return 0;
1965 if (!CACHE(parser, 1)) return 0;
1973 if (!CACHE(parser, 2)) return 0;
2069 if (!CACHE(parser, 1)) goto error;
2073 if (!CACHE(parse
[all...]
/macosx-10.10/gnudiff-19/diffutils/ms/
H A Dconfig.bat35 set CACHE=enabled variable
36 if not "%CACHE%" == "enabled" goto small_env
43 Rem Special arguments are: NLS, XSRC CACHE and DEPS.
61 if "%1" == "no-CACHE" goto cache_off
62 if not "%1" == "NO-CACHE" goto dependency_opt
64 if "%1" == "no-cache" set CACHE=disabled variable
65 if "%1" == "no-CACHE" set CACHE=disabled variable
66 if "%1" == "NO-CACHE" set CACHE variable
109 set CACHE= variable
259 set CACHE= variable
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregcache.c32 #define CACHE 8 /* default # cached re's */ macro
113 if (!(matchstate.cache = newof(0, Cache_t*, CACHE, 0)))
115 matchstate.size = CACHE;
/macosx-10.10/apache-793/httpd/build/
H A Dmake_nw_export.awk32 /^[ \t]*(AP|DAV|CACHE)([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)]([^ ]* )*[^(]+[(]/ {
33 sub("[ \t]*(AP|DAV|CACHE)([RU]|_CORE)?_DECLARE[^(]*[(][^)]*[)][ \t]*", "")
/macosx-10.10/xnu-2782.1.97/tools/
H A Dxcrun_cache.sh22 CACHE=0
29 CACHE=1
35 CACHE=0
85 if [ $CACHE -eq 1 ]; then
/macosx-10.10/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat30 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
47 if "%1" == "CACHE" goto NextArgument
49 if "%1" == "no-CACHE" goto NoCaching
50 if "%1" == "NO-CACHE" goto NoCaching
54 if "%1" == "no-CACHE" set CACHING=disabled
55 if "%1" == "NO-CACHE" set CACHING=disabled
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache.h182 APR_DECLARE_EXTERNAL_HOOK(cache, CACHE, int, cache_status, (cache_handle_t *h,
H A Dmod_cache.c40 * CACHE handler
494 * CACHE_SAVE filter by inserting the CACHE filter as a
497 * If so, we get cunning and replace CACHE with the
501 * lie before and after the original location of the CACHE
508 r, APLOGNO(00758) "Replacing CACHE with CACHE_SAVE "
573 * inserting the CACHE filter as a marker?
575 * If so, we get cunning and replace CACHE with the CACHE_OUT filters.
578 * lie *after* the original location of the CACHE filter will remain in
584 r, APLOGNO(00761) "Replacing CACHE with CACHE_OUT filter for %s",
630 "CACHE/CACHE_OU
[all...]
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-arm64.s119 #define CACHE 16 define
196 ldp x10, x11, [x9, #CACHE] // x10 = buckets, x11 = occupied|mask
H A Dobjc-msg-arm.s192 #define CACHE 8 define
321 ldr r9, [r9, #CACHE] // r9 = buckets
/macosx-10.10/libiconv-42/libiconv/djgpp/
H A Dconfig.bat35 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
52 if "%1" == "CACHE" goto NextArgument
54 if "%1" == "no-CACHE" goto NoCaching
55 if "%1" == "NO-CACHE" goto NoCaching
59 if "%1" == "no-CACHE" set CACHING=disabled
60 if "%1" == "NO-CACHE" set CACHING=disabled
/macosx-10.10/vim-55/runtime/syntax/
H A Dcmake.vim38 \ ABSOLUTE AND BOOL CACHE COMMAND DEFINED DOC EQUAL EXISTS EXT FALSE GREATER INTERNAL LESS MATCHES NAME NAMES NAME_WE NOT OFF ON OR PATH PATHS PROGRAM STREQUAL STRGREATER STRING STRLESS TRUE
H A Dcsc.vim123 sy match cscCom "^\s*\<SET\s\+CACHE"
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt61 SET(_WIN32_WINNT 0x0500 CACHE INTERNAL "Setting _WIN32_WINNT to 0x0500 for Windows 2000 APIs")
62 SET(WINVER 0x0500 CACHE INTERNAL "Setting WINVER to 0x0500 for Windows 2000 APIs")
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl168 set provider [map::slippy::cache CACHE $cachedir FETCH]
172 #provider [map::slippy::prefetcher PREFE CACHE]
/macosx-10.10/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb319 opt.on("--dump=CACHE", File,
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm3270 open CACHE,">$filename" or Carp::croak "Could not open cache file for writing: $!";
3271 print CACHE $contents;
3272 close CACHE;
3283 open (CACHE, "<$cached_file");
3284 my @stat = stat($cached_file) unless eof(CACHE);
3285 close CACHE;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dresolver.c3931 #define CACHE(r) (((r)->attributes & DNS_RDATASETATTR_CACHE) != 0) macro
4467 if (!CACHE(rdataset))
5011 if (!CACHE(rdataset)) {

Completed in 342 milliseconds