| /xsrc/external/mit/freetype/dist/src/tools/ |
| apinames.c | 69 Name nm; local 85 nm = the_names + nn; 87 if ( (int)nm->hash == h && 88 memcmp( name, nm->name, len ) == 0 && 89 nm->name[len] == 0 ) 102 nm = &the_names[num_names++]; 104 nm->hash = h; 105 nm->name = (char*)malloc( len + 1 ); 106 if ( !nm->name ) 109 memcpy( nm->name, name, len ) [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| symbols-check.py | 26 def get_symbols(nm, lib): 32 output = subprocess.check_output([nm, '-gP', lib], 60 parser.add_argument('--nm', 67 lib_symbols = get_symbols(args.nm, args.lib)
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| symbols-check.py | 29 def get_symbols_nm(nm, lib): 32 using `nm` 36 output = subprocess.check_output([nm, '-gP', lib], 92 parser.add_argument('--nm', 109 if not args.nm: 110 parser.error('--nm is mandatory') 111 lib_symbols = get_symbols_nm(args.nm, args.lib)
|
| /xsrc/external/mit/xmodmap/dist/ |
| exec.c | 243 char *nm; local 248 nm = XKeysymToString(ks); 251 (nm ? nm : "BadKey"), map->modifiermap[k]);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_mm_i2c.c | 365 double nm; local 439 nm=(pll->reference_freq * 40000.0)/(1.0*I2C_CLOCK_FREQ); 444 nm=(pll->reference_freq * 40000.0)/(4.0*I2C_CLOCK_FREQ); 448 nm=(pll->reference_freq * 10000.0)/(4.0*I2C_CLOCK_FREQ); 451 nm=(pll->xclk * 40000.0)/(1.0*I2C_CLOCK_FREQ); 454 if((pPriv->radeon_N * (pPriv->radeon_N-1)) > nm)break;
|
| /xsrc/external/mit/ctwm/dist/ |
| image_bitmap_builtin.c | 26 #define DEF_BI_PPM(nm) Pixmap nm(unsigned int *widthp, unsigned int *heightp) 257 #define DEF_BI_SPM(nm) Image *nm(ColorPair cp) 732 #define DEF_BI_ASPM(nm) Image *nm(ColorPair cp)
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imstb_truetype.h | 4659 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); 4660 if (!nm) return NULL; 4662 count = ttUSHORT(fc+nm+2); 4663 stringOffset = nm + ttUSHORT(fc+nm+4); 4665 stbtt_uint32 loc = nm + 6 + 12 * i; 4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) 4678 stbtt_int32 count = ttUSHORT(fc+nm+2); 4679 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imstb_truetype.h | 4659 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); 4660 if (!nm) return NULL; 4662 count = ttUSHORT(fc+nm+2); 4663 stringOffset = nm + ttUSHORT(fc+nm+4); 4665 stbtt_uint32 loc = nm + 6 + 12 * i; 4675 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, stbtt_int32 target_id, stbtt_int32 next_id) 4678 stbtt_int32 count = ttUSHORT(fc+nm+2); 4679 stbtt_int32 stringOffset = nm + ttUSHORT(fc+nm+4) [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| mspace.c | 1444 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; local 1467 nm.arena = sum; 1468 nm.ordblks = nfree; 1469 nm.hblkhd = m->footprint - sum; 1470 nm.usmblks = m->max_footprint; 1471 nm.uordblks = m->footprint - mfree; 1472 nm.fordblks = mfree; 1473 nm.keepcost = m->topsize; 1478 return nm;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| Makefile.sgi | 172 -nm -Bo libglut.a | grep -v ' d ' | grep -v ' T glut' | grep -v ' D glut' | grep -v ' U ' | grep -v ' T __glut' | grep -v ' t ' | grep -v ' b ' | grep -v ' D __glut' | grep -v ' B __glut'
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcfreetype.c | 2325 FcNameMapping *nm = NULL; local 2385 pat = FcFreeTypeQueryFaceInternal (face, (const FcChar8 *) file, id, &cs, &ls, &nm); 2404 free (nm); 2405 nm = NULL; 2446 if (nm) 2447 free (nm);
|
| /xsrc/external/mit/libX11/dist/src/ |
| KeyBind.c | 950 int nm, /* number of modifiers in mlist */ 961 nb = sizeof(KeySym) * nm; 982 p->mlen = nm;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/clc/ |
| clc_helpers.cpp | 99 SPIRVKernelInfo(uint32_t fid, const char *nm) : funcId(fid), name(nm), vecHint(0) { }
|
| /xsrc/external/mit/libXevie/dist/ |
| configure | 637 NM 5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 5125 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 5129 if test -n "$NM"; then 5131 lt_cv_path_NM="$NM" 5133 lt_nm_to_check="${ac_tool_prefix}nm" 5135 lt_nm_to_check="$lt_nm_to_check nm" 5144 # Check to see if the nm accepts a BSD-compat flag. 5146 # nm: unknown option "B" ignored 5147 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/libXfontcache/dist/ |
| ltmain.sh | 216 win32_nmres=`eval $NM -f posix -A $1 | \ 2876 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2878 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3843 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3845 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 4566 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4578 nlist="$output_objdir/${outputname}.nm" 4609 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4650 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
| /xsrc/external/mit/libxkbui/dist/ |
| ltmain.sh | 198 win32_nmres=`eval $NM -f posix -A $1 | \ 2816 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2818 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3774 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3776 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 4491 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4503 nlist="$output_objdir/${outputname}.nm" 4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4575 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| ltmain.sh | 216 win32_nmres=`eval $NM -f posix -A $1 | \ 2878 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2880 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3859 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3861 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 4582 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4594 nlist="$output_objdir/${outputname}.nm" 4625 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4666 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| ltmain.sh | 198 win32_nmres=`eval $NM -f posix -A $1 | \ 2816 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2818 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3774 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3776 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 4491 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4503 nlist="$output_objdir/${outputname}.nm" 4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4575 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| ltmain.sh | 208 win32_nmres=`eval $NM -f posix -A $1 | \ 2848 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 2850 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 3803 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" 3805 $echo "*** \`nm' from GNU binutils and a full rebuild may help." 4522 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4534 nlist="$output_objdir/${outputname}.nm" 4565 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4606 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/ |
| configure | 740 NM 11769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 11770 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 11774 if test -n "$NM"; then 11776 lt_cv_path_NM="$NM" 11778 lt_nm_to_check="${ac_tool_prefix}nm" 11780 lt_nm_to_check="$lt_nm_to_check nm" 11789 # Check to see if the nm accepts a BSD-compat flag. 11791 # nm: unknown option "B" ignored 11792 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/xf86-video-newport/dist/ |
| configure | 656 NM 10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 10947 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 10951 if test -n "$NM"; then 10953 lt_cv_path_NM="$NM" 10955 lt_nm_to_check="${ac_tool_prefix}nm" 10957 lt_nm_to_check="$lt_nm_to_check nm" 10966 # Check to see if the nm accepts a BSD-compat flag. 10968 # nm: unknown option "B" ignored 10969 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/xf86-video-tga/dist/ |
| configure | 646 NM 11041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 11042 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 11046 if test -n "$NM"; then 11048 lt_cv_path_NM="$NM" 11050 lt_nm_to_check="${ac_tool_prefix}nm" 11052 lt_nm_to_check="$lt_nm_to_check nm" 11061 # Check to see if the nm accepts a BSD-compat flag. 11063 # nm: unknown option "B" ignored 11064 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/xf86-video-tseng/dist/ |
| configure | 642 NM 11034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 11035 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 11039 if test -n "$NM"; then 11041 lt_cv_path_NM="$NM" 11043 lt_nm_to_check="${ac_tool_prefix}nm" 11045 lt_nm_to_check="$lt_nm_to_check nm" 11054 # Check to see if the nm accepts a BSD-compat flag. 11056 # nm: unknown option "B" ignored 11057 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/libXxf86misc/dist/ |
| configure | 658 NM 11106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 11107 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 11111 if test -n "$NM"; then 11113 lt_cv_path_NM=$NM 11115 lt_nm_to_check=${ac_tool_prefix}nm 11117 lt_nm_to_check="$lt_nm_to_check nm" 11126 # Check to see if the nm accepts a BSD-compat flag. 11128 # nm: unknown option "B" ignored 11129 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |
| /xsrc/external/mit/xf86-video-apm/dist/ |
| configure | 667 NM 11346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 11347 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } 11351 if test -n "$NM"; then 11353 lt_cv_path_NM=$NM 11355 lt_nm_to_check=${ac_tool_prefix}nm 11357 lt_nm_to_check="$lt_nm_to_check nm" 11366 # Check to see if the nm accepts a BSD-compat flag. 11368 # nm: unknown option "B" ignored 11369 # Tru64's nm complains that /dev/null is an invalid object fil [all...] |