Home
last modified time | relevance | path

Searched refs:getval (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests/
Dstrace-V.test11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
/external/strace/tests-m32/
Dstrace-V.test11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
/external/strace/tests-mx32/
Dstrace-V.test11 getval() function
17 $(getval PACKAGE_NAME) -- version $(getval PACKAGE_VERSION)
18 Copyright (C) 1991-$year The strace developers <$(getval PACKAGE_URL)>.
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll10 declare i32 @getval() nounwind
25 %call2 = call i32 @getval()
34 %call10 = call i32 @getval()
56 %tmp7 = call i32 @getval()
/external/llvm/test/CodeGen/X86/
Dcatchret-regmask.ll8 declare i8* @getval()
49 %val = call i8* @getval() [ "funclet"(token %cp) ]
69 ; CHECK: callq getval
/external/libvorbis/vq/
Dhuffbuild.c25 static int getval(FILE *in,int begin,int n,int group,int max){ in getval() function
44 return(getval(in,begin,n,group,max)); in getval()
139 long val=getval(file,begin,n,subn,maxval); in main()
/external/toybox/toys/pending/
Dcrontab.c63 static long getval(char *num, long low, long high) in getval() function
80 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) return 1; in validate_component()
97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
106 if (getval(ctoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
Dcrond.c140 static long getval(char *num, long low, long high) in getval() function
156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR; in parse_and_fillarray()
173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
181 if ((end = getval(ctoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()