| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | array.c | 27 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 D | rdist-6.1.5-bison.patch | 15 -%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 D | 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch | 21 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 D | net-snmp-add-knob-whether-nlist.h-are-checked.patch | 4 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 D | glyph.c | 498 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 D | mipict.h | 87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
|
| H A D | render.c | 1240 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 D | a.out.h | 90 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 D | a.out.h | 90 struct nlist struct 95 struct nlist *n_next; argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | a.out.h | 146 struct nlist { struct 149 struct nlist *n_next; argument
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 632 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 D | exa_priv.h | 524 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs); 711 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
|
| H A D | exa_unaccel.c | 667 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 D | fbpict.c | 99 INT16 ySrc, int nlist, in fbGlyphs() argument 118 for (i = 0; i < nlist; ++i) in fbGlyphs() 133 while (nlist--) { in fbGlyphs()
|
| H A D | fbpict.h | 75 INT16 ySrc, int nlist,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 4634 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 D | metricgroup.c | 1030 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 D | elfutils_0.186.bb | 136 # 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 D | glamor_composite_glyphs.c | 351 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 D | rootlessScreen.c | 281 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 D | 0002-Fix-build-issues-found-with-musl.patch | 45 @@ -102,7 +103,7 @@ struct nlist nl[] = {
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | utils.c | 2046 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 D | pidof-add-m-option.patch | 147 nlist = (NFS*)0;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 273 int nlist, GlyphListPtr list, GlyphPtr * glyphs);
|
| H A D | xf86VGAarbiter.c | 997 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()
|