HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 151 - 175 of 466) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/MC/Mips/
elf-N64.s 34 sd $ra, 8($sp) # 8-byte Folded Spill
35 sd $gp, 0($sp) # 8-byte Folded Spill
  /hardware/ti/omap4-aah/ion/
ion_test.c 136 int sd[2]; local
143 socketpair(AF_UNIX, SOCK_STREAM, 0, sd);
174 sendmsg(sd[0], &msg, 0);
175 if (recvmsg(sd[0], &msg, 0) < 0)
180 sendmsg(sd[0], &msg, 0);
182 if (recvmsg(sd[0], &msg, 0) < 0)
203 if (recvmsg(sd[1], &child_msg, 0) < 0)
224 sendmsg(sd[1], &child_msg, 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse.pass.cpp 47 const unsigned sd = sizeof(id)/sizeof(id[0]); local
48 std::reverse(Iter(id), Iter(id+sd));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 42 explicit rand1(result_type sd = Min) : x_(sd)
  /system/core/libion/
ion_test.c 119 int sd[2]; local
126 socketpair(AF_UNIX, SOCK_STREAM, 0, sd);
157 sendmsg(sd[0], &msg, 0);
158 if (recvmsg(sd[0], &msg, 0) < 0)
163 sendmsg(sd[0], &msg, 0);
165 if (recvmsg(sd[0], &msg, 0) < 0)
186 if (recvmsg(sd[1], &child_msg, 0) < 0)
207 sendmsg(sd[1], &child_msg, 0);
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 118 YV12_BUFFER_CONFIG *sd) {
133 if (!equal_dimensions(cfg, sd))
137 vp8_yv12_copy_frame(cfg, sd);
149 YV12_BUFFER_CONFIG *sd) {
168 if (!equal_dimensions(ref_buf->buf, sd)) {
183 vp8_yv12_copy_frame(sd, ref_buf->buf);
288 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,
307 ret = vp9_post_proc_frame(cm, sd, flags);
309 *sd = *cm->frame_to_show;
313 *sd = *cm->frame_to_show
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 14 .ds sd \fIsed\fP
15 .ds Sd \fISed\fP
16 \*(Sd is a stream editor.
22 \*(sd works by making only one pass over the
24 But it is \*(sd's ability to filter text in a pipeline
29 This is just a brief synopsis of \*(sd commands to serve as
30 a reminder to those who already know \*(sd;
71 Immediately quit the \*(sd script without processing
77 Immediately quit the \*(sd script without processing
196 \*(Sd commands can be given with no addresses, in whic
    [all...]
  /external/chromium_org/third_party/icu/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/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));
  /development/perftests/panorama/feature_stab/db_vlvm/
db_metrics.h 122 double sd; local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
130 return(sd);
136 double sd; local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
144 return(sd);
156 double sd; local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
158 return(1.0+sd*one_over_scale2);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 122 double sd; local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
130 return(sd);
136 double sd; local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
144 return(sd);
156 double sd; local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
158 return(1.0+sd*one_over_scale2);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 122 double sd; local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
130 return(sd);
136 double sd; local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult));
144 return(sd);
156 double sd; local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
158 return(1.0+sd*one_over_scale2);
  /external/chromium_org/remoting/host/
ipc_util_win.cc 43 "O:%1$sG:%1$sD:(A;;GA;;;%1$s)", base::WideToUTF8(user_sid).c_str());
95 ScopedSd sd = ConvertSddlToSd(pipe_security_descriptor); local
96 if (!sd) {
104 security_attributes.lpSecurityDescriptor = sd.get();
  /external/chromium_org/remoting/host/win/
security_descriptor.cc 22 ScopedSd sd(length);
23 memcpy(sd.get(), raw_sd, length);
26 return sd.Pass();
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprio.h 170 NSPR_API(PRInt32) PR_EmulateAcceptRead(PRFileDesc *sd, PRFileDesc **nd,
190 NSPR_API(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd,
210 PRFileDesc *sd,
  /art/compiler/utils/arm/
assembler_arm32.h 141 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
145 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
148 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
149 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
153 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
155 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
157 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
159 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
161 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
163 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE
    [all...]
assembler_thumb2.h 170 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
174 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
177 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
178 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE;
182 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
184 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
186 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
188 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
190 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE;
192 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 31 SwitchDisplayer sd = new SwitchDisplayer(i); local
32 mSwitchDisplayers.add(sd);
68 SwitchDisplayer sd = mSwitchDisplayers.get(switchIndex); local
69 sd.onSwitchStateChange(switchState);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.h 61 CJBig2_SymbolDict *sd; member in union:CJBig2_Segment::__anon12301
  /external/wpa_supplicant_8/src/wps/
httpread.h 70 int sd, /* descriptor of TCP socket to read from */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 136 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
179 best_err = calc_partial_ssl_err(sd, cm->frame_to_show);
191 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
222 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
266 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
321 best_err = vp8_calc_ss_err(sd, cm->frame_to_show);
346 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show);
374 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show);
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
eval.pass.cpp 42 explicit rand1(result_type sd = Min) : x_(sd)
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 136 void vp8cx_pick_filter_level_fast(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
179 best_err = calc_partial_ssl_err(sd, cm->frame_to_show);
191 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
222 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
266 void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
321 best_err = vp8_calc_ss_err(sd, cm->frame_to_show);
346 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show);
374 filt_err = vp8_calc_ss_err(sd, cm->frame_to_show);

Completed in 3988 milliseconds

1 2 3 4 5 67 8 91011>>