Home
last modified time | relevance | path

Searched defs:s (Results 176 – 200 of 4764) sorted by relevance

12345678910>>...191

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930126-1.c1 struct s { struct
2 unsigned long long a:8, b:32; argument
H A D20000722-1.c1 struct s { char *p; int t; }; struct
H A D981130-1.c1 struct s { int a; int b;}; struct
/openbsd/sys/dev/x86emu/
H A Dx86emu.c6632 neg_byte(struct x86emu *emu, uint8_t s) in neg_byte()
6658 neg_word(struct x86emu *emu, uint16_t s) in neg_word()
6685 neg_long(struct x86emu *emu, uint32_t s) in neg_long()
7941 imul_byte(struct x86emu *emu, uint8_t s) in imul_byte()
8004 mul_byte(struct x86emu *emu, uint8_t s) in mul_byte()
8023 mul_word(struct x86emu *emu, uint16_t s) in mul_word()
8043 mul_long(struct x86emu *emu, uint32_t s) in mul_long()
8064 idiv_byte(struct x86emu *emu, uint8_t s) in idiv_byte()
8147 div_byte(struct x86emu *emu, uint8_t s) in div_byte()
8171 div_word(struct x86emu *emu, uint16_t s) in div_word()
[all …]
/openbsd/gnu/llvm/lld/COFF/
H A DChunks.cpp86 OutputSection *os, uint64_t s) { in applySecRel()
113 uint64_t s, uint64_t p, in applyRelX64()
140 uint64_t s, uint64_t p, in applyRelX86()
189 uint32_t s = v < 0 ? 1 : 0; in applyBranch20T() local
199 uint32_t s = v < 0 ? 1 : 0; in applyBranch24T() local
208 uint64_t s, uint64_t p, in applyRelARM()
301 OutputSection *os, uint64_t s) { in applySecRelLdr()
325 uint64_t s, uint64_t p, in applyRelARM64()
385 for (const std::string &s : symbolLocations) in maybeReportRelocationToDiscarded() local
434 uint64_t s = sym->getRVA(); in applyRelocation() local
[all …]
/openbsd/lib/libc/gdtoa/
H A Dgdtoa.h155 #define __strtopd(s,se,x) strtord(s,se,1,x) argument
156 #define __strtopdd(s,se,x) strtordd(s,se,1,x) argument
157 #define __strtopf(s,se,x) strtorf(s,se,1,x) argument
158 #define __strtopQ(s,se,x) strtorQ(s,se,1,x) argument
159 #define __strtopx(s,se,x) strtorx(s,se,1,x) argument
160 #define __strtopxL(s,se,x) strtorxL(s,se,1,x) argument
/openbsd/usr.sbin/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) argument
194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) argument
196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) argument
208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) argument
219 # define sldns_pkt2wire(a, r, s) unbound_lite_pkt2wire(a, r, s) argument
221 # define i2d_DSA_SIG(d, s) unbound_lite_i2d_DSA_SIG(d, s) argument
/openbsd/sbin/unwind/libunbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) argument
194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) argument
196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) argument
208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__) argument
219 # define sldns_pkt2wire(a, r, s) unbound_lite_pkt2wire(a, r, s) argument
221 # define i2d_DSA_SIG(d, s) unbound_lite_i2d_DSA_SIG(d, s) argument
/openbsd/sys/dev/ic/
H A Dpcdisplay_subr.c91 int s = spltty(); in pcdisplay_cursor() local
154 int s; in pcdisplay_putchar() local
176 int s; in pcdisplay_getchar() local
203 int s; in pcdisplay_copycols() local
231 int s; in pcdisplay_erasecols() local
256 int s; in pcdisplay_copyrows() local
283 int s; in pcdisplay_eraserows() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-complit-1.c6 struct s { int a; int b; }; argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.h113 #define ARM_GET_FLAG(s) (*symbol_get_tc (s)) argument
114 #define ARM_SET_FLAG(s,v) (*symbol_get_tc (s) |= (v)) argument
115 #define ARM_RESET_FLAG(s,v) (*symbol_get_tc (s) &= ~(v)) argument
121 #define ARM_IS_THUMB(s) (ARM_GET_FLAG (s) & ARM_FLAG_THUMB) argument
122 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK) argument
123 #define THUMB_IS_FUNC(s) (ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) argument
125 #define ARM_SET_THUMB(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_THUMB) : ARM_RESET_FLAG (s, AR… argument
126 #define ARM_SET_INTERWORK(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_INTERWORK) : ARM_RESET_FLAG (s, AR… argument
127 #define THUMB_SET_FUNC(s,t) ((t) ? ARM_SET_FLAG (s, THUMB_FLAG_FUNC) : ARM_RESET_FLAG (s, TH… argument
/openbsd/usr.bin/tmux/
H A Dserver-client.c235 struct session *s = c->session; in server_client_get_key_table() local
334 struct session *s; in server_client_attached_lost() local
507 struct session *s = c->session; in server_client_suspend() local
521 struct session *s = c->session; in server_client_detach() local
537 struct session *s = c->session; in server_client_exec() local
2070 struct session *s = c->session; in server_client_handle_key() local
2357 struct screen *s = NULL; in server_client_reset_state() local
2720 struct session *s = c->session; in server_client_set_path() local
2742 struct session *s; in server_client_dispatch() local
3128 char *s, *copy, *next; in server_client_set_flags() local
[all …]
H A Dcmd-list-panes.c55 struct session *s = target->s; in cmd_list_panes_exec() local
71 struct session *s; in cmd_list_panes_server() local
78 cmd_list_panes_session(struct cmd *self, struct session *s, in cmd_list_panes_session()
88 cmd_list_panes_window(struct cmd *self, struct session *s, struct winlink *wl, in cmd_list_panes_window()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc36 static int s; member in A
41 static int s; member in B
44 int A::s = 10; member in A
45 int B::s = 20; member in B
/openbsd/lib/libssl/
H A Dtls13_server.c30 SSL *s = ctx->ssl; in tls13_server_init() local
102 SSL *s = ctx->ssl; in tls13_client_hello_required_extensions() local
152 SSL *s = ctx->ssl; in tls13_client_hello_process() local
300 SSL *s = ctx->ssl; in tls13_client_hello_recv() local
335 SSL *s = ctx->ssl; in tls13_server_hello_build() local
379 SSL *s = ctx->ssl; in tls13_server_engage_record_protection() local
477 SSL *s = ctx->ssl; in tls13_client_hello_retry_recv() local
571 SSL *s = ctx->ssl; in tls13_server_check_certificate() local
600 SSL *s = ctx->ssl; in tls13_server_select_certificate() local
633 SSL *s = ctx->ssl; in tls13_server_certificate_send() local
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dutf8.c560 S_isFF_overlong(const U8 * const s, const STRLEN len) in S_isFF_overlong()
619 S_does_utf8_overflow(const U8 * const s, in S_does_utf8_overflow()
901 const U8 *s = s0 + 1; in Perl_is_utf8_FF_helper_() local
950 const U8 * s = start; in Perl__byte_dump_string() local
1163 Perl_utf8n_to_uvchr(const U8 *s, in Perl_utf8n_to_uvchr()
1333 Perl_utf8n_to_uvchr_error(const U8 *s, in Perl_utf8n_to_uvchr_error()
1398 Perl__utf8n_to_uvchr_msgs_helper(const U8 *s, in Perl__utf8n_to_uvchr_msgs_helper()
2182 const U8 * s = s0; in Perl_utf8_length() local
2398 Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *lenp) in Perl_utf8_to_bytes()
3640 U8* s = ustrp + UTF8SKIP(ustrp); in S_check_locale_boundary_crossing() local
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs61 utf8_safe_downgrade(pTHX_ SV ** src, U8 ** s, STRLEN * slen, bool modify) in utf8_safe_downgrade()
80 utf8_safe_upgrade(pTHX_ SV ** src, U8 ** s, STRLEN * slen, bool modify) in utf8_safe_upgrade()
121 do_bytes_fallback_cb(pTHX_ U8 *s, STRLEN slen, SV *fallback_cb) in do_bytes_fallback_cb()
147 encode_method(pTHX_ const encode_t * enc, const encpage_t * dir, SV * src, U8 * s, STRLEN slen, in encode_method()
369 process_utf8(pTHX_ SV* dst, U8* s, U8* e, SV *check_sv, in process_utf8()
624 U8 *s; variable
683 U8 *s; variable
793 U8 *s; variable
828 U8 *s; variable
860 U8 *s; variable
/openbsd/sys/arch/arm/include/
H A Dcpufunc.h163 #define cpu_control(c, s) cpufuncs.cf_control(c, s) argument
164 #define cpu_auxcontrol(c, s) cpufuncs.cf_auxcontrol(c, s) argument
180 #define cpu_icache_sync_range(a, s) cpufuncs.cf_icache_sync_range((a), (s)) argument
183 #define cpu_dcache_wbinv_range(a, s) cpufuncs.cf_dcache_wbinv_range((a), (s)) argument
184 #define cpu_dcache_inv_range(a, s) cpufuncs.cf_dcache_inv_range((a), (s)) argument
185 #define cpu_dcache_wb_range(a, s) cpufuncs.cf_dcache_wb_range((a), (s)) argument
188 #define cpu_idcache_wbinv_range(a, s) cpufuncs.cf_idcache_wbinv_range((a), (s)) argument
192 #define cpu_sdcache_wbinv_range(va, pa, s) cpufuncs.cf_sdcache_wbinv_range((va), (pa), (s)) argument
193 #define cpu_sdcache_inv_range(va, pa, s) cpufuncs.cf_sdcache_inv_range((va), (pa), (s)) argument
194 #define cpu_sdcache_wb_range(va, pa, s) cpufuncs.cf_sdcache_wb_range((va), (pa), (s)) argument
/openbsd/lib/libpcap/
H A Dnametoaddr.c187 char *s; member
223 pcap_nametoeproto(const char *s) in pcap_nametoeproto()
244 pcap_nametollc(const char *s) in pcap_nametollc()
269 __pcap_atoin(const char *s, bpf_u_int32 *addr) in __pcap_atoin()
291 __pcap_atodn(const char *s, bpf_u_int32 *addr) in __pcap_atodn()
313 pcap_ether_aton(const char *s) in pcap_ether_aton()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Davx2intrin.h1034 #define _mm_i32gather_pd(m, i, s) \ argument
1042 #define _mm256_i32gather_pd(m, i, s) \ argument
1051 #define _mm_i64gather_pd(m, i, s) \ argument
1059 #define _mm256_i64gather_pd(m, i, s) \ argument
1068 #define _mm_i32gather_ps(m, i, s) \ argument
1076 #define _mm256_i32gather_ps(m, i, s) \ argument
1085 #define _mm_i64gather_ps(m, i, s) \ argument
1093 #define _mm256_i64gather_ps(m, i, s) \ argument
1101 #define _mm_i32gather_epi32(m, i, s) \ argument
1111 #define _mm_i64gather_epi32(m, i, s) \ argument
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionArgParser.cpp36 char OptionArgParser::ToChar(llvm::StringRef s, char fail_value, in ToChar()
48 int64_t OptionArgParser::ToOptionEnum(llvm::StringRef s, in ToOptionEnum()
79 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat()
125 llvm::StringRef s, lldb::ScriptLanguage fail_value, bool *success_ptr) { in ToScriptLanguage()
144 llvm::StringRef s, in ToAddress()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h80 u32 s, args_type args, hash_type hash) const { in find()
109 atomic_uint32_t *p, u32 s) { in unlock()
124 u32 s = v & kUnlockMask; in Put() local
173 uptr s = atomic_load(p, memory_order_relaxed); in UnlockAll() local
182 u32 s = atomic_load(p, memory_order_consume) & kUnlockMask; in PrintAll() local
/openbsd/gnu/llvm/lld/wasm/
H A DSymbolTable.cpp129 Symbol *s; in insert() local
318 Symbol *s; in addDefinedFunction() local
373 Symbol *s; in addDefinedData() local
397 Symbol *s; in addDefinedGlobal() local
421 Symbol *s; in addDefinedTag() local
445 Symbol *s; in addDefinedTable() local
515 Symbol *s; in addUndefinedFunction() local
572 Symbol *s; in addUndefinedData() local
599 Symbol *s; in addUndefinedGlobal() local
623 Symbol *s; in addUndefinedTable() local
[all …]
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dscheduler.c138 struct intel_vgpu_submission *s = &vgpu->submission; in populate_shadow_context() local
462 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_workload_req_alloc() local
489 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_scan_and_shadow_workload() local
740 struct intel_vgpu_submission *s = &vgpu->submission; in prepare_workload() local
1050 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_workloads() local
1072 struct intel_vgpu_submission *s = &vgpu->submission; in complete_current_workload() local
1230 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_wait_vgpu_idle() local
1320 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_submission() local
1345 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_reset_submission() local
1385 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_setup_submission() local
[all …]
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c93 xstrdup(const char *s) in xstrdup()
105 rrdp_publish_file(struct rrdp *s, struct publish_xml *pxml, in rrdp_publish_file()
139 struct rrdp *s; in rrdp_new() local
160 rrdp_free(struct rrdp *s) in rrdp_free()
185 rrdp_finished(struct rrdp *s) in rrdp_finished()
221 rrdp_data_handler(struct rrdp *s) in rrdp_data_handler()
270 struct rrdp *s = NULL; in main() local

12345678910>>...191