Home
last modified time | relevance | path

Searched refs:rt (Results 176 – 200 of 547) sorted by relevance

12345678910>>...22

/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5244delta.pod38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055>
39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553>
40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658>
106 L<https://rt.perl.org/> . There may also be information at
H A Dperl5262delta.pod38 L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055>
39 L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553>
40 L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658>
134 L<[perl #131949]|https://rt.perl.org/Public/Bug/Display.html?id=131949>
164 L<[perl #132017]|https://rt.perl.org/Public/Bug/Display.html?id=132017>
212 at L<https://rt.perl.org/> . There may also be information at
/openbsd/gnu/llvm/compiler-rt/
H A DCODE_OWNERS.TXT2 particular part of compiler-rt are reviewed, either by themself or by
3 someone else. They are also the gatekeepers for their part of compiler-rt, with
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dresrc.c1668 int rt; in write_rc_resource() local
1685 rt = RT_BITMAP; in write_rc_resource()
1690 rt = RT_CURSOR; in write_rc_resource()
1703 rt = RT_DIALOG; in write_rc_resource()
1708 rt = RT_FONT; in write_rc_resource()
1718 rt = RT_ICON; in write_rc_resource()
1737 rt = RT_MENU; in write_rc_resource()
1747 rt = RT_RCDATA; in write_rc_resource()
1752 rt = RT_STRING; in write_rc_resource()
1757 rt = 0; in write_rc_resource()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc19 * the other one sits in compiler-rt/include/profile directory. To make changes
20 * in this file, first modify the primary copy and copy it over to compiler-rt.
/openbsd/gnu/llvm/compiler-rt/include/profile/
H A DMIBEntryDef.inc19 * the other one sits in compiler-rt/include/profile directory. To make changes
20 * in this file, first modify the primary copy and copy it over to compiler-rt.
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def22 // This macro is used for cpu types present in compiler-rt/libgcc.
31 // This list must match what is implemented in libgcc and compilert-rt. Clang
61 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
70 // This list must match what is implemented in libgcc and compilert-rt. Clang
111 // This macro is used for cpu types present in compiler-rt/libgcc. The third
164 // Features below here are not in libgcc/compiler-rt.
/openbsd/gnu/usr.bin/perl/dist/Safe/
H A DChanges34 on perls >= 5.14.0 [rt.cpan.org #72872]
41 Patch by Yasushi Nakajima (rt.cpan.org #61262)
75 fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
169 - First CPAN release, prompted by bug number 17744 on rt.perl.org.
/openbsd/gnu/llvm/llvm/lib/Fuzzer/
H A DREADME.txt1 libFuzzer was moved to compiler-rt in https://reviews.llvm.org/D36908.
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn96 "//compiler-rt/lib/builtins",
127 "//compiler-rt/lib/builtins",
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c5787 return rt; in new_resource_table()
5815 rt->units = xrealloc (rt->units, in resize_resource_table()
5818 rt->units[i] = xrealloc (rt->units[i], in resize_resource_table()
5829 int uses = (rt->opcode_num_units) (rt->data, opcode); in resources_available()
5834 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in resources_available()
5836 int copies = (rt->unit_num_copies) (rt->data, unit); in resources_available()
5848 int uses = (rt->opcode_num_units) (rt->data, opcode); in reserve_resources()
5853 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in reserve_resources()
5867 int uses = (rt->opcode_num_units) (rt->data, opcode); in release_resources()
5872 int stage = (rt->opcode_unit_stage) (rt->data, opcode, i); in release_resources()
[all …]
H A Dbfin-lex.l31 static int parse_reg (Register *r, int type, char *rt);
511 static int parse_reg (Register *r, int cl, char *rt) in parse_reg() argument
513 r->regno = cl | (rt[1] - '0'); in parse_reg()
517 static int parse_halfreg (Register *r, int cl, char *rt) in parse_halfreg() argument
519 r->regno = cl | (rt[1] - '0'); in parse_halfreg()
521 switch (rt[3]) in parse_halfreg()
/openbsd/sys/dev/
H A Dsoftraid_raid1.c331 int ios, chunk, i, rt; in sr_raid1_rw() local
345 rt = 0; in sr_raid1_rw()
359 if (rt++ < sd->sd_meta->ssdi.ssd_chunk_no) in sr_raid1_rw()
H A Dsoftraid_raid1c.c225 int ios, chunk, i, rt; in sr_raid1c_dev_rw() local
237 rt = 0; in sr_raid1c_dev_rw()
251 if (rt++ < sd->sd_meta->ssdi.ssd_chunk_no) in sr_raid1c_dev_rw()
/openbsd/gnu/llvm/clang/cmake/caches/
H A DPGO-stage2.cmake3 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A DDockerfile23 RUN cd llvm/projects && svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt -r $(…
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dsingle.h148 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
H A Dextended.h257 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,4,X,r,rs,rt) argument
426 #define FP_FROM_INT_E(X,r,rs,rt) _FP_FROM_INT(E,2,X,r,rs,rt) argument
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/
H A DBUILD.gn5 "//compiler-rt/lib/scudo/standalone:sources",
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.cpp13 namespace rt { namespace
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp221 rt::SPSExecutorSharedMemoryMapperServiceReserveSignature>( in reserve()
333 rt::SPSExecutorSharedMemoryMapperServiceInitializeSignature>( in initialize()
351 rt::SPSExecutorSharedMemoryMapperServiceDeinitializeSignature>( in deinitialize()
394 rt::SPSExecutorSharedMemoryMapperServiceReleaseSignature>( in release()
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Dgsm0338.t78 # https://rt.cpan.org/Ticket/Display.html?id=75670
82 # https://rt.cpan.org/Public/Bug/Display.html?id=124571
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Drt121139.t3 # check for cpan rt #121139
/openbsd/usr.bin/file/magdir/
H A Dbout9 # b.out archive (hp-rt on i960)
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DBUILD.gn19 libs = [ "rt" ]

12345678910>>...22