Home
last modified time | relevance | path

Searched refs:fcc (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc621 Format(instr, "bcnez fcc'cj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
623 Format(instr, "bceqz fcc'cj, 'offs21 -> 'pcoffs21"); in DecodeTypekOp6()
834 Format(instr, "fcmp.caf.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
837 Format(instr, "fcmp.saf.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
840 Format(instr, "fcmp.clt.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
843 Format(instr, "fcmp.ceq.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
846 Format(instr, "fcmp.seq.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
849 Format(instr, "fcmp.cle.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
852 Format(instr, "fcmp.sle.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
855 Format(instr, "fcmp.cun.s fcc'c in DecodeTypekOp12()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_auto_possess.c313 fcc points to the case-flipping table
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 auto_possessify()
1212 end = get_chr_property_list(code, utf, ucp, cb->fcc, list); in auto_possessify()
H A Dpcre2_dfa_match.c536 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()
H A Dpcre2_intmodedep.h722 const uint8_t *fcc; /* Points to case-flipping table */ member
869 const uint8_t *fcc; /* Points to case-flipping table */ member
H A Dpcre2_match.c1083 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/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1043 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 in frames_descriptors_update()
[all...]
H A Df_uvc.h829 uint32_t fcc; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java196 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/icu/icu4c/source/common/
H A Dnorm2allmodes.h252 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
H A Dloadednormalizer2impl.cpp236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
334 return &allModes->fcc; in getInstance()
H A Dnormalizer2.cpp281 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java212 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/node/deps/icu-small/source/common/
H A Dnorm2allmodes.h252 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
H A Dloadednormalizer2impl.cpp252 return allModes!=nullptr ? &allModes->fcc : nullptr; in getFCCInstance()
358 return &allModes->fcc; in getInstance()
H A Dnormalizer2.cpp281 return allModes!=nullptr ? &allModes->fcc : nullptr; in getFCCInstance()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnorm2allmodes.h252 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
H A Dloadednormalizer2impl.cpp236 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
334 return &allModes->fcc; in getInstance()
H A Dnormalizer2.cpp281 return allModes!=NULL ? &allModes->fcc : NULL; in getFCCInstance()
/third_party/musl/arch/loongarch64/bits/
H A Duser.h14 unsigned long fcc; member
/third_party/ffmpeg/libavfilter/
H A Dvf_bilateral.c309 float ycc, fcc = inv_alpha_*(*xcf++) + alpha_*(*ypf_++); \
311 *ycf_++ = fcc; \
312 *factor_ = (*factor_ + fcc); \
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer2.java207 case COMPOSE_CONTIGUOUS: return all2Modes.fcc; in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer2.java196 case COMPOSE_CONTIGUOUS: return all2Modes.fcc; in getInstance()
H A DNormalizationTransliterator.java64 return new NormalizationTransliterator("FCC", Norm2AllModes.getNFCInstance().fcc); in register()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DNormalizationTransliterator.java63 return new NormalizationTransliterator("FCC", Norm2AllModes.getNFCInstance().fcc); in register()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak434 fate-filter-colormatrix1: CMD = video_filter "colormatrix=bt601:smpte240m,colormatrix=smpte240m:fcc,colormatrix=fcc:bt601,colormatrix=bt601:fcc,colormatrix=fcc:smpte240m,colormatrix=smpte240m:bt709"
435 fate-filter-colormatrix2: CMD = video_filter "colormatrix=bt709:fcc,colormatrix=fcc:bt709,colormatrix=bt709:bt601,colormatrix=bt601:bt709,colormatrix=bt709:smpte240m,colormatrix=smpte240m:bt601"

Completed in 36 milliseconds

12