/third_party/ltp/testcases/commands/nm/ |
H A D | nm01.sh | 9 NM=${NM:=nm} 15 TST_NEEDS_CMDS="$NM" 26 EXPECT_PASS $NM -f posix -A "lib.a" \> nm.out 35 EXPECT_PASS $NM -f posix -A "dir/lib.a" \> nm.out 47 EXPECT_PASS $NM -f posix -g $TST_DATAROOT/f1 \> nm.out 59 EXPECT_PASS $NM -f posix -t o $TST_DATAROOT/f1 \> nm.out 71 EXPECT_PASS $NM -f sysv $TST_DATAROOT/f1 \> nm.out 83 EXPECT_PASS $NM -f bsd $TST_DATAROOT/f1 \> nm_bsd.out 84 EXPECT_PASS $NM [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 577 int NM in preprocess_residue_echo() 615 { memset(st->echo_noise, 0, (NM) * sizeof(spx_word32_t)); in preprocess_residue_echo() 656 int NM in preprocess_compute_SNR() 671 for ( i=0 ; i<NM ; i++) in preprocess_compute_SNR() 701 int NM in preprocess_smooth_SNR() 734 for (i=_N; i<NM ; i++) in preprocess_smooth_SNR() 747 for ( i=N ; i<NM ; i++ ) in preprocess_smooth_SNR() 762 int NM in preprocess_compute_emgain() 774 for ( i=N ; i<NM ; ++i ) in preprocess_compute_emgain() 876 int NM 1044 register int i, N, M, NM; speex_preprocess_run() local [all...] |
/third_party/python/Tools/scripts/ |
H A D | nm2def.py | 41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s" variable 45 with os.popen(NM % lib) as pipe:
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_block_sizes2.cpp | 365 int NM = x_weights * y_weights; in initialize_decimation_table_3d() local 388 s2 = NM; in initialize_decimation_table_3d() 395 s1 = NM; in initialize_decimation_table_3d() 404 s2 = NM; in initialize_decimation_table_3d() 411 s1 = NM; in initialize_decimation_table_3d() 420 s1 = NM; in initialize_decimation_table_3d()
|
/third_party/ffmpeg/compat/windows/ |
H A D | makedef | 103 if [ -n "$NM" ]; then 104 # Use eval, since NM="nm -g" 105 dump=$(eval "$NM --defined-only -g ${libname}" |
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_block_sizes.cpp | 494 int NM = x_weights * y_weights; in init_decimation_info_3d() local 517 s2 = NM; in init_decimation_info_3d() 524 s1 = NM; in init_decimation_info_3d() 533 s2 = NM; in init_decimation_info_3d() 540 s1 = NM; in init_decimation_info_3d() 548 s1 = NM; in init_decimation_info_3d()
|
/third_party/zlib/ |
H A D | configure | 66 NM=${NM-"${CROSS_PREFIX}nm"} 67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 69 NM=${NM-"nm"}
|
/third_party/libsnd/Scripts/ |
H A D | android-configure.sh | 77 export NM=${CROSS_PREFIX}-nm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 125 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM); 345 ValueToNodeMap &NM) { in processGepInst() 350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst() 351 if (F == NM.end()) { in processGepInst() 407 NM.insert(std::make_pair(GepI, PN)); in processGepInst() 418 ValueToNodeMap NM; in collect() local 426 processGepInst(GepI, NM); in collect() 344 processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM) processGepInst() argument
|
H A D | RDFRegisters.cpp | 84 for (uint32_t M = 1, NM = RegMasks.size(); M <= NM; ++M) { in PhysicalRegisterInfo()
|
H A D | BitTracker.cpp | 1002 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub); 1004 uint16_t NMB = NM.first(), NME = NM.last();
|
/third_party/libevdev/ |
H A D | configure | 716 NM 5288 if test -n "$NM"; then 5290 lt_cv_path_NM=$NM 5340 NM=$lt_cv_path_NM 5467 NM=$DUMPBIN 5470 test -z "$NM" && NM=nm 5477 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5478 printf %s "checking the name lister ($NM) interface... " >&6; } 5488 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes [all...] |
/third_party/littlefs/ |
H A D | Makefile | 15 NM ?= nm macro 97 ifneq ($(NM),nm) 98 CODEFLAGS += --nm-path="$(NM)" 99 DATAFLAGS += --nm-path="$(NM)"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 491 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine); in mapping() 495 IO.mapRequired("Machine", NM->Machine); in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 804 NoMemInstr NM; in searchForward() local 809 if (!searchRange(MBB, std::next(Slot), MBB.end(), RegDU, NM, Slot, Filler)) { in searchForward()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 682 NM 4941 if test -n "$NM"; then 4943 lt_cv_path_NM=$NM 4993 NM=$lt_cv_path_NM 5110 NM=$DUMPBIN 5113 test -z "$NM" && NM=nm 5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5121 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5130 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes [all...] |
/third_party/libabigail/ |
H A D | ltmain.sh | 3226 if test -n "$NM" && test -n "$global_symbol_pipe"; then 3282 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" 3358 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | 3365 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 3373 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 3536 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 3649 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` 3661 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` 8173 func_verbose "creating $NM input file list: $output"
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 3246 if test -n "$NM" && test -n "$global_symbol_pipe"; then 3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" 3378 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | 3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 3556 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 3669 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` 3681 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` 8199 func_verbose "creating $NM input file list: $output"
|
H A D | configure | 743 NM 4822 if test -n "$NM"; then 4824 lt_cv_path_NM="$NM" 4869 NM="$lt_cv_path_NM" 4986 NM="$DUMPBIN" 4989 test -z "$NM" && NM=nm 4996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 4997 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5006 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes [all...] |
/third_party/python/PCbuild/ |
H A D | prepare_libffi.bat | 170 %SH% -lc "(cd $OLDPWD; ./configure CC='%MSVCC% %ASSEMBLER% %BUILD_PDB%' CXX='%MSVCC% %ASSEMBLER% %BUILD_PDB%' LD='link' CPP='cl -nologo -EP' CXXCPP='cl -nologo -EP' CPPFLAGS='-DFFI_BUILDING_DLL' %BUILD_NOOPT% NM='dumpbin -symbols' STRIP=':' --build=$BUILD --host=$HOST;)"
|
/third_party/eudev/ |
H A D | configure | 716 NM 5613 if test -n "$NM"; then 5615 lt_cv_path_NM=$NM 5665 NM=$lt_cv_path_NM 5782 NM=$DUMPBIN 5785 test -z "$NM" && NM=nm 5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5793 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5802 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes [all...] |
H A D | ltmain.sh | 4622 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4680 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" 4756 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | 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'" 4944 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` 4957 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` 4994 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 9737 func_verbose "creating $NM input file list: $output"
|
/third_party/lame/ |
H A D | configure | 690 NM 5342 if test -n "$NM"; then 5344 lt_cv_path_NM=$NM 5394 NM=$lt_cv_path_NM 5511 NM=$DUMPBIN 5514 test -z "$NM" && NM=nm 5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 5522 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5531 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes [all...] |
H A D | ltmain.sh | 4575 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" 4709 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | 4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 4897 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` 4910 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` 4947 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 9685 func_verbose "creating $NM input file list: $output"
|
/third_party/curl/ |
H A D | ltmain.sh | 4823 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4881 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" 4957 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | 4964 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 4972 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" 5145 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` 5158 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` 5195 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | 9971 func_verbose "creating $NM input file list: $output"
|