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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libasm/
asm_addint16.c 30 #define SIZE 16
asm_addint32.c 30 #define SIZE 32
asm_addint64.c 30 #define SIZE 64
asm_adduint16.c 30 #define SIZE 16
asm_adduint32.c 30 #define SIZE 32
asm_adduint64.c 30 #define SIZE 64
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...]
asm_addint8.c 41 #ifndef SIZE
42 # define SIZE 8
45 #define FCT(size) _FCT(size)
46 #define _FCT(size) asm_addint##size
47 #define TYPE(size) _TYPE(size)
48 #define _TYPE(size) int##size##_
    [all...]
  /external/toybox/tests/
truncate.test 7 SIZE='&& stat -c %s freep'
8 testing "truncate 0" "truncate -s 0 freep $SIZE" "0\n" "" ""
9 testing "truncate 12345" "truncate -s 12345 freep $SIZE" "12345\n" "" ""
10 testing "truncate 1m" "truncate -s 1m freep $SIZE" "1048576\n" "" ""
13 testing "truncate +" "truncate -s 1k freep && truncate -s +1k freep $SIZE" \
15 testing "truncate -" "truncate -s 4k freep && truncate -s -1k freep $SIZE" \
18 "truncate -s 5k freep && truncate -s \<4k freep $SIZE" "4096\n" "" ""
20 "truncate -s 4k freep && truncate -s \<6k freep $SIZE" "4096\n" "" ""
22 "truncate -s 3k freep && truncate -s \>4k freep $SIZE" "4096\n" "" ""
24 "truncate -s 4k freep && truncate -s \>2k freep $SIZE" "4096\n" "" "
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/
size32-1.s 1 # 32-bit size relocation in shared object
5 .long xxx@SIZE
6 .long xxx@SIZE-30
7 .long xxx@SIZE+30
8 .long yyy@SIZE
9 .long zzz@SIZE
12 .size yyy, 40
size64-1.s 1 # 64-bit size relocation in shared object
5 .quad xxx@SIZE
6 .quad xxx@SIZE-30
7 .quad xxx@SIZE+30
8 .quad yyy@SIZE
9 .quad zzz@SIZE
12 .size yyy, 40
size32-2.s 1 # 32-bit size relocation against TLS symbol in shared object
6 .size xxx, 40
13 .size yyy, 40
18 .long xxx@SIZE
19 .long yyy@SIZE
20 .long zzz@SIZE
21 .long zzz@SIZE-30
22 .long zzz@SIZE+30
size64-2.s 1 # 64-bit size relocation against TLS symbol in shared object
6 .size xxx, 40
13 .size yyy, 40
18 .quad xxx@SIZE
19 .quad yyy@SIZE
20 .quad zzz@SIZE
21 .quad zzz@SIZE-30
22 .quad zzz@SIZE+30
  /toolchain/binutils/binutils-2.25/opcodes/
mips-formats.h 21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, 0, SHIFT, PRINT_HEX \
29 #define UINT(SIZE, LSB) \
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
32 #define SINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
35 #define HINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, TRUE
    [all...]
  /system/extras/f2fs_utils/
mkf2fsuserimg.sh 8 ${0##*/} OUTPUT_FILE SIZE
20 SIZE=$2
24 if [ -z $SIZE ]; then
25 echo "Need size of filesystem"
29 MAKE_F2FS_CMD="make_f2fs -l $SIZE $OUTPUT_FILE"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
size-1.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
16 .size yyy,3
    [all...]
size-2.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
16 .size yyy,3
    [all...]
size-4.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
11 .size yyy,30
16 .size xxx,80
19 .long xxx@SIZE - 1
20 .long yyy@SIZE +
    [all...]
x86-64-size-inval-1.s 5 movl $xxx@SIZE + 100, %eax
6 movl $yyy@SIZE - 100, %eax
10 .long xxx@SIZE + 100
11 .long yyy@SIZE - 100
x86-64-size-5.s 3 movq $xxx@SIZE, %r15
4 movq $xxx@SIZE - 8, %r15
5 movq $xxx@SIZE + 8, %r15
10 .size yyy,30
16 .size xxx,80
19 .quad xxx@SIZE - 1
20 .quad yyy@SIZE + 200
21 .quad zzz@SIZE
size-3.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
12 .size yyy,30
18 .size xxx,80
21 .long xxx@SIZE - 1
22 .long yyy@SIZE +
    [all...]
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c 10 #define SIZE 1024
13 char buf[SIZE];
15 int n = syscall(__NR_read, fd, buf, SIZE);
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 36 typedef _SIZE SIZE;
42 template <typename SIZE> class TRange {
44 typename SIZE::ptr_t _location;
45 typename SIZE::size_t _length;
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
48 template <typename SIZE, typename T> class TRangeValue : public TRange<SIZE> {
51 TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) : TRange<SIZE>(location, length), _value(value) {}
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SmallCircleActivity.java 38 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
41 layout.addView(view, new LinearLayout.LayoutParams(PathView.SIZE, PathView.SIZE));
47 private static final int SIZE = 37;
55 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.275f, Path.Direction.CW);
56 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.225f, Path.Direction.CCW)
    [all...]
  /external/valgrind/callgrind/tests/
simwork.c 9 #define SIZE 100000
16 for(i = 0; i< SIZE; i++) a[i] = b[i] = 1.0;
22 for(i = 0; i< SIZE; i++) {
34 for(i = 0; i< SIZE; i++) sum += c[i];
54 a = (double*) malloc(SIZE * sizeof(double));
55 b = (double*) malloc(SIZE * sizeof(double));
56 c = (double*) malloc(SIZE * sizeof(double));

Completed in 961 milliseconds

1 2 3 4 5 6 7 8 91011>>