Home
last modified time | relevance | path

Searched refs:DSIZE (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-objdump/
Dinvalid-symbol-table-size.test5 # RUN: yaml2obj -DBITS=32 -DSIZE=33 -DDYNSIZE=32 %s -o %t.32-bit.o
6 # RUN: not llvm-objdump --syms %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16 -DINDEX=2 %s
7 # RUN: yaml2obj -DBITS=64 -DSIZE=49 -DDYNSIZE=48 %s -o %t.64-bit.o
8 # RUN: not llvm-objdump --syms %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24 -DINDEX=2 %s
11 # RUN: yaml2obj -DBITS=32 -DSIZE=32 -DDYNSIZE=33 %s -o %t.32-bit.o
12 # RUN: not llvm-objdump --dynamic-syms %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16 -DINDEX=…
13 # RUN: yaml2obj -DBITS=64 -DSIZE=48 -DDYNSIZE=49 %s -o %t.64-bit.o
14 # RUN: not llvm-objdump --dynamic-syms %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24 -DINDEX=…
/external/llvm-project/llvm/test/tools/llvm-nm/
Dinvalid-symbol-table-size.test5 # RUN: yaml2obj -DBITS=32 -DSIZE=33 -DDYNSIZE=32 %s -o %t.32-bit.o
6 # RUN: not llvm-nm %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16 -DINDEX=2 %s
7 # RUN: yaml2obj -DBITS=64 -DSIZE=49 -DDYNSIZE=48 %s -o %t.64-bit.o
8 # RUN: not llvm-nm %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24 -DINDEX=2 %s
11 # RUN: yaml2obj -DBITS=32 -DSIZE=32 -DDYNSIZE=33 %s -o %t.32-bit.o
12 # RUN: not llvm-nm --dynamic %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16 -DINDEX=3 %s
13 # RUN: yaml2obj -DBITS=64 -DSIZE=48 -DDYNSIZE=49 %s -o %t.64-bit.o
14 # RUN: not llvm-nm --dynamic %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24 -DINDEX=3 %s
/external/llvm-project/llvm/test/tools/llvm-size/
Dinvalid-symbol-table-size.test5 # RUN: yaml2obj -DBITS=32 -DSIZE=33 -DDYNSIZE=32 %s -o %t.32-bit.o
6 # RUN: not llvm-size --common --format=sysv %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16 %s
7 # RUN: yaml2obj -DBITS=64 -DSIZE=49 -DDYNSIZE=48 %s -o %t.64-bit.o
8 # RUN: not llvm-size --common --format=sysv %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24 %s
11 # RUN: not llvm-size --common --format=berkeley %t.32-bit.o 2>&1 | FileCheck -DSIZE=33 -DSYMSIZE=16…
12 # RUN: not llvm-size --common --format=berkeley %t.64-bit.o 2>&1 | FileCheck -DSIZE=49 -DSYMSIZE=24…
/external/llvm-project/lld/test/ELF/lto/
Dweak.ll13 ; RUN: llvm-readobj --symbols %t.so | FileCheck %s -DSIZE=1
16 ; RUN: llvm-readobj --symbols %t2.so | FileCheck %s -DSIZE=2
19 ; RUN: llvm-readobj --symbols %t3.so | FileCheck %s -DSIZE=1
22 ; RUN: llvm-readobj --symbols %t4.so | FileCheck %s -DSIZE=4
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dunwind.test308 # RUN: yaml2obj --docnum=4 %s -o %t4 -DOFFSET=0xffff0000 -DSIZE=0x1 -DBITS=32
310 # RUN: | FileCheck %s -DFILE=%t4 --check-prefix=BROKEN-CONTENT -DOFFSET=0xffff0000 -DSIZE=0x1
312 # RUN: yaml2obj --docnum=4 %s -o %t5 -DOFFSET=0x1 -DSIZE=0xffff0000 -DBITS=32
314 # RUN: | FileCheck %s -DFILE=%t5 --check-prefix=BROKEN-CONTENT -DOFFSET=0x1 -DSIZE=0xffff0000
336 # RUN: yaml2obj --docnum=4 %s -o %t6 -DOFFSET=0x100 -DSIZE=0xffff0000 -DBITS=32
338 # RUN: | FileCheck %s -DFILE=%t6 --check-prefix=BROKEN-CONTENT -DOFFSET=0x100 -DSIZE=0xffff0000
343 # RUN: yaml2obj --docnum=4 %s -o %t7 -DOFFSET=0x1 -DSIZE=0xffffffff -DBITS=32
344 …nd %t7 2>&1 | FileCheck %s -DFILE=%t7 --check-prefix=BROKEN-CONTENT2 -DOFFSET=0x1 -DSIZE=0xffffffff
346 # RUN: yaml2obj --docnum=4 %s -o %t8 -DOFFSET=0xffffffff -DSIZE=0x1 -DBITS=32
347 …nd %t8 2>&1 | FileCheck %s -DFILE=%t8 --check-prefix=BROKEN-CONTENT2 -DOFFSET=0xffffffff -DSIZE=0x1
[all …]
Dhex-dump.test55 # RUN: yaml2obj --docnum=2 -DSIZE=18 %s -o %t2.out1
64 # RUN: yaml2obj --docnum=2 -DSIZE=30 %s -o %t2.out2
73 # RUN: yaml2obj --docnum=2 -DSIZE=28 %s -o %t2.out3
Dstackmap.test54 # RUN: yaml2obj %s -DSIZE=1 -o %t.trunc1
58 # RUN: yaml2obj %s -DSIZE=15 -o %t.trunc15
Dmips-got.test124 # RUN: yaml2obj --docnum=1 %s -DSIZE=56 -o %t.other.entries1.exe
125 # RUN: yaml2obj --docnum=1 %s -DSIZE=64 -o %t.other.entries2.exe
Ddyn-symbols.test642 # RUN: yaml2obj --docnum=14 %s -DSIZE=0xffffffff -o %t15.size
/external/rust/crates/libz-sys/src/zlib/examples/
Dgzappend.c90 #define DSIZE 32768U macro
281 window = malloc(DSIZE); in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
/external/webp/src/utils/
Dquant_levels_dec_utils.c32 #define DSIZE 4 // dithering size (must be a power of two) macro
34 static const uint8_t kOrderedDither[DSIZE][DSIZE] = {
139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()
148 dst[x] = clip_8b(c + dither[x % DSIZE]); in ApplyFilter()
/external/llvm-project/compiler-rt/lib/builtins/
DCMakeLists.txt528 COMMAND ${CMAKE_C_COMPILER} -E ${CUSTOM_FLAGS} -DL_${pat} -DSIZE=${size} -DMODEL=${model}