Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dfield.h27 # define RESTRICT __restrict__ macro
31 # define RESTRICT macro
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
58 void gf_mulw_unsigned(gf_s * RESTRICT out, const gf a, uint32_t b);
59 void gf_sqr(gf_s * RESTRICT out, const gf a);
82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n) in gf_sqrn()
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap()
Dcurve448.c223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni, in constant_time_lookup_niels()
/third_party/openssl/crypto/ec/curve448/
Dfield.h27 # define RESTRICT __restrict__ macro
31 # define RESTRICT macro
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
58 void gf_mulw_unsigned(gf_s * RESTRICT out, const gf a, uint32_t b);
59 void gf_sqr(gf_s * RESTRICT out, const gf a);
82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n) in gf_sqrn()
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap()
Dcurve448.c223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni, in constant_time_lookup_niels()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/
Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
101 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/third_party/openssl/crypto/ec/curve448/arch_32/
Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
101 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/
Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
76 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
102 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/third_party/openssl/crypto/ec/curve448/arch_64/
Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
76 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
102 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.def28 HANDLE_BTF_KIND(11, RESTRICT)
/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform.h110 #define RESTRICT __restrict__ macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h116 RESTRICT = 317, enumerator
Dglslang.y168 %token <lex> READONLY WRITEONLY COHERENT RESTRICT VOLATILE SHARED
905 | RESTRICT {
Dglslang.l278 "restrict" { return ES3_reserved_ES3_1_keyword(context, RESTRICT); }
Dglslang_lex_autogen.cpp1810 YY_RULE_SETUP { return ES3_reserved_ES3_1_keyword(context, RESTRICT); }
Dglslang_tab_autogen.cpp205 RESTRICT = 317, enumerator
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h449 RESTRICT = 659, enumerator
DScan.cpp421 (*KeywordMap)["restrict"] = RESTRICT; in fillInKeywordMap()
1057 case RESTRICT: in tokenizeIdentifier()
Dglslang.y294 %token <lex> COHERENT VOLATILE RESTRICT READONLY WRITEONLY DEVICECOHERENT QUEUEFAMILYCOHERENT WORKG…
1540 | RESTRICT {
Dglslang.m4294 %token <lex> COHERENT VOLATILE RESTRICT READONLY WRITEONLY DEVICECOHERENT QUEUEFAMILYCOHERENT WORKG…
1540 | RESTRICT {
Dglslang_tab.cpp527 RESTRICT = 659, enumerator
/third_party/mesa3d/docs/relnotes/
D22.1.3.rst131 - nir/deref: Handle RESTRICT for SSBO deref bindings
D22.2.0.rst2876 - nir/deref: Handle RESTRICT for SSBO deref bindings
/third_party/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll546 …>EXT_shader_image_load_store_enable || yyextra->ARB_shader_storage_buffer_object_enable, RESTRICT);
Dglsl_parser.yy147 %token COHERENT VOLATILE RESTRICT READONLY WRITEONLY
2260 | RESTRICT
/third_party/chromium/patch/
D0003-ohos-1115.patch108359 -** Or, if the ON (UPDATE|DELETE) action is RESTRICT,
108365 -** Or, if the ON (UPDATE|DELETE) action is RESTRICT,
108409 -** If the action is "NO ACTION" or "RESTRICT", then a NULL pointer is
117264 - 211, /* (56) refact ::= RESTRICT */
117436 + 212, /* (56) refact ::= RESTRICT */
118516 case 56: /* refact ::= RESTRICT */
146780 -** Or, if the ON (UPDATE|DELETE) action is RESTRICT,
146786 -** Or, if the ON (UPDATE|DELETE) action is RESTRICT,
146830 -** If the action is "NO ACTION" or "RESTRICT", then a NULL pointer is
156003 - 225, /* (58) refact ::= RESTRICT */
[all …]