Home
last modified time | relevance | path

Searched refs:magic_check (Results 1 – 25 of 135) sorted by relevance

123456

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dmatmul-common.c25 uint32_t magic_check; in matmul_common_reload_cache_fopen() local
26 MATMUL_COMMON_READ_ONE32(magic_check, f); in matmul_common_reload_cache_fopen()
28 if (magic_check != magic) { in matmul_common_reload_cache_fopen()
34 MATMUL_COMMON_READ_ONE32(magic_check, f); in matmul_common_reload_cache_fopen()
35 if (magic_check != MM_COMMON_MAGIC) { in matmul_common_reload_cache_fopen()
42 MATMUL_COMMON_READ_ONE32(magic_check, f); in matmul_common_reload_cache_fopen()
/dports/devel/py-filemagic/filemagic-b24df9f/magic/
H A Dapi.py94 lib.magic_check.argyptes = [c_cookie_p, ctypes.c_char_p]
95 lib.magic_check.restype = ctypes.c_int
96 lib.magic_check.errcheck = errcheck_int
97 magic_check = lib.magic_check variable
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/wrappers/
H A Dnplm.cc46 char magic_check[16]; in Recognize() local
47 util::ReadOrThrow(file.get(), magic_check, sizeof(magic_check)); in Recognize()
49 return !memcmp(magic_check, nnlm_magic, 16); in Recognize()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/magic/
H A Dmagic.py194 magic_check = libmagic.magic_check variable
195 magic_check.restype = c_int
196 magic_check.argtypes = [magic_t, c_char_p]
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/
H A Dglob.py138 magic_check = re.compile('([*?[])') variable
146 match = magic_check.search(s)
166 pathname = magic_check.sub(r'[\1]', pathname)
/dports/devel/py-python-magic/python-magic-0.4.15/
H A Dmagic.py270 magic_check = libmagic.magic_check variable
271 magic_check.restype = c_int
272 magic_check.argtypes = [magic_t, c_char_p]
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Dglob.py145 magic_check = re.compile('([*?[])') variable
153 match = magic_check.search(s)
173 pathname = magic_check.sub(r'[\1]', pathname)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dglob.py147 magic_check = re.compile('([*?[])') variable
155 match = magic_check.search(s)
175 pathname = magic_check.sub(r'[\1]', pathname)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/
H A Dglob.py145 magic_check = re.compile('([*?[])') variable
153 match = magic_check.search(s)
173 pathname = magic_check.sub(r'[\1]', pathname)
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Dglob.py145 magic_check = re.compile('([*?[])') variable
153 match = magic_check.search(s)
173 pathname = magic_check.sub(r'[\1]', pathname)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dglob.py147 magic_check = re.compile('([*?[])') variable
155 match = magic_check.search(s)
175 pathname = magic_check.sub(r'[\1]', pathname)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Dglob.py145 magic_check = re.compile('([*?[])') variable
153 match = magic_check.search(s)
173 pathname = magic_check.sub(r'[\1]', pathname)
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Dglob.py145 magic_check = re.compile('([*?[])') variable
153 match = magic_check.search(s)
173 pathname = magic_check.sub(r'[\1]', pathname)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dglob.py142 magic_check = re.compile('([*?[])') variable
149 match = magic_check.search(s)
170 pathname = magic_check.sub(r'[\1]', pathname)
/dports/www/py-django-pipeline/django-pipeline-1.6.14/pipeline/
H A Dglob.py71 magic_check = re.compile('[*?[]') variable
75 return magic_check.search(s) is not None
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dglob.py144 magic_check = re.compile('([*?[])') variable
151 match = magic_check.search(s)
172 pathname = magic_check.sub(r'[\1]', pathname)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dglob.py144 magic_check = re.compile('([*?[])') variable
151 match = magic_check.search(s)
172 pathname = magic_check.sub(r'[\1]', pathname)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dglob.py144 magic_check = re.compile('([*?[])') variable
151 match = magic_check.search(s)
172 pathname = magic_check.sub(r'[\1]', pathname)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dglob.py149 magic_check = re.compile('([*?[])') variable
156 match = magic_check.search(s)
177 pathname = magic_check.sub(r'[\1]', pathname)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dglob.py144 magic_check = re.compile('([*?[])') variable
151 match = magic_check.search(s)
172 pathname = magic_check.sub(r'[\1]', pathname)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dglob.py144 magic_check = re.compile('([*?[])') variable
151 match = magic_check.search(s)
172 pathname = magic_check.sub(r'[\1]', pathname)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dglob.py75 magic_check = re.compile('[*?[]') variable
78 return magic_check.search(s) is not None
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dglob.py92 magic_check = re.compile('[*?[]') variable
95 return magic_check.search(s) is not None
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dglob.py97 magic_check = re.compile('[*?[]') variable
100 return magic_check.search(s) is not None
/dports/lang/python27/Python-2.7.18/Lib/
H A Dglob.py97 magic_check = re.compile('[*?[]') variable
100 return magic_check.search(s) is not None

123456