HomeSort by: relevance | last modified time | path
    Searched refs:array1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 59 uptr array1[] = {1, 2, 3, 4, 7}; local
60 StackTrace s1(array1, ARRAY_SIZE(array1));
69 uptr array1[] = {1, 2, 3, 4, 5}; local
74 StackTrace s1(array1, ARRAY_SIZE(array1));
  /src/common/lib/libprop/
prop_array.c 222 prop_array_t array1 = v1; local
227 if (array1 == array2)
235 if ((uintptr_t)array1 < (uintptr_t)array2) {
236 _PROP_RWLOCK_RDLOCK(array1->pa_rwlock);
240 _PROP_RWLOCK_RDLOCK(array1->pa_rwlock);
244 if (array1->pa_count != array2->pa_count)
246 if (idx == array1->pa_count) {
250 _PROP_ASSERT(idx < array1->pa_count);
255 *next_obj1 = array1->pa_array[idx];
261 _PROP_RWLOCK_UNLOCK(array1->pa_rwlock)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
util.d 175 auto array1 = make!(Array!int)();
176 auto refToArray1 = array1;
178 assert(!array1.empty);
  /src/external/gpl3/gcc.old/dist/gcc/
ddg.cc 371 subrtx_iterator::array_type array1;
373 FOR_EACH_SUBRTX (iter1, array1, PATTERN (insn1), NONCONST)
370 subrtx_iterator::array_type array1; local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 10549 tree array1; local
10627 array1 = gfc_conv_descriptor_data_get (desc);
10733 array1, build_int_cst (TREE_TYPE (array1), 0));
10777 logical_type_node, array1,
10778 build_int_cst (TREE_TYPE (array1), 0));
11086 fold_convert (pvoid_type_node, array1),

Completed in 36 milliseconds