HomeSort by: relevance | last modified time | path
    Searched defs:ARRAY_SIZE (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
solib-search-lib1.c 20 #ifndef ARRAY_SIZE
21 #define ARRAY_SIZE 1
24 const int lib1_array[ARRAY_SIZE] = { 42 };
25 const int lib1_size = ARRAY_SIZE;
solib-search-lib2.c 20 #ifndef ARRAY_SIZE
21 #define ARRAY_SIZE 1
24 const int lib2_array[ARRAY_SIZE] = { 42 };
25 const int lib2_size = ARRAY_SIZE;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
solib-search-lib1.c 20 #ifndef ARRAY_SIZE
21 #define ARRAY_SIZE 1
24 const int lib1_array[ARRAY_SIZE] = { 42 };
25 const int lib1_size = ARRAY_SIZE;
solib-search-lib2.c 20 #ifndef ARRAY_SIZE
21 #define ARRAY_SIZE 1
24 const int lib2_array[ARRAY_SIZE] = { 42 };
25 const int lib2_size = ARRAY_SIZE;
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
array.h 67 #define ARRAY_SIZE(name) name##vsize
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
array.h 67 #define ARRAY_SIZE(name) name##vsize
  /src/external/gpl2/dtc/dist/tests/
integer-expressions.c 57 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
78 for (i = 0; i < ARRAY_SIZE(expr_table); i++)
92 if (reslen != (ARRAY_SIZE(expr_table) * sizeof(uint32_t)))
94 reslen, ARRAY_SIZE(expr_table) * sizeof(uint32_t));
96 for (i = 0; i < ARRAY_SIZE(expr_table); i++)
tests.h 26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /src/external/gpl2/dtc/dist/
util.h 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
util.h 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /src/external/bsd/jemalloc/include/jemalloc/internal/
util.h 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /src/external/gpl3/gcc/dist/gcc/config/avr/
gen-avr-mmcu-texi.cc 26 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
31 mcus[ARRAY_SIZE (avr_mcu_types)];
61 int i, n = (int) (ARRAY_SIZE (prefixes));
190 for (i = 0; i < ARRAY_SIZE (avr_texinfo); i++)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-explore.c 18 #define ARRAY_SIZE 10
40 SS sa[ARRAY_SIZE];
46 struct SimpleStruct sa[ARRAY_SIZE];
72 for (i = 0; i < ARRAY_SIZE; i++)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-explore.c 18 #define ARRAY_SIZE 10
40 SS sa[ARRAY_SIZE];
46 struct SimpleStruct sa[ARRAY_SIZE];
72 for (i = 0; i < ARRAY_SIZE; i++)
  /src/external/public-domain/xz/dist/src/common/
sysdefs.h 209 #ifndef ARRAY_SIZE
210 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 26 # undef ARRAY_SIZE
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cpp 25 # undef ARRAY_SIZE
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cpp 25 # undef ARRAY_SIZE
  /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...]
  /src/external/gpl3/binutils/dist/include/
libiberty.h 744 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 744 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /src/external/gpl3/gcc/dist/libcpp/
makeuname2c.cc 61 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
227 i = ARRAY_SIZE (generated_ranges);
231 for (i = 0; i < ARRAY_SIZE (generated_ranges); ++i)
235 if (i != ARRAY_SIZE (generated_ranges))
503 for (i = 0; i < ARRAY_SIZE (generated_ranges); ++i)
517 if (i < ARRAY_SIZE (generated_ranges))
747 for (i = 0; i < ARRAY_SIZE (generated_ranges); ++i)
763 for (i = 0, j = -1; i < ARRAY_SIZE (generated_ranges); ++i)
782 for (i = 0; i < ARRAY_SIZE (generated_ranges); ++i)
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))

Completed in 31 milliseconds

1 2 3