HomeSort by relevance Sort by last modified time
    Searched refs:size (Results 1 - 25 of 49887) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
freemain.c 5 void* allocate(long size);
7 void* main(void* context, long size) {
8 if (context) return allocate(size);
arm-darwin-aapcs.cpp 10 void* operator new(size_t size)
12 return (malloc(size));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
specstrings.h 22 #define SAL__deref_in_ecount(size)
23 #define SAL__deref_in_bcount(size)
26 #define SAL__deref_in_ecount_opt(size)
27 #define SAL__deref_in_bcount_opt(size)
30 #define SAL__deref_opt_in_ecount(size)
31 #define SAL__deref_opt_in_bcount(size)
34 #define SAL__deref_opt_in_ecount_opt(size)
35 #define SAL__deref_opt_in_bcount_opt(size)
37 #define SAL__out_awcount(expr,size)
38 #define SAL__in_awcount(expr,size)
    [all...]
rpcsal.h 28 #define __RPC__deref_in_ecount(size)
29 #define __RPC__deref_in_ecount_opt(size)
30 #define __RPC__deref_in_ecount_opt_string(size)
31 #define __RPC__deref_in_ecount_full(size)
32 #define __RPC__deref_in_ecount_full_opt(size)
33 #define __RPC__deref_in_ecount_full_string(size)
34 #define __RPC__deref_in_ecount_full_opt_string(size)
35 #define __RPC__deref_in_ecount_part(size, length)
36 #define __RPC__deref_in_ecount_part_opt(size, length)
37 #define __RPC__deref_in_xcount(size)
    [all...]
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_ThreeWays.cpp 1 const int size = 6; variable
2 MatrixXd mat1(size, size);
3 mat1.topLeftCorner(size/2, size/2) = MatrixXd::Zero(size/2, size/2);
4 mat1.topRightCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2)
    [all...]
  /external/elfutils/libasm/
asm_adduint8.c 36 #ifndef SIZE
37 # define SIZE 8
40 #define UFCT(size) _UFCT(size)
41 #define _UFCT(size) asm_adduint##size
42 #define FCT(size) _FCT(size)
43 #define _FCT(size) asm_addint##size
    [all...]
  /external/llvm/test/MC/ELF/
bracket.s 5 .size x, [.-x)
8 .size y, (.-y]
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
bracket.s 5 .size x, [.-x)
8 .size y, (.-y]
  /external/toybox/toys/other/
truncate.c 11 usage: truncate [-c] -s SIZE file...
16 -s New size (with optional prefix and suffix)
18 SIZE prefix: + add, - subtract, < shrink to, > expand to,
20 SIZE suffix: k=1024, m=1024^2, g=1024^3, t=1024^4, p=1024^5, e=1024^6
29 long size;
35 long long size; local
39 if (TT.type == -1) size = TT.size;
41 size = fdlength(fd);
42 if (TT.type<2) size += TT.size*(1-(2*TT.type))
    [all...]
  /external/elfutils/tests/
run-aggregate-size.sh 68 c size 1
69 i size 4
70 l size 8
71 v size 8
72 s size 16
73 ca size 16
74 ia size 128
75 va size 512
76 sa size 128
80 c size
    [all...]
  /external/jemalloc/test/src/
btalloc.c 4 btalloc(size_t size, unsigned bits)
7 return (btalloc_0(size, bits));
  /external/libpng/tests/
pngvalid-progressive-size 2 exec ./pngvalid --strict --size --progressive-read
  /external/syslinux/com32/include/
alloca.h 10 #define alloca(size) __builtin_alloca(size)
  /external/syslinux/gpxe/src/include/
alloca.h 16 * @v size Size to allocate
23 #define alloca(size) __builtin_alloca ( size )
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
overlay-size.exp 25 run_dump_test overlay-size
size.exp 27 unsupported size-1
28 unsupported size-2
32 run_dump_test size-1
34 # size-2 only works on ELF targets.
37 unsupported size-2
41 run_dump_test size-2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bundle-lock.s 6 .macro offset_sequence size, offset
8 sequence_\size\()_offset_\offset\():
12 test_sequence \size
15 .macro test_offsets size
16 offset_sequence \size, 0
17 offset_sequence \size, 1
18 offset_sequence \size, 2
19 offset_sequence \size, 3
20 offset_sequence \size, 4
21 offset_sequence \size,
    [all...]
  /external/clang/test/Analysis/
pr_4164.c 11 // The basic issue is that the VarRegion for 'size' is casted to (char*),
21 int size; local
22 socklen_t size_len = sizeof(size);
23 if (getsockopt(s, 0xffff, 0x1001, (char *)&size, &size_len) < 0)
26 return size; // no-warning
36 int size; local
37 if (takes_charptr((char*)&size))
39 return size; // no-warning
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-size/
size-4a.c 13 int size; local
15 size = bar_size1 ();
16 if (size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (size == sizeof (foo) && foo_size2 () == size)
size-5a.c 13 int size; local
15 size = bar_size1 ();
16 if (bar[2] == 3 && size == sizeof (bar) && bar_size2 () == size)
19 size = foo_size1 ();
20 if (foo[3] == 4 && size == sizeof (foo) && foo_size2 () == size)
  /external/clang/test/CodeGen/
vla-3.c 6 void vlaalign(int size)
8 char __attribute__((aligned(16))) tmp[size+32];
9 char tmp2[size+16];
  /external/clang/tools/scan-build-py/tests/functional/src/
clean-two.c 7 unsigned int const size = do_nothing_loop(); local
8 unsigned int const square = size * size;
  /external/libtextclassifier/
tensor-view.cc 23 int size = 1; local
25 size *= dim;
27 return size;
  /external/parameter-framework/upstream/utility/
Iterator.hpp 39 * and the size of the underline buffer.
42 #define MAKE_ARRAY_ITERATOR(begin, size) stdext::make_checked_array_iterator(begin, size)
45 #define MAKE_ARRAY_ITERATOR(begin, size) begin
  /external/clang/test/SemaTemplate/
overloaded-functions.cpp 7 template <int size>
9 int arr[size];
10 // expected-error@-1 {{'arr' declared as an array with a negative size}}
22 template <int size>
24 int arr[size];
25 // expected-error@-1 {{'arr' declared as an array with a negative size}}

Completed in 845 milliseconds

1 2 3 4 5 6 7 8 91011>>