OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARRAY_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/
unichromemode.h
30
#define
ARRAY_SIZE
(x) (sizeof((x)) / sizeof((x)[0]))
95
#define NUM_TOTAL_RES_MAP_REFRESH
ARRAY_SIZE
(res_map_refresh_tbl)
151
#define NUM_TOTAL_CN400_ModeXregs
ARRAY_SIZE
(CN400_ModeXregs)
222
#define NUM_TOTAL_CN900_ModeXregs
ARRAY_SIZE
(CN900_ModeXregs)
281
#define NUM_TOTAL_KM400_ModeXregs
ARRAY_SIZE
(KM400_ModeXregs)
344
#define NUM_TOTAL_CX700_ModeXregs
ARRAY_SIZE
(CX700_ModeXregs)
389
#define NUM_TOTAL_CLE266_ModeXregs
ARRAY_SIZE
(CLE266_ModeXregs)
398
{VIA_RES_1024X768,
ARRAY_SIZE
(PM1024x768), PM1024x768}
400
#define NUM_TOTAL_PATCH_MODE
ARRAY_SIZE
(res_patch_table)
641
{ VIA_RES_640X480, CRTM640x480,
ARRAY_SIZE
(CRTM640x480)}
[
all
...]
sv.c
133
#define
ARRAY_SIZE
(foo) ((sizeof(foo)) / sizeof(foo[0]))
518
p->segs,
ARRAY_SIZE
(p->segs), &p->nsegs, BUS_DMA_WAITOK);
892
#define SV_LAST_MIXER (SV_DEVICES_PER_PORT * (
ARRAY_SIZE
(ports)) + SV_LAST_CLASS)
957
dip->un.e.num_mem =
ARRAY_SIZE
(record_sources);
958
for (i = 0; i <
ARRAY_SIZE
(record_sources); i++) {
1092
for (idx = 0; idx <
ARRAY_SIZE
(record_sources); idx++) {
1309
for (i = 0; i <
ARRAY_SIZE
(ports); i++) {
/src/sys/external/bsd/common/include/linux/
kernel.h
136
#define
ARRAY_SIZE
(ARRAY) __arraycount(ARRAY)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h
339
#define
ARRAY_SIZE
(a) (sizeof(a)/sizeof((a)[0]))
/src/sys/kern/
vfs_subr.c
1198
#define
ARRAY_SIZE
(arr) (sizeof(arr) / sizeof(arr[0]))
1200
((unsigned int)(idx) <
ARRAY_SIZE
(arr) ? (arr)[(idx)] : "UNKNOWN")
1228
#undef
ARRAY_SIZE
/src/sys/dev/pci/cxgb/
cxgb_osdep.h
324
#define
ARRAY_SIZE
(x) (sizeof(x) / sizeof((x)[0]))
Completed in 23 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025