Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/sound/hda/
H A Darray.c27 void *nlist; in snd_array_new() local
30 nlist = krealloc(array->list, size, GFP_KERNEL); in snd_array_new()
31 if (!nlist) in snd_array_new()
33 memset(nlist + oldsize, 0, size - oldsize); in snd_array_new()
34 array->list = nlist; in snd_array_new()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch15 -%type <namel> namelist, names, opt_namelist nlist
19 +%type <namel> namelist names opt_namelist nlist
52 -nlist: NAME = {
53 +nlist: NAME {
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch21 test-nlist$(EXEEXT): test-nlist.c
27 TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A Dnet-snmp-add-knob-whether-nlist.h-are-checked.patch4 Subject: [PATCH] net-snmp: add knob whether nlist.h are checked
7 Add knob to decide whether nlist.h are checked or not.
26 AC_CHECK_HEADERS([nlist.h],,,[
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c498 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) in GlyphExtents() argument
511 while (nlist--) { in GlyphExtents()
552 INT16 ySrc, int nlist, GlyphListPtr lists, GlyphPtr * glyphs) in CompositeGlyphs() argument
558 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, lists, in CompositeGlyphs()
579 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs) in miGlyphs() argument
598 GlyphExtents(nlist, list, glyphs, &extents); in miGlyphs()
633 while (nlist--) { in miGlyphs()
H A Dmipict.h87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
H A Drender.c1240 int nlist; in ProcRenderCompositeGlyphs() local
1288 nlist = 0; in ProcRenderCompositeGlyphs()
1297 nlist++; in ProcRenderCompositeGlyphs()
1312 if (nlist <= NLOCALDELTA) in ProcRenderCompositeGlyphs()
1315 listsBase = xallocarray(nlist, sizeof(GlyphListRec)); in ProcRenderCompositeGlyphs()
1381 stuff->xSrc, stuff->ySrc, nlist, listsBase, glyphsBase); in ProcRenderCompositeGlyphs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Da.out.h90 struct nlist struct
95 struct nlist *n_next; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Da.out.h90 struct nlist struct
95 struct nlist *n_next; argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Da.out.h146 struct nlist { struct
149 struct nlist *n_next; argument
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c632 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) in GlyphExtents() argument
645 while (nlist--) { in GlyphExtents()
684 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs) in exaGlyphs() argument
704 GlyphExtents(nlist, list, glyphs, &extents); in exaGlyphs()
777 while (nlist--) { in exaGlyphs()
H A Dexa_priv.h524 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
711 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
H A Dexa_unaccel.c667 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs) in ExaCheckGlyphs() argument
673 miGlyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in ExaCheckGlyphs()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c99 INT16 ySrc, int nlist, in fbGlyphs() argument
118 for (i = 0; i < nlist; ++i) in fbGlyphs()
133 while (nlist--) { in fbGlyphs()
H A Dfbpict.h75 INT16 ySrc, int nlist,
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh4634 nlist=$output_objdir/$my_outputname.nm
4636 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4673 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4680 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4757 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4763 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4771 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4779 test -f "$nlist" || : > "$nlist"
4782 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4783 $MV "$nlist"T "$nlist"
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmetricgroup.c1030 char *llist, *nlist, *p; in metricgroup__add_metric_list() local
1033 nlist = strdup(list); in metricgroup__add_metric_list()
1034 if (!nlist) in metricgroup__add_metric_list()
1036 llist = nlist; in metricgroup__add_metric_list()
1050 free(nlist); in metricgroup__add_metric_list()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.186.bb136 # The nlist binary in the tests uses explicitly minimal compiler flags
139 # avoid stripping some generated binaries otherwise some of the tests such as test-nlist,
142 ${PKGD}${PTEST_PATH}/tests/test-nlist \
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c351 INT16 y_src, int nlist, GlyphListPtr list, in glamor_composite_glyphs() argument
369 for (n = 0; n < nlist; n++) in glamor_composite_glyphs()
376 while (nlist--) { in glamor_composite_glyphs()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c281 int nlist, GlyphListPtr list, GlyphPtr * glyphs) in RootlessGlyphs() argument
302 ps->Glyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in RootlessGlyphs()
310 while (nlist--) { in RootlessGlyphs()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho/
H A D0002-Fix-build-issues-found-with-musl.patch45 @@ -102,7 +103,7 @@ struct nlist nl[] = {
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c2046 char **list, **nlist; in xstrtokenize() local
2059 nlist = reallocarray(list, num + 2, sizeof(*list)); in xstrtokenize()
2060 if (!nlist) in xstrtokenize()
2062 list = nlist; in xstrtokenize()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dpidof-add-m-option.patch147 nlist = (NFS*)0;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h273 int nlist, GlyphListPtr list, GlyphPtr * glyphs);
H A Dxf86VGAarbiter.c997 PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int nlist, in VGAarbiterGlyphs() argument
1006 (*ps->Glyphs) (op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in VGAarbiterGlyphs()

12