HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 1 - 25 of 1040) 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 "0" "truncate -s 0 freep $SIZE" "0\n" "" ""
9 testing "12345" "truncate -s 12345 freep $SIZE" "12345\n" "" ""
10 testing "1m" "truncate -s 1m freep $SIZE" "1048576\n" "" ""
13 testing "+" "truncate -s 1k freep && truncate -s +1k freep $SIZE" \
15 testing "-" "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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
frozen.c 24 #define SIZE (int)sizeof(M___hello__)
28 {"__hello__", M___hello__, SIZE},
29 /* Test package (negative size indicates package-ness) */
30 {"__phello__", M___hello__, -SIZE},
31 {"__phello__.spam", M___hello__, SIZE},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
frozen.c 24 #define SIZE (int)sizeof(M___hello__)
28 {"__hello__", M___hello__, SIZE},
29 /* Test package (negative size indicates package-ness) */
30 {"__phello__", M___hello__, -SIZE},
31 {"__phello__.spam", M___hello__, SIZE},
  /external/python/cpython2/Python/
frozen.c 24 #define SIZE (int)sizeof(M___hello__)
28 {"__hello__", M___hello__, SIZE},
29 /* Test package (negative size indicates package-ness) */
30 {"__phello__", M___hello__, -SIZE},
31 {"__phello__.spam", M___hello__, SIZE},
  /external/python/cpython3/Python/
frozen.c 28 #define SIZE (int)sizeof(M___hello__)
36 {"__hello__", M___hello__, SIZE},
37 /* Test package (negative size indicates package-ness) */
38 {"__phello__", M___hello__, -SIZE},
39 {"__phello__.spam", M___hello__, SIZE},
  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /external/autotest/client/bin/result_tools/
unittest_lib.py 6 SIZE = 10
8 def create_file(path, size=SIZE):
9 """Create a temp file at given path with the given size.
12 @param size: Size of the temp file, default to SIZE.
15 f.write('A' * size
  /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/ltp/testcases/kernel/fs/racer/
fs_racer_file_create.sh 27 SIZE=$(($RANDOM*MAX_SIZE/32767))
28 echo $SIZE
29 dd if=/dev/zero of=$DIR/$file bs=1k count=$SIZE

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>