/external/fio/engines/ |
D | solarisaio.c | 31 struct solarisaio_data *sd = td->io_ops->data; in fio_solarisaio_prep() local 40 struct solarisaio_data *sd; in wait_for_event() local 78 struct solarisaio_data *sd = td->io_ops->data; in fio_solarisaio_getevents() local 103 struct solarisaio_data *sd = td->io_ops->data; in fio_solarisaio_event() local 111 struct solarisaio_data *sd = td->io_ops->data; in fio_solarisaio_queue() local 158 struct solarisaio_data *sd = td->io_ops->data; in fio_solarisaio_cleanup() local 188 struct solarisaio_data *sd = malloc(sizeof(*sd)); in fio_solarisaio_init() local
|
D | sync.c | 75 struct syncio_data *sd = td->io_ops->data; in fio_pvsyncio_queue() local 143 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_getevents() local 158 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_event() local 165 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_append() local 177 static void fio_vsyncio_set_iov(struct syncio_data *sd, struct io_u *io_u, in fio_vsyncio_set_iov() 192 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_queue() local 232 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_end() local 272 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_commit() local 302 struct syncio_data *sd; in fio_vsyncio_init() local 316 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_cleanup() local
|
D | splice.c | 31 struct spliceio_data *sd = td->io_ops->data; in fio_splice_read_old() local 75 struct spliceio_data *sd = td->io_ops->data; in fio_splice_read() local 169 struct spliceio_data *sd = td->io_ops->data; in fio_splice_write() local 204 struct spliceio_data *sd = td->io_ops->data; in fio_spliceio_queue() local 250 struct spliceio_data *sd = td->io_ops->data; in fio_spliceio_cleanup() local 261 struct spliceio_data *sd = malloc(sizeof(*sd)); in fio_spliceio_init() local
|
D | sg.c | 33 static void sgio_hdr_init(struct sgio_data *sd, struct sg_io_hdr *hdr, in sgio_hdr_init() 67 struct sgio_data *sd = td->io_ops->data; in fio_sgio_getevents() local 162 struct sgio_data *sd = td->io_ops->data; in fio_sgio_ioctl_doio() local 207 struct sgio_data *sd = td->io_ops->data; in fio_sgio_prep() local 275 struct sgio_data *sd = td->io_ops->data; in fio_sgio_event() local 282 struct sgio_data *sd = td->io_ops->data; in fio_sgio_get_bs() local 310 struct sgio_data *sd = td->io_ops->data; in fio_sgio_cleanup() local 324 struct sgio_data *sd; in fio_sgio_init() local 350 struct sgio_data *sd = td->io_ops->data; in fio_sgio_type_check() local 386 struct sgio_data *sd = td->io_ops->data; in fio_sgio_open() local
|
/external/lzma/C/ |
D | 7zIn.c | 316 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte() 325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) in SzReadBytes() 335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value) in SzReadUInt32() 348 static SRes SzReadNumber(CSzData *sd, UInt64 *value) in SzReadNumber() 371 static SRes SzReadNumber32(CSzData *sd, UInt32 *value) in SzReadNumber32() 383 static SRes SzReadID(CSzData *sd, UInt64 *value) in SzReadID() 388 static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) in SzSkeepDataSize() 397 static SRes SzSkeepData(CSzData *sd) in SzSkeepData() 404 static SRes SzReadArchiveProperties(CSzData *sd) in SzReadArchiveProperties() 417 static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) in SzWaitAttribute() [all …]
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zIn.c | 316 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte() 325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) in SzReadBytes() 335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value) in SzReadUInt32() 348 static SRes SzReadNumber(CSzData *sd, UInt64 *value) in SzReadNumber() 371 static SRes SzReadNumber32(CSzData *sd, UInt32 *value) in SzReadNumber32() 383 static SRes SzReadID(CSzData *sd, UInt64 *value) in SzReadID() 388 static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) in SzSkeepDataSize() 397 static SRes SzSkeepData(CSzData *sd) in SzSkeepData() 404 static SRes SzReadArchiveProperties(CSzData *sd) in SzReadArchiveProperties() 417 static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) in SzWaitAttribute() [all …]
|
/external/chromium_org/ipc/ |
D | file_descriptor_set_posix.cc | 45 struct base::FileDescriptor sd; in Add() local 58 struct base::FileDescriptor sd; in AddAndAutoClose() local 146 struct base::FileDescriptor sd; in SetDescriptors() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
D | r300_fragprog_swizzle.c | 75 const struct swizzle_data* sd = &native_swizzles[i]; in lookup_native_swizzle() local 109 const struct swizzle_data* sd; in r300_swizzle_is_native() local 160 const struct swizzle_data *sd = &native_swizzles[i]; in r300_swizzle_split() local 208 const struct swizzle_data* sd = lookup_native_swizzle(swizzle); in r300FPTranslateRGBSwizzle() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r300_fragprog_swizzle.c | 75 const struct swizzle_data* sd = &native_swizzles[i]; in lookup_native_swizzle() local 109 const struct swizzle_data* sd; in r300_swizzle_is_native() local 160 const struct swizzle_data *sd = &native_swizzles[i]; in r300_swizzle_split() local 208 const struct swizzle_data* sd = lookup_native_swizzle(swizzle); in r300FPTranslateRGBSwizzle() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 36 static int try_filter_frame(const YV12_BUFFER_CONFIG *sd, VP9_COMP *const cpi, in try_filter_frame() 51 static int search_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in search_filter_level() 139 void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in vp9_pick_filter_level()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 32 static int try_filter_frame(const YV12_BUFFER_CONFIG *sd, VP9_COMP *const cpi, in try_filter_frame() 46 static void search_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in search_filter_level() 134 void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in vp9_pick_filter_level()
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 113 static int nl_sendreq(int sd, int request, int flags, int *seq) in nl_sendreq() 137 static int nl_recvmsg(int sd, int request, int seq, void *buf, size_t buflen, int *flags) in nl_recvmsg() 163 static int nl_getmsg(int sd, int request, int seq, struct nlmsghdr **nlhp, int *done) in nl_getmsg() 218 static int nl_getlist(int sd, int seq, int request, struct nlmsg_list **nlm_list, struct nlmsg_list… in nl_getlist() 286 static void nl_close(int sd) in nl_close() 298 int sd; in nl_open() local 315 int sd; in ni_ifaddrs() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 118 YV12_BUFFER_CONFIG *sd) { in vp9_copy_reference_dec() 145 YV12_BUFFER_CONFIG *sd) { in vp9_set_reference_dec() 303 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
|
/external/clang/test/Sema/ |
D | ms_class_layout.cpp | 123 struct sd : virtual s, virtual ICh { struct 124 virtual ~sd(){} in ~sd() argument 127 virtual int asd() {return -1;} in asd() argument
|
/external/valgrind/main/auxprogs/ |
D | valgrind-listener.c | 105 static void set_nonblocking ( int sd ) in set_nonblocking() 116 static void set_blocking ( int sd ) in set_blocking() 142 static int read_from_sd ( int sd ) in read_from_sd()
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagAcceptingStates() local 773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagLookAheadStates() local 809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagTaggedStates() local 852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in mergeRuleStatusVals() local 1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in exportTable() local 1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in printStates() local
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbitblb.cpp | 715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagAcceptingStates() local 773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagLookAheadStates() local 809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in flagTaggedStates() local 852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in mergeRuleStatusVals() local 1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); in exportTable() local 1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); in printStates() local
|
/external/compiler-rt/lib/builtins/ |
D | floatuntixf.c | 35 int sd = N - __clzti2(a); /* number of significant digits */ in __floatuntixf() local
|
D | floatuntidf.c | 33 int sd = N - __clzti2(a); /* number of significant digits */ in __floatuntidf() local
|
D | floatuntisf.c | 33 int sd = N - __clzti2(a); /* number of significant digits */ in __floatuntisf() local
|
D | floattixf.c | 37 int sd = N - __clzti2(a); /* number of significant digits */ in __floattixf() local
|
D | floattidf.c | 35 int sd = N - __clzti2(a); /* number of significant digits */ in __floattidf() local
|
/external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 79 const unsigned sd = sizeof(id)/sizeof(id[0]); in test() local 279 const unsigned sd = sizeof(id)/sizeof(id[0]); in test1() local
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 110 …vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_get_reference() 141 …vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_set_reference() 418 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
D | onyxd_if.c | 110 …vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_get_reference() 141 …vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_set_reference() 391 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
|