| /arkcompiler/toolchain/websocket/ |
| D | handshake_helper.cpp | 21 bool WebSocketKeyEncoder::EncodeKey(std::string_view key, unsigned char (&destination)[ENCODED_KEY_… in EncodeKey() 27 return EncodeKey(reinterpret_cast<unsigned char *>(buffer.data()), buffer.size(), destination); in EncodeKey() 32 unsigned char (&destination)[ENCODED_KEY_LEN + 1]) in EncodeKey() 39 return EncodeKey(buffer, bufferSize, destination); in EncodeKey() 44 unsigned char (&destination)[ENCODED_KEY_LEN + 1]) in EncodeKey() 50 int encodedBytes = EVP_EncodeBlock(destination, hash, SHA_DIGEST_LENGTH); in EncodeKey()
|
| D | handshake_helper.h | 36 static bool EncodeKey(std::string_view key, unsigned char (&destination)[ENCODED_KEY_LEN + 1]); 37 …static bool EncodeKey(const unsigned char(&key)[KEY_LENGTH + 1], unsigned char (&destination)[ENCO… 41 unsigned char (&destination)[ENCODED_KEY_LEN + 1]);
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 29 * it to the destination stack. if the destination stack reaches the limit, 31 * If stack limit is equal to zero, it means that the destination stack is unlimited. 62 * If the source stack is empty, we will swap it with destination stack 73 /// @brief Check that destination or source stack has at least one object. 75 /// @brief Returns the sum of destination and source stacks sizes. 94 * @brief Add new object into destination stack.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.h | 38 2) updates instruction's output location with its id (if an instruction has destination). 52 Merge action (2) updates destination (successor block's) location with data from 54 1) if source or destination has conflicting value then destination will have conflicting value; 55 2) if both values are unknown then destination value will remain unknown; 56 3) if either destination or source value is known (but not both values simultaneously) then 57 destination will either remain known or will be updated to known value; 58 4) if both source and destination values are known and holds result of the same instruction 59 then the destination remain known; 60 5) if both source and destination values are known but holds results of different instructions 61 then destination will be updated to conflicting value.
|
| /arkcompiler/runtime_core/ |
| D | ark_config.gni | 188 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT} 203 destination = "" 204 if (defined(invoker.destination)) { 205 destination = invoker.destination 207 destination = target_out_dir 217 output = "${destination}/${name}" 248 # * destination -- a directory for output files, default is ${target_out_dir} 267 destination = invoker.destination
|
| /arkcompiler/runtime_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 190 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT} 205 destination = "" 206 if (defined(invoker.destination)) { 207 destination = invoker.destination 209 destination = target_out_dir 219 output = "${destination}/${name}" 250 # * destination -- a directory for output files, default is ${target_out_dir} 269 destination = invoker.destination
|
| /arkcompiler/runtime_core/static_core/scripts/sdk/ |
| D | README.md | 5 ./build_sdk.sh /path/to/ohos/sdk /path/to/panda/sdk/destination 11 npm install /path/to/panda/sdk/destination/panda-sdk-1.0.0-devel.tgz 15 To determine destination registry for SDK NPM package add following lines to `~/.npmrc`:
|
| /arkcompiler/runtime_core/static_core/gn/ark/runtime_core/ |
| D | ark_config.gni | 196 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT} 211 destination = "" 212 if (defined(invoker.destination)) { 213 destination = invoker.destination 215 destination = target_out_dir 225 output = "${destination}/${name}" 256 # * destination -- a directory for output files, default is ${target_out_dir} 275 destination = invoker.destination
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | CMakeLists.txt | 77 DESTINATION ${GENERATED_DIR} 94 DESTINATION ${GENERATED_DIR} 102 DESTINATION ${GENERATED_DIR} 111 DESTINATION ${GENERATED_DIR} 120 DESTINATION ${GENERATED_DIR} 127 DESTINATION ${GENERATED_DIR}
|
| /arkcompiler/runtime_core/static_core/ |
| D | ark_config.gni | 222 # * destination -- a directory for output files, default is ${PANDA_BINARY_ROOT} 237 destination = "" 238 if (defined(invoker.destination)) { 239 destination = invoker.destination 241 destination = target_out_dir 251 output = "${destination}/${name}" 282 # * destination -- a directory for output files, default is ${target_out_dir} 301 destination = invoker.destination
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | README.md | 38 …| {dir1}, {dir2} | Substring that will be replaced with substitude-destination | 39 | --substitute-destination-str | {dir_target1}, {dir_target2} | Substring that will be plac… 42 …eters (source and destination str) number of strings should be equal and i-th string from source c…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 204 d: operand is a destination, operand is a source when 'd' is not specified 224 pseudo: pseudo destination - instruction doesn't actually write to the register 236 … If instrucion's type is float then size of source operands shall be equal to size of destination. 238 …type is integer then size of source operands shall be greater than or equal to size of destination. 252 no_dst: Instruction has no destination operand 253 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | RuntimeEntrypointsPostPlugins.cmake | 33 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include 45 DESTINATION ${PANDA_BINARY_ROOT}/runtime/include
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f32toi32.yaml | 121 …description: If converted integer is less than minimal value for destination type, the result is m… 149 …description: If converted integer is greater than maximum value for destination type, the result i… 180 … description: If source is positive infinity, the result is maximum value for destination type. 201 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32tou64.yaml | 112 …description: If converted integer is less than minimal value for destination type, the result is m… 138 …description: If converted integer is greater than maximum value for destination type, the result i… 164 … description: If source is positive infinity, the result is maximum value for destination type. 180 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32tou32.yaml | 100 …description: If converted integer is less than minimal value for destination type, the result is m… 123 …description: If converted integer is greater than maximum value for destination type, the result i… 146 … description: If source is positive infinity, the result is maximum value for destination type. 162 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f64tou64.yaml | 115 …description: If converted integer is less than minimal value for destination type, the result is m… 141 …description: If converted integer is greater than maximum value for destination type, the result i… 167 … description: If source is positive infinity, the result is maximum value for destination type. 183 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f64tou32.yaml | 112 …description: If converted integer is less than minimal value for destination type, the result is m… 135 …description: If converted integer is greater than maximum value for destination type, the result i… 158 … description: If source is positive infinity, the result is maximum value for destination type. 174 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32toi64.yaml | 118 …description: If converted integer is less than minimal value for destination type, the result is m… 141 …description: If converted integer is greater than maximum value for destination type, the result i… 164 … description: If source is positive infinity, the result is maximum value for destination type. 180 … description: If source is negative infinity, the result is minimal value for destination type.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | f64tou64.yaml | 116 …description: If converted integer is less than minimal value for destination type, the result is m… 142 …description: If converted integer is greater than maximum value for destination type, the result i… 168 … description: If source is positive infinity, the result is maximum value for destination type. 184 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32tou32.yaml | 101 …description: If converted integer is less than minimal value for destination type, the result is m… 124 …description: If converted integer is greater than maximum value for destination type, the result i… 147 … description: If source is positive infinity, the result is maximum value for destination type. 163 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32toi64.yaml | 119 …description: If converted integer is less than minimal value for destination type, the result is m… 142 …description: If converted integer is greater than maximum value for destination type, the result i… 165 … description: If source is positive infinity, the result is maximum value for destination type. 181 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f64tou32.yaml | 113 …description: If converted integer is less than minimal value for destination type, the result is m… 136 …description: If converted integer is greater than maximum value for destination type, the result i… 159 … description: If source is positive infinity, the result is maximum value for destination type. 175 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32toi32.yaml | 123 …description: If converted integer is less than minimal value for destination type, the result is m… 151 …description: If converted integer is greater than maximum value for destination type, the result i… 182 … description: If source is positive infinity, the result is maximum value for destination type. 203 … description: If source is negative infinity, the result is minimal value for destination type.
|
| D | f32tou64.yaml | 113 …description: If converted integer is less than minimal value for destination type, the result is m… 139 …description: If converted integer is greater than maximum value for destination type, the result i… 165 … description: If source is positive infinity, the result is maximum value for destination type. 181 … description: If source is negative infinity, the result is minimal value for destination type.
|