Home
last modified time | relevance | path

Searched refs:arcs (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_audio.c66 const struct hdmi_msm_audio_arcs *arcs = &acr_lut[i]; in get_arcs() local
67 if (arcs->pixclock == pixclock) in get_arcs()
68 return arcs; in get_arcs()
78 const struct hdmi_msm_audio_arcs *arcs = NULL; in msm_hdmi_audio_update() local
95 arcs = get_arcs(hdmi->pixclock); in msm_hdmi_audio_update()
96 if (!arcs) { in msm_hdmi_audio_update()
118 n = arcs->lut[audio->rate].n; in msm_hdmi_audio_update()
119 cts = arcs->lut[audio->rate].cts; in msm_hdmi_audio_update()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c211 miArcDataPtr arcs; member
247 static void miFreeArcs(miPolyArcPtr arcs, GCPtr pGC);
1040 arcData = &polyArcs[iphase].arcs[i]; in miWideArc()
1052 if (polyArcs[iphase].arcs[i].render) { in miWideArc()
1055 if (polyArcs[iphase].arcs[i].selfJoin && in miWideArc()
1056 cap[iphase] < polyArcs[iphase].arcs[i].cap) in miWideArc()
1058 while (cap[iphase] < polyArcs[iphase].arcs[i].cap) { in miWideArc()
1064 arcData0 = &polyArcs[iphase].arcs[arcIndex]; in miWideArc()
1072 while (join[iphase] < polyArcs[iphase].arcs[i].join) { in miWideArc()
1085 arcData0 = &polyArcs[phase0].arcs[arcIndex0]; in miWideArc()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/fw/arc/
H A Dmemory.c67 #define mtypes(a) (prom_flags & PROM_FLAG_ARCS) ? arcs_mtypes[a.arcs] \
77 switch (type.arcs) { in memtype_classify_arcs()
/OK3568_Linux_fs/kernel/arch/x86/um/vdso/
H A DMakefile53 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
54 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch30 set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
47 set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
/OK3568_Linux_fs/kernel/arch/um/
H A DMakefile-skas7 GCOV_OPT += -fprofile-arcs -ftest-coverage
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/OK3568_Linux_fs/kernel/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A DCVE-2023-0687.patch18 In particular a hash table of arcs is placed at the end of this buffer.
33 bytes, so the arcs stored outside the buffer boundary did not fall into
/OK3568_Linux_fs/buildroot/package/gd/
H A DConfig.in5 draw images complete with lines, arcs, text, multiple
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gd/
H A Dgd_2.3.3.bb3 complete with lines, arcs, text, multiple colors, cut and paste from other \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch36 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "-fprofile-arcs -ftest-coverage")
/OK3568_Linux_fs/kernel/drivers/base/arm/
H A DMakefile95 KBUILD_CFLAGS += $(call cc-option, -fprofile-arcs)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgcov-counter.def30 DEF_GCOV_COUNTER(GCOV_COUNTER_ARCS, "arcs", _add)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgcov-counter.def30 DEF_GCOV_COUNTER(GCOV_COUNTER_ARCS, "arcs", _add)
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1679 xArc *arcs = (xArc *) &stuff[1]; in PanoramiXPolyArc() local
1681 for (i = narcs; i--; arcs++) { in PanoramiXPolyArc()
1682 arcs->x -= x_off; in PanoramiXPolyArc()
1683 arcs->y -= y_off; in PanoramiXPolyArc()
1877 xArc *arcs = (xArc *) &stuff[1]; in PanoramiXPolyFillArc() local
1879 for (i = narcs; i--; arcs++) { in PanoramiXPolyFillArc()
1880 arcs->x -= x_off; in PanoramiXPolyFillArc()
1881 arcs->y -= y_off; in PanoramiXPolyFillArc()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A DMakefile262 KBUILD_CFLAGS += $(call cc-option, -fprofile-arcs)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsgiarcs.h124 enum arcs_memtypes arcs; member
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0003-closes-2954-upgrade-to-latest-greatest.patch37 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch51 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
1492 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fprofile-arcs")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info509 The '-k' option allows you to delete from the call graph any arcs
1216 version of 'gprof' does not propagate call graph arcs from source code
1589 'selfpc', and the number of times each of these call arcs was traversed.
1655 by the call-graph arcs and the basic-block counts.
1761 flat profile (INCL_FLAT/EXCL_FLAT), the call graph arcs
1835 linked list is maintained of the parent's child arcs, and of the child's
1836 parent arcs. Both the child's call count and the arc's call count are
1913 As the call graph arcs are read, show each arc and how the total
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info509 The '-k' option allows you to delete from the call graph any arcs
1216 version of 'gprof' does not propagate call graph arcs from source code
1589 'selfpc', and the number of times each of these call arcs was traversed.
1655 by the call-graph arcs and the basic-block counts.
1761 flat profile (INCL_FLAT/EXCL_FLAT), the call graph arcs
1835 linked list is maintained of the parent's child arcs, and of the child's
1836 parent arcs. Both the child's call count and the arc's call count are
1913 As the call graph arcs are read, show each arc and how the total
H A Dgcc.info881 -p -pg -fprofile-arcs --coverage -ftest-coverage
9765 provided by profiling feedback ('-fprofile-arcs'). These
9825 feedback (see '-fprofile-arcs' for details) or manually annotate
10643 After running a program compiled with '-fprofile-arcs' (*note
10647 with '-fprofile-arcs' exits, it saves arc execution counts to a
10663 If combined with '-fprofile-arcs', it adds code so that some data
10680 If combined with '-fprofile-arcs', this option instructs the
12240 '-fprofile-arcs'
12241 Add code so that program flow "arcs" are instrumented. During
12263 coverage analysis. The option is a synonym for '-fprofile-arcs'
[all …]
/OK3568_Linux_fs/kernel/
H A DMakefile692 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage \
H A DMakefile-bak693 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage \

12