cBench_zwritehexstring_at.c

loading
details
attribute value
description
owner Johannes Waldmann
uploaded 2017-08-17 03:45:23.0
disk size 409 Bytes
downloadable true
type
attribute value
name no_type
processor id 1
description this is the default benchmark type for rejected benchmarks and benchmarks that are not associated with a type.
owning community none
loading contents
//taken from office_ghostscript/src/zfileio.c 	zwritehexstring_at	1512
// /files/sinn/Benchmarks/CAV2015/Loopus/LLVM3.5.1/InputNonRecursive/office_ghostscript_src_zfileio.o.zwritehexstring_at.o

//Complexity: O(n)
void zwritehexstring_at_extracted(int len) {
    while (len > 0) {
	int len1 = (((len) < (128 / 2)) ? (len) : (128 / 2));
	int count = len1;
	do {
	} while (--count > 0);
	len -= len1;
    }
}


popout

content may be truncated. 'popout' for larger text window.

actions get anonymous link download benchmark