/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 378 MACROBLOCKD *zd = &z->e_mbd; in setup_mbby_copy() local 401 zd->subpixel_predict = xd->subpixel_predict; in setup_mbby_copy() 402 zd->subpixel_predict8x4 = xd->subpixel_predict8x4; in setup_mbby_copy() 403 zd->subpixel_predict8x8 = xd->subpixel_predict8x8; in setup_mbby_copy() 404 zd->subpixel_predict16x16 = xd->subpixel_predict16x16; in setup_mbby_copy() 405 zd->segmentation_enabled = xd->segmentation_enabled; in setup_mbby_copy() 406 zd->mb_segement_abs_delta = xd->mb_segement_abs_delta; in setup_mbby_copy() 407 memcpy(zd->segment_feature_data, xd->segment_feature_data, in setup_mbby_copy() 410 memcpy(zd->dequant_y1_dc, xd->dequant_y1_dc, sizeof(xd->dequant_y1_dc)); in setup_mbby_copy() 411 memcpy(zd->dequant_y1, xd->dequant_y1, sizeof(xd->dequant_y1)); in setup_mbby_copy() [all …]
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 1459 mDNSlocal mStatus GetZoneData_StartQuery(mDNS *const m, ZoneData *zd, mDNSu16 qtype); 1464 ZoneData *zd = (ZoneData*)question->QuestionContext; in GetZoneData_QuestionCallback() local 1480 AssignDomainName(&zd->ZoneName, answer->name); in GetZoneData_QuestionCallback() 1481 zd->ZoneClass = answer->rrclass; in GetZoneData_QuestionCallback() 1482 AssignDomainName(&zd->question.qname, &zd->ZoneName); in GetZoneData_QuestionCallback() 1483 GetZoneData_StartQuery(m, zd, kDNSType_SRV); in GetZoneData_QuestionCallback() 1485 else if (zd->CurrentSOA->c[0]) in GetZoneData_QuestionCallback() 1487 DomainAuthInfo *AuthInfo = GetAuthInfoForName(m, zd->CurrentSOA); in GetZoneData_QuestionCallback() 1492 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c); in GetZoneData_QuestionCallback() 1493 zd->ZoneDataCallback(m, mStatus_NoSuchNameErr, zd); in GetZoneData_QuestionCallback() [all …]
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Runtime.m | 1434 XCTFail(@"shouldn't happen, loop: %zd, value: %d", i, values[i]); 1438 XCTAssertEqual(msg.oOneOfCase, values[i], "Loop: %zd", i); 1443 "Loop: %zd", i); 1445 XCTAssertEqual(msg.oneofInt32, 100, "Loop: %zd", i); 1446 XCTAssertEqual(msg.oneofInt64, 101, "Loop: %zd", i); 1447 XCTAssertEqual(msg.oneofUint32, 102U, "Loop: %zd", i); 1448 XCTAssertEqual(msg.oneofUint64, 103U, "Loop: %zd", i); 1449 XCTAssertEqual(msg.oneofSint32, 104, "Loop: %zd", i); 1450 XCTAssertEqual(msg.oneofSint64, 105, "Loop: %zd", i); 1451 XCTAssertEqual(msg.oneofFixed32, 106U, "Loop: %zd", i); [all …]
|
D | GPBCodedInputStreamTests.m | 328 XCTAssertNotNil(message, @"Loop %zd", i); 331 XCTAssertTrue(message.defaultString.length > 0, @"Loop %zd", i);
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.c | 1333 zone_def zd; in sys_zone2() local 1334 zd.zone_name = (void *)(x0 + 1); in sys_zone2() 1335 zd.zone_root = (void *)(x0 + 1); in sys_zone2() 1336 zd.zone_privs = (void *)x0; in sys_zone2() 1337 zd.zone_privssz = x0 + 1; in sys_zone2() 1338 zd.rctlbuf = (void *)x0; in sys_zone2() 1339 zd.rctlbufsz = x0 + 1; in sys_zone2() 1340 zd.extended_error = (void *)x0; in sys_zone2() 1341 zd.zfsbuf = (void *)x0; in sys_zone2() 1342 zd.zfsbufsz = x0 + 1; in sys_zone2() [all …]
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 1349 float* zd = 0; in cvConvertPointsHomogeneous() local 1354 zd = yd + d_plane_stride; in cvConvertPointsHomogeneous() 1371 *xd = x; *yd = y; *zd = z; in cvConvertPointsHomogeneous() 1372 xd += d_stride; yd += d_stride; zd += d_stride; in cvConvertPointsHomogeneous() 1395 double* zd = 0; in cvConvertPointsHomogeneous() local 1400 zd = yd + d_plane_stride; in cvConvertPointsHomogeneous() 1417 *xd = x; *yd = y; *zd = z; in cvConvertPointsHomogeneous() 1418 xd += d_stride; yd += d_stride; zd += d_stride; in cvConvertPointsHomogeneous()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 105 inline float depthRangeTransform (const float zd, const float zNear, const float zFar) in depthRangeTransform() argument 109 return ((cFar - cNear)/2.0f) * zd + (cNear + cFar)/2.0f; in depthRangeTransform()
|
/external/syslinux/core/ |
D | macros.inc | 65 %macro zd 1.nolist
|
D | diskboot.inc | 80 zd 1
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 9569 vki_zone_def *, zd); 9571 vki_zone_def *zd = (vki_zone_def *) ARG2; local 9572 PRE_FIELD_READ("zone(zd.zone_name)", zd->zone_name); 9573 PRE_FIELD_READ("zone(zd.zone_root)", zd->zone_root); 9574 PRE_FIELD_READ("zone(zd.zone_privs)", zd->zone_privs); 9575 PRE_FIELD_READ("zone(zd.zone_privssz)", zd->zone_privssz); 9576 PRE_FIELD_READ("zone(zd.rctlbuf)", zd->rctlbuf); 9577 PRE_FIELD_READ("zone(zd.rctlbufsz)", zd->rctlbufsz); 9578 PRE_FIELD_READ("zone(zd.zfsbuf)", zd->zfsbuf); 9579 PRE_FIELD_READ("zone(zd.zfsbufsz)", zd->zfsbufsz); [all …]
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | ConfigFile.mm | 114 sprintf(processCrashtimeString, "%zd", tv.tv_sec);
|
/external/hyphenation-patterns/hr/ |
D | hyph-hr.pat.txt | 1335 1zdž 1336 2zdž.
|
/external/elfutils/po/ |
D | uk.po | 3386 msgid "cannot get program header index at offset %zd: %s" 3387 msgstr "не вдалося отримати індекс заголовка програми за зміщенням %zd: %s" 3899 msgid "%s: cannot determine signature of section group [%2zd] '%s': %s" 3900 msgstr "%s: не вдалося визначити підпис групи розділів [%2zd] «%s»: %s" 3904 msgid "%s: cannot get content of section group [%2zd] '%s': %s'" 3905 msgstr "%s: не вдалося отримати вміст групи розділів [%2zd] «%s»: %s'" 3910 "%s: group member %zu of section group [%2zd] '%s' has too high index: " 3913 "%s: елемент групи %zu групи розділів [%2zd] «%s» має надто високий індекс: " 4341 msgid "%s: entry size in section %zd `%s' is not what we expect" 4342 msgstr "%s: розмір запису у розділі %zd «%s» не є очікуваним" [all …]
|
D | pl.po | 3343 msgid "cannot get program header index at offset %zd: %s" 3344 msgstr "nie można uzyskać indeksu nagłówka programu pod offsetem %zd: %s" 3844 msgid "%s: cannot determine signature of section group [%2zd] '%s': %s" 3845 msgstr "%s: nie można określić podpisu grupy sekcji [%2zd] „%s”: %s" 3849 msgid "%s: cannot get content of section group [%2zd] '%s': %s'" 3850 msgstr "%s: nie można uzyskać zawartości grupy sekcji [%2zd] „%s”: %s" 3855 "%s: group member %zu of section group [%2zd] '%s' has too high index: " 3858 "%s: element grupy %zu grupy sekcji [%2zd] „%s” posiada za wysoki indeks: " 4285 msgid "%s: entry size in section %zd `%s' is not what we expect" 4286 msgstr "%s: rozmiar wpisu w sekcji %zd „%s” nie jest tym, czego oczekiwano" [all …]
|
D | ja.po | 3200 msgid "cannot get program header index at offset %zd: %s" 3699 msgid "%s: cannot determine signature of section group [%2zd] '%s': %s" 3700 msgstr "%s: セクショングループ [%2zd] '%s' の署名を決定できません: %s" 3704 msgid "%s: cannot get content of section group [%2zd] '%s': %s'" 3705 msgstr "%s: セクショングループ [%2zd] '%s' の内容を得られません: %s'" 3710 "%s: group member %zu of section group [%2zd] '%s' has too high index: " 3713 "%1$s: セクショングループ [%3$2zd] '%4$s' のグループメンバー %2$zu は大きすぎ" 4136 msgid "%s: entry size in section %zd `%s' is not what we expect" 4141 msgid "%s: size of section %zd `%s' is not multiple of entry size" 4675 msgid "bad compression header for section %zd: %s" [all …]
|
D | de.po | 3120 msgid "cannot get program header index at offset %zd: %s" 3610 msgid "%s: cannot determine signature of section group [%2zd] '%s': %s" 3615 msgid "%s: cannot get content of section group [%2zd] '%s': %s'" 3621 "%s: group member %zu of section group [%2zd] '%s' has too high index: " 4041 msgid "%s: entry size in section %zd `%s' is not what we expect" 4046 msgid "%s: size of section %zd `%s' is not multiple of entry size" 4562 msgid "bad compression header for section %zd: %s" 4567 msgid "bad gnu compressed size for section %zd: %s" 5822 "Hex dump of section [%zu] '%s', %<PRIu64> bytes (%zd uncompressed) at offset " 5844 "String section [%zu] '%s' contains %<PRIu64> bytes (%zd uncompressed) at " [all …]
|
D | es.po | 3410 msgid "cannot get program header index at offset %zd: %s" 3928 msgid "%s: cannot determine signature of section group [%2zd] '%s': %s" 3930 "%s: no es posible determinar la firma del grupo de sección [%2zd] '%s': %s " 3934 msgid "%s: cannot get content of section group [%2zd] '%s': %s'" 3936 "%s: no es posible obtener el contenido de la sección del grupo [%2zd] '%s': " 3942 "%s: group member %zu of section group [%2zd] '%s' has too high index: " 3945 "%s el miembro del grupo %zu del grupo de sección [%2zd] '%s' posee el índice " 4386 msgid "%s: entry size in section %zd `%s' is not what we expect" 4392 msgid "%s: size of section %zd `%s' is not multiple of entry size" 4929 msgid "bad compression header for section %zd: %s" [all …]
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_uyvy.miff | 14 …zd�lb�gb�]f�if��e�ee�c_�e_�l\�i\�f^�l^߂h�zh�h˃h�lf�nf�ff�}f؛mɕm�~c�ec�nb�qb�fa�ka�ra�ja�e^�j^�k^�…
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | stereo_pcmu_vad_jitter.rtp | 5 …zd{��������������{Zxu~����g|c{\yz������������o~j}����x~|�\z]yj|t~}����m}�s~f|m}l}��k}~�l}���… 45 …��������YxNs_{?kc{��o~��������Twa{RuEn{`{a{������\y����������d{xVwOtHoh|]zd|��������w_{Lqn}QuWw… 46 …zd|[yTvPtNsNsTvXxk}TL-��} �|�I��Xc{������������i|SvEnBmMsNsWwVwKqJpHoKpQun}���������m}KqAlCm… 59 …zd|t~l}����������������������~�r~����_{[x^z^zp~g|ZyOtLrKqLqKqLqHoGoLrVw����������������VvLqIoIoLqN…
|
D | stereo_pcmu_jitter.rtp | 4 …zd{��������������{Zxu~����g|c{\yz������������o~j}����x~|�\z]yj|t~}����m}�s~f|m}l}��k}~�l}���… 5 …��������������������t~h}e|_zf|p~u������������������j}_z`{\y]zYx^z\yf|Zy]z^zd{r~`{����������������… 48 …zd|g|j}z��������������������~�p~n}e|c{^z]z^z]z`{i|y~w~��������������������������x{m~i|k}f|d|k}n… 57 …zd|e|]zUvQuXx\yXxOtNsLrKqUv�����������xYxRuTvZya{r~����������������������r~f|e|i}k}g|]zWwVwVwWwYx…
|
/external/doclava/res/assets/templates/assets/ |
D | prettify.js | 10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum ext…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | ReduceNoise.miff | 43 …42�66�55�52�72�72�62�84�84�9/�8.�:/�:.�:-�:.�:/�:/�;1�H>�bj�mq�nq�kq�nq�ng�zd��g��m��p�Ī�ǚ�ǚ�Ǧ�˾ÿ�…
|
D | MedianFilter.miff | 43 …42�66�55�52�72�72�62�84�84�9/�8.�:/�:.�:-�:.�:/�:/�;1�H>�bj�mq�nq�kq�nq�ng�zd��g��m��p�Ī�ǚ�ǚ�Ǧ�˾ÿ�…
|
/external/protobuf/objectivec/ |
D | GPBCodedOutputStream.m | 313 @"Our UTF8 calc was wrong? %tu vs %zd", usedBufferLength, 324 @"Strings UTF8 length was wrong? %tu vs %zd", [utf8Data length],
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Gamma.miff | 15 …W�W[�VZ�\U�^L�yq����������j��k~u�[����Ø�ƙ�����Ĕ�ʏ�̗�ϭ�¸�ye�ye�ye�ye�ye�xb�zd�zm�����������Ĩ���ў��…
|