HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 151 - 175 of 355) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/raid/
md_k.h 94 sector_t array_size; member in struct:mddev_s
  /system/core/init/
ueventd.c 105 for (i = 0; i < ARRAY_SIZE(android_ids); i++)
  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 36 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0]))
118 for (i = 0; i < ARRAY_SIZE(omap_type_list); i++)
  /external/icu4c/common/
usc_impl.c 20 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
159 int32_t pairedCharCount = ARRAY_SIZE(pairedChars);
  /external/icu4c/i18n/
csdetect.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
130 int32_t rCount = ARRAY_SIZE(tempArray);
windtfmt.cpp 48 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
73 return new UnicodeString(defaultPattern, ARRAY_SIZE(defaultPattern));
  /external/iptables/extensions/
libxt_dccp.c 85 for (i = 0; i < ARRAY_SIZE(dccp_pkt_types); ++i)
90 if (i == ARRAY_SIZE(dccp_pkt_types))
libxt_tcp.c 90 for (i = 0; i < ARRAY_SIZE(tcp_flag_names); ++i)
95 if (i == ARRAY_SIZE(tcp_flag_names))
  /external/linux-tools-perf/util/
color.c 15 for (i = 0; i < (int)ARRAY_SIZE(color_names); i++) {
34 for (i = 0; i < ARRAY_SIZE(attr_names); i++) {
  /system/core/toolbox/
mount.c 16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
114 for (i = 0, res = 1; i < ARRAY_SIZE(options); i++) {
  /external/v8/src/
execution.cc 588 ARRAY_SIZE(argv), argv, \
687 ARRAY_SIZE(index_arg),
711 ARRAY_SIZE(args),
743 ARRAY_SIZE(args),
759 ARRAY_SIZE(args),
774 ARRAY_SIZE(args),
globals.h 291 // The expression ARRAY_SIZE(a) is a compile-time constant of type
293 // array. You should only use ARRAY_SIZE on statically allocated
295 #define ARRAY_SIZE(a) \
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 622 && (lhs_type->array_size() == 0)) {
668 if (lhs->type->array_size() == 0) {
677 if (var->max_array_access >= unsigned(rhs->type->array_size())) {
685 rhs->type->array_size());
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 193 // array_size holds the size of the array as a smi. The allocated array is put
202 Register array_size, // As a smi, cannot be 0.
214 __ tst(array_size, array_size);
225 Operand(array_size, ASR, kSmiTagSize));
238 // array_size: size of array (smi)
244 __ str(array_size, FieldMemOperand(result, JSArray::kLengthOffset));
249 // array_size: size of array (smi)
263 // array_size: size of array (smi)
269 __ str(array_size,
    [all...]
  /external/icu4c/test/cintltst/
ucsdetst.c 19 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
169 int32_t beLength = 0, leLength = 0, cLength = ARRAY_SIZE(chars);
403 for (idx = 0; idx < ARRAY_SIZE(testStrings); idx++) {
473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
  /external/v8/src/ia32/
builtins-ia32.cc 1030 __ mov(FieldOperand(result, JSArray::kLengthOffset), array_size); local
1049 __ mov(FieldOperand(elements_array, FixedArray::kLengthOffset), array_size); local
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 199 // array_size holds the size of the array as a smi. The allocated array is put
208 Register array_size, // As a smi, cannot be 0.
221 ne, "array size is unexpectedly 0", array_size, Operand(zero_reg));
229 __ sra(scratch1, array_size, kSmiTagSize);
243 // array_size: size of array (smi)
249 __ sw(array_size, FieldMemOperand(result, JSArray::kLengthOffset));
254 // array_size: size of array (smi)
267 // array_size: size of array (smi)
279 __ sw(array_size, MemOperand(elements_array_storage));
285 // array_size: smi-tagged size of elements arra
    [all...]
  /external/iptables/iptables/
xtoptions.c 238 if (cb->nvals >= ARRAY_SIZE(cb->val.u32_range))
296 maxiter = ARRAY_SIZE(cb->val.u32_range);
479 e = bsearch(cb->arg, log_names, ARRAY_SIZE(log_names),
629 maxiter = 2; /* ARRAY_SIZE(cb->val.port_range) */
655 if (cb->nvals < ARRAY_SIZE(cb->val.port_range))
758 for (i = 0; i < ARRAY_SIZE(cb->val.ethermac) - 1; ++i) {
764 i = ARRAY_SIZE(cb->val.ethermac) - 1;
829 if (entry->type <= ARRAY_SIZE(xtopt_subparse) &&
852 if (entry->type >= ARRAY_SIZE(xtopt_psize) ||
  /external/qemu/
kvm-all.c 74 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
92 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
274 for (i = 0; i < ARRAY_SIZE(s->slots); i++) {
424 for (i = 0; i < ARRAY_SIZE(s->slots); i++)
  /frameworks/av/media/libmedia/
autodetect.cpp 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*x))
875 if (charMatchesEncoding(ch, kShiftJISRanges, ARRAY_SIZE(kShiftJISRanges)))
877 if (charMatchesEncoding(ch, kGBKRanges, ARRAY_SIZE(kGBKRanges)))
879 if (charMatchesEncoding(ch, kBig5Ranges, ARRAY_SIZE(kBig5Ranges)))
881 if (charMatchesEncoding(ch, kEUCKRRanges, ARRAY_SIZE(kEUCKRRanges)))
  /external/libsepol/src/
avtab.c 392 if (items2 < 5 || items2 > ARRAY_SIZE(buf32)) {
436 for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
466 for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
  /external/v8/src/x64/
builtins-x64.cc 1110 __ movq(FieldOperand(result, JSArray::kLengthOffset), array_size); local
1129 __ movq(FieldOperand(elements_array, FixedArray::kLengthOffset), array_size); local
    [all...]
  /external/linux-tools-perf/
builtin-help.c 282 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) {
288 for (i = 0; i < ARRAY_SIZE(common_cmds); i++) {
  /bionic/libc/kernel/common/linux/
moduleparam.h 90 #define module_param_array_named(name, array, type, nump, perm) static struct kparam_array __param_arr_##name = { ARRAY_SIZE(array), nump, param_set_##type, param_get_##type, sizeof(array[0]), array }; module_param_call(name, param_array_set, param_array_get, &__param_arr_##name, perm); __MODULE_PARM_TYPE(name, "array of " #type)
  /external/chromium/net/disk_cache/
bitmap.h 64 // to set from |map|. If |size| > array_size(), it ignores the end of |map|.

Completed in 1554 milliseconds

1 2 3 4 5 67 8 91011>>