/third_party/ffmpeg/libavcodec/ |
D | dirac_parser.c | 100 static int unpack_parse_unit(DiracParseUnit *pu, DiracParseContext *pc, in unpack_parse_unit() argument 114 pu->pu_type = start[4]; in unpack_parse_unit() 116 pu->next_pu_offset = AV_RB32(start + 5); in unpack_parse_unit() 117 pu->prev_pu_offset = AV_RB32(start + 9); in unpack_parse_unit() 121 if (valid_pu_types[i] == pu->pu_type) in unpack_parse_unit() 126 if (pu->pu_type == 0x10 && pu->next_pu_offset == 0x00) in unpack_parse_unit() 127 pu->next_pu_offset = 13; /* The length of a parse info header */ in unpack_parse_unit() 130 if ((pu->next_pu_offset && pu->next_pu_offset < 13) || in unpack_parse_unit() 131 (pu->prev_pu_offset && pu->prev_pu_offset < 13)) in unpack_parse_unit() 170 DiracParseUnit pu1, pu; in dirac_combine_frame() local [all …]
|
D | hevcdec.c | 1319 lc->tu.intra_pred_mode = lc->pu.intra_pred_mode[blk_idx]; in hls_transform_tree() 1321 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[blk_idx]; in hls_transform_tree() 1322 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[blk_idx]; in hls_transform_tree() 1324 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[0]; in hls_transform_tree() 1325 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[0]; in hls_transform_tree() 1329 lc->tu.intra_pred_mode = lc->pu.intra_pred_mode[0]; in hls_transform_tree() 1330 lc->tu.intra_pred_mode_c = lc->pu.intra_pred_mode_c[0]; in hls_transform_tree() 1331 lc->tu.chroma_mode_c = lc->pu.chroma_mode_c[0]; in hls_transform_tree() 1819 mv->mv[0].x += lc->pu.mvd.x; in hevc_luma_mv_mvp_mode() 1820 mv->mv[0].y += lc->pu.mvd.y; in hevc_luma_mv_mvp_mode() [all …]
|
/third_party/mesa3d/src/util/ |
D | u_pointer.h | 65 } pu; in pointer_to_uintptr() local 66 pu.p = ptr; in pointer_to_uintptr() 67 return pu.u; in pointer_to_uintptr() 76 } pu; in uintptr_to_pointer() local 77 pu.u = u; in uintptr_to_pointer() 78 return pu.p; in uintptr_to_pointer()
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | telnet.c | 128 uint8_t buf[LWS_PRE + 800], *pu = in; in lws_callback_raw_telnet() local 184 if (telnet_ld(pss, *pu)) in lws_callback_raw_telnet() 185 buf[n++] = *pu++; in lws_callback_raw_telnet() 187 pu++; in lws_callback_raw_telnet() 207 pu = buf + LWS_PRE + 400; in lws_callback_raw_telnet() 208 m = (int)pss->vhd->ops->tx(pss->priv, LWS_STDOUT, pu, in lws_callback_raw_telnet() 216 if (*pu == 0xff) in lws_callback_raw_telnet() 218 buf[LWS_PRE + n++] = *pu++; in lws_callback_raw_telnet()
|
/third_party/ffmpeg/libswscale/x86/ |
D | yuv2rgb_template.c | 39 const uint8_t *pu = src[1] + (y >> vshift) * srcStride[1]; \ 85 … RENAME(ff_yuv_420_rgb15)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); in RENAME() 105 … RENAME(ff_yuv_420_rgb16)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); 119 … RENAME(ff_yuv_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); 133 … RENAME(ff_yuv_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); 147 …RENAME(ff_yuva_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, p… 162 …RENAME(ff_yuva_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, p… 177 … RENAME(ff_yuv_420_rgb24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); 191 … RENAME(ff_yuv_420_bgr24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | unssa.c | 40 struct pseudo_user *pu; in simplify_phi_node() local 55 FOR_EACH_PTR(target->users, pu) { in simplify_phi_node() 56 use_pseudo(pu->insn, tmp, pu->userp); in simplify_phi_node() 57 } END_FOR_EACH_PTR(pu); in simplify_phi_node()
|
D | flow.c | 395 struct pseudo_user *pu; in convert_instruction_target() local 402 FOR_EACH_PTR(target->users, pu) { in convert_instruction_target() 403 if (*pu->userp != VOID) { in convert_instruction_target() 404 assert(*pu->userp == target); in convert_instruction_target() 405 *pu->userp = src; in convert_instruction_target() 407 } END_FOR_EACH_PTR(pu); in convert_instruction_target() 557 struct pseudo_user *pu; in first_user() local 558 FOR_EACH_PTR(p->users, pu) { in first_user() 559 if (!pu) in first_user() 561 return pu; in first_user() [all …]
|
D | memops.c | 105 struct pseudo_user *pu; in address_taken() local 106 FOR_EACH_PTR(pseudo->users, pu) { in address_taken() 107 struct instruction *insn = pu->insn; in address_taken() 110 if (pu->userp != &insn->src) in address_taken() 112 } END_FOR_EACH_PTR(pu); in address_taken()
|
D | ssa.c | 137 struct pseudo_user *pu; in ssa_convert_one_var() local 162 FOR_EACH_PTR(addr->users, pu) { in ssa_convert_one_var() 163 struct instruction *insn = pu->insn; in ssa_convert_one_var() 190 } END_FOR_EACH_PTR(pu); in ssa_convert_one_var()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | xattrs.c | 272 char *pu; in getmappingitem() local 307 pu = strchr(maptext,':'); in getmappingitem() 308 if (pu) { in getmappingitem() 309 *pu++ = 0; in getmappingitem() 310 pe = strchr(pu,':'); in getmappingitem() 314 if ((strlen(pu) < 6) || strncmp(pu,"user.",5)) in getmappingitem() 315 pu = (char*)NULL; in getmappingitem() 319 pu = (char*)NULL; in getmappingitem() 321 if (pu) { in getmappingitem() 324 + strlen(pu)); in getmappingitem() [all …]
|
/third_party/python/Lib/turtledemo/ |
D | fractalcurves.py | 53 self.pu() 61 self.pu() 85 ft.pu() 103 ft.pu()
|
D | colormixer.py | 19 self.pu() 23 self.pu() 50 writer.pu()
|
D | planet_and_moon.py | 75 s.pu() 98 sun.pu()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.cpp | 171 UChar *buffer, *pu; in parseFile() local 219 pu=buffer; in parseFile() 222 &pu, buffer+src.getCapacity(), in parseFile() 225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 288 pu=buffer+length; in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 171 UChar *buffer, *pu; in parseFile() local 219 pu=buffer; in parseFile() 222 &pu, buffer+src.getCapacity(), in parseFile() 225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 288 pu=buffer+length; in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.cpp | 171 UChar *buffer, *pu; in parseFile() local 219 pu=buffer; in parseFile() 222 &pu, buffer+src.getCapacity(), in parseFile() 225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 288 pu=buffer+length; in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.cpp | 171 UChar *buffer, *pu; in parseFile() local 219 pu=buffer; in parseFile() 222 &pu, buffer+src.getCapacity(), in parseFile() 225 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile() 288 pu=buffer+length; in parseFile() 290 cnv, &pu, buffer+src.getCapacity(), in parseFile() 293 src.releaseBuffer(U_SUCCESS(errorCode) ? (int32_t)(pu-buffer) : 0); in parseFile()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | nus.txt | 33 pa{"Thok puɔnjabani"} 35 pt{"Thok puɔtigali"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | nus.txt | 34 pa{"Thok puɔnjabani"} 36 pt{"Thok puɔtigali"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | nus.txt | 34 pa{"Thok puɔnjabani"} 36 pt{"Thok puɔtigali"}
|
/third_party/mbedtls/tests/data_files/ |
D | ecdsa_secp521r1.crt | 9 hkjOPQQDAwNpADBmAjEAlC7039gDSgm9Ba8cCnZLWucXbtCbhRGSvVcoElYke/pu
|
/third_party/ffmpeg/libavfilter/ |
D | vf_codecview.c | 236 uint8_t *pu = frame->data[1]; in filter_frame() local 244 pu[x] = pv[x] = qp; in filter_frame() 246 pu += lzu; in filter_frame()
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_parallel_arrays.txt | 195 pu = (byte*)texcoord_u_pointer + i * sizeof(texcoord_type); 199 (*(texcoord_type*)pu); break; 204 (*(texcoord_type*)pu, *(texcoord_type*)pv); 210 (*(texcoord_type*)pu, *(texcoord_type*)pv, 216 (*(texcoord_type*)pu, *(texcoord_type*)pv,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_parallel_arrays.txt | 195 pu = (byte*)texcoord_u_pointer + i * sizeof(texcoord_type); 199 (*(texcoord_type*)pu); break; 204 (*(texcoord_type*)pu, *(texcoord_type*)pv); 210 (*(texcoord_type*)pu, *(texcoord_type*)pv, 216 (*(texcoord_type*)pu, *(texcoord_type*)pv,
|
/third_party/alsa-utils/po/ |
D | fr.po | 30 msgstr "les cartes son n'ont pas pu être énumérées" 366 msgstr "Le fichier \"%s\" n'a pas pu être ouvert." 680 msgstr "Le fichier d'identifiant de processus %s n'a pas pu être créé : %s" 803 msgstr "Les paramètres matériel n'ont pas pu être installés :" 813 msgstr "Les paramètres logiciel n'ont pas pu être installés :" 971 msgstr "Un tampon pour silence n'a pas pu être alloué" 1004 msgstr "%s n'est pas navigable; les motifs n'ont pas pu être lus\n" 1165 msgstr "le séquenceur n'a pas pu être ouvert\n" 1170 msgstr "l'identifiant du client n'as pas pu être obtenu\n" 1175 msgstr "les infos du client n'ont pas pu être définies\n" [all …]
|