Home
last modified time | relevance | path

Searched refs:str_to_num (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dgdt.c110 arg1 = str_to_num(buf); in gdt_()
116 arg1 = str_to_num(buf); in gdt_()
119 arg2 = str_to_num(buf); in gdt_()
124 arg1 = str_to_num(buf); in gdt_()
127 arg2 = str_to_num(buf); in gdt_()
190 arg2 = str_to_num(buf); in gdt_()
288 arg2 = str_to_num(buf); in gdt_()
353 arg2 = str_to_num(buf); in gdt_()
404 arg2 = str_to_num(buf); in gdt_()
444 arg2 = str_to_num(buf); in gdt_()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/romfs/tools/
H A Dcreate_flash.c36 str_to_num(const char *str) in str_to_num() function
85 ffs_chain.romfs_size = str_to_num(optarg); in main()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/python/gnuradio/
H A Deng_arg.py49 return eng_notation.str_to_num(string)
H A Deng_option.py32 return eng_notation.str_to_num(value)
H A Deng_notation.py69 def str_to_num (value): function
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h92 uint64_t str_to_num(char *str);
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h92 uint64_t str_to_num(char *str);
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h92 uint64_t str_to_num(char *str);
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/apps/
H A Dosmocom_spectrum_sense134 self.min_freq = eng_notation.str_to_num(args[0])
135 self.max_freq = eng_notation.str_to_num(args[1])
/dports/devel/p5-Google-ProtocolBuffers/Google-ProtocolBuffers-0.12/lib/Google/ProtocolBuffers/
H A DCompiler.pm210 my $str_to_num = shift;
232 my $v = $str_to_num->($str);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/apps/
H A Duhd_display.py124 freq = eng_notation.str_to_num(self.gui.frequencyEdit.text().toAscii())
140 bw = eng_notation.str_to_num(self.gui.bandwidthEdit.text().toAscii())
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/grc/
H A Dqtgui_label.block.yml17 conv: [eng_notation.str_to_num, int, str, bool, eval]
H A Dqtgui_entry.block.yml17 conv: [eng_notation.str_to_num, int, str, bool, eval]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dzfs.py25 from salt.utils.stringutils import to_num as str_to_num unknown
449 value = str_to_num(value)
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Doptions.c90 PROTO(PRIVATE int str_to_num,(char *s));
1575 (numvalue = str_to_num(s)) >= 0 ) {
1589 str_to_num(char *s) in str_to_num() function
1591 str_to_num(s) in str_to_num()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-uhd/apps/
H A Duhd_fft145 … lambda: self.set_samp_rate(eng_notation.str_to_num(str(self._samp_rate__line_edit.text()))))
163 lambda: self.set_freq_qt(eng_notation.str_to_num(str(self._freq_line_edit.text()))))
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.y168 : _NUMBER { $$:= str_to_num(yytext); }
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.y168 : _NUMBER { $$:= str_to_num(yytext); }
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Drcparser.y168 : _NUMBER { $$:= str_to_num(yytext); }

12