/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi.c | 126 here->value = opcode; in svga_shader_emit_opcode() 149 header.value = SVGA3D_PS_30; in svga_shader_emit_header() 152 header.value = SVGA3D_VS_30; in svga_shader_emit_header() 156 return svga_shader_emit_dword(emit, header.value); in svga_shader_emit_header()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 179 static int is_power_of_two(uint64_t value) in is_power_of_two() argument 181 return (value != 0) && ((value & (value - 1)) == 0); in is_power_of_two() 402 * Maximum value of p * r:
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 85 * - Verify the signature value. 214 p = attr->value.sequence->data; in ossl_ess_get_signing_cert() 215 return d2i_ESS_SIGNING_CERT(NULL, &p, attr->value.sequence->length); in ossl_ess_get_signing_cert() 227 p = attr->value.sequence->data; in ossl_ess_get_signing_cert_v2() 228 return d2i_ESS_SIGNING_CERT_V2(NULL, &p, attr->value.sequence->length); in ossl_ess_get_signing_cert_v2()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | packet.c | 209 /* Store the |value| of length |len| at location |data| */ 210 static int put_value(unsigned char *data, uint64_t value, size_t len) in put_value() argument 216 *data = (unsigned char)(value & 0xff); in put_value() 218 value >>= 8; in put_value() 221 /* Check whether we could fit the value in the assigned number of bytes */ in put_value() 222 if (value > 0) in put_value()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 590 const char *type, const char *value) in ossl_hmac_ctrl_str() 592 if (!value) { in ossl_hmac_ctrl_str() 596 void *p = (void *)value; in ossl_hmac_ctrl_str() 603 key = OPENSSL_hexstr2buf(value, &keylen); in ossl_hmac_ctrl_str() 589 ossl_hmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) ossl_hmac_ctrl_str() argument
|
/third_party/libabigail/include/ |
H A D | abg-suppression.h | 328 create_integer_boundary(int value); 339 uint64_t& value); 342 boundary_value_is_end(uint64_t value); 364 /// value. That integer value is usually a bit offset. 374 integer_boundary(uint64_t value); 381 /// call expression. The (integer) value of that expression is
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
H A D | fig.rs | 401 for value in data { in gen_args() 402 if let Some(help) = value.get_help() { in gen_args() 408 escape_string(value.get_name()), in gen_args() 428 escape_string(value.get_name()), in gen_args()
|
/third_party/python/Python/ |
H A D | thread_pthread.h | 44 * For macOS the value of THREAD_STACK_SIZE is determined in configure.ac 226 pthread_create() requires a void* return value. */ 421 * codes in the return value of the sem_ calls (like the pthread_ functions). 831 return -1; /* never return valid key value. */ in PyThread_create_key() 852 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() argument 855 int fail = pthread_setspecific(key, value); in PyThread_set_key_value() 911 /* pthread has not provided the defined invalid value for the key. */ in PyThread_tss_delete() 916 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() argument 919 int fail = pthread_setspecific(key->_key, value); in PyThread_tss_set()
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 358 for value in filter(lambda node: isinstance(node, ast.FormattedValue), 361 ast.walk(value)): 403 if isinstance(arg.value, str): 404 self.__addentry(arg.value, lineno) 587 usage(1, _('Invalid value for --style: %s') % arg)
|
/third_party/python/Tools/scripts/ |
H A D | stable_abi.py | 98 if field.name in {'name', 'value', 'kind'}: 100 value = getattr(item, field.name) 101 if value == field.default: 103 elif value is True: 105 elif value: 106 yield f" {field.name} = {value!r}" 299 for name, value in WINDOWS_FEATURE_MACROS.items(): 300 if value != 'maybe': 302 self.assertEqual(feature_macros[name], value) 514 "-DPy_LIMITED_API" to the correct value fo [all...] |
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | TextFormatTest.java | 215 final Object value = NestedMessage.newBuilder().setBb(42).build(); in testPrintField() 219 TextFormat.printFieldToString(optionalField, value)); in testPrintField() 487 private void assertPrintFieldValue(String expect, Object value, in assertPrintFieldValue() argument 493 value, sb); in assertPrintFieldValue()
|
/third_party/python/Include/ |
H A D | abstract.h | 38 Returns the attribute value on success, or NULL on failure. 58 Returns the attribute value on success, or NULL on failure. 67 Set the value of the attribute named attr_name, for object 'o', 68 to the value 'v'. Raise an exception and return -1 on failure; return 0 on 78 Set the value of the attribute named attr_name, for object 'o', to the value 292 /* Map the object 'key' to the value 'v' into 'o'. 390 returning the next value. 400 /* Takes generator, coroutine or iterator object and sends the value into it. 403 'result' parameter is filled with return value [all...] |
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 59 buf.value = init 243 return "%s(%s)" % (self.__class__.__name__, c_void_p.from_buffer(self).value) 259 return "%s(%s)" % (self.__class__.__name__, c_void_p.from_buffer(self).value) 294 buf.value = init
|
/third_party/python/Lib/ |
H A D | _strptime.py | 36 f_month -- full month names (13-item list; dummy value in [0], which 38 a_month -- abbreviated month names (13-item list, dummy value in 223 prevents the possibility of a match occurring for a value that also 224 a substring of a larger value that should have matched (e.g., 'abc' 229 for value in to_convert: 230 if value != '': 378 #value in the range of [00, 68] is in the century 2000, while 472 # Since -1 is default value only need to worry about setting tz if 475 for value, tz_values in enumerate(locale_time.timezone): 484 tz = value [all...] |
/third_party/python/Lib/test/ |
H A D | test_cgi.py | 114 result[k] = isinstance(v, list) and form.getlist(k) or v.value 287 expect = [{'name':'id', 'filename':None, 'value':'1234'}, 288 {'name':'title', 'filename':None, 'value':''}, 289 {'name':'file', 'filename':'test.txt', 'value':b'Testing 123.\n'}, 290 {'name':'submit', 'filename':None, 'value':' Add '}] 306 expect = [{'name':'id', 'filename':None, 'value':'1234'}, 307 {'name':'title', 'filename':None, 'value':''}, 308 {'name':'file', 'filename':'test.txt', 'value':b'Testing 123.\n'}, 309 {'name':'submit', 'filename':None, 'value':' Add '}] 324 expect = [{'name':'id', 'filename':None, 'value' [all...] |
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 675 def __setitem__(self, envvar, value): 676 # Remember the initial value on the first access 679 self._environ[envvar] = value 682 # Remember the initial value on the first access 697 def set(self, envvar, value): 698 self[envvar] = value
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 590 const char *type, const char *value) in ossl_hmac_ctrl_str() 592 if (!value) { in ossl_hmac_ctrl_str() 596 void *p = (void *)value; in ossl_hmac_ctrl_str() 603 key = OPENSSL_hexstr2buf(value, &keylen); in ossl_hmac_ctrl_str() 589 ossl_hmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) ossl_hmac_ctrl_str() argument
|
/third_party/openssl/crypto/ |
H A D | packet.c | 209 /* Store the |value| of length |len| at location |data| */ 210 static int put_value(unsigned char *data, uint64_t value, size_t len) in put_value() argument 216 *data = (unsigned char)(value & 0xff); in put_value() 218 value >>= 8; in put_value() 221 /* Check whether we could fit the value in the assigned number of bytes */ in put_value() 222 if (value > 0) in put_value()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 112 // Verify padding bytes have a known value. 113 bool checkPaddingBytes (deUint8 value) const in checkPaddingBytes() 119 if (subA[j].padding[i] != value) in checkPaddingBytes() 124 if (subB[j].padding[i] != value) in checkPaddingBytes() 129 if (subC[j].padding[i] != value) in checkPaddingBytes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateMiscTests.cpp | 113 void verifyValueInRange (uint32_t value, uint32_t minValue, uint32_t maxValue, const char* valueDesc) in verifyValueInRange() argument 115 if (value < minValue || value > maxValue) in verifyValueInRange() 118 msg << "Unexpected value found for " << valueDesc << ": " << value << " not in range [" << minValue << ", " << maxValue << "]"; in verifyValueInRange() 411 // The first result is run without sample shading enabled, so it can have any value from 1 to 4 invocations per pixel. in sampleShadingWithDynamicSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelPadding.cpp | 112 // Verify padding bytes have a known value. 113 bool checkPaddingBytes (deUint8 value) const in checkPaddingBytes() 119 if (subA[j].padding[i] != value) in checkPaddingBytes() 124 if (subB[j].padding[i] != value) in checkPaddingBytes() 129 if (subC[j].padding[i] != value) in checkPaddingBytes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 368 int FunctionsGLX::getFBConfigAttrib(glx::FBConfig config, int attribute, int *value) const in getFBConfigAttrib() 371 return mFnPtrs->getFBConfigAttribPtr(mXDisplay, cfg, attribute, value); in getFBConfigAttrib() 398 void FunctionsGLX::queryDrawable(glx::Drawable drawable, int attribute, unsigned int *value) const in queryDrawable() 400 mFnPtrs->queryDrawablePtr(mXDisplay, drawable, attribute, value); in queryDrawable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.h | 60 egl::Error querySurfacePointerANGLE(EGLint attribute, void **value) override; 194 egl::Error querySurfacePointerANGLE(EGLint attribute, void **value) override; 215 egl::Error getUserWidth(const egl::Display *display, EGLint *value) const override; 216 egl::Error getUserHeight(const egl::Display *display, EGLint *value) const override;
|
/third_party/skia/src/core/ |
H A D | SkBlockAllocator.h | 105 void setMetadata(int value) { fMetadata = value; } in setMetadata() argument 110 * request could occupy the space. Regardless of return value, the provided byte range that 157 SkDEBUGCODE(int fSentinel;) // known value to check for bad back pointers to blocks 236 * The returned value represents what could be allocated before a heap block is be created. 243 * Get the current value of the allocator-level metadata (a user-oriented slot). This is 250 * Set the current value of the allocator-level metadata. 252 void setMetadata(int value) { fHead.fAllocatorMetadata = value; } in setMetadata() argument 433 // given alignment and padding bytes. Also represents maximum valid fCursor value i [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 102 // operations for a given T mutually exclusive, rather than only the ones on the value pointed to 106 static T atomicMin(T *ptr, T value) 112 *ptr = std::min(origValue, value); 116 static T atomicMax(T *ptr, T value) 122 *ptr = std::max(origValue, value);
|