OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWIG_CanCastAsInteger
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c
1500
SWIG_CanCastAsInteger
(double *d, double min, double max) {
1562
if (SWIG_IsOK(res) &&
SWIG_CanCastAsInteger
(&d, 0, ULONG_MAX)) {
1724
if (SWIG_IsOK(res) &&
SWIG_CanCastAsInteger
(&d, LONG_MIN, LONG_MAX)) {
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c
2551
SWIG_CanCastAsInteger
(double *d, double min, double max) {
2613
if (SWIG_IsOK(res) &&
SWIG_CanCastAsInteger
(&d, 0, ULONG_MAX)) {
2785
if (SWIG_IsOK(res) &&
SWIG_CanCastAsInteger
(&d, LONG_MIN, LONG_MAX)) {
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026