/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 89 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/ |
D | 2010-11-30-reloc-movt.s | 16 .globl barf symbol 18 .type barf,%function 19 barf: @ @barf label 27 .size barf, .Ltmp0-barf
|
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 9 .globl barf symbol 11 .type barf,%function 12 barf: @ @barf label 33 @OBJ-NEXT: barf: 46 @THUMB-NEXT: barf:
|
/external/llvm/test/MC/ARM/ |
D | 2010-11-30-reloc-movt.s | 16 .globl barf symbol 18 .type barf,%function 19 barf: @ @barf label 27 .size barf, .Ltmp0-barf
|
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 6 .globl barf symbol 8 .type barf,%function 9 barf: @ @barf label
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 118 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/ |
D | elf-eflags-eabi.s | 5 .globl barf symbol 7 .type barf,%function 8 barf: @ @barf label
|
D | elf-movt.s | 6 .globl barf symbol 8 .type barf,%function 9 barf: @ @barf label
|
/external/clang/www/demo/ |
D | index.cgi | 49 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/ |
D | zero-remat.ll | 6 declare void @barf(float %x) 27 call void @barf(float 0.0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 7 declare void @barf(float %x) 28 call void @barf(float 0.0)
|
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm/test/CodeGen/X86/ |
D | zero-remat.ll | 7 declare void @barf(float %x) 28 call void @barf(float 0.0)
|
D | pr24602.ll | 3 ; PR24602: Make sure we don't barf on non-foldable code (with opaque constants).
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-zero-cycle-zeroing.ll | 50 tail call void @barf(float 0.000000e+00, float 0.000000e+00) nounwind 57 declare void @barf(float, float)
|
/external/clang/test/Sema/ |
D | declspec.c | 6 void foof(const char *, ...) __attribute__((__format__(__printf__, 1, 2))), barf (void);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-zero-cycle-zeroing.ll | 11 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/ |
D | 2002-08-22-DominanceProblem.ll | 4 ; which causes the verifier to barf on this input.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 5 ; which causes the verifier to barf on this input.
|
/external/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 5 ; which causes the verifier to barf on this input.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-11-30-reloc-movt.ll | 8 define arm_aapcs_vfpcc i32 @barf() nounwind {
|
/external/toybox/lib/ |
D | lib.c | 940 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/ |
D | Defs.cmake | 130 # barf about the parenthesis in the previous way. Ugh.
|