HomeSort by relevance Sort by last modified time
    Searched defs:sd (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 59 S<u"d"_id> sd; variable
  /external/eigen/test/
mixingtypes.cpp 48 double sd = internal::random<double>(); local
62 VERIFY_IS_APPROX(sd * vcd, complex<double>(sd) * vcd);
96 VERIFY_IS_APPROX(sd*md*mcd, (sd*md).template cast<CD>().eval()*mcd);
97 VERIFY_IS_APPROX(sd*mcd*md, sd*mcd*md.template cast<CD>());
116 VERIFY_IS_APPROX(sd*md*vcd, (sd*md).template cast<CD>().eval()*vcd);
118 VERIFY_IS_APPROX(sd*mcd*vd, sd*mcd*vd.template cast<CD>().eval())
    [all...]
  /external/fio/engines/
solarisaio.c 31 struct solarisaio_data *sd = td->io_ops->data; local
34 io_u->engine_data = sd;
40 struct solarisaio_data *sd; local
57 sd = io_u->engine_data;
69 sd->aio_events[sd->aio_pending] = io_u;
71 sd->aio_pending++;
72 sd->nr--;
78 struct solarisaio_data *sd = td->io_ops->data; local
90 while (sd->aio_pending < min
103 struct solarisaio_data *sd = td->io_ops->data; local
111 struct solarisaio_data *sd = td->io_ops->data; local
158 struct solarisaio_data *sd = td->io_ops->data; local
188 struct solarisaio_data *sd = malloc(sizeof(*sd)); local
    [all...]
splice.c 31 struct spliceio_data *sd = td->io_ops->data; local
46 ret = splice(f->fd, &offset, sd->pipe[1], NULL, this_len, SPLICE_F_MORE);
57 ret2 = read(sd->pipe[0], p, ret);
75 struct spliceio_data *sd = td->io_ops->data; local
86 if (sd->vmsplice_to_user_map) {
108 ret = splice(f->fd, &offset, sd->pipe[1], NULL, this_len,flags);
122 ret = vmsplice(sd->pipe[0], &iov, 1, SPLICE_F_MOVE);
125 sd->vmsplice_to_user_map) {
126 sd->vmsplice_to_user_map = 0;
153 if (sd->vmsplice_to_user_map && munmap(map, mmap_len) < 0)
169 struct spliceio_data *sd = td->io_ops->data; local
204 struct spliceio_data *sd = td->io_ops->data; local
250 struct spliceio_data *sd = td->io_ops->data; local
261 struct spliceio_data *sd = malloc(sizeof(*sd)); local
    [all...]
sync.c 75 struct syncio_data *sd = td->io_ops->data; local
76 struct iovec *iov = &sd->iovecs[0];
143 struct syncio_data *sd = td->io_ops->data; local
147 ret = sd->events;
148 sd->events = 0;
158 struct syncio_data *sd = td->io_ops->data; local
160 return sd->io_us[event];
165 struct syncio_data *sd = td->io_ops->data; local
170 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &
192 struct syncio_data *sd = td->io_ops->data; local
232 struct syncio_data *sd = td->io_ops->data; local
272 struct syncio_data *sd = td->io_ops->data; local
302 struct syncio_data *sd; local
316 struct syncio_data *sd = td->io_ops->data; local
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 50 const unsigned sd = sizeof(id)/sizeof(id[0]); local
51 r = std::unique(Iter(id), Iter(id+sd));
124 const unsigned sd = sizeof(id)/sizeof(id[0]); local
125 r = std::unique(Iter(id), Iter(id+sd));
unique_copy.pass.cpp 52 const unsigned sd = sizeof(id)/sizeof(id[0]); local
53 int jd[sd] = {-1};
54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
unique_pred.pass.cpp 66 const unsigned sd = sizeof(id)/sizeof(id[0]); local
68 r = std::unique(Iter(id), Iter(id+sd), count_equal());
72 assert(count_equal::count == sd-1);
156 const unsigned sd = sizeof(id)/sizeof(id[0]); local
158 r = std::unique(Iter(id), Iter(id+sd), count_equal());
162 assert(count_equal::count == sd-1);
unique_copy_pred.pass.cpp 69 const unsigned sd = sizeof(id)/sizeof(id[0]); local
70 int jd[sd] = {-1};
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
76 assert(count_equal::count == sd-1);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 75 const struct swizzle_data* sd = &native_swizzles[i]; local
80 if (swz != GET_SWZ(sd->hash, comp))
84 return sd;
109 const struct swizzle_data* sd; local
140 sd = lookup_native_swizzle(reg.Swizzle);
141 if (!sd || (reg.File == RC_FILE_PRESUB && sd->srcp_stride == 0))
160 const struct swizzle_data *sd = &native_swizzles[i]; local
170 if (swz == GET_SWZ(sd->hash, comp)) {
208 const struct swizzle_data* sd = lookup_native_swizzle(swizzle) local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 120 SectionData* sd = m_Entry.getParent(); local
128 align_frag->setParent(sd);
129 sd->getFragmentList().insert(end(), align_frag);
134 pStub.setParent(sd);
135 sd->getFragmentList().insert(end(), &pStub);
ELFObjectReader.cpp 168 SectionData* sd = IRBuilder::CreateSectionData(**section); local
169 if (!m_pELFReader->readRegularSection(pInput, *sd))
177 SectionData* sd = IRBuilder::CreateSectionData(**section); local
178 if (!m_pELFReader->readRegularSection(pInput, *sd))
209 SectionData* sd = IRBuilder::CreateSectionData(**section); local
210 if (!m_pELFReader->readRegularSection(pInput, *sd))
219 SectionData* sd = IRBuilder::CreateSectionData(**section); local
220 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
248 SectionData* sd = IRBuilder::CreateSectionData(**section); local
249 if (!m_Backend.readSection(pInput, *sd)) {
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
ext_speaker.c 46 struct speaker_data *sd = calloc(1, sizeof(struct speaker_data)); local
48 sd->speaker_bundle = dlopen(LIB_SPEAKER_BUNDLE, RTLD_NOW);
49 if (sd->speaker_bundle == NULL) {
55 sd->set_mode = (set_mode_t)dlsym(sd->speaker_bundle,
57 if (sd->set_mode == NULL) {
62 sd->set_speaker_on = (set_speaker_on_t)dlsym(sd->speaker_bundle,
64 if (sd->set_speaker_on == NULL) {
69 sd->set_earpiece_on = (set_earpiece_on_t)dlsym(sd->speaker_bundle
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 50 const unsigned sd = sizeof(id)/sizeof(id[0]); local
51 r = std::unique(Iter(id), Iter(id+sd));
124 const unsigned sd = sizeof(id)/sizeof(id[0]); local
125 r = std::unique(Iter(id), Iter(id+sd));
unique_copy.pass.cpp 52 const unsigned sd = sizeof(id)/sizeof(id[0]); local
53 int jd[sd] = {-1};
54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
unique_pred.pass.cpp 66 const unsigned sd = sizeof(id)/sizeof(id[0]); local
68 r = std::unique(Iter(id), Iter(id+sd), count_equal());
72 assert(count_equal::count == sd-1);
156 const unsigned sd = sizeof(id)/sizeof(id[0]); local
158 r = std::unique(Iter(id), Iter(id+sd), count_equal());
162 assert(count_equal::count == sd-1);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedDataGenerator.java 206 SignedData sd = new SignedData( local
214 CMSObjectIdentifiers.signedData, sd);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 294 SignedData sd = new SignedData( local
303 PKCSObjectIdentifiers.signedData, sd));
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_linux.cc 110 int sd = socket(AF_INET, SOCK_DGRAM, 0); local
111 int result = ioctl(sd, SIOCGIFHWADDR, &ifinfo);
112 close(sd);
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 165 double sd = 0; local
172 sd += (times[i]-meanTime)*(times[i]-meanTime);
174 sd = sqrt(sd/((double)n-1.0));
177 printf("sd: %.9f, mean: %.9f\n", sd, meanTime);
179 printf("iqr/sd = %.9f\n", iqr/sd);
183 *marginOfError = 1.960 * (sd/sqrt((double)n));
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.h 61 CJBig2_SymbolDict *sd; member in union:CJBig2_Segment::__anon32328
  /external/wpa_supplicant_8/src/wps/
http_client.c 23 int sd; member in struct:http_client
95 res = send(c->sd, wpabuf_head_u8(c->req) + c->req_pos,
100 eloop_unregister_sock(c->sd, EVENT_TYPE_WRITE);
117 eloop_unregister_sock(c->sd, EVENT_TYPE_WRITE);
121 c->hread = httpread_create(c->sd, http_client_got_response, c,
142 c->sd = -1;
148 c->sd = socket(AF_INET, SOCK_STREAM, 0);
149 if (c->sd < 0) {
154 if (fcntl(c->sd, F_SETFL, O_NONBLOCK) != 0) {
161 if (connect(c->sd, (struct sockaddr *) dst, sizeof(*dst)))
    [all...]
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 50 SectionData* sd = SectionData::Create(*m_pSection); local
51 m_pSection->setSectionData(sd);
52 new NullFragment(sd);
53 new NullFragment(sd);
63 SectionData* sd = SectionData::Create(*m_pSection); local
64 m_pSection->setSectionData(sd);
65 new NullFragment(sd);
66 new NullFragment(sd);
89 SectionData* sd = SectionData::Create(*m_pSection); local
90 m_pSection->setSectionData(sd);
102 SectionData* sd = SectionData::Create(*m_pSection); local
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 430 struct stat sd; local
433 if(stat("/dev/pmem_adsp",&sd) != 0)
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 410 struct stat sd; local

Completed in 284 milliseconds

12 3 4 5 6 7