/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()
|
D | ivorbisfile.h | 71 ogg_sync_state *oy; member
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy, in map_if_relative() argument 285 *y += oy; in map_if_relative() 291 VGfloat ox, VGfloat oy, in close_polygon() argument 295 !floatsEqual(sy, oy)) { in close_polygon() 364 VGfloat sx, sy, px, py, ox, oy; in path_get_fill_polygons() local 388 sx = sy = px = py = ox = oy = 0.f; in path_get_fill_polygons() 400 close_polygon(current, sx, sy, ox, oy, matrix); in path_get_fill_polygons() 402 oy = sy; in path_get_fill_polygons() 407 close_polygon(current, sx, sy, ox, oy, matrix); in path_get_fill_polygons() 414 map_if_relative(ox, oy, relative, &x0, &y0); in path_get_fill_polygons() [all …]
|
D | path.h | 46 VGfloat sx, sy, ox, oy, px, py; member
|
/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/libvorbis/examples/ |
D | decoder_example.c | 44 ogg_sync_state oy; /* sync and verify incoming physical bitstream */ in main() local 77 ogg_sync_init(&oy); /* Now we can read pages */ in main() 89 buffer=ogg_sync_buffer(&oy,4096); in main() 91 ogg_sync_wrote(&oy,bytes); in main() 94 if(ogg_sync_pageout(&oy,&og)!=1){ in main() 149 int result=ogg_sync_pageout(&oy,&og); in main() 176 buffer=ogg_sync_buffer(&oy,4096); in main() 182 ogg_sync_wrote(&oy,bytes); in main() 211 int result=ogg_sync_pageout(&oy,&og); in main() 285 buffer=ogg_sync_buffer(&oy,4096); in main() [all …]
|
/external/libvorbis/test/ |
D | write_read.c | 135 ogg_sync_state oy; in read_vorbis_data_or_die() local 157 ogg_sync_init (&oy); in read_vorbis_data_or_die() 162 buffer = ogg_sync_buffer (&oy,8192); in read_vorbis_data_or_die() 164 ogg_sync_wrote (&oy,bytes); in read_vorbis_data_or_die() 166 if(ogg_sync_pageout (&oy,&og) != 1) { in read_vorbis_data_or_die() 200 int result = ogg_sync_pageout (&oy,&og); in read_vorbis_data_or_die() 219 buffer = ogg_sync_buffer (&oy,4096); in read_vorbis_data_or_die() 226 ogg_sync_wrote (&oy,bytes); in read_vorbis_data_or_die() 239 int result = ogg_sync_pageout (&oy,&og); in read_vorbis_data_or_die() 277 buffer = ogg_sync_buffer (&oy,4096); in read_vorbis_data_or_die() [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/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 | 151 const float oy = gap + gammaHeight; in draw_transfer_fn() local 164 oy - gammaHeight * table[i].fTable[ti - 1], in draw_transfer_fn() 166 oy - gammaHeight * table[i].fTable[ti], in draw_transfer_fn() 174 canvas->drawLine(ox + gammaWidth * (x - step), oy - gammaHeight * yPrev, in draw_transfer_fn() 175 ox + gammaWidth * x, oy - gammaHeight * y, in draw_transfer_fn() 183 canvas->drawRect({ ox, oy - gammaHeight, ox + gammaWidth, oy }, paint); in draw_transfer_fn()
|
/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/locales/ |
D | uz.txt | 1152 dn{"oy"} 1154 "-1"{"o‘tgan oy"} 1155 "0"{"shu oy"} 1156 "1"{"keyingi oy"} 1164 one{"{0} oy oldin"} 1165 other{"{0} oy oldin"} 1170 dn{"oy"} 1177 one{"{0} oy oldin"} 1178 other{"{0} oy oldin"} 1183 dn{"oy"} [all …]
|
/external/icu/icu4c/source/data/unit/ |
D | uz.txt | 242 dnam{"oy"} 243 one{"{0} oy"} 244 other{"{0} oy"} 245 per{"{0}/oy"} 818 dnam{"oy"} 819 one{"{0} oy"} 820 other{"{0} oy"} 1206 dnam{"oy"} 1207 one{"{0} oy"} 1208 other{"{0} oy"} [all …]
|
/external/skia/src/gpu/ |
D | GrXferProcessor.h | 83 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset() argument
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/freetype/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/icu/icu4c/source/data/translit/ |
D | tlh_tlh_FONIPA.txt | 22 oy → oɪ\u032F; # KLI says English ‹boy›, which would be [ɔɪ\u032F], but ‹o› is [o]
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 71 char *buffer=ogg_sync_buffer(&vf->oy,READSIZE); in _get_data() 73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes); in _get_data() 87 ogg_sync_reset(&vf->oy); in _seek_helper() 115 more=ogg_sync_pageseek(&vf->oy,og); in _get_next_page() 884 ogg_sync_init(&vf->oy); in _ov_open1() 891 char *buffer=ogg_sync_buffer(&vf->oy,ibytes); in _ov_open1() 893 ogg_sync_wrote(&vf->oy,ibytes); in _ov_open1() 969 ogg_sync_clear(&vf->oy); in ov_clear()
|