/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
D | field.h | 27 # 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()
|
D | curve448.c | 223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni, in constant_time_lookup_niels()
|
/third_party/openssl/crypto/ec/curve448/ |
D | field.h | 27 # 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()
|
D | curve448.c | 223 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/ |
D | f_impl32.c | 24 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/ |
D | f_impl32.c | 24 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/ |
D | f_impl64.c | 24 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/ |
D | f_impl64.c | 24 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/ |
D | BTF.def | 28 HANDLE_BTF_KIND(11, RESTRICT)
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | platform.h | 110 #define RESTRICT __restrict__ macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 116 RESTRICT = 317, enumerator
|
D | glslang.y | 168 %token <lex> READONLY WRITEONLY COHERENT RESTRICT VOLATILE SHARED 905 | RESTRICT {
|
D | glslang.l | 278 "restrict" { return ES3_reserved_ES3_1_keyword(context, RESTRICT); }
|
D | glslang_lex_autogen.cpp | 1810 YY_RULE_SETUP { return ES3_reserved_ES3_1_keyword(context, RESTRICT); }
|
D | glslang_tab_autogen.cpp | 205 RESTRICT = 317, enumerator
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 449 RESTRICT = 659, enumerator
|
D | Scan.cpp | 421 (*KeywordMap)["restrict"] = RESTRICT; in fillInKeywordMap() 1057 case RESTRICT: in tokenizeIdentifier()
|
D | glslang.y | 294 %token <lex> COHERENT VOLATILE RESTRICT READONLY WRITEONLY DEVICECOHERENT QUEUEFAMILYCOHERENT WORKG… 1540 | RESTRICT {
|
D | glslang.m4 | 294 %token <lex> COHERENT VOLATILE RESTRICT READONLY WRITEONLY DEVICECOHERENT QUEUEFAMILYCOHERENT WORKG… 1540 | RESTRICT {
|
D | glslang_tab.cpp | 527 RESTRICT = 659, enumerator
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.3.rst | 131 - nir/deref: Handle RESTRICT for SSBO deref bindings
|
D | 22.2.0.rst | 2876 - nir/deref: Handle RESTRICT for SSBO deref bindings
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 546 …>EXT_shader_image_load_store_enable || yyextra->ARB_shader_storage_buffer_object_enable, RESTRICT);
|
D | glsl_parser.yy | 147 %token COHERENT VOLATILE RESTRICT READONLY WRITEONLY 2260 | RESTRICT
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 108359 -** 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 …]
|