HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 676 - 700 of 846) sorted by null

<<21222324252627282930>>

  /external/nanopb-c/
pb.h 216 pb_size_t array_size; /* Maximum number of entries in array */ member in struct:_pb_field_t
  /external/vboot_reference/futility/
cmd_gbb_utility.c 156 if (i > ARRAY_SIZE(val))
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 276 .len = ARRAY_SIZE(msock_filter_insns),
  /external/wpa_supplicant_8/src/utils/
common.h 544 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
os_unix.c 309 setgroups(ARRAY_SIZE(groups), groups);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 68 kProfileLevels, ARRAY_SIZE(kProfileLevels),
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 54 #define CHIP_NUM ARRAY_SIZE(chip_name)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 46 #define CHIP_NUM ARRAY_SIZE(chip_name)
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 62 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 115 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 31 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
941 static const le_int32 languageMapCount = ARRAY_SIZE(languageMap);
    [all...]
  /external/libnl/lib/
msg.c 757 ARRAY_SIZE(nl_msgtypes));
762 return __str2type(name, nl_msgtypes, ARRAY_SIZE(nl_msgtypes));
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 128 int i, imax = ARRAY_SIZE(all_output_options);
716 int i, imax = ARRAY_SIZE(all_output_options);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 824 assert(num_attribs <= ARRAY_SIZE(ctx_attribs));
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 377 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
778 buffer->base.array_size = 1;
    [all...]
  /external/strace/
net.c 1396 if (mreq.mr_alen > ARRAY_SIZE(mreq.mr_address))
1397 mreq.mr_alen = ARRAY_SIZE(mreq.mr_address);
    [all...]
  /external/wpa_supplicant_8/src/ap/
acs.c 374 for (i = 0; i < ARRAY_SIZE(allowed); i++)
387 for (i = 0; i < ARRAY_SIZE(allowed); i++)
  /system/core/init/
init.cpp 124 for (n = 0; n < (ARRAY_SIZE(ENV) - 1); n++) {
809 for (size_t i = 0; i < ARRAY_SIZE(prop_map); i++) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtifmtts.cpp 38 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 667 int i, num_fields = ARRAY_SIZE(fields);
749 int i, num_fields = ARRAY_SIZE(fields);
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c     [all...]
r600_state.c 1065 depth = texture->array_size;
1067 depth = texture->array_size;
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 1085 milliseconds

<<21222324252627282930>>