Home
last modified time | relevance | path

Searched refs:barf (Results 1 – 25 of 34) sorted by relevance

12

/external/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c89 static void barf(const char *msg) in barf() function
111 barf("Creating fdpair"); in fdpair()
122 barf("CLIENT: ready write"); in ready()
126 barf("poll"); in ready()
147 barf("SENDER: write"); in sender()
176 barf("SERVER: read"); in receiver()
196 barf("fork()"); in create_worker()
206 barf("pthread_attr_init:"); in create_worker()
210 barf("pthread_attr_setstacksize"); in create_worker()
244 barf("malloc()"); in group()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
D2010-11-30-reloc-movt.s16 .globl barf symbol
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s9 .globl barf symbol
11 .type barf,%function
12 barf: @ @barf label
33 @OBJ-NEXT: barf:
46 @THUMB-NEXT: barf:
/external/llvm/test/MC/ARM/
D2010-11-30-reloc-movt.s16 .globl barf symbol
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s6 .globl barf symbol
8 .type barf,%function
9 barf: @ @barf label
/external/autotest/client/tests/hackbench/src/
Dhackbench.c118 static void barf(const char *msg) in barf() function
139 barf("Creating fdpair"); in fdpair()
150 barf("CLIENT: ready write"); in ready()
154 barf("poll"); in ready()
173 barf("SENDER: write"); in sender()
203 barf("SERVER: read"); in receiver()
222 case -1: barf("fork()"); in create_worker()
232 barf("pthread_attr_init:"); in create_worker()
236 barf("pthread_attr_setstacksize"); in create_worker()
277 barf("malloc()"); in group()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Delf-eflags-eabi.s5 .globl barf symbol
7 .type barf,%function
8 barf: @ @barf label
Delf-movt.s6 .globl barf symbol
8 .type barf,%function
9 barf: @ @barf label
/external/clang/www/demo/
Dindex.cgi49 sub barf {
61 open( FILE, ">$name" ) or barf("Can't write to $name: $!");
80 open( FILE, "$file" ) or barf("Can't read $file: $!");
253 barf(
272 barf("Program $program took too long, compile time limited for the web script, sorry!\n");
279 barf(
287 barf(
316 barf(
327 barf( "Error uploading file: " . $c->cgi_error );
338 barf "Unknown language; can't compile\n" unless $extension;
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dzero-remat.ll6 declare void @barf(float %x)
27 call void @barf(float 0.0)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dzero-remat.ll7 declare void @barf(float %x)
28 call void @barf(float 0.0)
Dpr24602.ll3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
/external/llvm/test/CodeGen/X86/
Dzero-remat.ll7 declare void @barf(float %x)
28 call void @barf(float 0.0)
Dpr24602.ll3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
/external/llvm/test/CodeGen/AArch64/
Darm64-zero-cycle-zeroing.ll50 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
57 declare void @barf(float, float)
/external/clang/test/Sema/
Ddeclspec.c6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-zero-cycle-zeroing.ll11 declare void @barf(float, float)
61 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind
/external/swiftshader/third_party/LLVM/test/Assembler/
D2002-08-22-DominanceProblem.ll4 ; which causes the verifier to barf on this input.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll5 ; which causes the verifier to barf on this input.
/external/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll5 ; which causes the verifier to barf on this input.
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-11-30-reloc-movt.ll8 define arm_aapcs_vfpcc i32 @barf() nounwind {
/external/toybox/lib/
Dlib.c940 if (errno || *s || (mode & ~(07777))) goto barf; in string_to_mode()
961 if (!*str || !(s = strchr(hows, *str))) goto barf; in string_to_mode()
964 if (!dohow) goto barf; in string_to_mode()
980 if (*str && *(str++) != ',') goto barf; in string_to_mode()
1012 barf: in string_to_mode()
/external/deqp/framework/delibs/cmake/
DDefs.cmake130 # barf about the parenthesis in the previous way. Ugh.

12