Searched defs:sd (Results 1 - 25 of 108) sorted by relevance

12345

/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatdisf.c33 int sd = N - __builtin_clzll(a); /* number of significant digits */ local in function:__floatdisf
H A Dfloattidf.c35 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floattidf
H A Dfloattisf.c35 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floattisf
H A Dfloattixf.c37 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floattixf
H A Dfloatundisf.c31 int sd = N - __builtin_clzll(a); /* number of significant digits */ local in function:__floatundisf
H A Dfloatuntidf.c33 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floatuntidf
H A Dfloatuntisf.c33 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floatuntisf
H A Dfloatuntixf.c35 int sd = N - __clzti2(a); /* number of significant digits */ local in function:__floatuntixf
H A Dfloatdidf.c58 int sd = N - __builtin_clzll(a); /* number of significant digits */ local in function:__floatdidf
H A Dfloatundidf.c58 int sd = N - __builtin_clzll(a); /* number of significant digits */ local in function:__floatundidf
/src/tests/lib/libc/sys/
H A Dt_getsockname.c47 int sd; local in function:ATF_TC_BODY
H A Dt_connect.c50 int sd, val, slist; local in function:ATF_TC_BODY
H A Dt_listen.c107 int sd, val; local in function:ATF_TC_BODY
H A Dt_sendrecv.c65 sender(int sd) argument
82 receiver(int sd) argument
114 int fd[2], sd[2], error; local in function:sendrecv
[all...]
/src/sys/dev/ic/
H A Dsmc93cx6.c108 read_seeprom(struct seeprom_descriptor *sd, u_int16_t *buf, bus_size_t start_addr, bus_size_t count) argument
[all...]
/src/lib/libc/net/
H A Dgetservbyname_r.c138 getservbyname_r(const char * name,const char * proto,struct servent * sp,struct servent_data * sd) argument
[all...]
H A Dgetservbyport_r.c115 getservbyport_r(int port,const char * proto,struct servent * sp,struct servent_data * sd) argument
[all...]
H A Dgetservent_r.c91 _servent_close(struct servent_data * sd) argument
109 _servent_getline(struct servent_data * sd) argument
131 _servent_parseline(struct servent_data * sd,struct servent * sp) argument
193 setservent_r(int f,struct servent_data * sd) argument
200 endservent_r(struct servent_data * sd) argument
214 getservent_r(struct servent * sp,struct servent_data * sd) argument
248 _servent_parsedb(struct servent_data * sd,struct servent * sp,const uint8_t * data,size_t len) argument
[all...]
/src/sys/arch/aarch64/aarch64/
H A Dsig_machdep.c52 const struct sigact_sigdesc * const sd = local in function:sendsig_siginfo
/src/sys/arch/ews4800mips/sbd/
H A Dsbdio.c87 const struct sbdiodevdesc *sd; local in function:sbdio_attach
/src/lib/libc/rpc/
H A Dbindresvport.c80 bindresvport_sa(int sd, struct sockaddr *sa) argument
/src/tests/net/net/
H A Dt_socket_afinet.c65 int sd; local in function:ATF_TC_BODY
78 int sd, rc; local in function:ATF_TC_BODY
108 int sd, r local in function:ATF_TC_BODY
[all...]
/src/sys/arch/vax/if/
H A Dif_ze.c89 const struct sgec_data *sd; local in function:ze_find
128 const struct sgec_data * const sd = ze_find(); local in function:ze_mainbus_attach
[all...]
/src/sys/arch/vax/vax/
H A Dsig_machdep.c201 const struct sigact_sigdesc * const sd = local in function:sendsig_sighelper
/src/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c71 const struct sigact_sigdesc * const sd = local in function:sendsig_siginfo

Completed in 17 milliseconds

12345