/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_uvc.c | 1043 if (format_info->fcc == V4L2_PIX_FMT_YUYV) in fuvc_frame_descriptors_get() 1055 else if (format_info->fcc == V4L2_PIX_FMT_H264) in fuvc_frame_descriptors_get() 1067 else if (format_info->fcc == V4L2_PIX_FMT_MJPEG) in fuvc_frame_descriptors_get() 1096 if (pformat->fcc == V4L2_PIX_FMT_YUYV) in frames_descriptors_update() 1102 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1116 if (pformat->fcc == V4L2_PIX_FMT_YUYV) in frames_descriptors_update() 1122 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1136 if (pformat->fcc == V4L2_PIX_FMT_YUYV) in frames_descriptors_update() 1142 else if (pformat->fcc == V4L2_PIX_FMT_H264) in frames_descriptors_update() 1156 if (pformat->fcc == V4L2_PIX_FMT_YUYV) in frames_descriptors_update() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list() argument 419 list[3] = fcc[chr]; in get_chr_property_list() 423 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list() 425 list[3] = fcc[chr]; in get_chr_property_list() 713 code = get_chr_property_list(code, utf, ucp, cb->fcc, list); in compare_opcodes() 1152 get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL; in PRIV() 1212 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in PRIV()
|
D | pcre2_dfa_match.c | 536 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local 568 fcc = mb->tables + fcc_offset; in internal_dfa_match() 2257 othercase = fcc[c]; in internal_dfa_match() 2404 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2439 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2482 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2523 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2556 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match() 2596 otherd = TABLE_GET(d, fcc, d); in internal_dfa_match()
|
D | pcre2_intmodedep.h | 722 const uint8_t *fcc; /* Points to case-flipping table */ member 869 const uint8_t *fcc; /* Points to case-flipping table */ member
|
D | pcre2_match.c | 1083 ch = (mb->fcc)[ch]; in match() 1106 ch = (mb->fcc)[ch]; in match() 1119 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match() 1342 Loc = mb->fcc[Lc]; in match() 1348 Loc = TABLE_GET(Lc, mb->fcc, Lc); in match() 1583 Loc = TABLE_GET(Lc, mb->fcc, Lc); /* Other case from table */ in match() 6867 mb->fcc = re->tables + fcc_offset; in pcre2_match() 6879 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu); in pcre2_match() 6901 req_cu2 = TABLE_GET(req_cu, mb->fcc, req_cu); in pcre2_match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Norm2AllModes.java | 212 public ComposeNormalizer2(Normalizer2Impl ni, boolean fcc) { in ComposeNormalizer2() argument 214 onlyContiguous=fcc; in ComposeNormalizer2() 307 fcc=new ComposeNormalizer2(ni, true); in Norm2AllModes() 314 public final ComposeNormalizer2 fcc; field in Norm2AllModes
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 196 public ComposeNormalizer2(Normalizer2Impl ni, boolean fcc) { in ComposeNormalizer2() argument 198 onlyContiguous=fcc; in ComposeNormalizer2() 288 fcc=new ComposeNormalizer2(ni, true); in Norm2AllModes() 295 public final ComposeNormalizer2 fcc; field in Norm2AllModes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrFormats.td | 100 bit hasFCCRegOperand = 0; // Instruction uses $fcc<X> register and is 830 bits<3> fcc; 837 let Inst{20-18} = fcc; 846 bits<3> fcc; 855 let Inst{10-8} = fcc; 882 bits<3> fcc; 888 let Inst{20-18} = fcc; 899 bits<3> fcc; 905 let Inst{20-18} = fcc;
|
D | MipsCondMov.td | 37 InstSE<(outs RC:$rd), (ins RC:$rs, FCCRegsOpnd:$fcc, RC:$F), 38 !strconcat(opstr, "\t$rd, $rs, $fcc"), 39 [(set RC:$rd, (OpNode RC:$rs, FCCRegsOpnd:$fcc, RC:$F))], 47 InstSE<(outs RC:$fd), (ins RC:$fs, FCCRegsOpnd:$fcc, RC:$F), 48 !strconcat(opstr, "\t$fd, $fs, $fcc"), 49 [(set RC:$fd, (OpNode RC:$fs, FCCRegsOpnd:$fcc, RC:$F))],
|
D | MicroMipsInstrFormats.td | 453 bits<3> fcc; 460 let Inst{15-13} = fcc; 781 bits<3> fcc; 789 let Inst{15-13} = fcc; 801 bits<3> fcc; 808 let Inst{20-18} = fcc; // cc 846 bits<3> fcc; 852 let Inst{15-13} = fcc; //cc
|
D | MipsInstrFPU.td | 233 InstSE<(outs), (ins FCCRegsOpnd:$fcc, opnd:$offset), 234 !strconcat(opstr, "\t$fcc, $offset"), 235 [(MipsFPBrcond Op, FCCRegsOpnd:$fcc, bb:$offset)], Itin, 245 InstSE<(outs), (ins FCCRegsOpnd:$fcc, opnd:$offset), 246 !strconcat(opstr, "\t$fcc, $offset"), [], Itin, 273 InstSE<(outs FCCRegsOpnd:$fcc), (ins RC:$fs, RC:$ft), 274 !strconcat("c.", CondStr, ".", Typestr, "\t$fcc, $fs, $ft"), [], itin, 712 // fcc register set is used directly. 713 bits<3> fcc = 0; 719 // fcc register set is used directly. [all …]
|
D | MicroMipsInstrFPU.td | 59 // fcc register set is used directly. 60 bits<3> fcc = 0; 67 // fcc register set is used directly. 68 bits<3> fcc = 0;
|
/third_party/node/deps/icu-small/source/common/ |
D | norm2allmodes.h | 252 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : in ComposeNormalizer2() argument 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() 382 : impl(i), comp(*i, false), decomp(*i), fcd(*i), fcc(*i, true) {} in Norm2AllModes() 400 ComposeNormalizer2 fcc; member
|
D | loadednormalizer2impl.cpp | 252 return allModes!=nullptr ? &allModes->fcc : nullptr; in getFCCInstance() 358 return &allModes->fcc; in getInstance()
|
/third_party/icu/icu4c/source/common/ |
D | norm2allmodes.h | 252 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : in ComposeNormalizer2() argument 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() 382 : impl(i), comp(*i, false), decomp(*i), fcd(*i), fcc(*i, true) {} in Norm2AllModes() 399 ComposeNormalizer2 fcc; member
|
D | loadednormalizer2impl.cpp | 236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance() 334 return &allModes->fcc; in getInstance()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | norm2allmodes.h | 252 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : in ComposeNormalizer2() argument 253 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2() 382 : impl(i), comp(*i, false), decomp(*i), fcd(*i), fcc(*i, true) {} in Norm2AllModes() 399 ComposeNormalizer2 fcc; member
|
D | loadednormalizer2impl.cpp | 236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance() 334 return &allModes->fcc; in getInstance()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_bilateral.c | 309 float ycc, fcc = inv_alpha_*(*xcf++) + alpha_*(*ypf_++); \ in BILATERAL_H() 311 *ycf_++ = fcc; \ in BILATERAL_H() 312 *factor_ = (*factor_ + fcc); \ in BILATERAL_H()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Normalizer2.java | 196 case COMPOSE_CONTIGUOUS: return all2Modes.fcc; in getInstance()
|
D | NormalizationTransliterator.java | 64 return new NormalizationTransliterator("FCC", Norm2AllModes.getNFCInstance().fcc); in register()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer2.java | 207 case COMPOSE_CONTIGUOUS: return all2Modes.fcc; in getInstance()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | NormalizationTransliterator.java | 63 return new NormalizationTransliterator("FCC", Norm2AllModes.getNFCInstance().fcc); in register()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 45 // mov<cond> %fcc[0-3], rs2, rd 49 // mov<cond> %fcc[0-3], simm11, rd 53 // fmovs<cond> %fcc[0-3], $rs2, $rd 57 // fmovd<cond> %fcc[0-3], $rs2, $rd
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 434 …matrix=bt601:smpte240m,colormatrix=smpte240m:fcc,colormatrix=fcc:bt601,colormatrix=bt601:fcc,color… 435 fate-filter-colormatrix2: CMD = video_filter "colormatrix=bt709:fcc,colormatrix=fcc:bt709,colormatr…
|