HomeSort by: relevance | last modified time | path
    Searched refs:CRT (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dacgf119.c 46 case 0: state->proto = CRT; break;
nouveau_nvkm_engine_disp_dacnv50.c 97 case 0: state->proto = CRT; break;
ior.h 28 CRT,
nouveau_nvkm_engine_disp_outp.c 69 case DCB_OUTPUT_ANALOG: *type = DAC; return CRT;
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
x86masm.pl 190 .CRT\$XCU SEGMENT DWORD PUBLIC 'DATA'
193 .CRT\$XCU ENDS
x86nasm.pl 168 segment .CRT\$XCU data align=4
x86_64-xlate.pl 307 } elsif ($self->{op} eq "call" && $current_segment eq ".CRT\$XCU") {
1037 $$line = ".CRT\$XCU" if ($$line eq ".init");
1059 } elsif ($$line=~/\.CRT\$/i) {
1080 } elsif ($$line=~/\.CRT\$/i) {
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
x86masm.pl 189 .CRT\$XCU SEGMENT DWORD PUBLIC 'DATA'
192 .CRT\$XCU ENDS
x86nasm.pl 167 segment .CRT\$XCU data align=4
x86_64-xlate.pl 229 } elsif ($self->{op} eq "call" && $current_segment eq ".CRT\$XCU") {
894 $$line = ".CRT\$XCU" if ($$line eq ".init");
900 } elsif ($$line=~/\.CRT\$/i) {
909 } elsif ($$line=~/\.CRT\$/i) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
x86masm.pl 189 .CRT\$XCU SEGMENT DWORD PUBLIC 'DATA'
192 .CRT\$XCU ENDS
x86nasm.pl 167 segment .CRT\$XCU data align=4
x86_64-xlate.pl 175 } elsif ($self->{op} eq "call" && $current_segment eq ".CRT\$XCU") {
840 $$line = ".CRT\$XCU" if ($$line eq ".init");
846 } elsif ($$line=~/\.CRT\$/i) {
855 } elsif ($$line=~/\.CRT\$/i) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 223 #error Please build the runtime with a non-debug CRT: /MD or /MT
300 // on access violations and whatnot. Unfortunately, the CRT initializers assume
303 // (See crt0dat.c in the CRT sources for the details)
306 // initialization before the .exe module CRT begins to initialize.
314 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
333 // The CRT runs initializers in this order:
336 // Prior to 2015, the CRT set the unhandled exception filter at priority XIY,
339 // immediately after the CRT runs. This way, our exception filter is called
341 #pragma section(".CRT$XCAB", long, read) // NOLINT
342 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)()
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 269 #error Please build the runtime with a non-debug CRT: /MD or /MT
341 // on access violations and whatnot. Unfortunately, the CRT initializers assume
344 // (See crt0dat.c in the CRT sources for the details)
347 // initialization before the .exe module CRT begins to initialize.
355 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
373 // The CRT runs initializers in this order:
376 // Prior to 2015, the CRT set the unhandled exception filter at priority XIY,
379 // immediately after the CRT runs. This way, our exception filter is called
381 #pragma section(".CRT$XCAB", long, read)
382 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)()
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 250 #error Please build the runtime with a non-debug CRT: /MD or /MT
326 // on access violations and whatnot. Unfortunately, the CRT initializers assume
329 // (See crt0dat.c in the CRT sources for the details)
332 // initialization before the .exe module CRT begins to initialize.
340 // __asan_set_seh_filter call happens after the .exe module CRT is initialized.
358 // The CRT runs initializers in this order:
361 // Prior to 2015, the CRT set the unhandled exception filter at priority XIY,
364 // immediately after the CRT runs. This way, our exception filter is called
366 #pragma section(".CRT$XCAB", long, read)
367 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)()
    [all...]
  /src/crypto/external/bsd/heimdal/dist/packages/windows/installer/
NTMakefile 157 CRTNAME=CRT
185 RUNTIMEMODULE32="$(MSSDK)\Redist\VC\microsoft.vcxx.crt.x86_msm.msm"
186 RUNTIMEMODULE64="$(MSSDK)\Redist\VC\microsoft.vcxx.crt.x64_msm.msm"
  /src/external/lgpl3/gmp/dist/mpn/arm/v6/
addmul_3.asm 75 and w0, w0, #0xc0000001 C pseudo-CRT mod 3,2
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Signals.inc 41 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
390 /// Emulates hitting "retry" from an "abort, retry, ignore" CRT debug report
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 1803 return SystemZ::CRT;
  /src/share/terminfo/
terminfo 1594 scoansi-old|SCO Extended ANSI standard crt (5.0.5),
1625 scoansi-new|SCO Extended ANSI standard crt (5.0.6),
1639 scoansi|SCO Extended ANSI standard crt,
2681 # VT125 Graphics CRT. Clear screen also erases graphics
4093 # CRT is shareware. It implements some xterm features, including mouse.
4094 crt|crt-vt220|CRT 2.3 emulating VT220,
15807 # Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
17422 # CRT Saver 0=Off 1=O
    [all...]

Completed in 36 milliseconds