Searched defs:cv (Results 1 - 25 of 58) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900404_01.C13 char cv[4] = "asdf"; // ERROR - missed variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dfriend13.C10 C<V> cv; local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A Dvoidparam-1.c4 typedef const void cv; typedef
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dc_strings.cc39 const void* cv = ccarray1; local
76 const void* cv = ccarray1; local
/openbsd-current/gnu/llvm/libcxx/src/
H A Dmutex.cpp205 static constinit __libcpp_condvar_t cv = _LIBCPP_CONDVAR_INITIALIZER; variable
H A Dthread.cpp179 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
204 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A Dblake3.h37 uint32_t cv[8]; member in struct:__anon1928
/openbsd-current/usr.sbin/unbound/services/
H A Dview.c147 struct config_view* cv; local
[all...]
/openbsd-current/sbin/unwind/libunbound/services/
H A Dview.c147 struct config_view* cv; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c37 INLINE void compress_pre(uint32_t state[16], const uint32_t cv[8], argument
84 void blake3_compress_in_place_portable(uint32_t cv[ argument
100 blake3_compress_xof_portable(const uint32_t cv[8], const uint8_t block[BLAKE3_BLOCK_LEN], uint8_t block_len, uint64_t counter, uint8_t flags, uint8_t out[64]) argument
129 uint32_t cv[8]; local
[all...]
H A Dblake3_dispatch.c137 void blake3_compress_in_place(uint32_t cv[8], argument
166 void blake3_compress_xof(const uint32_t cv[8], argument
[all...]
H A Dblake3_neon.c310 uint32_t cv[8]; local
H A Dblake3_sse2.c89 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], argument
260 void blake3_compress_in_place_sse2(uint32_t cv[8], argument
270 void blake3_compress_xof_sse2(const uint32_t cv[8], argument
525 uint32_t cv[8]; local
[all...]
H A Dblake3_sse41.c83 INLINE void compress_pre(__m128i rows[4], const uint32_t cv[8], argument
254 void blake3_compress_in_place_sse41(uint32_t cv[8], argument
264 void blake3_compress_xof_sse41(const uint32_t cv[8], argument
519 uint32_t cv[8]; local
[all...]
H A Dblake3.c88 INLINE void output_chaining_value(const output_t *self, uint8_t cv[32]) { argument
540 uint8_t cv[BLAKE3_OUT_LEN]; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp35 void ProcessChunk(const AsanChunkView &cv) { argument
/openbsd-current/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.c136 CV * const cv = newXS(function, w32_CORE_all, file); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dwfileops.c385 struct _IO_codecvt *cv = fp->_codecvt; local
482 struct _IO_codecvt *cv; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_get_members_char.cc71 const void* cv = &ul2; local
H A Dnum_get_members_wchar_t.cc72 const void* cv = &ul2; local
H A Dnum_put_members_char.cc68 const void* cv = &ld1; local
285 const void* cv = &ld; local
H A Dnum_put_members_wchar_t.cc69 const void* cv = &ld1; local
285 const void* cv = &ld; local
/openbsd-current/gnu/usr.bin/perl/
H A Dbuiltin.c532 CV *cv = get_cv(SvPV_nolen(fqname), SvUTF8(fqname) ? SVf_UTF8 : 0); local
555 CV *cv = newXS_flags(builtin->name, builtin->xsub, __FILE__, proto, 0); local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-pretty-print.c171 pp_c_cv_qualifier(c_pretty_printer *pp, const char *cv) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp160 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { argument
163 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { argument
169 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, argument

Completed in 572 milliseconds

123