| /third_party/mbedtls/library/ |
| D | sha1.c | 70 } local; in mbedtls_internal_sha1_process() local 72 local.W[0] = MBEDTLS_GET_UINT32_BE(data, 0); in mbedtls_internal_sha1_process() 73 local.W[1] = MBEDTLS_GET_UINT32_BE(data, 4); in mbedtls_internal_sha1_process() 74 local.W[2] = MBEDTLS_GET_UINT32_BE(data, 8); in mbedtls_internal_sha1_process() 75 local.W[3] = MBEDTLS_GET_UINT32_BE(data, 12); in mbedtls_internal_sha1_process() 76 local.W[4] = MBEDTLS_GET_UINT32_BE(data, 16); in mbedtls_internal_sha1_process() 77 local.W[5] = MBEDTLS_GET_UINT32_BE(data, 20); in mbedtls_internal_sha1_process() 78 local.W[6] = MBEDTLS_GET_UINT32_BE(data, 24); in mbedtls_internal_sha1_process() 79 local.W[7] = MBEDTLS_GET_UINT32_BE(data, 28); in mbedtls_internal_sha1_process() 80 local.W[8] = MBEDTLS_GET_UINT32_BE(data, 32); in mbedtls_internal_sha1_process() [all …]
|
| D | ripemd160.c | 74 } local; in mbedtls_internal_ripemd160_process() local 76 local.X[0] = MBEDTLS_GET_UINT32_LE(data, 0); in mbedtls_internal_ripemd160_process() 77 local.X[1] = MBEDTLS_GET_UINT32_LE(data, 4); in mbedtls_internal_ripemd160_process() 78 local.X[2] = MBEDTLS_GET_UINT32_LE(data, 8); in mbedtls_internal_ripemd160_process() 79 local.X[3] = MBEDTLS_GET_UINT32_LE(data, 12); in mbedtls_internal_ripemd160_process() 80 local.X[4] = MBEDTLS_GET_UINT32_LE(data, 16); in mbedtls_internal_ripemd160_process() 81 local.X[5] = MBEDTLS_GET_UINT32_LE(data, 20); in mbedtls_internal_ripemd160_process() 82 local.X[6] = MBEDTLS_GET_UINT32_LE(data, 24); in mbedtls_internal_ripemd160_process() 83 local.X[7] = MBEDTLS_GET_UINT32_LE(data, 28); in mbedtls_internal_ripemd160_process() 84 local.X[8] = MBEDTLS_GET_UINT32_LE(data, 32); in mbedtls_internal_ripemd160_process() [all …]
|
| D | md5.c | 69 } local; in mbedtls_internal_md5_process() local 71 local.X[0] = MBEDTLS_GET_UINT32_LE(data, 0); in mbedtls_internal_md5_process() 72 local.X[1] = MBEDTLS_GET_UINT32_LE(data, 4); in mbedtls_internal_md5_process() 73 local.X[2] = MBEDTLS_GET_UINT32_LE(data, 8); in mbedtls_internal_md5_process() 74 local.X[3] = MBEDTLS_GET_UINT32_LE(data, 12); in mbedtls_internal_md5_process() 75 local.X[4] = MBEDTLS_GET_UINT32_LE(data, 16); in mbedtls_internal_md5_process() 76 local.X[5] = MBEDTLS_GET_UINT32_LE(data, 20); in mbedtls_internal_md5_process() 77 local.X[6] = MBEDTLS_GET_UINT32_LE(data, 24); in mbedtls_internal_md5_process() 78 local.X[7] = MBEDTLS_GET_UINT32_LE(data, 28); in mbedtls_internal_md5_process() 79 local.X[8] = MBEDTLS_GET_UINT32_LE(data, 32); in mbedtls_internal_md5_process() [all …]
|
| D | sha256.c | 471 local.W[t] = S1(local.W[(t) - 2]) + local.W[(t) - 7] + \ 472 S0(local.W[(t) - 15]) + local.W[(t) - 16] \ 478 local.temp1 = (h) + S3(e) + F1((e), (f), (g)) + (K) + (x); \ 479 local.temp2 = S2(a) + F0((a), (b), (c)); \ 480 (d) += local.temp1; (h) = local.temp1 + local.temp2; \ 496 } local; in mbedtls_internal_sha256_process_c() local 501 local.A[i] = ctx->state[i]; in mbedtls_internal_sha256_process_c() 507 local.W[i] = MBEDTLS_GET_UINT32_BE(data, 4 * i); in mbedtls_internal_sha256_process_c() 512 P(local.A[0], local.A[1], local.A[2], local.A[3], local.A[4], in mbedtls_internal_sha256_process_c() 513 local.A[5], local.A[6], local.A[7], local.W[i], K[i]); in mbedtls_internal_sha256_process_c() [all …]
|
| /third_party/elfutils/tests/ |
| D | run-dwflsyms.sh | 41 0: NOTYPE LOCAL (0) 0 42 1: SECTION LOCAL (0) 0x238 43 2: SECTION LOCAL (0) 0x254 44 3: SECTION LOCAL (0) 0x274 45 4: SECTION LOCAL (0) 0x298 46 5: SECTION LOCAL (0) 0x2d8 47 6: SECTION LOCAL (0) 0x428 48 7: SECTION LOCAL (0) 0x4f2 49 8: SECTION LOCAL (0) 0x510 50 9: SECTION LOCAL (0) 0x530 [all …]
|
| D | run-readelf-s.sh | 128 2 local symbols String table: [ 6] '.dynstr' 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 131 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1 149 54 local symbols String table: [35] '.strtab' 151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF 152 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1 153 2: 0000000000000254 0 SECTION LOCAL DEFAULT 2 154 3: 0000000000000274 0 SECTION LOCAL DEFAULT 3 155 4: 0000000000000298 0 SECTION LOCAL DEFAULT 4 156 5: 00000000000002d8 0 SECTION LOCAL DEFAULT 5 [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_shader_pixel_local_storage2.txt | 49 restriction that pixel local storage is not supported when rendering to 52 Moreover, pixel local storage values are no longer lost when writing to 54 values do not always become undefined when the shader writes to pixel local 58 - support for pixel local storage in combination with multiple user- 60 - support for clearing pixel local storage variables 61 - support for multi-word pixel local storage variables 95 "Fragment data values may also be written to pixel local storage blocks. 97 covering the same pixel. Data values written to pixel local storage block 101 to both user-defined fragment outputs and to pixel local storage blocks. 104 writes to any user-defined fragment output, the pixel local storage values [all …]
|
| D | EXT_shader_pixel_local_storage.txt | 60 concept of pixel local storage. Pixel local storage is an on-chip memory 62 the GL. The format of data stored in the pixel local storage is independent 63 of the format of the currently attached framebuffer. The data in pixel local 64 storage is not written back to main memory. Access to pixel local storage 66 explicitly flush the GL command stream are issued when pixel local storage 67 is enabled then the contents of the pixel local storage becomes undefined 124 "4.3.7 Pixel Local Variables 129 to as pixel storage variables. Pixel local storage variables do not have any 138 Pixel local storage variable reads and writes within a single shader 142 user-defined fragment outputs and to pixel local storage variables. Reading [all …]
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_shader_pixel_local_storage2.txt | 49 restriction that pixel local storage is not supported when rendering to 52 Moreover, pixel local storage values are no longer lost when writing to 54 values do not always become undefined when the shader writes to pixel local 58 - support for pixel local storage in combination with multiple user- 60 - support for clearing pixel local storage variables 61 - support for multi-word pixel local storage variables 95 "Fragment data values may also be written to pixel local storage blocks. 97 covering the same pixel. Data values written to pixel local storage block 101 to both user-defined fragment outputs and to pixel local storage blocks. 104 writes to any user-defined fragment output, the pixel local storage values [all …]
|
| D | EXT_shader_pixel_local_storage.txt | 61 concept of pixel local storage. Pixel local storage is an on-chip memory 63 the GL. The format of data stored in the pixel local storage is independent 64 of the format of the currently attached framebuffer. The data in pixel local 65 storage is not written back to main memory. Access to pixel local storage 67 explicitly flush the GL command stream are issued when pixel local storage 68 is enabled then the contents of the pixel local storage becomes undefined 125 "4.3.7 Pixel Local Variables 130 to as pixel storage variables. Pixel local storage variables do not have any 139 Pixel local storage variable reads and writes within a single shader 143 user-defined fragment outputs and to pixel local storage variables. Reading [all …]
|
| /third_party/openssl/test/certs/ |
| D | mkcert.sh | 38 local key=$1; shift 40 local alg=rsa 45 local bits=2048 68 local key=$1; shift 71 local errs 81 local key=$1; shift 91 local cert=$1; shift 92 local exts=$1; shift 100 local cn=$1; shift 101 local key=$1; shift [all …]
|
| /third_party/node/deps/v8/include/ |
| D | v8-object.h | 8 #include "v8-local-handle.h" // NOLINT(build/include_directory) 36 Local<Value> Name() const; 41 static Local<Private> New(Isolate* isolate, 42 Local<String> name = Local<String>()); 53 static Local<Private> ForApi(Isolate* isolate, Local<String> name); 78 * v8::PropertyDescriptor d(Local<Value>()), false); 88 * v8::PropertyDescriptor d(v8::Undefined(isolate), Local<Value>())); 97 explicit PropertyDescriptor(Local<Value> value); 100 PropertyDescriptor(Local<Value> value, bool writable); 103 PropertyDescriptor(Local<Value> get, Local<Value> set); [all …]
|
| D | v8-typed-array.h | 9 #include "v8-local-handle.h" // NOLINT(build/include_directory) 53 static Local<Uint8Array> New(Local<ArrayBuffer> array_buffer, 55 static Local<Uint8Array> New(Local<SharedArrayBuffer> shared_array_buffer, 74 static Local<Uint8ClampedArray> New(Local<ArrayBuffer> array_buffer, 76 static Local<Uint8ClampedArray> New( 77 Local<SharedArrayBuffer> shared_array_buffer, size_t byte_offset, 96 static Local<Int8Array> New(Local<ArrayBuffer> array_buffer, 98 static Local<Int8Array> New(Local<SharedArrayBuffer> shared_array_buffer, 117 static Local<Uint16Array> New(Local<ArrayBuffer> array_buffer, 119 static Local<Uint16Array> New(Local<SharedArrayBuffer> shared_array_buffer, [all …]
|
| D | v8-template.h | 10 #include "v8-local-handle.h" // NOLINT(build/include_directory) 52 void Set(Local<Name> name, Local<Data> value, 54 void SetPrivate(Local<Private> name, Local<Data> value, 56 V8_INLINE void Set(Isolate* isolate, const char* name, Local<Data> value, 60 Local<Name> name, 61 Local<FunctionTemplate> getter = Local<FunctionTemplate>(), 62 Local<FunctionTemplate> setter = Local<FunctionTemplate>(), 94 Local<String> name, AccessorGetterCallback getter, 95 AccessorSetterCallback setter, Local<Value> data, 96 PropertyAttribute attribute, Local<AccessorSignature> signature, [all …]
|
| D | v8-local-handle.h | 59 // Called when ToLocalChecked is called on an empty Local. 64 * A stack-allocated class that governs a number of local handles. 65 * After a handle scope has been created, all local handles will be 72 * After the handle scope of a local handle has been deleted the 115 // Local::New uses CreateHandle with an Isolate* parameter. 117 friend class Local; variable 136 * There are two types of handles: local and persistent handles. 138 * Local handles are light-weight and transient and typically used in local 141 * inside of the HandleScope active during their creation. For passing a local 150 * handle (for instance, to extract the Object* from a Local<Object>); the value [all …]
|
| /third_party/elfio/tests/elf_examples/ |
| D | hello_64.txt | 158 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND 165 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND 166 1: 0000000000400200 0 SECTION LOCAL DEFAULT 1 167 2: 000000000040021c 0 SECTION LOCAL DEFAULT 2 168 3: 0000000000400240 0 SECTION LOCAL DEFAULT 3 169 4: 0000000000400260 0 SECTION LOCAL DEFAULT 4 170 5: 00000000004002c0 0 SECTION LOCAL DEFAULT 5 171 6: 00000000004002fe 0 SECTION LOCAL DEFAULT 6 172 7: 0000000000400308 0 SECTION LOCAL DEFAULT 7 173 8: 0000000000400328 0 SECTION LOCAL DEFAULT 8 [all …]
|
| D | hello_32.txt | 117 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 125 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 126 1: 08048114 0 SECTION LOCAL DEFAULT 1 127 2: 08048128 0 SECTION LOCAL DEFAULT 2 128 3: 08048148 0 SECTION LOCAL DEFAULT 3 129 4: 08048168 0 SECTION LOCAL DEFAULT 4 130 5: 080481b8 0 SECTION LOCAL DEFAULT 5 131 6: 08048202 0 SECTION LOCAL DEFAULT 6 132 7: 0804820c 0 SECTION LOCAL DEFAULT 7 133 8: 0804822c 0 SECTION LOCAL DEFAULT 8 [all …]
|
| D | test_ppc.txt | 133 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 149 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 150 1: 10000134 0 SECTION LOCAL DEFAULT 1 151 2: 10000144 0 SECTION LOCAL DEFAULT 2 152 3: 10000164 0 SECTION LOCAL DEFAULT 3 153 4: 100001ac 0 SECTION LOCAL DEFAULT 4 154 5: 1000027c 0 SECTION LOCAL DEFAULT 5 155 6: 10000400 0 SECTION LOCAL DEFAULT 6 156 7: 1000041c 0 SECTION LOCAL DEFAULT 7 157 8: 1000047c 0 SECTION LOCAL DEFAULT 8 [all …]
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-interface.h | 14 #include "include/v8-local-handle.h" 47 void SetContextId(Local<Context> context, int id); 48 int GetContextId(Local<Context> context); 54 Local<String> GetBigIntDescription(Isolate* isolate, Local<BigInt> bigint); 57 Local<String> GetDateDescription(Local<Date> date); 60 Local<String> GetFunctionDescription(Local<Function> function); 75 MaybeLocal<Array> GetInternalProperties(Isolate* isolate, Local<Value> value); 88 V8_EXPORT_PRIVATE bool GetPrivateMembers(Local<Context> context, 89 Local<Object> value, 90 std::vector<Local<Value>>* names_out, [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | duplicateSymbolsExportMatching.errors.txt | 1 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 2 … error TS2395: Individual declarations in merged declaration 'I' must be all exported or all local. 3 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 4 … error TS2395: Individual declarations in merged declaration 'E' must be all exported or all local. 5 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 6 …ror TS2395: Individual declarations in merged declaration 'inst' must be all exported or all local. 7 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 8 … error TS2395: Individual declarations in merged declaration 'v' must be all exported or all local. 9 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. 10 … error TS2395: Individual declarations in merged declaration 'w' must be all exported or all local. [all …]
|
| /third_party/node/src/ |
| D | module_wrap.cc | 36 using v8::Local; 53 Local<Object> object, in ModuleWrap() 54 Local<Module> module, in ModuleWrap() 55 Local<String> url, in ModuleWrap() 56 Local<Object> context_object, in ModuleWrap() 57 Local<Value> synthetic_evaluation_step) in ModuleWrap() 85 Local<Context> ModuleWrap::context() const { in context() 86 Local<Value> obj = object()->GetInternalField(kContextObjectSlot).As<Value>(); in context() 94 Local<Module> module) { in GetFromModule() 113 Local<Object> that = args.This(); in New() [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
| D | Dockerfile | 41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz 42 RUN cd /var/local \ 44 && cd /var/local/bison-2.6.4 \ 51 RUN mv composer.phar /usr/local/bin/composer 65 --prefix=/usr/local/php-5.5 \ 74 --prefix=/usr/local/php-5.5-zts \ 81 && cp phpunit /usr/local/php-5.5/bin \ 82 && mv phpunit /usr/local/php-5.5-zts/bin 93 --prefix=/usr/local/php-5.6 \ 102 --prefix=/usr/local/php-5.6-zts \ [all …]
|
| /third_party/ltp/testcases/kernel/controllers/freezer/ |
| D | libcgroup_freezer | 91 local rc=0 144 local cwd_result=$? 148 local umnt_result=$? 149 local rc=0 177 local save_result="${result}" 178 local save_pwd="$(pwd)" 238 local save_result="${result}" 239 local save_pwd="$(pwd)" 255 local file="$1" 256 local descr="$2" [all …]
|
| /third_party/icu/icu4c/source/test/iotest/ |
| D | Makefile.in | 46 -include Makefile.local 49 .PHONY : all all-local install install-local clean clean-local \ 50 distclean distclean-local dist dist-local check check-local xcheck \ 51 check-exhaustive check-exhaustive-local 57 all: all-local 58 install: install-local 59 clean: clean-local 60 distclean : distclean-local 61 dist: dist-local 62 check: all check-local [all …]
|
| /third_party/node/src/api/ |
| D | callback.cc | 13 using v8::Local; 20 Local<Object> object, in CallbackScope() 25 Local<Object> object, in CallbackScope() 48 Local<Object> object, in InternalCallbackScope() 67 Local<Context> current_context = isolate->GetCurrentContext(); in InternalCallbackScope() 135 Local<Context> context = env_->context(); in Close() 154 Local<Object> process = env_->process_object(); in Close() 158 Local<Function> tick_callback = env_->tick_callback_function(); in Close() 171 Local<Object> resource, in InternalMakeCallback() 172 Local<Object> recv, in InternalMakeCallback() [all …]
|