Home
last modified time | relevance | path

Searched defs:restrict (Results 76 – 100 of 1162) sorted by relevance

12345678910>>...47

/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/include/
H A Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/include/
H A Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/include/
H A Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/include/
H A Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/include/
H A Dc99_compat.h102 # define restrict __restrict__ macro
104 # define restrict __restrict macro
106 # define restrict /* */ macro
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/process/
H A Dposix_spawn.c148 char *const argv[restrict], char *const envp[restrict]) in __posix_spawnx()
192 char *const argv[restrict], char *const envp[restrict]) in posix_spawn()
/dports/net/babeld/babeld-babeld-1.10/
H A Dbabeld.h42 #define restrict __restrict macro
44 #define restrict /**/ macro
48 #define restrict /**/ macro
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DComboBase.as567 public function get restrict():String property in ComboBase
575 public function set restrict(value:String):void property in ComboBase
/dports/misc/vxl/vxl-3.3.2/v3p/openjpeg2/
H A Dopj_includes.h82 #define restrict __restrict__ macro
84 #define restrict /* restrict */ macro
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dwalker_util.py63 restrict=None): argument
176 restrict=None): argument
347 def _GenerateHtmlNav(self, directory, cli, hidden, restrict): argument
359 restrict=None): argument
389 restrict=None): argument
416 restrict=None): argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/OpenJPEG/src/openjpeg/
H A Dopj_includes.h84 #define restrict __restrict__ macro
86 #define restrict /* restrict */ macro
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vz_pow.c29 #define restrict _Restrict macro
31 #define restrict macro
H A D__vc_pow.c29 #define restrict _Restrict macro
31 #define restrict macro
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DComboBase.as764 public function get restrict():String property in ComboBase
772 public function set restrict(value:String):void property in ComboBase
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/
H A DAppService_types.py42 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
64 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
91 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
115 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
142 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
161 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
181 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
200 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
219 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
242 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw): argument
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DComboBox.as496 public function set restrict(value:String):void property in spark.components.ComboBox
509 public function get restrict():String property in spark.components.ComboBox
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_sles_it_priv.h541 cs_real_t x[restrict], in _fw_and_bw_lu33()
542 const cs_real_t b[restrict], in _fw_and_bw_lu33()
543 const cs_real_t c[restrict]) in _fw_and_bw_lu33()
571 cs_real_t x[restrict], in _fw_and_bw_lu()
572 const cs_real_t b[restrict], in _fw_and_bw_lu()
573 const cs_real_t c[restrict]) in _fw_and_bw_lu()
610 cs_real_t x[restrict], in _fw_and_bw_lu_gs()
611 const cs_real_t b[restrict]) in _fw_and_bw_lu_gs()
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dbabeld.h49 #define restrict __restrict macro
51 #define restrict /**/ macro
55 #define restrict /**/ macro
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dbabeld.h49 #define restrict __restrict macro
51 #define restrict /**/ macro
55 #define restrict /**/ macro
/dports/print/hplip/hplip-3.20.6/
H A Dinfo.py73 restrict = False variable
84 restrict = True variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/scan-build-py/libear/
H A Dear.c267 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
277 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
367 char *const argv[restrict], in call_posix_spawn()
368 char *const envp[restrict]) { in call_posix_spawn()
388 char *const argv[restrict], in call_posix_spawnp()
389 char *const envp[restrict]) { in call_posix_spawnp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/scan-build-py/libear/
H A Dear.c267 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
277 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
367 char *const argv[restrict], in call_posix_spawn()
368 char *const envp[restrict]) { in call_posix_spawn()
388 char *const argv[restrict], in call_posix_spawnp()
389 char *const envp[restrict]) { in call_posix_spawnp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/scan-build-py/lib/libear/
H A Dear.c262 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
272 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
362 char *const argv[restrict], in call_posix_spawn()
363 char *const envp[restrict]) { in call_posix_spawn()
383 char *const argv[restrict], in call_posix_spawnp()
384 char *const envp[restrict]) { in call_posix_spawnp()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/scan-build-py/libear/
H A Dear.c267 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
277 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
367 char *const argv[restrict], in call_posix_spawn()
368 char *const envp[restrict]) { in call_posix_spawn()
388 char *const argv[restrict], in call_posix_spawnp()
389 char *const envp[restrict]) { in call_posix_spawnp()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/scan-build-py/libear/
H A Dear.c267 char *const argv[restrict], char *const envp[restrict]) { in posix_spawn()
277 char *const argv[restrict], char *const envp[restrict]) { in posix_spawnp()
367 char *const argv[restrict], in call_posix_spawn()
368 char *const envp[restrict]) { in call_posix_spawn()
388 char *const argv[restrict], in call_posix_spawnp()
389 char *const envp[restrict]) { in call_posix_spawnp()

12345678910>>...47