/external/libogg/src/ |
D | framing.c | 557 int ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() argument 558 if(oy){ in ogg_sync_init() 559 oy->storage = -1; /* used as a readiness flag */ in ogg_sync_init() 560 memset(oy,0,sizeof(*oy)); in ogg_sync_init() 566 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() argument 567 if(oy){ in ogg_sync_clear() 568 if(oy->data)_ogg_free(oy->data); in ogg_sync_clear() 569 memset(oy,0,sizeof(*oy)); in ogg_sync_clear() 574 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy() argument 575 if(oy){ in ogg_sync_destroy() [all …]
|
/external/tremolo/Tremolo/ |
D | framing.c | 580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() argument 581 memset(oy,0,sizeof(*oy)); in ogg_sync_init() 582 oy->bufferpool=ogg_buffer_create(); in ogg_sync_init() 586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); in ogg_sync_create() local 587 memset(oy,0,sizeof(*oy)); in ogg_sync_create() 588 oy->bufferpool=ogg_buffer_create(); in ogg_sync_create() 589 return oy; in ogg_sync_create() 592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() argument 593 if(oy){ in ogg_sync_clear() 594 ogg_sync_reset(oy); in ogg_sync_clear() [all …]
|
D | ogg.h | 185 extern void ogg_sync_init(ogg_sync_state *oy); 187 extern int ogg_sync_clear(ogg_sync_state *oy); 188 extern int ogg_sync_destroy(ogg_sync_state *oy); 189 extern int ogg_sync_reset(ogg_sync_state *oy); 191 extern unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long size); 192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes); 193 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og); 194 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
|
D | vorbisfile.c | 94 unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE); in _get_data() 96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); in _get_data() 108 ogg_sync_reset(vf->oy); in _seek_helper() 137 more=ogg_sync_pageseek(vf->oy,og); in _get_next_page() 735 vf->oy=ogg_sync_create(); in _ov_open1() 742 unsigned char *buffer=ogg_sync_bufferin(vf->oy,ibytes); in _ov_open1() 744 ogg_sync_wrote(vf->oy,ibytes); in _ov_open1() 791 ogg_sync_destroy(vf->oy); in ov_clear()
|
/external/valgrind/none/tests/s390x/ |
D | or.stdout.exp | 49 oy 0000000000000000 | 0000000000000000 = 0000000000000000 (cc=0) 50 oy 0000000000000001 | 0000000000000000 = 0000000000000001 (cc=1) 51 oy 000000000000FFFF | 0000000000000000 = 000000000000FFFF (cc=1) 52 oy 0000000000007FFF | 0000000000000000 = 0000000000007FFF (cc=1) 53 oy 0000000000008000 | 0000000000000000 = 0000000000008000 (cc=1) 54 oy 00000000FFFFFFFF | 0000000000000000 = 00000000FFFFFFFF (cc=1) 55 oy 0000000080000000 | 0000000000000000 = 0000000080000000 (cc=1) 56 oy 000000007FFFFFFF | 0000000000000000 = 000000007FFFFFFF (cc=1) 57 oy AAAAAAAAAAAAAAAA | 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1) 58 oy 8000000000000000 | 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 254 const GLfloat ox = from[0], oy = from[1]; in TAG() local 255 to[i][0] = m0 * ox + m4 * oy + m12; in TAG() 256 to[i][1] = m1 * ox + m5 * oy + m13; in TAG() 257 to[i][2] = m2 * ox + m6 * oy + m14; in TAG() 258 to[i][3] = m3 * ox + m7 * oy + m15; in TAG() 299 const GLfloat ox = from[0], oy = from[1]; in TAG() local 300 to[i][0] = m0 * ox + m4 * oy + m12; in TAG() 301 to[i][1] = m1 * ox + m5 * oy + m13; in TAG() 320 const GLfloat ox = from[0], oy = from[1]; in TAG() local 322 to[i][1] = m5 * oy + m13; in TAG() [all …]
|
/external/libogg/include/ogg/ |
D | ogg.h | 166 extern int ogg_sync_init(ogg_sync_state *oy); 167 extern int ogg_sync_clear(ogg_sync_state *oy); 168 extern int ogg_sync_reset(ogg_sync_state *oy); 169 extern int ogg_sync_destroy(ogg_sync_state *oy); 170 extern int ogg_sync_check(ogg_sync_state *oy); 172 extern char *ogg_sync_buffer(ogg_sync_state *oy, long size); 173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes); 174 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og); 175 extern int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.h | 26 int uv_stride, int height, int width, uint8_t *oy, 31 int uv_stride, int height, int width, uint8_t *oy, 36 int uv_stride, int height, int width, uint8_t *oy, 47 uint8_t *oy, int oy_stride, uint8_t *ou, 53 uint8_t *oy, int oy_stride, uint8_t *ou, 59 uint8_t *oy, int oy_stride, uint8_t *ou,
|
D | vp9_resize.c | 744 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame420() argument 747 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame420() 756 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame422() argument 759 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame422() 768 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame444() argument 771 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame444() 782 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame420() argument 785 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame420() 796 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame422() argument 799 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame422() [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 7825950324ec716167ed742b544c04be.00000ced.honggfuzz.cov | 15 ����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ����BPU*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA… 26 ����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ����BPU*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA… 34 ����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ����BPU*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA… 42 ����+����8ֹ���miHaG�I�s�9�ӱ��Wƫ����BPU*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA…
|
D | 48eb9679180717c692412db04849459a.0000086a.honggfuzz.cov | 12 �B�UT/z��A�u��&�\ sS*/*�z�ҚҚ��LContent-MD5:)gz:�.���NT����D�oy�ǓfHA�A 13 ���D�oy�ǓfHA�A
|
D | d5f2440b79dd30e8b4f3c641ac0ea622.00001632.honggfuzz.cov | 15 …G�I�s�9�ӱ��Wƫ����BPUT/z�A�u��&�\ sS*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA�A 16 …�A�u��&�\ sS*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA�A 17 …�A�u��&�\ sS*/*�z�Қ��L�=�d[�MD)gz:�.���NT����D�oy�ǓfHA�A
|
/external/ImageMagick/MagickCore/ |
D | vision.c | 276 oy, in ConnectedComponentsImage() local 305 oy=offset+neighbor_offset; in ConnectedComponentsImage() 306 status=GetMatrixElement(equivalences,oy,0,&object); in ConnectedComponentsImage() 307 while (object != oy) in ConnectedComponentsImage() 309 oy=object; in ConnectedComponentsImage() 310 status=GetMatrixElement(equivalences,oy,0,&object); in ConnectedComponentsImage() 312 if (ox < oy) in ConnectedComponentsImage() 314 status=SetMatrixElement(equivalences,oy,0,&ox); in ConnectedComponentsImage() 319 status=SetMatrixElement(equivalences,ox,0,&oy); in ConnectedComponentsImage() 320 root=oy; in ConnectedComponentsImage() [all …]
|
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 210 const int oy = height/2; in render() local 216 const int y1i = (int)(((float)py/2.0f) * y1 + (float)oy); in render() 219 const int y2i = (int)(((float)py/2.0f) * y2 + (float)oy); in render() 257 const int oy = target->getHeight()/2; in render() local 263 const int y1i = (int)((py/2.0) * y1 + oy); in render() 266 const int y2i = (int)((py/2.0) * y2 + oy); in render() 499 const int oy = height/2; in iterate() local 505 const int y1i = (int)(((float)py/2.0f) * postSwapY1 + (float)oy); in iterate() 508 const int y2i = (int)(((float)py/2.0f) * postSwapY2 + (float)oy); in iterate()
|
/external/skia/tools/ |
D | colorspaceinfo.cpp | 193 const float oy = gap + gammaHeight; in draw_transfer_fn() local 206 oy - gammaHeight * table[i].fTable[ti - 1], in draw_transfer_fn() 208 oy - gammaHeight * table[i].fTable[ti], in draw_transfer_fn() 216 canvas->drawLine(ox + gammaWidth * (x - step), oy - gammaHeight * yPrev, in draw_transfer_fn() 217 ox + gammaWidth * x, oy - gammaHeight * y, in draw_transfer_fn() 225 canvas->drawRect({ ox, oy - gammaHeight, ox + gammaWidth, oy }, paint); in draw_transfer_fn() 307 const float oy = clut.inputChannels() >= 4 ? (1 + row) * cutVertGap + row * cutSize in draw_clut() local 319 canvas->drawRect(SkRect::MakeLTRB(ox + cutSize * x, oy + cutSize * y, in draw_clut() 321 oy + cutSize * (y + yStep)), paint); in draw_clut()
|
/external/skqp/tools/ |
D | colorspaceinfo.cpp | 193 const float oy = gap + gammaHeight; in draw_transfer_fn() local 206 oy - gammaHeight * table[i].fTable[ti - 1], in draw_transfer_fn() 208 oy - gammaHeight * table[i].fTable[ti], in draw_transfer_fn() 216 canvas->drawLine(ox + gammaWidth * (x - step), oy - gammaHeight * yPrev, in draw_transfer_fn() 217 ox + gammaWidth * x, oy - gammaHeight * y, in draw_transfer_fn() 225 canvas->drawRect({ ox, oy - gammaHeight, ox + gammaWidth, oy }, paint); in draw_transfer_fn() 307 const float oy = clut.inputChannels() >= 4 ? (1 + row) * cutVertGap + row * cutSize in draw_clut() local 319 canvas->drawRect(SkRect::MakeLTRB(ox + cutSize * x, oy + cutSize * y, in draw_clut() 321 oy + cutSize * (y + yStep)), paint); in draw_clut()
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 760 PyObject *ox, *oy; in math_2() local 762 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy)) in math_2() 765 y = PyFloat_AsDouble(oy); in math_2() 1356 PyObject *ox, *oy; in math_fmod() local 1358 if (! PyArg_UnpackTuple(args, "fmod", 2, 2, &ox, &oy)) in math_fmod() 1361 y = PyFloat_AsDouble(oy); in math_fmod() 1390 PyObject *ox, *oy; in math_hypot() local 1392 if (! PyArg_UnpackTuple(args, "hypot", 2, 2, &ox, &oy)) in math_hypot() 1395 y = PyFloat_AsDouble(oy); in math_hypot() 1437 PyObject *ox, *oy; in math_pow() local [all …]
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 880 PyObject *ox, *oy; in math_2() local 882 if (! PyArg_UnpackTuple(args, funcname, 2, 2, &ox, &oy)) in math_2() 885 y = PyFloat_AsDouble(oy); in math_2() 1765 PyObject *ox, *oy; in math_fmod() local 1767 if (! PyArg_UnpackTuple(args, "fmod", 2, 2, &ox, &oy)) in math_fmod() 1770 y = PyFloat_AsDouble(oy); in math_fmod() 1799 PyObject *ox, *oy; in math_hypot() local 1801 if (! PyArg_UnpackTuple(args, "hypot", 2, 2, &ox, &oy)) in math_hypot() 1804 y = PyFloat_AsDouble(oy); in math_hypot() 1846 PyObject *ox, *oy; in math_pow() local [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | or-01.ll | 41 ; CHECK: oy %r2, 4096(%r3) 52 ; CHECK: oy %r2, 524284(%r3) 76 ; CHECK: oy %r2, -4(%r3) 87 ; CHECK: oy %r2, -524288(%r3) 124 ; CHECK: oy %r2, 4096({{%r4,%r3|%r3,%r4}})
|
/external/icu/icu4c/source/data/unit/ |
D | uz.txt | 242 dnam{"oy"} 243 one{"{0} oy"} 244 other{"{0} oy"} 245 per{"{0}/oy"} 823 dnam{"oy"} 824 one{"{0} oy"} 825 other{"{0} oy"} 1211 dnam{"oy"} 1212 one{"{0} oy"} 1213 other{"{0} oy"} [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | uz.txt | 1195 dn{"oy"} 1197 "-1"{"o‘tgan oy"} 1198 "0"{"shu oy"} 1199 "1"{"keyingi oy"} 1207 one{"{0} oy oldin"} 1208 other{"{0} oy oldin"} 1213 dn{"oy"} 1220 one{"{0} oy oldin"} 1221 other{"{0} oy oldin"} 1226 dn{"oy"} [all …]
|
/external/skia/src/gpu/ |
D | GrXferProcessor.h | 88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.h | 88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/external/freetype/include/freetype/internal/ |
D | cffotypes.h | 97 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator.cc | 492 int64 oy = GetOutputSize(iy, ky, sy, padding); in ConvolutionDimensionsFromInputs() local 502 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding}; in ConvolutionDimensionsFromInputs() 509 VLOG(1) << "Output Dims:" << ox << "," << oy; in ConvolutionDimensionsFromInputs() 527 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DOperations() 761 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropInputOperations() 811 ops *= conv_dims.ox * conv_dims.oy; in CountConv2DBackpropFilterOperations()
|