Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/
Ddirac_parser.c100 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 …]
Dhevcdec.c1319 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/
Du_pointer.h65 } 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/
Dtelnet.c128 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/
Dyuv2rgb_template.c39 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/
Dunssa.c40 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()
Dflow.c395 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 …]
Dmemops.c105 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()
Dssa.c137 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/
Dxattrs.c272 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/
Dfractalcurves.py53 self.pu()
61 self.pu()
85 ft.pu()
103 ft.pu()
Dcolormixer.py19 self.pu()
23 self.pu()
50 writer.pu()
Dplanet_and_moon.py75 s.pu()
98 sun.pu()
/third_party/typescript/tests/baselines/reference/
DvarianceAnnotations.js136 const pu: Parent<unknown> = { child: { a: 0, b: 0, child: null, parent: null }, parent: null };
137 const notString: Parent<string> = pu; // Error
198 var pu = { child: { a: 0, b: 0, child: null, parent: null }, parent: null }; variable
199 var notString = pu; // Error
304 declare const pu: Parent<unknown>;
DvarianceAnnotations.types271 const pu: Parent<unknown> = { child: { a: 0, b: 0, child: null, parent: null }, parent: null };
272 >pu : Parent<unknown>
287 const notString: Parent<string> = pu; // Error
289 >pu : Parent<unknown>
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.cpp171 char16_t *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/
Dxmlparser.cpp171 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/
Dxmlparser.cpp171 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/data/lang/
Dnus.txt34 pa{"Thok puɔnjabani"}
36 pt{"Thok puɔtigali"}
/third_party/icu/icu4c/source/data/lang/
Dnus.txt34 pa{"Thok puɔnjabani"}
36 pt{"Thok puɔtigali"}
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.mjs54 // Add \ce, \pu, and \tripledash to the KaTeX macros.
59 katex.__defineMacro("\\pu", function (context) {
60 return chemParse(context.consumeArgs(1)[0], "pu");
67 // This is the main function for handing the \ce and \pu commands.
68 // It takes the argument to \ce or \pu and returns the corresponding TeX string.
2248 // \pu state machines
2250 //#region pu
2251 'pu': { property
2337 mhchemParser.concatArray(ret, mhchemParser.go(m[1], 'pu-9,9'));
2341 mhchemParser.concatArray(ret, mhchemParser.go(m[2], 'pu-9,9'));
[all …]
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts138 const pu: Parent<unknown> = { child: { a: 0, b: 0, child: null, parent: null }, parent: null }; constant
139 const notString: Parent<string> = pu; // Error
/third_party/mbedtls/tests/data_files/
Decdsa_secp521r1.crt9 hkjOPQQDAwNpADBmAjEAlC7039gDSgm9Ba8cCnZLWucXbtCbhRGSvVcoElYke/pu
/third_party/ffmpeg/libavfilter/
Dvf_codecview.c236 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/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_parallel_arrays.txt195 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,

1234567