| /openbsd/src/usr.bin/fgen/ |
| D | fgen.l | 308 emit-byte { ltoken.type = TOK_EMIT_BYTE; ltoken.text = yytext; 335 static int emit(const char *); 1055 emit(hdrtype); 1069 if (need_end0) emit("end0"); 1129 emit("b(lit)"); 1136 emit("b(lit)"); 1141 emit("lxjoin"); 1147 emit("b(lit)"); 1172 emit("b(\")"); 1193 emit("b(\")"); [all …]
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/build/ |
| D | Makefile | 17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c 18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c 20 $(OBJDIR)/emit-two.o: $(SRCDIR)/emit-two.c 21 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-two.c 29 …BJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.o 30 …BJDIR)/main.o $(OBJDIR)/clean-one.o $(OBJDIR)/clean-two.o $(OBJDIR)/emit-one.o $(OBJDIR)/emit-two.o 38 …RCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-two.c $(SRCDIR)/emit-one.c $(SRCDIR)/emit-two.c 39 …RCDIR)/main.c $(SRCDIR)/clean-one.c $(SRCDIR)/clean-two.c $(SRCDIR)/emit-one.c $(SRCDIR)/emit-two.c
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| D | XHTML.pm | 460 sub start_over_bullet { $_[0]{'scratch'} = '<ul>'; push @{$_[0]{'in_li'}}, 0; $_[0]->emit } 461 sub start_over_block { $_[0]{'scratch'} = '<ul>'; $_[0]->emit } 462 sub start_over_number { $_[0]{'scratch'} = '<ol>'; push @{$_[0]{'in_li'}}, 0; $_[0]->emit } 467 $_[0]->emit 470 sub end_over_block { $_[0]{'scratch'} .= '</ul>'; $_[0]->emit } 476 $_[0]->emit; 483 $_[0]->emit; 493 $_[0]->emit; 498 sub end_Para { $_[0]{'scratch'} .= '</p>'; $_[0]->emit } 502 $_[0]->emit; [all …]
|
| D | JustPod.pm | 126 $self->emit; 155 $self->emit; 165 $self->emit; # Make sure buffer gets flushed 172 $self->emit; 266 sub emit { subroutine
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | intel_ring.c | 23 space = __intel_ring_space(ring->head, ring->emit, ring->size); in intel_ring_update_space() 73 intel_ring_reset(ring, ring->emit); in intel_ring_pin() 90 ring->emit = tail; in intel_ring_reset() 210 ring->emit, ring->size)) in wait_for_space() 233 const unsigned int remain_usable = ring->effective_size - ring->emit; in intel_ring_begin() 246 const int remain_actual = ring->size - ring->emit; in intel_ring_begin() 291 GEM_BUG_ON(ring->emit + need_wrap > ring->size); in intel_ring_begin() 295 memset64(ring->vaddr + ring->emit, 0, need_wrap / sizeof(u64)); in intel_ring_begin() 297 ring->emit = 0; in intel_ring_begin() 300 GEM_BUG_ON(ring->emit > ring->size - bytes); in intel_ring_begin() [all …]
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
| D | build_regular.json.in | 22 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", 23 "file": "${path}/emit-one.c" 28 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", 29 "file": "${path}/emit-two.c"
|
| D | build_broken.json.in | 34 "command": "cc -c -o emit-one.o emit-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", 35 "file": "${path}/emit-one.c" 40 "command": "g++ -c -o emit-two.o emit-two.c -Wall -DDEBUG -Dvariable=value", 41 "file": "${path}/emit-two.c"
|
| /openbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | iq10.cpu | 774 (emit avail (f-rd 0)) 779 (emit cam36 rd rt cam-z (f-cam-y 0)) 784 (emit cam72 rd rt cam-z (f-cam-y 0)) 789 (emit cam144 rd rt cam-z (f-cam-y 0)) 794 (emit cam288 rd rt cam-z (f-cam-y 0)) 799 (emit cm32ra rd (f-rs 0) rt) 804 (emit cm64ra rd (f-rs 0) rt) 809 (emit cm32or (f-rd 0) rs rt) 814 (emit cm32and (f-rd 0) rs rt) 819 (emit cm32andn (f-rd 0) rs rt) [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | iq10.cpu | 774 (emit avail (f-rd 0)) 779 (emit cam36 rd rt cam-z (f-cam-y 0)) 784 (emit cam72 rd rt cam-z (f-cam-y 0)) 789 (emit cam144 rd rt cam-z (f-cam-y 0)) 794 (emit cam288 rd rt cam-z (f-cam-y 0)) 799 (emit cm32ra rd (f-rs 0) rt) 804 (emit cm64ra rd (f-rs 0) rt) 809 (emit cm32or (f-rd 0) rs rt) 814 (emit cm32and (f-rd 0) rs rt) 819 (emit cm32andn (f-rd 0) rs rt) [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AccelTable.cpp | 133 void emit(AsmPrinter *Asm) const; 152 void emit(AsmPrinter *Asm) const; 174 void emit() const; 207 void emit(Dwarf5AccelTableWriter &Ctx); 241 void emit(); 276 void AppleAccelTableWriter::Header::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::Header 291 void AppleAccelTableWriter::HeaderData::emit(AsmPrinter *Asm) const { in emit() function in AppleAccelTableWriter::HeaderData 343 static_cast<const AppleAccelTableData *>(V)->emit(Asm); in emitData() 352 void AppleAccelTableWriter::emit() const { in emit() function in AppleAccelTableWriter 353 Header.emit(Asm); in emit() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | WarnMissedTransforms.cpp | 29 ORE->emit( in warnAboutLeftoverTransformations() 40 ORE->emit( in warnAboutLeftoverTransformations() 57 ORE->emit( in warnAboutLeftoverTransformations() 65 ORE->emit( in warnAboutLeftoverTransformations() 76 ORE->emit( in warnAboutLeftoverTransformations()
|
| /openbsd/src/lib/libcrypto/perlasm/ |
| D | x86gas.pl | 47 if ($#_==0) { &::emit($opcode); } 49 { &::emit($opcode,@arg); } 50 else { &::emit($opcode.$suffix,@arg);} 60 sub ::cpuid { &::emit(".byte\t0x0f,0xa2"); } 61 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); } 63 sub ::call { &::emit("call",(&::islabel($_[0]) or "$nmdecor$_[0]")); } 67 *::bswap = sub { &::emit("bswap","%$_[0]"); } if (!$::i386);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonPatternsV65.td | 15 ".error \"should not emit\" ", 25 ".error \"should not emit\" ", 35 ".error \"should not emit\" ", 50 ".error \"should not emit\" ", 61 ".error \"should not emit\" ", 72 ".error \"should not emit\" ",
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 195 BCRecordCoding<Fields...>::emit(Stream, buffer, code, in emit() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 277 emit(Stream, buffer, code, array); in emit() 281 static void emit(llvm::BitstreamWriter &Stream, BufferTy &Buffer, in emit() function 310 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() function 376 void emit(BufferTy &buffer, unsigned id, Data &&...data) const { [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Remarks/ |
| D | YAMLRemarkSerializer.h | 41 void emit(const Remark &Remark) override; 62 void emit() override; 83 void emit(const Remark &Remark) override; 103 void emit() override;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | function.h | 116 #define reg_rtx_no (cfun->emit->x_reg_rtx_no) 117 #define seq_rtl_expr (cfun->emit->sequence_rtl_expr) 118 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx) 119 #define seq_stack (cfun->emit->sequence_stack) 121 #define REGNO_POINTER_ALIGN(REGNO) (cfun->emit->regno_pointer_align[REGNO]) 122 #define REGNO_DECL(REGNO) (cfun->emit->regno_decl[REGNO]) 184 struct emit_status *emit; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-openrisc.c | 308 goto emit; in md_cgen_lookup_reloc() 312 goto emit; in md_cgen_lookup_reloc() 316 goto emit; in md_cgen_lookup_reloc() 320 goto emit; in md_cgen_lookup_reloc() 322 emit: in md_cgen_lookup_reloc()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 23 It is not possible to emit vshf.w when the shuffle description is 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 52 On MIPS32, the copy_u.d intrinsic will emit this instruction instead of 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | function.h | 108 #define reg_rtx_no (cfun->emit->x_reg_rtx_no) 109 #define regno_reg_rtx (cfun->emit->x_regno_reg_rtx) 110 #define seq_stack (cfun->emit->sequence_stack) 112 #define REGNO_POINTER_ALIGN(REGNO) (cfun->emit->regno_pointer_align[REGNO]) 186 struct emit_status *emit; member
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-openrisc.c | 378 goto emit; 382 goto emit; 386 goto emit; 390 goto emit; 392 emit:
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | perlhist_calculate.pl | 12 sub emit { subroutine 134 emit $dir => $dirsize, $dirnumber; 144 emit Configure => $configure_size, 1;
|
| /openbsd/src/gnu/llvm/llvm/lib/Remarks/ |
| D | YAMLRemarkSerializer.cpp | 172 void YAMLRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLRemarkSerializer 184 void YAMLStrTabRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLStrTabRemarkSerializer 190 MetaSerializer->emit(); in emit() 195 YAMLRemarkSerializer::emit(Remark); in emit() 242 void YAMLMetaSerializer::emit() { in emit() function in YAMLMetaSerializer 250 void YAMLStrTabMetaSerializer::emit() { in emit() function in YAMLStrTabMetaSerializer
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 184 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 192 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 200 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 217 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 229 ORE.emit([&]() { in getPromotionCandidatesForCallSite() 269 ORE->emit([&]() { in promoteIndirectCall()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 20031220-1.c | 6 void emit(int, int); 12 emit(klass ? 0 : f(), signals[sel ? 0 : 1]); in select()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | Attributes.cpp | 20 void emit(raw_ostream &OS); 126 void Attributes::emit(raw_ostream &OS) { in emit() function in Attributes 135 Attributes(RK).emit(OS); in EmitAttributes()
|