/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ocsp.h | 42 * -- value 7 is not used 408 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, 419 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit, 433 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, 447 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ocsp.h | 42 * -- value 7 is not used 408 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, 419 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit, 433 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, 447 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | ocsp.h | 42 * -- value 7 is not used 408 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, 419 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit, 433 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, 447 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 600 int uv_recv_buffer_size(uv_handle_t* handle, int* value) { in uv_recv_buffer_size() argument 601 return uv__socket_sockopt(handle, SO_RCVBUF, value); in uv_recv_buffer_size() 604 int uv_send_buffer_size(uv_handle_t* handle, int *value) { in uv_send_buffer_size() argument 605 return uv__socket_sockopt(handle, SO_SNDBUF, value); in uv_send_buffer_size() 928 * retrieving this value. in uv__metrics_update_idle_time()
|
/third_party/python/Lib/test/ |
H A D | test_bdb.py | 21 that case the next 'event' may be 'None' by convention, its value 429 def __exit__(self, type_=None, value=None, traceback=None): 441 if isinstance(value, BaseException) and value.args: 442 err_msg = value.args[0]
|
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 72 SPKERNEL 2,1 ; leave slot for "return value" 77 MV A19,RET ; return value 98 SPKERNEL 2,1 ; leave slot for "return value" 103 MV A19,RET ; return value
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 40 * The maximum length we can grow a value to after variable expansion. 64k 192 /* Parse a boolean value and fill in *flag. Return 0 on error. */ 405 /* Pragma values take the form keyword:value */ in def_load_bio() 544 v->value = NULL; in def_load_bio() 549 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio() 608 OPENSSL_free(v->value); in def_load_bio() 1003 BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value); in dump_value_doall_arg()
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 665 void GL_APIENTRY glSampleCoverage(GLfloat value, GLboolean invert) in glSampleCoverage() argument 667 return GL_SampleCoverage(value, invert); in glSampleCoverage() 670 void GL_APIENTRY glSampleCoveragex(GLclampx value, GLboolean invert) in glSampleCoveragex() argument 672 return GL_SampleCoveragex(value, invert); in glSampleCoveragex()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.hpp | 166 void (GL_APIENTRY *glSampleCoverage)(GLclampf value, GLboolean invert); 202 void (GL_APIENTRY *glUniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 203 void (GL_APIENTRY *glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 204 void (GL_APIENTRY *glUniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Optimizer.cpp | 65 void insert(Ice::Operand *value, Ice::Inst *instruction); 392 // we must also know whether all loads have been replaced by the store value. in optimizeSingleBasicBlockLoadsStores() 830 void Optimizer::Uses::insert(Ice::Operand *value, Ice::Inst *instruction) in insert() argument 836 if(value == instruction->getLoadAddress()) in insert() 843 if(value == instruction->getStoreAddress()) in insert()
|
/third_party/openssl/engines/ |
H A D | e_dasync.c | 127 const char *value); 1002 const char *value) in dasync_rsa_ctrl_str() 1005 const char *value); in dasync_rsa_ctrl_str() 1009 return pctrl_str(ctx, type, value); in dasync_rsa_ctrl_str() 1001 dasync_rsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) dasync_rsa_ctrl_str() argument
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 147 // If the enum value name would start with a sigit, prepend the enum name. 158 // Format value as mask or value 242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 254 entry["Values"][name] = enumRow.value; in TPrinter() 273 // Return a list of values sorted by enum value. The std::vector 274 // returned by value is okay in c++11 due to move semantics. 326 // Format value definitions in language specific way 525 if (seenValues.find(inst.value) != seenValues.end()) { 528 seenValues.insert(inst.value); [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis.cpp | 28 // value, such as a load. 203 int64_t value = 0; in AnalyzeConstant() local 218 value = int_constant->GetS32BitValue(); in AnalyzeConstant() 220 value = int_constant->GetU32BitValue(); in AnalyzeConstant() 223 return CreateConstant(value); in AnalyzeConstant() 250 // The phi should only have two incoming value pairs. in AnalyzePhiInstruction() 306 // If the value is coming from the preheader block then the value is the in AnalyzePhiInstruction() 307 // initial value of the phi. in AnalyzePhiInstruction() 530 // If we're dealing with a value unknow in operator ==() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 147 // If the enum value name would start with a sigit, prepend the enum name. 158 // Format value as mask or value 242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter() 254 entry["Values"][name] = enumRow.value; in TPrinter() 273 // Return a list of values sorted by enum value. The std::vector 274 // returned by value is okay in c++11 due to move semantics. 326 // Format value definitions in language specific way 525 if (seenValues.find(inst.value) != seenValues.end()) { 528 seenValues.insert(inst.value); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis.cpp | 28 // value, such as a load. 203 int64_t value = 0; in AnalyzeConstant() local 218 value = int_constant->GetS32BitValue(); in AnalyzeConstant() 220 value = int_constant->GetU32BitValue(); in AnalyzeConstant() 223 return CreateConstant(value); in AnalyzeConstant() 250 // The phi should only have two incoming value pairs. in AnalyzePhiInstruction() 306 // If the value is coming from the preheader block then the value is the in AnalyzePhiInstruction() 307 // initial value of the phi. in AnalyzePhiInstruction() 530 // If we're dealing with a value unknow in operator ==() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngunknown.c | 151 # define voidcast(type, value) static_cast<type>(value) 153 # define voidcast(type, value) (value) 403 int keep; /* the default value */
|
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_genc.cpp | 554 /* write the value, possibly with comma and newline */ in write32() 589 uint8_t value = ptrIdx[i]; in write32() local 590 if (value || seenNonZero) { in write32() 591 *(s++)=hexToStr[value>>4]; in write32() 592 *(s++)=hexToStr[value&0xF]; in write32() 611 /* convert the byte value to a string */ in write8() 623 /* write the value, possibly with comma and newline */ in write8() 648 /* write the value, possibly with comma and newline */ in write8str() 863 * The number of bits is implicit with the Machine value. in getArchitecture()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter ... |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 820 // Iterate over every constant subexpression in the value. 833 // We don't need range checks for floats or booleans; any matched-type value is acceptable. 837 bool Type::checkForOutOfRangeLiteral(const Context& context, double value, int line) const { 840 if (value < this->minimumValue() || value > this->maximumValue()) { 841 // We found a value that can't fit in the type. Flag it as an error. 844 "': " + to_string((SKSL_INT)value));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 104 /// but has a known implicit (deterministic) value: 0 for the significands, 0 299 /// \brief A static helper to produce a copy of an APFloat value with its sign 339 /// Write out a hexadecimal representation of the floating point value to DST, 348 /// IEEE-754R isSignMinus: Returns true if and only if the current value is 354 /// IEEE-754R isNormal: Returns true if and only if the current value is normal. 356 /// This implies that the current value of the float is not zero, subnormal, 360 /// Returns true if and only if the current value is zero, subnormal, or 363 /// This means that the value is not infinite or NaN. 410 /// \brief Overload to compute a hash code for an APFloat value. 415 /// they equal or not? This hash value implementatio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Error.h | 92 /// represented by a null pointer value. 112 /// A success value *can not* be dropped. For example, just calling 'foo(<...>)' 113 /// without testing the return value will raise a runtime error, even if foo 166 /// Create a success value. Prefer using 'Error::success()' for readability 173 /// Create a success value. 179 /// Move-construct an error value. The newly constructed error is considered 181 /// becomes a checked Success value, regardless of its original state. 187 /// Create an error value. Prefer using the 'make_error' function, but 197 /// Move-assign an error value. The current error must represent success, you 199 /// considered unchecked. The source error becomes a checked success value, [all...] |