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

<<1112131415

  /external/qemu/
qemu-timer.c 371 int count = ARRAY_SIZE(alarm_timers) - 1;
    [all...]
  /external/v8/src/
ast.cc     [all...]
jsregexp.cc 72 return Execution::New(constructor, ARRAY_SIZE(argv), argv,
    [all...]
heap.cc     [all...]
hydrogen-instructions.cc 74 static_cast<int>(ARRAY_SIZE(weights)-1))];
    [all...]
runtime.cc 411 Vector<char> buffer(arr, ARRAY_SIZE(arr));
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 58 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
386 int32_t testCount = ARRAY_SIZE(testCases);
970 int32_t testCount = ARRAY_SIZE(test);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h     [all...]
  /external/iptables/iptables/
xtables.c     [all...]
ip6tables.c 90 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
    [all...]
iptables.c 88 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 85 for (int j = 0; j < static_cast<int>(ARRAY_SIZE(chars_to_append)); ++j) {
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 49 for (unsigned int i = 0; i < ARRAY_SIZE(CameraToSensorModesLUT); i++) {
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 291 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
    [all...]
  /external/libsepol/src/
policydb.c 57 #define POLICYDB_TARGET_SZ ARRAY_SIZE(policydb_target_strings)
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 4165 size_t array_size; \/* request size of pointer array *\/ local
    [all...]
  /external/libffi/src/
dlmalloc.c 3946 size_t array_size; \/* request size of pointer array *\/ local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3956 size_t array_size; \/* request size of pointer array *\/ local
    [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 150 return llvm::ArrayType::get(llvm_type(type->fields.array), type->array_size());
    [all...]
linker.cpp 233 return t->array_size() * count_attribute_slots(t->element_type());
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 829 explicit INLINE FixedArray(size_t array_size)
830 : size_(array_size),
831 array_((array_size <= SizeLimit
833 : new T[array_size])) { }
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 55 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 3948 milliseconds

<<1112131415