HomeSort by relevance Sort by last modified time
    Searched defs:sd (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 380 double sd = pow(p*(1-p)*total_samples, 0.5); local
381 return((picked_samples - expected_samples) / sd);
  /external/icu4c/common/
rbbitblb.cpp 715 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
716 if (sd->fPositions->indexOf(endMarker) >= 0) {
721 if (sd->fAccepting==0) {
723 sd->fAccepting = endMarker->fVal;
724 if (sd->fAccepting == 0) {
725 sd->fAccepting = -1;
728 if (sd->fAccepting==-1 && endMarker->fVal != 0) {
732 sd->fAccepting = endMarker->fVal;
735 // if sd->fAccepting already had a value other than 0 or -1, leave it be.
743 sd->fLookAhead = sd->fAccepting
773 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
809 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
852 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
1120 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(state); local
1175 RBBIStateDescriptor *sd = (RBBIStateDescriptor *)fDStates->elementAt(n); local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 829 YV12_BUFFER_CONFIG sd; local
852 res = image2yuvconfig(img, &sd);
855 &sd, dst_time_stamp, dst_end_time_stamp))
991 YV12_BUFFER_CONFIG sd; local
1012 YV12_BUFFER_CONFIG sd; local
1049 YV12_BUFFER_CONFIG sd; local
    [all...]
vp8_dx_iface.c 583 YV12_BUFFER_CONFIG sd; local
608 if (0 == vp8dx_get_raw_frame(ctx->yv12_frame_buffers.pbi[0], &sd,
611 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
737 YV12_BUFFER_CONFIG sd; local
739 image2yuvconfig(&frame->img, &sd);
742 frame->frame_type, &sd);
759 YV12_BUFFER_CONFIG sd; local
761 image2yuvconfig(&frame->img, &sd);
764 frame->frame_type, &sd);
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 699 YV12_BUFFER_CONFIG sd; local
721 res = image2yuvconfig(img, &sd);
724 &sd, dst_time_stamp, dst_end_time_stamp)) {
864 YV12_BUFFER_CONFIG sd; local
866 image2yuvconfig(&frame->img, &sd);
868 &sd);
882 YV12_BUFFER_CONFIG sd; local
884 image2yuvconfig(&frame->img, &sd);
886 ref_frame_to_vp9_reframe(frame->frame_type), &sd);
932 YV12_BUFFER_CONFIG sd; local
    [all...]
vp9_dx_iface.c 320 YV12_BUFFER_CONFIG sd; local
354 if (!res && 0 == vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp,
356 yuvconfig2image(&ctx->img, &sd, user_priv);
554 YV12_BUFFER_CONFIG sd; local
556 image2yuvconfig(&frame->img, &sd);
559 (VP9_REFFRAME)frame->frame_type, &sd);
572 YV12_BUFFER_CONFIG sd; local
574 image2yuvconfig(&frame->img, &sd);
577 (VP9_REFFRAME)frame->frame_type, &sd);
  /external/openssl/crypto/engine/
eng_cryptodev.c 1348 struct syslog_data sd = SYSLOG_DATA_INIT; local
1354 syslog_r(LOG_ERR, &sd,
    [all...]
  /external/oprofile/libpp/
format_output.cpp 873 symbol_details_t & sd = symbol_details[indx]; local
874 size_t const detail_lo = sd.index;
876 string detail_str = output_symbol_details(symb, sd.index, lo, hi);
879 if (sd.id < 0)
880 sd.id = indx;
884 if (sd.index > detail_lo) {
885 sd.details = sd.details + details.str();
887 out << init_attr(DETAIL_HI, sd.index-1);
  /external/skia/src/core/
SkMath.cpp 305 int sd = SkExtractSign(denom); local
308 denom = SkApplySign(denom, sd);
  /external/valgrind/main/coregrind/
m_libcfile.c 769 Int sd, res; local
788 sd = VG_(socket)(VKI_AF_INET, VKI_SOCK_STREAM, 0 /* IPPROTO_IP ? */);
789 if (sd < 0) {
795 res = my_connect(sd, &servAddr, sizeof(servAddr));
801 return sd;
922 Int VG_(write_socket)( Int sd, void *msg, Int count )
937 args[0] = sd;
947 res = VG_(do_syscall6)(__NR_sendto, sd, (UWord)msg,
953 res = VG_(do_syscall3)(__NR_write_nocancel, sd, (UWord)msg, count);
961 Int VG_(getsockname) ( Int sd, struct vki_sockaddr *name, Int *namelen
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 98 float sx[PART_LEN1], sd[PART_LEN1], se[PART_LEN1]; // far, near and error psd member in struct:__anon31376
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 692 SectionData *sd = NULL; local
694 sd = IRBuilder::CreateSectionData(*m_psdata);
695 m_psdata->setSectionData(sd);
697 sd = m_psdata->getSectionData();
698 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 265 BYTE sd[SECURITY_DESCRIPTOR_MIN_LENGTH]; local
275 if (!InitializeSecurityDescriptor((PSECURITY_DESCRIPTOR)(&sd),
283 inherit.lpSecurityDescriptor = (PSECURITY_DESCRIPTOR)(&sd);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 555 double sd; local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
563 return(sd);
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.h 555 double sd; local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
563 return(sd);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 555 double sd; local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
563 return(sd);
  /external/chromium_org/chrome_frame/
chrome_tab.cc 477 bool SaveSecurity(const CSecurityDesc& sd) {
479 if (!sd.ToString(&str))
498 CSecurityDesc sd;
499 if (!sd.FromString(sddl.c_str()))
506 sd.GetDacl(&dacl);
507 sd.GetOwner(&owner);
664 CSecurityDesc sd; local
665 if (!AtlGetSecurityDescriptor(object_name.c_str(), SE_REGISTRY_KEY, &sd)) {
669 backup.SaveSecurity(sd);
675 sd.GetDacl(&new_dacl)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 316 static SRes SzReadByte(CSzData *sd, Byte *b)
318 if (sd->Size == 0)
320 sd->Size--;
321 *b = *sd->Data++;
325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size)
330 RINOK(SzReadByte(sd, data + i));
335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value)
342 RINOK(SzReadByte(sd, &b));
348 static SRes SzReadNumber(CSzData *sd, UInt64 *value)
353 RINOK(SzReadByte(sd, &firstByte))
1276 CSzData sd; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkXfermode_opts_arm_neon.cpp 493 uint16x8_t sd, ds, cmp, tmp, tmp2; local
496 sd = vmull_u8(sc, da);
501 cmp = vcgtq_u16(sd, ds);
503 cmp = vcltq_u16(sd, ds);
512 tmp2 -= SkDiv255Round_neon8_16_16(sd);
579 uint16x8_t sd, ds, tmp; local
582 sd = vmull_u8(sc, da);
585 tmp = vminq_u16(sd, ds);
  /external/lzma/C/
7zIn.c 316 static SRes SzReadByte(CSzData *sd, Byte *b)
318 if (sd->Size == 0)
320 sd->Size--;
321 *b = *sd->Data++;
325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size)
330 RINOK(SzReadByte(sd, data + i));
335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value)
342 RINOK(SzReadByte(sd, &b));
348 static SRes SzReadNumber(CSzData *sd, UInt64 *value)
353 RINOK(SzReadByte(sd, &firstByte));
1276 CSzData sd; local
    [all...]
  /external/skia/src/opts/
SkXfermode_opts_arm_neon.cpp 493 uint16x8_t sd, ds, cmp, tmp, tmp2; local
496 sd = vmull_u8(sc, da);
501 cmp = vcgtq_u16(sd, ds);
503 cmp = vcltq_u16(sd, ds);
512 tmp2 -= SkDiv255Round_neon8_16_16(sd);
579 uint16x8_t sd, ds, tmp; local
582 sd = vmull_u8(sc, da);
585 tmp = vminq_u16(sd, ds);
  /frameworks/native/opengl/libagl/
primitives.cpp 902 GLfixed sd = dot4(equation.v, s->eye.v); local
907 if (sd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
967 GLfixed sd = frustumPlaneDist(plane, s->clip); local
1044 const GLfixed sd = dot4(equation.v, s->eye.v); local
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 114 StrokeData sd = (StrokeData) o; local
115 if (mType != sd.mType
116 || mRadius != sd.mRadius
117 || noPoints != sd.noPoints
118 || mColor != sd.mColor) {
121 return mPath.equals(sd.mPath);
271 public void fillStrokeParameters(StrokeData sd){
275 sd.mColor = color;
276 sd.mRadius = size;
277 sd.mType = type
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 3310 PRUint8 *sd; local
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 478 __extension__ struct{ cl_char x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15036::__anon15037
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
553 __extension__ struct{ cl_uchar x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15052::__anon15053
554 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
628 __extension__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15068::__anon15069
629 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
703 __extension__ struct{ cl_ushort x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15084::__anon15085
704 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };
777 __extension__ struct{ cl_int x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15100::__anon15101
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }
852 __extension__ struct{ cl_uint x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15116::__anon15117
926 __extension__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15132::__anon15133
1001 __extension__ struct{ cl_ulong x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15148::__anon15149
1077 __extension__ struct{ cl_float x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15164::__anon15165
1152 __extension__ struct{ cl_double x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; }; member in struct:__anon15180::__anon15181
    [all...]

Completed in 548 milliseconds

1 2 34 5