/external/clang/test/Sema/ |
arg-scope-c99.c | 3 void bb(int sz, int ar[sz][sz]) { }
|
/external/compiler-rt/lib/msan/lit_tests/SharedLibs/ |
dso-origin.h | 3 void *my_alloc(unsigned sz);
|
dso-origin-so.cc | 12 void *my_alloc(unsigned sz) { 13 return malloc(sz);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/d/ |
T_new_array_1.java | 21 public int[] run(int sz) { 22 return new int[sz];
|
T_new_array_2.java | 21 public boolean[] run(int sz) { 22 return new boolean[sz];
|
T_new_array_3.java | 21 public Object[] run(int sz) { 22 return new Object[sz];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/ |
streamsize.pass.cpp | 20 std::streamsize sz(o); 21 assert(sz == 5); 22 std::streamoff o2(sz);
|
/system/core/libcutils/ |
load_file.c | 25 int sz; local 32 sz = lseek(fd, 0, SEEK_END); 33 if(sz < 0) goto oops; 37 data = (char*) malloc(sz + 1); 40 if(read(fd, data, sz) != sz) goto oops; 42 data[sz] = 0; 44 if(_sz) *_sz = sz;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
fold_left.hpp | 34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) 38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0 44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz) 0 45 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_8(op, st, ss, sz) 0 46 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_9(op, st, ss, sz) [all...] |
/external/valgrind/main/memcheck/ |
mc_machine.c | 150 Int sz = szB; local 152 tl_assert(sz > 0); 155 if (sz == 8 || sz == 4) { 157 if ((o == GOF(GPRn) && sz == 8) || (o == 4+GOF(GPRn) && sz == 4)) 159 by testing ox instead of o, and setting ox back 4 bytes when sz == 4. 161 Int ox = sz == 8 ? o : (o - 4); 196 if (o == GOF(LR) && sz == 8) return o; 197 if (o == GOF(CTR) && sz == 8) return o [all...] |
/external/compiler-rt/lib/tsan/lit_tests/ |
java_alloc.cc | 7 for (jptr sz = 8; sz <= 32; sz <<= 1) { 8 for (jptr i = 0; i < kHeapSize / 4 / sz; i++) { 9 __tsan_java_alloc(addr + i * sz, sz);
|
/external/libvpx/libvpx/vpx_ports/ |
mem_ops_aligned.h | 42 #define mem_get_ne_aligned_generic(end,sz) \ 43 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) {\ 44 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\ 48 #define mem_get_sne_aligned_generic(end,sz) \ 49 static signed MEM_VALUE_T mem_get_s##end##sz##_aligned(const void *vmem) {\ 50 const int##sz##_t *mem = (const int##sz##_t *)vmem;\ 54 #define mem_get_se_aligned_generic(end,sz) \ 55 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
sparc.c | 46 #define DECLARE_XFORM_GROUP(pfx, sz) \ 47 extern void _mesa_##pfx##_transform_points##sz##_general(XFORM_ARGS); \ 48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \ 49 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot(XFORM_ARGS); \ 50 extern void _mesa_##pfx##_transform_points##sz##_perspective(XFORM_ARGS); \ 51 extern void _mesa_##pfx##_transform_points##sz##_2d(XFORM_ARGS); \ 52 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot(XFORM_ARGS); \ 53 extern void _mesa_##pfx##_transform_points##sz##_3d(XFORM_ARGS); 55 #define ASSIGN_XFORM_GROUP(pfx, sz) \ 56 _mesa_transform_tab[sz][MATRIX_GENERAL] = [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_xform.h | 41 #define DECLARE_XFORM_GROUP( pfx, sz ) \ 42 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_general( XFORM_ARGS ); \ 43 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \ 44 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_3d_no_rot( XFORM_ARGS ); \ 45 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_perspective( XFORM_ARGS ); \ 46 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_2d( XFORM_ARGS ); \ 47 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_2d_no_rot( XFORM_ARGS ); \ 48 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_3d( XFORM_ARGS ); 50 #define ASSIGN_XFORM_GROUP( pfx, sz ) \ 51 _mesa_transform_tab[sz][MATRIX_GENERAL] = [all...] |
/external/mesa3d/src/mesa/sparc/ |
sparc.c | 46 #define DECLARE_XFORM_GROUP(pfx, sz) \ 47 extern void _mesa_##pfx##_transform_points##sz##_general(XFORM_ARGS); \ 48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \ 49 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot(XFORM_ARGS); \ 50 extern void _mesa_##pfx##_transform_points##sz##_perspective(XFORM_ARGS); \ 51 extern void _mesa_##pfx##_transform_points##sz##_2d(XFORM_ARGS); \ 52 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot(XFORM_ARGS); \ 53 extern void _mesa_##pfx##_transform_points##sz##_3d(XFORM_ARGS); 55 #define ASSIGN_XFORM_GROUP(pfx, sz) \ 56 _mesa_transform_tab[sz][MATRIX_GENERAL] = [all...] |
/external/mesa3d/src/mesa/x86/ |
x86_xform.h | 41 #define DECLARE_XFORM_GROUP( pfx, sz ) \ 42 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_general( XFORM_ARGS ); \ 43 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \ 44 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_3d_no_rot( XFORM_ARGS ); \ 45 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_perspective( XFORM_ARGS ); \ 46 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_2d( XFORM_ARGS ); \ 47 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_2d_no_rot( XFORM_ARGS ); \ 48 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_3d( XFORM_ARGS ); 50 #define ASSIGN_XFORM_GROUP( pfx, sz ) \ 51 _mesa_transform_tab[sz][MATRIX_GENERAL] = [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
delete1.cpp | 8 void *operator new[](size_t sz) throw() { 9 size = sz;
|
placement2.cpp | 6 void* operator new (__SIZE_TYPE__ sz, void*) { return operator new (sz); }
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
delete1.cpp | 8 void *operator new[](size_t sz) throw() { 9 size = sz;
|
placement2.cpp | 6 void* operator new (__SIZE_TYPE__ sz, void*) { return operator new (sz); }
|
/external/ipsec-tools/src/racoon/ |
debugrm.h | 41 #define racoon_malloc(sz) malloc((sz)) 44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) 47 #define racoon_realloc(old, sz) realloc((old), (sz)) 57 #define racoon_malloc(sz) \ 58 DRM_malloc(__FILE__, __LINE__, __func__, (sz)) 61 #define racoon_calloc(cnt, sz) \ 62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz)) [all...] |
gcmalloc.h | 91 #define racoon_malloc(sz) GC_debug_malloc(sz, GC_EXTRAS) 92 #define racoon_calloc(cnt, sz) GC_debug_malloc(cnt * sz, GC_EXTRAS) 93 #define racoon_realloc(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS) 111 #define racoon_malloc(sz) malloc((sz)) 114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) [all...] |
/system/core/include/cutils/ |
misc.h | 26 * sz is non-zero, return the size of the file via sz. 29 extern void *load_file(const char *fn, unsigned *sz);
|
/dalvik/dx/junit-tests/com/android/dx/util/ |
IntListTest.java | 23 for (int sz = 0; sz < 100; sz++) { 24 IntList list = new IntList(sz); 25 for (int i = 0; i < sz; i++) { 28 for (int i = (sz * 2) - 1; i >= 0; i--) { 31 assertTrue(label(sz, i), contains); 33 assertFalse(label(sz, i), contains); 36 assertFalse(label(sz, -1), list.contains(-1)); 37 assertFalse(label(sz, sz * 2), list.contains(sz * 2)) [all...] |
/external/oprofile/libutil/ |
op_libiberty.c | 19 void * xcalloc(size_t n_elem, size_t sz) 21 void * ptr = xmalloc(n_elem * sz); 23 memset(ptr, '\0', n_elem * sz);
|