HomeSort by relevance Sort by last modified time
    Searched defs:ARRAY_SIZE (Results 26 - 50 of 185) sorted by null

12 3 4 5 6 7 8

  /external/qemu/distrib/libselinux/src/
label.c 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
72 if (backend >= ARRAY_SIZE(initfuncs)) {
  /external/tinyalsa/
tinypcminfo.c 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
97 return bit_index < ARRAY_SIZE(format_lookup) ? format_lookup[bit_index] : NULL;
  /external/vixl/examples/
sum-array.cc 29 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0]))
79 simulator.set_xreg(1, ARRAY_SIZE(data));
83 for (i = 0; i < ARRAY_SIZE(data) - 1; ++i) {
  /hardware/libhardware/modules/consumerir/
consumerir.c 24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
53 return ARRAY_SIZE(consumerir_freqs);
59 size_t to_copy = ARRAY_SIZE(consumerir_freqs);
  /hardware/libhardware/modules/usbaudio/
format.c 24 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
172 int num_slots = ARRAY_SIZE(mask->bits);
175 int table_size = ARRAY_SIZE(pcm_format_value_map);
logging.c 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
33 const size_t num_slots = ARRAY_SIZE(mask->bits);
  /hardware/samsung_slsi/exynos5/libmemtrack/
mali.c 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
46 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
51 *num_records = ARRAY_SIZE(record_templates);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 31 #ifndef ARRAY_SIZE
32 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
243 { "S5K4E1GA", S5K4E1GA_SceneModesLUT, ARRAY_SIZE(S5K4E1GA_SceneModesLUT)},
244 { "S5K6A1GX03", S5K6A1GX03_SceneModesLUT, ARRAY_SIZE(S5K6A1GX03_SceneModesLUT)},
  /ndk/sources/android/support/tests/
wchar_unittest.cc 22 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
75 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
101 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
127 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
153 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
179 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
205 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
231 for (size_t n = 0; n < ARRAY_SIZE(kData); ++n) {
  /system/netd/server/
NetdConstants.h 43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a)))
  /art/test/011-array-copy/src/
Main.java 49 static final int ARRAY_SIZE = 8;
52 for (int i = 0; i < ARRAY_SIZE; i++) {
57 for (int i = 0; i < ARRAY_SIZE; i++) {
62 for (int i = 0; i < ARRAY_SIZE; i++) {
67 for (int i = 0; i < ARRAY_SIZE; i++) {
77 byte[] byteArray = new byte[ARRAY_SIZE];
78 short[] shortArray = new short[ARRAY_SIZE];
79 int[] intArray = new int[ARRAY_SIZE];
80 long[] longArray = new long[ARRAY_SIZE];
92 for (int i = 0; i < ARRAY_SIZE; i++)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
inputext.cpp 23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
ucsdet.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/chromium_org/v8/src/base/
macros.h 21 // The expression ARRAY_SIZE(a) is a compile-time constant of type
23 // array. You should only use ARRAY_SIZE on statically allocated
25 #define ARRAY_SIZE(a) \
  /external/icu/icu4c/source/i18n/
inputext.cpp 23 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
ucsdet.cpp 24 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/libsepol/src/
private.h 46 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
  /external/qemu/android/base/
String_unittest.cpp 220 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
223 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
233 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
245 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
256 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
267 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
277 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
289 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
300 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n) {
311 for (size_t n = 0; n < ARRAY_SIZE(kComparisons); ++n)
    [all...]
  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
57 *num_records = ARRAY_SIZE(record_templates);
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
56 *num_records = ARRAY_SIZE(record_templates);
  /hardware/qcom/display/msm8974/libmemtrack/
kgsl.c 27 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates));
56 *num_records = ARRAY_SIZE(record_templates);
  /device/lge/hammerhead/libsensors/
sensors.h 40 #ifndef ARRAY_SIZE
41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h 87 // The expression ARRAY_SIZE(a) is a compile-time constant of type
89 // array. You should only use ARRAY_SIZE on statically allocated
91 #define ARRAY_SIZE(a) \
  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 21 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
293 doTestNames("US-ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
294 doTestNames("ASCII", "MIME", asciiMIME, ARRAY_SIZE(asciiMIME));
295 doTestNames("ascii", "mime", asciiMIME, ARRAY_SIZE(asciiMIME));
302 doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
303 doTestNames("csiso2022kr", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
306 doTestUCharNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));

Completed in 591 milliseconds

12 3 4 5 6 7 8