HomeSort by relevance Sort by last modified time
    Searched refs:int_src (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 11 // both DOUBLE_SRC and INT_SRC and applies a trivial operation to each
21 int int_src[num_vars * depth]; variable
44 int *isrc = &int_src[level * num_vars];
120 int_src[i] = i * i;
128 int *isrc = &int_src[throw_to * num_vars];
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 11 // both DOUBLE_SRC and INT_SRC and applies a trivial operation to each
21 int int_src[num_vars * depth]; variable
44 int *isrc = &int_src[level * num_vars];
120 int_src[i] = i * i;
128 int *isrc = &int_src[throw_to * num_vars];

Completed in 32 milliseconds