/external/vboot_reference/firmware/2lib/ |
D | 2misc.c | 68 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_fail() local 117 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_init_context() local 141 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_check_recovery() local 179 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_fw_parse_gbb() local 206 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_check_dev_switch() local 317 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_select_fw_slot() local
|
/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 | 77 struct syncio_data *sd = td->io_ops->data; in fio_pvsyncio_queue() local 145 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_getevents() local 160 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_event() local 167 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_append() local 179 static void fio_vsyncio_set_iov(struct syncio_data *sd, struct io_u *io_u, in fio_vsyncio_set_iov() 194 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_queue() local 234 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_end() local 274 struct syncio_data *sd = td->io_ops->data; in fio_vsyncio_commit() local 304 struct syncio_data *sd; in fio_vsyncio_init() local 318 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() 68 struct sgio_data *sd = td->io_ops->data; in fio_sgio_getevents() local 163 struct sgio_data *sd = td->io_ops->data; in fio_sgio_ioctl_doio() local 208 struct sgio_data *sd = td->io_ops->data; in fio_sgio_prep() local 276 struct sgio_data *sd = td->io_ops->data; in fio_sgio_event() local 283 struct sgio_data *sd = td->io_ops->data; in fio_sgio_get_bs() local 311 struct sgio_data *sd = td->io_ops->data; in fio_sgio_cleanup() local 325 struct sgio_data *sd; in fio_sgio_init() local 351 struct sgio_data *sd = td->io_ops->data; in fio_sgio_type_check() local 387 struct sgio_data *sd = td->io_ops->data; in fio_sgio_open() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 170 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local 199 __ sd(source_register, cgen_->ToMemOperand(destination)); in EmitMove() local 218 __ sd(at, destination_operand); in EmitMove() local 222 __ sd(kLithiumScratchReg, destination_operand); in EmitMove() local 246 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination)); in EmitMove() local 249 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination)); in EmitMove() local 252 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination)); in EmitMove() local
|
/external/lzma/C/ |
D | 7zArcIn.c | 182 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte() 195 #define SKIP_DATA(sd, size) { sd->Size -= (size_t)(size); sd->Data += (size_t)(size); } argument 196 #define SKIP_DATA2(sd, size) { sd.Size -= (size_t)(size); sd.Data += (size_t)(size); } argument 201 static MY_NO_INLINE SRes ReadNumber(CSzData *sd, UInt64 *value) in ReadNumber() 290 static MY_NO_INLINE SRes SzReadNumber32(CSzData *sd, UInt32 *value) in SzReadNumber32() 313 #define ReadID(sd, value) ReadNumber(sd, value) argument 315 static SRes SkipData(CSzData *sd) in SkipData() 325 static SRes WaitId(CSzData *sd, UInt64 id) in WaitId() 339 static SRes RememberBitVector(CSzData *sd, UInt32 numItems, const Byte **v) in RememberBitVector() 367 static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byte **v, ISzAlloc *alloc) in ReadBitVector() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | NormalDistributionImpl.java | 63 public NormalDistributionImpl(double mean, double sd){ in NormalDistributionImpl() 76 public NormalDistributionImpl(double mean, double sd, double inverseCumAccuracy) { in NormalDistributionImpl() 132 public void setStandardDeviation(double sd) { in setStandardDeviation() 141 private void setStandardDeviationInternal(double sd) { in setStandardDeviationInternal()
|
/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/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/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 37 static int64_t try_filter_frame(const YV12_BUFFER_CONFIG *sd, in try_filter_frame() 69 static int search_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in search_filter_level() 151 void vp9_pick_filter_level(const YV12_BUFFER_CONFIG *sd, VP9_COMP *cpi, in vp9_pick_filter_level()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBITableBuilder.java | 610 RBBIStateDescriptor sd = fDStates.get(n); in flagAcceptingStates() local 663 RBBIStateDescriptor sd = fDStates.get(n); in flagLookAheadStates() local 690 RBBIStateDescriptor sd = fDStates.get(n); in flagTaggedStates() local 754 RBBIStateDescriptor sd = fDStates.get(n); in mergeRuleStatusVals() local 911 RBBIStateDescriptor sd = fDStates.get(state); in exportTable() local 965 RBBIStateDescriptor sd = fDStates.get(n); in printStates() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 609 RBBIStateDescriptor sd = fDStates.get(n); in flagAcceptingStates() local 662 RBBIStateDescriptor sd = fDStates.get(n); in flagLookAheadStates() local 689 RBBIStateDescriptor sd = fDStates.get(n); in flagTaggedStates() local 753 RBBIStateDescriptor sd = fDStates.get(n); in mergeRuleStatusVals() local 910 RBBIStateDescriptor sd = fDStates.get(state); in exportTable() local 964 RBBIStateDescriptor sd = fDStates.get(n); in printStates() local
|
/external/toybox/toys/pending/ |
D | tftp.c | 69 int port = 69, sd = xsocket(TT.af, SOCK_DGRAM, IPPROTO_UDP); local 135 static ssize_t read_server(int sd, void *buf, size_t len, in read_server() 162 static ssize_t write_server(int sd, void *buf, size_t len, in write_server() 213 static int read_ack(int sd, uint8_t *packet, struct sockaddr_storage *server, in read_ack() 272 int len, sd, fd, retry, nbytesrecvd = 0, ndatabytes, ret, result = -1; in file_get() local 380 int packetlen, sd, fd, retry = 0, ret, result = -1; in file_put() local
|
/external/vboot_reference/firmware/lib20/ |
D | misc.c | 19 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_keyblock() local 132 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_preamble() local
|
D | api.c | 41 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_init_hash() local 126 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_check_hash() local
|
/external/vboot_reference/firmware/lib21/ |
D | api.c | 44 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_init_hash2() local 118 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2api_check_hash() local
|
D | misc.c | 67 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_keyblock() local 155 struct vb2_shared_data *sd = vb2_get_sd(ctx); in vb2_load_fw_preamble() local
|
/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/v8/src/mips64/ |
D | codegen-mips64.cc | 679 __ sd(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateMapChangeElementsTransition() local 739 __ sd(length, MemOperand(array, FixedDoubleArray::kLengthOffset)); in GenerateSmiToDouble() local 741 __ sd(scratch2, MemOperand(array, HeapObject::kMapOffset)); in GenerateSmiToDouble() local 743 __ sd(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateSmiToDouble() local 754 __ sd(scratch1, FieldMemOperand(receiver, JSObject::kElementsOffset)); in GenerateSmiToDouble() local 787 __ sd(target_map, FieldMemOperand(receiver, HeapObject::kMapOffset)); in GenerateSmiToDouble() local 888 __ sd(length, MemOperand(array, FixedDoubleArray::kLengthOffset)); in GenerateDoubleToObject() local 889 __ sd(scratch, MemOperand(array, HeapObject::kMapOffset)); in GenerateDoubleToObject() local 909 __ sd(scratch, MemOperand(dst_elements)); in GenerateDoubleToObject() local 951 __ sd(scratch2, FieldMemOperand(heap_number, HeapNumber::kValueOffset)); in GenerateDoubleToObject() local [all …]
|
D | deoptimizer-mips64.cc | 162 __ sd(ToRegister(i), MemOperand(sp, kPointerSize * i)); in Generate() local 167 __ sd(fp, MemOperand(a2)); in Generate() local 196 __ sd(a4, CFunctionArgumentOperand(5)); // Fp-to-sp delta. in Generate() local 198 __ sd(a5, CFunctionArgumentOperand(6)); // Isolate. in Generate() local 218 __ sd(a2, MemOperand(a1, offset)); in Generate() local 221 __ sd(a2, MemOperand(a1, offset)); in Generate() local 253 __ sd(a4, MemOperand(a3, 0)); in Generate() local
|
/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/opencv3/modules/imgcodecs/src/ |
D | grfmt_exr.cpp | 676 const uchar* sd = img.ptr(line); in write() local 682 const unsigned short *sd = img.ptr<unsigned short>(line); in write() local 688 const int *sd = img.ptr<int>(line); // FIXME 64-bit problems in write() local 699 const uchar* sd = img.ptr(line); in write() local 705 const unsigned short *sd = img.ptr<unsigned short>(line); in write() local
|
/external/valgrind/auxprogs/ |
D | valgrind-listener.c | 109 static void set_nonblocking ( int sd ) in set_nonblocking() 120 static void set_blocking ( int sd ) in set_blocking() 146 static int read_from_sd ( int sd ) in read_from_sd()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 127 …vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_get_reference() 158 …vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd) in vp8dx_set_reference() 411 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
|