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

<<21222324252627282930>>

  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 157 templ.array_size = 1;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 174 templ.array_size = 1;
  /external/mesa3d/src/glsl/
ir_validate.cpp 517 if (ir->type->array_size() > 0) {
  /external/mesa3d/src/glx/
glxclient.h 62 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 1000 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
brw_vec4_emit.cpp 771 if (inst->opcode < (int)ARRAY_SIZE(brw_opcodes)) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 189 templ.array_size = 1;
  /external/strace/
defs.h 117 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 48 #define CS_TABLE_SIZE (ARRAY_SIZE(cipher_suite_tbl))
65 #define MKA_ALG_TABLE_SIZE (ARRAY_SIZE(mka_alg_tbl))
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 870 for (size_t ix = 0; ix < ARRAY_SIZE(advancedFeatures); ix++) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 114 kProfileLevels, ARRAY_SIZE(kProfileLevels),
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 68 kProfileLevels, ARRAY_SIZE(kProfileLevels),
  /frameworks/av/services/radio/
RadioService.cpp 223 for (size_t i = 0; i < ARRAY_SIZE(sKnownRegionConfigs); i++) {
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 437 // camera_index %= ARRAY_SIZE(cameras);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 647 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
  /system/core/init/
devices.cpp 833 for (i = 0; i < ARRAY_SIZE(firmware_dirs); i++) {
  /system/keymaster/
android_keymaster_messages_test.cpp 115 EXPECT_EQ(0, memcmp(deserialized->results, digests, array_size(digests)));
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 938 #define ARRAY_SIZE(array) ((int32_t) (sizeof (array) / sizeof(array[0])))
954 for (int32_t t = 0; t < ARRAY_SIZE (lenientAffixTestCases); t += 1) {
    [all...]
dtfmttst.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
628 expect(DATA, ARRAY_SIZE(DATA), Locale("en", "", ""));
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/linux-tools-perf/src/tools/perf/tests/
parse-events.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/v8/src/
liveedit.cc 50 int array_size = len1_ * len2_; local
51 for (int i = 0; i < array_size; i++) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 65 #ifndef ARRAY_SIZE
66 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
    [all...]

Completed in 629 milliseconds

<<21222324252627282930>>