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

1 2 3 45 6 7

  /external/valgrind/main/auxprogs/
valgrind-di-server.c 506 static void set_blocking ( int sd )
509 res = fcntl(sd, F_GETFL);
510 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK);
519 static void set_nonblocking ( int sd )
522 res = fcntl(sd, F_GETFL);
523 res = fcntl(sd, F_SETFL, res | O_NONBLOCK);
676 Int sd = conn_state[conn_no].conn_sd; local
680 { Int r = my_read(sd, &rd_first8[0], 8);
694 Int r = my_read(sd, req->data, req->n_data);
878 Int r = my_write(sd, &wr_first8[0], 8)
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 844 Int sd, res; local
863 sd = VG_(socket)(VKI_AF_INET, VKI_SOCK_STREAM, 0 /* IPPROTO_IP ? */);
864 if (sd < 0) {
870 res = my_connect(sd, &servAddr, sizeof(servAddr));
876 return sd;
999 Int VG_(write_socket)( Int sd, const void *msg, Int count )
1014 args[0] = sd;
1025 res = VG_(do_syscall6)(__NR_sendto, sd, (UWord)msg,
1031 res = VG_(do_syscall3)(__NR_write_nocancel, sd, (UWord)msg, count);
1039 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:__anon37162
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 394 const SectionData* sd = NULL; local
401 sd = pSection.getEhFrame()->getSectionData();
405 sd = pSection.getSectionData();
408 emitSectionData(*sd, pRegion);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 706 SectionData *sd = NULL; local
708 sd = IRBuilder::CreateSectionData(*m_psdata);
709 m_psdata->setSectionData(sd);
711 sd = m_psdata->getSectionData();
712 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 828 YV12_BUFFER_CONFIG sd; local
851 res = image2yuvconfig(img, &sd);
854 &sd, dst_time_stamp, dst_end_time_stamp))
990 YV12_BUFFER_CONFIG sd; local
1011 YV12_BUFFER_CONFIG sd; local
1048 YV12_BUFFER_CONFIG sd; local
    [all...]
vp8_dx_iface.c 585 YV12_BUFFER_CONFIG sd; local
610 if (0 == vp8dx_get_raw_frame(ctx->yv12_frame_buffers.pbi[0], &sd,
613 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
739 YV12_BUFFER_CONFIG sd; local
741 image2yuvconfig(&frame->img, &sd);
744 frame->frame_type, &sd);
761 YV12_BUFFER_CONFIG sd; local
763 image2yuvconfig(&frame->img, &sd);
766 frame->frame_type, &sd);
  /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/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/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 757 YV12_BUFFER_CONFIG sd; local
776 res = image2yuvconfig(img, &sd);
779 &sd, dst_time_stamp, dst_end_time_stamp)) {
893 YV12_BUFFER_CONFIG sd; local
895 image2yuvconfig(&frame->img, &sd);
897 &sd);
909 YV12_BUFFER_CONFIG sd; local
911 image2yuvconfig(&frame->img, &sd);
913 ref_frame_to_vp9_reframe(frame->frame_type), &sd);
957 YV12_BUFFER_CONFIG sd; local
    [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_SSE2.cpp 295 __m128i sd = _mm_mullo_epi16(sc, da); local
298 __m128i cmp = _mm_cmplt_epi32(sd, ds);
302 __m128i ret2 = _mm_sub_epi32(tmp, SkDiv255Round_SSE2(sd));
324 __m128i sd = _mm_mullo_epi16(sc, da); local
327 __m128i cmp = _mm_cmpgt_epi32(sd, ds);
331 __m128i ret2 = _mm_sub_epi32(tmp, SkDiv255Round_SSE2(sd));
SkXfermode_opts_arm_neon.cpp 530 uint16x8_t sd, ds, cmp, tmp, tmp2; local
533 sd = vmull_u8(sc, da);
538 cmp = vcgtq_u16(sd, ds);
540 cmp = vcltq_u16(sd, ds);
549 tmp2 -= SkDiv255Round_neon8_16_16(sd);
616 uint16x8_t sd, ds, tmp; local
619 sd = vmull_u8(sc, da);
622 tmp = vminq_u16(sd, ds);
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 735 YV12_BUFFER_CONFIG sd; local
754 res = image2yuvconfig(img, &sd);
757 &sd, dst_time_stamp, dst_end_time_stamp)) {
872 YV12_BUFFER_CONFIG sd; local
874 image2yuvconfig(&frame->img, &sd);
876 &sd);
888 YV12_BUFFER_CONFIG sd; local
890 image2yuvconfig(&frame->img, &sd);
892 ref_frame_to_vp9_reframe(frame->frame_type), &sd);
936 YV12_BUFFER_CONFIG sd; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 908 static void __sort_dimension__add(struct sort_dimension *sd, enum sort_type idx)
910 if (sd->taken)
913 if (sd->entry->se_collapse)
919 list_add_tail(&sd->entry->list, &hist_entry__sort_list);
920 sd->taken = 1;
928 struct sort_dimension *sd = &common_sort_dimensions[i]; local
930 if (strncasecmp(tok, sd->name, strlen(tok)))
933 if (sd->entry == &sort_parent) {
943 } else if (sd->entry == &sort_sym) {
947 __sort_dimension__add(sd, i)
952 struct sort_dimension *sd = &bstack_sort_dimensions[i]; local
968 struct sort_dimension *sd = &memory_sort_dimensions[i]; local
    [all...]
  /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/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 914 FX_FLOAT sd = FXSYS_fabs(dCTM.d); local
    [all...]
fpdf_render_text.cpp 381 FX_FLOAT sd = FXSYS_fabs(dCTM.d); local
451 if (!bitmap_device.Create((int)(rect.Width() * sa), (int)(rect.Height() * sd), FXDIB_Argb)) {
461 matrix.Scale(sa, sd);
470 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd);
497 FX_RECT rect = FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd);
499 if (!bitmap.Create((int)(rect.Width() * sa), (int)(rect.Height() * sd), FXDIB_8bppMask)) {
510 (int)((glyph.m_OriginY - glyph.m_pGlyph->m_Top - rect.top) * sd),
  /external/skia/src/opts/
SkXfermode_opts_SSE2.cpp 295 __m128i sd = _mm_mullo_epi16(sc, da); local
298 __m128i cmp = _mm_cmplt_epi32(sd, ds);
302 __m128i ret2 = _mm_sub_epi32(tmp, SkDiv255Round_SSE2(sd));
324 __m128i sd = _mm_mullo_epi16(sc, da); local
327 __m128i cmp = _mm_cmpgt_epi32(sd, ds);
331 __m128i ret2 = _mm_sub_epi32(tmp, SkDiv255Round_SSE2(sd));
SkXfermode_opts_arm_neon.cpp 530 uint16x8_t sd, ds, cmp, tmp, tmp2; local
533 sd = vmull_u8(sc, da);
538 cmp = vcgtq_u16(sd, ds);
540 cmp = vcltq_u16(sd, ds);
549 tmp2 -= SkDiv255Round_neon8_16_16(sd);
616 uint16x8_t sd, ds, tmp; local
619 sd = vmull_u8(sc, da);
622 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 726 YV12_BUFFER_CONFIG sd; local
745 res = image2yuvconfig(img, &sd);
748 &sd, dst_time_stamp, dst_end_time_stamp)) {
864 YV12_BUFFER_CONFIG sd; local
866 image2yuvconfig(&frame->img, &sd);
868 &sd);
881 YV12_BUFFER_CONFIG sd; local
883 image2yuvconfig(&frame->img, &sd);
885 ref_frame_to_vp9_reframe(frame->frame_type), &sd);
931 YV12_BUFFER_CONFIG sd; 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...]

Completed in 2193 milliseconds

1 2 3 45 6 7