Symbol: cache
lib/libc/citrus/modules/citrus_utf7.c
214
if (psenc->bits > 0 || psenc->cache > 0)
lib/libc/citrus/modules/citrus_utf7.c
226
if (psenc->ch[i] == BASE64_OUT && psenc->cache == 0) {
lib/libc/citrus/modules/citrus_utf7.c
237
psenc->bits = psenc->cache = 0;
lib/libc/citrus/modules/citrus_utf7.c
245
psenc->cache =
lib/libc/citrus/modules/citrus_utf7.c
246
(psenc->cache << BASE64_BIT) | len;
lib/libc/citrus/modules/citrus_utf7.c
253
*u16 = (psenc->cache >> psenc->bits)
lib/libc/citrus/modules/citrus_utf7.c
300
hi = (psenc->cache >> 2) & UTF16_MAX;
lib/libc/citrus/modules/citrus_utf7.c
362
i = (psenc->cache << bits) & BASE64_MAX;
lib/libc/citrus/modules/citrus_utf7.c
366
psenc->bits = psenc->cache = 0;
lib/libc/citrus/modules/citrus_utf7.c
391
psenc->cache = (psenc->cache << UTF16_BIT) | u16;
lib/libc/citrus/modules/citrus_utf7.c
395
i = (psenc->cache >> bits) & BASE64_MAX;
lib/libc/citrus/modules/citrus_utf7.c
482
pos = (psenc->cache << bits) & BASE64_MAX;
lib/libc/citrus/modules/citrus_utf7.c
487
psenc->bits = psenc->cache = 0;
lib/libc/citrus/modules/citrus_utf7.c
67
cache: 22, /* 22 = BASE64_BIT + UTF16_BIT */
lib/libc/locale/global_locale.c
149
.cache = &_C_cache,
lib/libc/locale/global_locale.c
177
.cache = &_C_cache,
lib/libc/locale/localeconv.c
50
return __UNCONST(&loc->cache->ldata);
lib/libc/locale/setlocale.c
100
cache->errlistp = &cache->errlist;
lib/libc/locale/setlocale.c
101
cache->errlist_prefix = NULL;
lib/libc/locale/setlocale.c
102
ldata = &cache->ldata;
lib/libc/locale/setlocale.c
130
SLIST_INSERT_HEAD(&caches, cache, cache_link);
lib/libc/locale/setlocale.c
132
loc->cache = cache;
lib/libc/locale/setlocale.c
180
struct _locale_cache_t *cache;
lib/libc/locale/setlocale.c
186
cache = malloc(sizeof(*cache));
lib/libc/locale/setlocale.c
187
if (cache == NULL)
lib/libc/locale/setlocale.c
191
_setlocale_cache(loc, cache);
lib/libc/locale/setlocale.c
64
_setlocale_cache(locale_t loc, struct _locale_cache_t *cache)
lib/libc/locale/setlocale.c
85
loc->cache = old_cache;
lib/libc/locale/setlocale.c
86
free(cache);
lib/libc/locale/setlocale.c
90
if (cache == NULL) {
lib/libc/locale/setlocale.c
91
cache = malloc(sizeof(*cache));
lib/libc/locale/setlocale.c
92
if (cache == NULL)
lib/libc/locale/setlocale.c
96
cache->monetary_name = monetary_name;
lib/libc/locale/setlocale.c
97
cache->numeric_name = numeric_name;
lib/libc/locale/setlocale.c
98
cache->message_name = message_name;
lib/libc/locale/setlocale.c
99
cache->errlist = NULL;
lib/libc/locale/setlocale_local.h
59
const struct _locale_cache_t *cache;
lib/libc/string/strerror_r.c
119
errlist = *loc->cache->errlistp;
lib/libc/string/strerror_r.c
123
errlist = *loc->cache->errlistp;
lib/libc/string/strerror_r.c
126
errlist = *LC_C_LOCALE->cache->errlistp;
lib/libc/string/strerror_r.c
134
errlist_prefix = loc->cache->errlist_prefix;
lib/libc/string/strerror_r.c
138
errlist_prefix = loc->cache->errlist_prefix;
lib/libc/string/strerror_r.c
141
errlist_prefix = LC_C_LOCALE->cache->errlist_prefix;
lib/libc/string/strerror_r.c
67
if (loc->cache->errlist_prefix == NULL) {
lib/libc/string/strerror_r.c
73
if (atomic_cas_ptr(__UNCONST(&loc->cache->errlist_prefix),
lib/libc/string/strerror_r.c
78
if (loc->cache->errlist)
lib/libc/string/strerror_r.c
90
if (atomic_cas_ptr(__UNCONST(&loc->cache->errlist), NULL, errlist) != NULL)
lib/libc/time/zic.c
1889
itssymlink(char const *name, int *cache)
lib/libc/time/zic.c
1891
if (*cache == -2) {
lib/libc/time/zic.c
1893
*cache = readlink(name, &c, 1) < 0 ? 0 : c == '/' ? 1 : -1;
lib/libc/time/zic.c
1895
return *cache;
lib/libintl/gettext_iconv.c
114
const struct cache *cache;
lib/libintl/gettext_iconv.c
169
cache = cache_find(origmsg, db);
lib/libintl/gettext_iconv.c
170
if (cache) {
lib/libintl/gettext_iconv.c
171
result = cache->c_resultmsg;
lib/libintl/gettext_iconv.c
50
static const struct cache *cache_find(const char *, struct domainbinding *);
lib/libintl/gettext_iconv.c
57
static const struct cache *
lib/libintl/gettext_iconv.c
60
struct cache key;
lib/libintl/gettext_iconv.c
61
struct cache **c;
lib/libintl/gettext_iconv.c
72
struct cache *c;
lib/libintl/gettext_iconv.c
92
const struct cache *a = va;
lib/libintl/gettext_iconv.c
93
const struct cache *b = vb;
regress/sys/kern/allocfree/allocfree.c
126
p = pool_cache_get(cache, PR_WAITOK);
regress/sys/kern/allocfree/allocfree.c
129
pool_cache_put(cache, p);
regress/sys/kern/allocfree/allocfree.c
264
cache = pool_cache_init(sz, 0, 0, 0, "tcache",
regress/sys/kern/allocfree/allocfree.c
268
pool_cache_destroy(cache);
regress/sys/kern/allocfree/allocfree.c
61
static pool_cache_t cache;
sys/arch/acorn32/acorn32/rpc_machdep.c
346
int cache;
sys/arch/acorn32/acorn32/rpc_machdep.c
775
l1_sec_table[loop].cache);
sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
323
int cache;
sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c
717
l1_sec_table[loop].cache);
sys/arch/arm/arm32/arm32_kvminit.c
374
int prot, int cache, bool zero_p)
sys/arch/arm/arm32/arm32_kvminit.c
425
pv->pv_cache = cache;
sys/arch/arm/arm32/arm32_kvminit.c
431
if (cache == PTE_PAGETABLE
sys/arch/arm/arm32/pmap.c
6907
pmap_map_section(vaddr_t l1pt, vaddr_t va, paddr_t pa, int prot, int cache)
sys/arch/arm/arm32/pmap.c
6915
switch (cache) {
sys/arch/arm/arm32/pmap.c
6946
pmap_map_entry(vaddr_t l1pt, vaddr_t va, paddr_t pa, int prot, int cache)
sys/arch/arm/arm32/pmap.c
6955
switch (cache) {
sys/arch/arm/arm32/pmap.c
7023
int prot, int cache)
sys/arch/arm/arm32/pmap.c
7037
switch (cache) {
sys/arch/arm/arm32/pmap.c
7186
int cache;
sys/arch/arm/arm32/pmap.c
7189
cache = PTE_DEV;
sys/arch/arm/arm32/pmap.c
7192
cache = PTE_NOCACHE;
sys/arch/arm/arm32/pmap.c
7195
cache = PTE_CACHE;
sys/arch/arm/arm32/pmap.c
7199
return pmap_map_chunk(root, va, pa, size, prot, cache);
sys/arch/arm/ep93xx/ep93xxvar.h
63
int cache;
sys/arch/arm/ixp12x0/ixp12x0var.h
85
int cache;
sys/arch/arm/xscale/ixp425var.h
124
int cache;
sys/arch/emips/ebus/dz_ebus.c
696
static int cache = -1;
sys/arch/emips/ebus/dz_ebus.c
698
if (cache != -1)
sys/arch/emips/ebus/dz_ebus.c
699
return cache;
sys/arch/emips/ebus/dz_ebus.c
701
return cache = cdevsw_lookup_major(&dz_cdevsw);
sys/arch/ews4800mips/include/sbd.h
40
uint32_t cache :1;
sys/arch/ews4800mips/stand/common/boot.c
209
printf("cache=%d, ", sbd->cache);
sys/arch/netwinder/netwinder/netwinder_machdep.c
318
int cache;
sys/arch/netwinder/netwinder/netwinder_machdep.c
656
l1_sec_table[loop].cache);
sys/arch/pmax/ibus/dz_ibus.c
232
static int cache = -1;
sys/arch/pmax/ibus/dz_ibus.c
234
if (cache != -1)
sys/arch/pmax/ibus/dz_ibus.c
235
return (cache);
sys/arch/pmax/ibus/dz_ibus.c
237
return (cache = cdevsw_lookup_major(&dz_cdevsw));
sys/arch/sparc64/dev/ffb.c
599
int32_t cache = sc->sc_fifo_cache;
sys/arch/sparc64/dev/ffb.c
601
if (cache < n) {
sys/arch/sparc64/dev/ffb.c
603
cache = FBC_READ(sc, FFB_FBC_UCSR);
sys/arch/sparc64/dev/ffb.c
604
cache = (cache & FBC_UCSR_FIFO_MASK) - 8;
sys/arch/sparc64/dev/ffb.c
605
} while (cache < n);
sys/arch/sparc64/dev/ffb.c
607
sc->sc_fifo_cache = cache - n;
sys/arch/sparc64/include/pte.h
257
#define SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
sys/arch/sparc64/include/pte.h
259
((cache)?((aliased)?SUN4U_TLB_CP:SUN4U_TLB_CACHE_MASK):((wc)?0LL:SUN4U_TLB_E))|\
sys/arch/sparc64/include/pte.h
262
#define SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
sys/arch/sparc64/include/pte.h
265
((cache)?((aliased)?SUN4V_TLB_CP:SUN4V_TLB_CACHE_MASK):((wc)?0LL:SUN4V_TLB_E))|\
sys/arch/sparc64/include/pte.h
269
#define TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
sys/arch/sparc64/include/pte.h
270
(CPU_ISSUN4V ? SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) : \
sys/arch/sparc64/include/pte.h
271
SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc))
sys/compat/linux/arch/m68k/linux_machdep.c
825
int scope, cache;
sys/compat/linux/arch/m68k/linux_machdep.c
831
cache = SCARG(uap, cache);
sys/compat/linux/arch/m68k/linux_machdep.c
834
|| cache & ~LINUX_FLUSH_CACHE_BOTH)
sys/compat/linux/arch/m68k/linux_machdep.c
863
if (cache & LINUX_FLUSH_CACHE_DATA)
sys/compat/linux/arch/m68k/linux_machdep.c
866
if (cache & LINUX_FLUSH_CACHE_INSN)
sys/compat/linux/arch/m68k/linux_syscallargs.h
445
syscallarg(int) cache;
sys/compat/linux/arch/mips/linux_syscallargs.h
477
syscallarg(int) cache;
sys/dev/ic/cissreg.h
293
u_int8_t cache;
sys/dev/ic/sti.c
454
r->cache ? " cache" : "", r->btlb ? " btlb" : "",
sys/dev/ic/sti.c
469
BUS_SPACE_MAP_LINEAR | (r->cache ?
sys/dev/ic/stireg.h
185
u_int cache : 1; /* map in cache */
sys/dev/pci/arcmsr.c
1018
req_cvolset.cache = 1; /* always enabled */
sys/dev/pci/arcmsr.c
915
uint8_t cache;
sys/dev/pci/arcmsrvar.h
286
uint8_t cache;
sys/dev/rcons/raster.h
120
struct raster_fontcache* cache;
sys/dev/rcons/raster_text.c
148
if ( rf->cache == (struct raster_fontcache*) -1 )
sys/dev/rcons/raster_text.c
152
rf->cache = (struct raster_fontcache*)
sys/dev/rcons/raster_text.c
154
if ( rf->cache != (struct raster_fontcache*) 0 )
sys/dev/rcons/raster_text.c
156
rf->cache->cr[c] = (struct raster*) 0;
sys/dev/rcons/raster_text.c
159
if ( rf->cache != (struct raster_fontcache*) 0 )
sys/dev/rcons/raster_text.c
165
cr = rf->cache->cr[ch];
sys/dev/rcons/raster_text.c
170
if ( rf->cache->color[ch] == color )
sys/dev/rcons/raster_text.c
182
rf->cache->color[ch] = color;
sys/dev/rcons/raster_text.c
197
rf->cache->color[ch] = color;
sys/dev/rcons/raster_text.c
198
charrast = rf->cache->cr[ch] = cr;
sys/dev/sdmmc/ld_sdmmc.c
326
const bool sd_cache = sc->sc_sf->ssr.cache;
sys/dev/sdmmc/sdmmc_mem.c
1471
sf->ssr.cache = true;
sys/dev/sdmmc/sdmmc_mem.c
947
if (sf->ssr.cache && sf->ext_sd.pef.valid) {
sys/dev/sdmmc/sdmmcvar.h
76
bool cache; /* cache supported */
sys/kern/kern_heartbeat.c
634
unsigned count, uptime, cache, stamp, d;
sys/kern/kern_heartbeat.c
664
cache = atomic_load_relaxed(&curcpu()->ci_heartbeat_uptime_cache);
sys/kern/kern_heartbeat.c
665
if (__predict_true(cache == uptime)) {
sys/kern/kern_heartbeat.c
700
d = uptime - cache;
sys/kern/sys_pipe.c
306
pipe_create(struct pipe **pipep, pool_cache_t cache, struct timespec *nt)
sys/kern/sys_pipe.c
311
pipe = pool_cache_get(cache, PR_WAITOK);
sys/kern/sys_pipe.c
317
if (cache == pipe_rd_cache) {
sys/nfs/nfs_serv.c
1076
int error = 0, rdonly, cache = 0, len = 0, forat_ret = 1;
sys/nfs/nfs_serv.c
1434
int error = 0, cache = 0, len, tsize, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
1674
int error = 0, cache = 0, len, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
174
int error = 0, rdonly, cache = 0, getret;
sys/nfs/nfs_serv.c
1828
int error = 0, cache = 0, len, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
1908
int error = 0, cache = 0, fdirfor_ret = 1, fdiraft_ret = 1;
sys/nfs/nfs_serv.c
2177
int error = 0, rdonly, cache = 0, len, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
2280
int error = 0, cache = 0, dirfor_ret = 1, diraft_ret = 1, abort = 0;
sys/nfs/nfs_serv.c
239
int error = 0, rdonly, cache = 0;
sys/nfs/nfs_serv.c
2423
int error = 0, cache = 0, len, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
2544
int error = 0, cache = 0, len, dirfor_ret = 1, diraft_ret = 1;
sys/nfs/nfs_serv.c
2689
int siz, cnt, fullsiz, eofflag, rdonly, cache = 0, ncookies;
sys/nfs/nfs_serv.c
280
int error = 0, rdonly, cache = 0, preat_ret = 1, postat_ret = 1;
sys/nfs/nfs_serv.c
2956
int siz, cnt, fullsiz, eofflag, rdonly, cache = 0, dirlen, ncookies;
sys/nfs/nfs_serv.c
3280
int error = 0, rdonly, for_ret = 1, aft_ret = 1, cache = 0;
sys/nfs/nfs_serv.c
3337
int error = 0, rdonly, cache = 0, getret = 1;
sys/nfs/nfs_serv.c
3406
int error = 0, rdonly, cache = 0, getret = 1;
sys/nfs/nfs_serv.c
3476
int error = 0, rdonly, cache = 0, getret = 1;
sys/nfs/nfs_serv.c
3533
int error = NFSERR_RETVOID, cache = 0;
sys/nfs/nfs_serv.c
3552
int error, cache = 0;
sys/nfs/nfs_serv.c
408
int error = 0, cache = 0, dirattr_ret = 1;
sys/nfs/nfs_serv.c
536
int error = 0, rdonly, cache = 0, i, padlen, getret;
sys/nfs/nfs_serv.c
634
int error = 0, rdonly, cache = 0, getret;
sys/nfs/nfs_serv.c
861
int error = 0, rdonly, cache = 0, len, forat_ret = 1;
sys/nfs/nfs_socket.c
555
nfs_rephead(int siz, struct nfsrv_descript *nd, struct nfssvc_sock *slp, int err, int cache, u_quad_t *frev, struct mbuf **mrq, struct mbuf **mbp, char **bposp)
sys/nfs/nfsm_subs.h
444
(void) nfs_rephead(0, nfsd, slp, error, cache, &frev, \
sys/nfs/nfsm_subs.h
447
(void) nfs_rephead((s), nfsd, slp, error, cache, &frev, \
sys/nfs/nfsm_subs.h
463
(void) nfs_rephead(0, nfsd, slp, error, cache, &frev, \
sys/nfs/nfsm_subs.h
466
(void) nfs_rephead((s), nfsd, slp, error, cache, &frev, \
usr.bin/ftp/ssl.c
291
free(conn->cache.buf);
usr.bin/ftp/ssl.c
344
if (conn->cache.size < nbytes) {
usr.bin/ftp/ssl.c
345
char *tmp = realloc(conn->cache.buf, nbytes);
usr.bin/ftp/ssl.c
349
conn->cache.buf = tmp;
usr.bin/ftp/ssl.c
350
conn->cache.size = nbytes;
usr.bin/ftp/ssl.c
353
memcpy(conn->cache.buf, src, nbytes);
usr.bin/ftp/ssl.c
354
conn->cache.len = nbytes;
usr.bin/ftp/ssl.c
355
conn->cache.pos = 0;
usr.bin/ftp/ssl.c
423
if (conn->cache.len > 0) {
usr.bin/ftp/ssl.c
430
total = (conn->cache.len < len) ? conn->cache.len : len;
usr.bin/ftp/ssl.c
431
memcpy(buf, conn->cache.buf, total);
usr.bin/ftp/ssl.c
433
conn->cache.len -= total;
usr.bin/ftp/ssl.c
434
conn->cache.pos += total;
usr.bin/ftp/ssl.c
83
} cache;
usr.bin/usbhidctl/usbhid.c
168
hidtestrule(struct Susbvar *var, struct usagedata *cache)
usr.bin/usbhidctl/usbhid.c
180
usage_id = cache->usage_id;
usr.bin/usbhidctl/usbhid.c
195
if (cache->isfinal && strind != varlen)
usr.bin/usbhidctl/usbhid.c
228
if (cache->page_name == NULL) {
usr.bin/usbhidctl/usbhid.c
229
cache->page_name = hid_usage_page(HID_PAGE(usage_id));
usr.bin/usbhidctl/usbhid.c
230
cache->page_len = strlen(cache->page_name);
usr.bin/usbhidctl/usbhid.c
237
if (cache->page_len !=
usr.bin/usbhidctl/usbhid.c
239
memcmp(cache->page_name,
usr.bin/usbhidctl/usbhid.c
241
cache->page_len) != 0)
usr.bin/usbhidctl/usbhid.c
262
if (cache->usage_name == NULL) {
usr.bin/usbhidctl/usbhid.c
263
cache->usage_name = hid_usage_in_page(usage_id);
usr.bin/usbhidctl/usbhid.c
264
cache->usage_len = strlen(cache->usage_name);
usr.bin/usbhidctl/usbhid.c
270
if (cache->usage_len != (size_t)(strind - matchindex) ||
usr.bin/usbhidctl/usbhid.c
271
memcmp(cache->usage_name, &varname[matchindex],
usr.bin/usbhidctl/usbhid.c
272
cache->usage_len) != 0)
usr.bin/usbhidctl/usbhid.c
277
if (cache->isfinal)
usr.bin/usbhidctl/usbhid.c
369
struct usagedata cache;
usr.bin/usbhidctl/usbhid.c
371
cache.page_len = 0; /* XXX gcc */
usr.bin/usbhidctl/usbhid.c
372
cache.usage_len = 0; /* XXX gcc */
usr.bin/usbhidctl/usbhid.c
374
cache.isfinal = (colind == collen);
usr.bin/usbhidctl/usbhid.c
375
if (cache.isfinal)
usr.bin/usbhidctl/usbhid.c
376
cache.usage_id = item->usage;
usr.bin/usbhidctl/usbhid.c
378
cache.usage_id = collist[colind];
usr.bin/usbhidctl/usbhid.c
380
cache.usage_name = NULL;
usr.bin/usbhidctl/usbhid.c
381
cache.page_name = NULL;
usr.bin/usbhidctl/usbhid.c
400
matchres = hidtestrule(var, &cache);
usr.sbin/acpitools/acpidump/acpi.c
2782
acpi_print_pptt_cache(ACPI_PPTT_CACHE *cache)
usr.sbin/acpitools/acpidump/acpi.c
2786
printf("\tLength=%d\n", cache->Header.Length);
usr.sbin/acpitools/acpidump/acpi.c
2790
PRINTFLAG(cache->Flags, SIZE_PROPERTY_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2791
PRINTFLAG(cache->Flags, NUMBER_OF_SETS_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2792
PRINTFLAG(cache->Flags, ASSOCIATIVITY_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2793
PRINTFLAG(cache->Flags, ALLOCATION_TYPE_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2794
PRINTFLAG(cache->Flags, CACHE_TYPE_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2795
PRINTFLAG(cache->Flags, WRITE_POLICY_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2796
PRINTFLAG(cache->Flags, LINE_SIZE_VALID);
usr.sbin/acpitools/acpidump/acpi.c
2800
printf("\tNextLevel=0x%08x\n", cache->NextLevelOfCache);
usr.sbin/acpitools/acpidump/acpi.c
2801
if (cache->Flags & ACPI_PPTT_SIZE_PROPERTY_VALID)
usr.sbin/acpitools/acpidump/acpi.c
2802
printf("\tSize=%d\n", cache->Size);
usr.sbin/acpitools/acpidump/acpi.c
2803
if (cache->Flags & ACPI_PPTT_NUMBER_OF_SETS_VALID)
usr.sbin/acpitools/acpidump/acpi.c
2804
printf("\tSets=%d\n", cache->NumberOfSets);
usr.sbin/acpitools/acpidump/acpi.c
2805
if (cache->Flags & ACPI_PPTT_ASSOCIATIVITY_VALID)
usr.sbin/acpitools/acpidump/acpi.c
2806
printf("\tAssociativity=%d\n", cache->Associativity);
usr.sbin/acpitools/acpidump/acpi.c
2807
if (cache->Flags & ACPI_PPTT_ALLOCATION_TYPE_VALID) {
usr.sbin/acpitools/acpidump/acpi.c
2809
switch (cache->Attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) {
usr.sbin/acpitools/acpidump/acpi.c
2822
if (cache->Flags & ACPI_PPTT_CACHE_TYPE_VALID) {
usr.sbin/acpitools/acpidump/acpi.c
2824
switch (cache->Attributes & ACPI_PPTT_MASK_CACHE_TYPE) {
usr.sbin/acpitools/acpidump/acpi.c
2837
if (cache->Flags & ACPI_PPTT_WRITE_POLICY_VALID)
usr.sbin/acpitools/acpidump/acpi.c
2839
(cache->Attributes & ACPI_PPTT_MASK_WRITE_POLICY) ?
usr.sbin/acpitools/acpidump/acpi.c
2842
if (cache->Flags & ACPI_PPTT_LINE_SIZE_VALID)
usr.sbin/acpitools/acpidump/acpi.c
2843
printf("\tLine size=%d\n", cache->LineSize);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
380
static uint64_t cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
386
cache <<= 8;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
387
cache |= *data & 0xff;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
396
tmp_cache = cache >> cache_pos;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
401
*sample = (uint32_t)cache;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
404
cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
408
tmp_cache = cache & __BITS((uintmax_t)(numbits + cache_pos),
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
410
cache &= ~tmp_cache;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
420
static uint64_t cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
428
tmp_cache = (uint8_t)(cache >> cache_pos);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
433
*data = (uint8_t)cache;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
434
cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
438
cache <<= numbits;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
439
cache |= sample & __BITS((uintmax_t)numbits, 0);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
442
tmp_cache = (uint8_t)(cache >> cache_pos);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
453
static uint64_t cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
464
tmp_cache = (uint8_t)(cache >> cache_pos);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
469
*data = (uint8_t)cache;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
470
cache = 0;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
474
cache <<= numbits;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
475
cache |= sample & __BITS((uintmax_t)numbits, 0);
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
478
tmp_cache = (uint8_t)(cache >> cache_pos);
usr.sbin/mrouted/snmp.c
601
struct listaddr *cache;
usr.sbin/mrouted/snmp.c
620
if (!(cache = find_cache(grp, vifi)))
usr.sbin/mrouted/snmp.c
638
cache = next_cache(grp,&vifi);
usr.sbin/mrouted/snmp.c
639
if (!cache)
usr.sbin/mrouted/snmp.c
642
put_address(newname, cache->al_addr, vp->namelen);
usr.sbin/mrouted/snmp.c
648
if (!(cache = next_cache(grp,&vifi)))
usr.sbin/mrouted/snmp.c
651
put_address(newname, cache->al_addr, vp->namelen);
usr.sbin/mrouted/snmp.c
672
if (in_multi.inm_addr.s_addr == cache->al_addr) {
usr.sbin/mrouted/snmp.c
683
return (u_char *) &cache->al_genid;
usr.sbin/mrouted/snmp.c
688
long_return = (currtime - cache->al_ctime)*100;
usr.sbin/mrouted/snmp.c
693
long_return = secs_remaining(cache->al_timerid)*100;