| /openbsd-src/usr.bin/sndiod/ |
| H A D | siofile.c | 59 struct dev *d = arg; in dev_sio_onmove() local 62 logx(4, "%s: tick, delta = %d", d->path, delta); in dev_sio_onmove() 64 d->sio.sum_utime += file_utime - d->sio.utime; in dev_sio_onmove() 65 d->sio.sum_wtime += file_wtime - d->sio.wtime; in dev_sio_onmove() 66 d->sio.wtime = file_wtime; in dev_sio_onmove() 67 d->sio.utime = file_utime; in dev_sio_onmove() 68 if (d in dev_sio_onmove() 83 struct dev *d = arg; dev_sio_timeout() local 95 dev_sio_open(struct dev * d) dev_sio_open() argument 267 dev_sio_close(struct dev * d) dev_sio_close() argument 287 dev_sio_start(struct dev * d) dev_sio_start() argument 319 dev_sio_stop(struct dev * d) dev_sio_stop() argument 344 struct dev *d = arg; dev_sio_pollfd() local 354 struct dev *d = arg; dev_sio_revents() local 367 struct dev *d = arg; dev_sio_run() local 538 struct dev *d = arg; dev_sio_hup() local [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ |
| H A D | c99-printf-1.c | 12 foo (int i, unsigned int u, double d, char *s, void *p, int *n, in foo() argument 24 printf ("%hf", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 25 printf ("%hF", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 26 printf ("%he", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 27 printf ("%hE", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 28 printf ("%hg", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 29 printf ("%hG", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 30 printf ("%ha", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 31 printf ("%hA", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 37 printf ("%hhf", d); /* { dg-warning "length" "bad use of %hh" } */ in foo() [all …]
|
| H A D | c90-printf-1.c | 12 foo (int i, int i1, int i2, unsigned int u, double d, char *s, void *p, in foo() argument 35 printf ("%.e\n", d); /* { dg-bogus "precision" "bogus precision warning" } */ in foo() 70 printf ("%hf", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 71 printf ("%he", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 72 printf ("%hE", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 73 printf ("%hg", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 74 printf ("%hG", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 82 printf ("%lf", d); /* { dg-warning "length|C" "bad use of %l" } */ in foo() 83 printf ("%le", d); /* { dg-warning "length|C" "bad use of %l" } */ in foo() 84 printf ("%lE", d); /* { dg-warning "length|C" "bad use of %l" } */ in foo() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_deadlock_detector_test.cpp | 48 DeadlockDetector<BV> &d = *sdd.dp; in RunBasicTest() local 51 for (size_t i = 0; i < d.size() * 3; i++) { in RunBasicTest() 52 uptr node = d.newNode(0); in RunBasicTest() 56 d.clear(); in RunBasicTest() 59 for (size_t i = 0; i < d.size(); i++) { in RunBasicTest() 60 uptr node = d.newNode(0); in RunBasicTest() 65 d.removeNode(*it); in RunBasicTest() 67 for (size_t i = 0; i < d.size(); i++) { in RunBasicTest() 68 uptr node = d.newNode(0); in RunBasicTest() 74 d.clear(); in RunBasicTest() [all …]
|
| /openbsd-src/sys/dev/microcode/symbol/ |
| H A D | esecsym | 3 …d��`~d���`�d��`#x��`�d$E��ga#X��d@Pa����������"�*�2�:��B�J�R�Z�b�h�p�z����������`�`… 4 …d�cD����܄P�3D��`|a`XO�x��FE`XO�x��`�bfD���ed@*�`�`vc d���`�e`cd��`4b��`~b…
|
| H A D | eprimsym | 2 …��~�d��� �d��� �d��� �d��� �d��� �d��� �d��� �d��0D���`�x�������� �DAdd…
|
| /openbsd-src/gnu/usr.bin/perl/dist/Dumpvalue/t/ |
| H A D | Dumpvalue.t | 23 my $d; 24 ok( $d = Dumpvalue->new(), 'create a new Dumpvalue object' ); 26 $d->set( globPrint => 1, dumpReused => 1 ); 27 is( $d->{globPrint}, 1, 'set an option correctly' ); 28 is( $d->get('globPrint'), 1, 'get an option correctly' ); 29 is_deeply( [ $d->get('globPrint', 'dumpReused') ], 40 is( $d->stringify(), 'undef', 'stringify handles undef okay' ); 43 $d->{printUndef} = 0; 44 is( $d->stringify(), "''", 'stringify skips undef when asked nicely' ); 46 is( $d->stringify(*FOO), *FOO . "", 'stringify stringifies globs alright' ); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genoutput.c | 250 struct operand_data *d; in output_predicate_decls() local 253 for (d = odata; d; d = d->next) in output_predicate_decls() 254 if (d->predicate && d->predicate[0]) in output_predicate_decls() 257 if (strcmp (p->name, d->predicate) == 0) in output_predicate_decls() 263 d->predicate); in output_predicate_decls() 265 p->name = d->predicate; in output_predicate_decls() 282 struct operand_data *d; in output_operand_data() local 286 for (d = odata; d; d = d->next) in output_operand_data() 291 d->predicate && d->predicate[0] ? d->predicate : "0"); in output_operand_data() 293 printf (" \"%s\",\n", d->constraint ? d->constraint : ""); in output_operand_data() [all …]
|
| H A D | mkdeps.c | 114 struct deps *d = (struct deps *) xmalloc (sizeof (struct deps)); in deps_init() local 118 d->targetv = 0; in deps_init() 119 d->depv = 0; in deps_init() 121 d->ntargets = 0; in deps_init() 122 d->targets_size = 0; in deps_init() 123 d->ndeps = 0; in deps_init() 124 d->deps_size = 0; in deps_init() 126 return d; in deps_init() 130 deps_free (d) in deps_free() argument 131 struct deps *d; in deps_free() [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | getopt.c | 149 if (d->__nonoption_flags_len > 0) \ 172 exchange (char **argv, struct _getopt_data *d) in exchange() argument 174 int bottom = d->__first_nonopt; in exchange() 175 int middle = d->__last_nonopt; in exchange() 176 int top = d->optind; in exchange() 188 if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) in exchange() 194 d->__nonoption_flags_len = d->__nonoption_flags_max_len = 0; in exchange() 198 d->__nonoption_flags_max_len), in exchange() 199 '\0', top + 1 - d->__nonoption_flags_max_len); in exchange() 200 d->__nonoption_flags_max_len = top + 1; in exchange() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genoutput.c | 253 struct operand_data *d; in output_operand_data() local 257 for (d = odata; d; d = d->next) in output_operand_data() 262 d->predicate && d->predicate[0] ? d->predicate : "0"); in output_operand_data() 264 printf (" \"%s\",\n", d->constraint ? d->constraint : ""); in output_operand_data() 266 printf (" %smode,\n", GET_MODE_NAME (d->mode)); in output_operand_data() 268 printf (" %d,\n", d->strict_low); in output_operand_data() 270 printf (" %d\n", d->eliminable); in output_operand_data() 280 struct data *d; in output_insn_data() local 297 for (d = idata; d; d = d->next) in output_insn_data() 299 printf (" /* %s:%d */\n", d->filename, d->lineno); in output_insn_data() [all …]
|
| /openbsd-src/sys/net/ |
| H A D | bpf.c | 144 bpf_movein(struct uio *uio, struct bpf_d *d, struct mbuf **mp, in bpf_movein() argument 166 linktype = d->bd_bif->bif_dlt; in bpf_movein() 245 bps = SMR_PTR_GET(&d->bd_wfilter); in bpf_movein() 290 * Attach file to the bpf interface, i.e. make d listen on bp. 293 bpf_attachd(struct bpf_d *d, struct bpf_if *bp) in bpf_attachd() argument 295 MUTEX_ASSERT_LOCKED(&d->bd_mtx); in bpf_attachd() 298 * Point d at bp, and add d to the interface's list of listeners. in bpf_attachd() 303 d->bd_bif = bp; in bpf_attachd() 306 SMR_SLIST_INSERT_HEAD_LOCKED(&bp->bif_dlist, d, bd_nex in bpf_attachd() 315 bpf_detachd(struct bpf_d * d) bpf_detachd() argument 421 struct bpf_d *d; bpfclose() local 439 ROTATE_BUFFERS(d) global() argument 456 struct bpf_d *d; bpfread() local 590 bpf_wakeup(struct bpf_d * d) bpf_wakeup() argument 614 struct bpf_d *d = xd; bpf_wakeup_cb() local 625 struct bpf_d *d = xd; bpf_wait_cb() local 640 struct bpf_d *d; bpfwrite() local 695 bpf_resetd(struct bpf_d * d) bpf_resetd() argument 716 bpf_set_wtout(struct bpf_d * d,uint64_t wtout) bpf_set_wtout() argument 726 bpf_set_wtimeout(struct bpf_d * d,const struct timeval * tv) bpf_set_wtimeout() argument 741 bpf_get_wtimeout(struct bpf_d * d,struct timeval * tv) bpf_get_wtimeout() argument 783 struct bpf_d *d; bpfioctl() local 1121 bpf_setf(struct bpf_d * d,struct bpf_program * fp,int wf) bpf_setf() argument 1179 bpf_setif(struct bpf_d * d,struct ifreq * ifr) bpf_setif() argument 1243 struct bpf_d *d; bpfkqfilter() local 1271 struct bpf_d *d = kn->kn_hook; filt_bpfrdetach() local 1280 struct bpf_d *d = kn->kn_hook; filt_bpfread() local 1294 struct bpf_d *d = kn->kn_hook; filt_bpfreadmodify() local 1307 struct bpf_d *d = kn->kn_hook; filt_bpfreadprocess() local 1352 struct bpf_d *d; _bpf_mtap() local 1563 bpf_catchpacket(struct bpf_d * d,u_char * pkt,size_t pktlen,size_t snaplen,const struct bpf_hdr * tbh) bpf_catchpacket() argument 1660 bpf_allocbufs(struct bpf_d * d) bpf_allocbufs() argument 1871 bpf_getdltlist(struct bpf_d * d,struct bpf_dltlist * bfl) bpf_getdltlist() argument 1902 bpf_setdlt(struct bpf_d * d,u_int dlt) bpf_setdlt() argument [all...] |
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | mkdeps.c | 116 apply_vpath (struct deps *d, const char *t) in apply_vpath() argument 118 if (d->vpathv) in apply_vpath() 121 for (i = 0; i < d->nvpaths; i++) in apply_vpath() 123 if (!strncmp (d->vpathv[i], t, d->vpathlv[i])) in apply_vpath() 125 const char *p = t + d->vpathlv[i]; in apply_vpath() 135 t = t + d->vpathlv[i] + 1; in apply_vpath() 164 deps_free (struct deps *d) in deps_free() argument 168 if (d->targetv) in deps_free() 170 for (i = 0; i < d->ntargets; i++) in deps_free() 171 free ((void *) d->targetv[i]); in deps_free() [all …]
|
| /openbsd-src/regress/lib/libc/regex/ |
| H A D | debug.c | 21 regprint(r, d) in regprint() argument 23 FILE *d; 30 fprintf(d, "%ld states", (long)g->nstates); 31 fprintf(d, ", first %ld last %ld", (long)g->firststate, 34 fprintf(d, ", USEBOL"); 36 fprintf(d, ", USEEOL"); 38 fprintf(d, ", BAD"); 40 fprintf(d, ", nsub=%ld", (long)g->nsub); 42 fprintf(d, ", must(%ld) `%*s'", (long)g->mlen, (int)g->mlen, 45 fprintf(d, ", backrefs"); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ |
| H A D | 930529-1.c | 4 double d; in main() member 6 } d; in main() local 8 d.d = 1.0/7.0; in main() 12 if (d.c[0] == 0x92 && d.c[1] == 0x24 && d.c[2] == 0x49 && d.c[3] == 0x92 in main() 13 && d.c[4] == 0x24 && d.c[5] == 0x49 && d.c[6] == 0xc2 && d.c[7] == 0x3f) in main() 15 if (d.c[7] == 0x92 && d.c[6] == 0x24 && d.c[5] == 0x49 && d.c[4] == 0x92 in main() 16 && d.c[3] == 0x24 && d.c[2] == 0x49 && d.c[1] == 0xc2 && d.c[0] == 0x3f) in main() 19 if (d.c[4] == 0x92 && d.c[5] == 0x24 && d.c[6] == 0x49 && d.c[7] == 0x92 in main() 20 && d.c[0] == 0x24 && d.c[1] == 0x49 && d.c[2] == 0xc2 && d.c[3] == 0x3f) in main()
|
| /openbsd-src/sys/crypto/ |
| H A D | rmd160.c | 78 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument 80 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \ 159 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local 177 d = state[3]; in RMD160Transform() 181 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 182 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 183 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 184 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 185 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 186 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() [all …]
|
| H A D | sha1.c | 52 u_int32_t a, b, c, d, e; in SHA1Transform() local 70 d = state[3]; in SHA1Transform() 74 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 75 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 76 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 77 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 78 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 79 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 80 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 81 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
| /openbsd-src/lib/libc/hash/ |
| H A D | rmd160.c | 77 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ argument 79 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \ 166 u_int32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local 184 d = state[3]; in RMD160Transform() 188 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 189 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 190 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 191 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 192 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 193 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() [all …]
|
| H A D | sha1.c | 56 u_int32_t a, b, c, d, e; in SHA1Transform() local 66 d = state[3]; in SHA1Transform() 70 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 71 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 72 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 73 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 74 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 75 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 76 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 77 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
| /openbsd-src/sys/scsi/ |
| H A D | mpath.c | 143 struct mpath_dev *d = sc->sc_devs[link->target]; in mpath_probe() local 145 if (link->lun != 0 || d == NULL) in mpath_probe() 148 link->id = devid_copy(d->d_id); in mpath_probe() 154 mpath_next_path(struct mpath_dev *d) in mpath_next_path() argument 160 if (d == NULL) in mpath_next_path() 164 p = d->d_next_path; in mpath_next_path() 166 d->d_next_path = TAILQ_NEXT(p, p_entry); in mpath_next_path() 167 if (d->d_next_path == NULL && in mpath_next_path() 168 (g = TAILQ_FIRST(&d->d_groups)) != NULL) in mpath_next_path() 169 d->d_next_path = TAILQ_FIRST(&g->g_paths); in mpath_next_path() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | ppc-fmadd-1.c | 5 void foo(double *a, double *b, double *c, double *d) in foo() argument 7 a[0] = b[0] + c[0] * d[0]; // fmadd in foo() 8 a[1] = b[1] - c[1] * d[1]; // fnmsub with fast-math in foo() 9 a[2] = -b[2] + c[2] * d[2]; // fmsub in foo() 10 a[3] = -b[3] - c[3] * d[3]; // fnmadd with fast-math in foo() 11 a[4] = -( b[4] + c[4] * d[4]); // fnmadd in foo() 12 a[5] = -( b[5] - c[5] * d[5]); // fmsub with fast-math in foo() 13 a[6] = -(-b[6] + c[6] * d[6]); // fnmsub in foo() 14 a[7] = -(-b[7] - c[7] * d[7]); // fmadd with fast-math in foo() 15 a[10] = b[10] - c[10] * -d[10]; // fmadd in foo() [all …]
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | sha1.c | 51 u_int32_t a, b, c, d, e; in SHA1Transform() local 69 d = state[3]; in SHA1Transform() 73 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 74 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 75 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 76 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 77 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 78 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 79 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 80 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
| /openbsd-src/lib/libc/rpc/ |
| H A D | getrpcent.c | 60 struct rpcdata *d = rpcdata; in _rpcdata() local 62 if (d == NULL) { in _rpcdata() 63 d = calloc(1, sizeof (struct rpcdata)); in _rpcdata() 64 rpcdata = d; in _rpcdata() 66 return (d); in _rpcdata() 72 struct rpcdata *d = _rpcdata(); in getrpcbynumber() local 75 if (d == NULL) in getrpcbynumber() 109 struct rpcdata *d = _rpcdata(); in setrpcent() local 111 if (d == NULL) in setrpcent() 113 if (d->rpcf == NULL) in setrpcent() [all …]
|
| /openbsd-src/lib/libc/stdlib/ |
| H A D | malloc.c | 210 static void unmap(struct dir_info *d, void *p, size_t sz, size_t clear); 269 static __dead void wrterror(struct dir_info *d, char *msg, ...) 287 caller(struct dir_info *d) in caller() argument 308 return store_caller(d, &p); in caller() 312 static inline void* caller(struct dir_info *d) in caller() argument 320 return store_caller(d, &p); in caller() 359 wrterror(struct dir_info *d, char *msg, ...) in wrterror() argument 364 dprintf(STDERR_FILENO, "%s(%d) in %s(): ", __progname, in wrterror() 365 getpid(), (d != NULL && d in wrterror() 382 rbytes_init(struct dir_info * d) rbytes_init() argument 390 getrbyte(struct dir_info * d) getrbyte() argument 575 omalloc_poolinit(struct dir_info * d,int mmap_flag) omalloc_poolinit() argument 597 omalloc_grow(struct dir_info * d) omalloc_grow() argument 651 insert(struct dir_info * d,void * p,size_t sz,void * f) insert() argument 678 find(struct dir_info * d,void * p) find() argument 702 delete(struct dir_info * d,struct region_info * ri) delete() argument 795 unmap(struct dir_info * d,void * p,size_t sz,size_t clear) unmap() argument 883 map(struct dir_info * d,size_t sz,int zero_fill) map() argument 978 init_chunk_info(struct dir_info * d,struct chunk_info * p,u_int bucket) init_chunk_info() argument 994 alloc_chunk_info(struct dir_info * d,u_int bucket) alloc_chunk_info() argument 1049 omalloc_make_chunks(struct dir_info * d,u_int bucket,u_int listnum) omalloc_make_chunks() argument 1167 malloc_bytes(struct dir_info * d,size_t size) malloc_bytes() argument 1245 validate_canary(struct dir_info * d,u_char * ptr,size_t sz,size_t allocated) validate_canary() argument 1266 find_chunknum(struct dir_info * d,struct chunk_info * info,void * ptr,int check) find_chunknum() argument 1291 free_bytes(struct dir_info * d,struct region_info * r,void * ptr) free_bytes() argument 1405 malloc_recurse(struct dir_info * d) malloc_recurse() argument 1422 struct dir_info *d; _malloc_init() local 1540 struct dir_info *d; malloc() local 1555 struct dir_info *d; malloc_conceal() local 1731 struct dir_info *d; free() local 1764 struct dir_info *d; freezero() local 1965 struct dir_info *d; realloc() local 1986 struct dir_info *d; calloc() local 2012 struct dir_info *d; calloc_conceal() local 2127 size_t d = oldsize - newsize; recallocarray_p() local 2154 struct dir_info *d; recallocarray() local 2194 mapalign(struct dir_info * d,size_t alignment,size_t sz,int zero_fill) mapalign() argument 2303 struct dir_info *d; posix_memalign() local 2345 struct dir_info *d; aligned_alloc() local 2379 store_caller(struct dir_info * d,struct btnode * f) store_caller() argument 2477 struct malloc_leak d; global() member 2621 dump_free_chunk_info(struct dir_info * d,struct leaktree * leaks) dump_free_chunk_info() argument 2651 dump_free_page_info(struct dir_info * d) dump_free_page_info() argument 2676 malloc_dump1(int poolno,struct dir_info * d,struct leaktree * leaks) malloc_dump1() argument [all...] |
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_loongarch64.S | 13 addi.d $sp, $sp, -32 14 st.d $ra, $sp, 24 15 st.d $fp, $sp, 16 21 addi.d $fp, $sp, 32 25 st.d $a0, $sp, 8 29 addi.d $a0, $fp, 0 35 ld.d $a0, $sp, 8 39 ld.d $fp, $sp, 16 40 ld.d $ra, $sp, 24 41 addi.d $sp, $sp, 32 [all …]
|