Searched refs:sc1 (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | istream_extractor_char.cc | 205 signed char sc1 = 'c'; in test02() local 207 is_02 >> sc1; in test02() 210 VERIFY( sc1 == 'r' ); in test02() 211 is_02 >> sc1; in test02() 212 is_02 >> sc1; in test02() 213 VERIFY( sc1 == 'n' ); in test02()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | builtin-choose-expr.c | 50 signed char sc1, sc2; in main() local 65 ASSERT_COND_TYPE (sc1, sc2); in main() 66 ASSERT_COND_TYPE (v1, sc1); in main()
|
| /openbsd/src/gnu/llvm/llvm/docs/AMDGPU/ |
| D | AMDGPUAsmGFX940.rst | 177 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 178 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 179 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 180 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 181 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 182 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 183 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 184 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 185 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` 186 …lat_offset12>` :ref:`sc0<amdgpu_synid_sc0>` :ref:`nt<amdgpu_synid_nt>` :ref:`sc1<amdgpu_synid_sc1>` [all …]
|
| /openbsd/src/sys/dev/ic/ |
| D | p9000.h | 60 #define SCR_SC(sc0, sc1, sc2, sc3) \ argument 61 (((sc0) << 14) | ((sc1) << 17) | ((sc2) << 20) | ((sc3) << 29))
|
| /openbsd/src/usr.sbin/httpd/ |
| D | server.c | 132 struct server_config *sc1, *sc2; in server_tls_cmp() local 134 sc1 = &s1->srv_conf; in server_tls_cmp() 137 if (sc1->tls_flags != sc2->tls_flags) in server_tls_cmp() 139 if (sc1->tls_protocols != sc2->tls_protocols) in server_tls_cmp() 141 if (sc1->tls_ticket_lifetime != sc2->tls_ticket_lifetime) in server_tls_cmp() 143 if (strcmp(sc1->tls_ciphers, sc2->tls_ciphers) != 0) in server_tls_cmp() 145 if (strcmp(sc1->tls_dhe_params, sc2->tls_dhe_params) != 0) in server_tls_cmp() 147 if (strcmp(sc1->tls_ecdhe_curves, sc2->tls_ecdhe_curves) != 0) in server_tls_cmp()
|
| /openbsd/src/bin/ksh/ |
| D | c_test.c | 183 char sc1; in test_isop() local 188 sc1 = s[1]; in test_isop() 190 if (sc1 == otab->op_text[1] && in test_isop()
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | Writer.cpp | 779 SectionChunk *sc1 = dyn_cast_or_null<SectionChunk>(s); in fixGnuImportChunks() local 781 if (!sc1 || !sc2) { in fixGnuImportChunks() 784 return sc1 != nullptr; in fixGnuImportChunks() 790 (sc1->file->parentName + "/" + sc1->file->getName()).str(); in fixGnuImportChunks()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUUsage.rst | 8858 do use sc1 to indicate system or agent scope coherence. 8896 ``buffer_wbl2 sc1`` is required. It will writeback dirty L2 cache lines. 8898 in the same agent a ``buffer_inv sc1`` is required. It does nothing if the 8902 ``buffer_inv sc0 sc1`` is required. It will invalidate non-local L2 cache 8967 sc0=1 sc1=1 8995 sc0=1 sc1=1 9028 - generic sc1=1 9030 - generic sc0=1 sc1=1 9036 - generic sc1=1 9038 - generic sc0=1 sc1=1 [all …]
|
| D | AMDGPUModifierSyntax.rst | 374 sc1 subsection 675 before the operation. For other opcodes, it is used together with :ref:`sc1<amdgpu_synid_sc1>` 686 sc1 subsection 695 sc1 Set sc1 bit to 1.
|
| /openbsd/src/regress/usr.bin/openssl/ |
| D | appstest.sh | 495 pkeyutlsc1=$key_dir/pkeyutl.sc1
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | IntrinsicsAMDGPU.td | 1927 // bit 1 = slc/sc1,
|