/third_party/node/deps/v8/src/compiler/ |
H A D | representation-change.h | 166 // need the signedness information to produce the correct value. 392 Node* MakeTruncatedInt32Constant(double value);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | interface-descriptors-inl.h | 99 "DerivedDescriptor subclass should override return count with a value " in GetReturnCount() 112 "value that is greater than 0"); in GetParameterCount() 159 detail::IsRegisterArray<decltype(DerivedDescriptor::registers())>::value, in GetRegisterParameterCount()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 284 F(value, "value")
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array.cc | 36 double relative = HeapNumber::cast(*num).value(); in CapRelativeIndex() 289 // Set a negative value (-1) for returning -1 if num is negative and in BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration-inl.h | 33 return KindBits::decode(smi_handler.value()); in GetHandlerKind()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 237 return smi.value(); in GetRelativeJumpTargetOffset()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.cc | 50 STATIC_ASSERT(std::is_trivial<T>::value); in VectorToByteArray()
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message-handler.cc | 53 return ParseJson(content).value; in ReadMessage()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | ppir.h | 283 union fi value[4]; member
|
H A D | lower.c | 436 zero->constant.value[0].f = 0; in ppir_lower_branch()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_nopfuncs.c | 264 nop_glPatchParameteri(GLenum pname, GLint value) in nop_glPatchParameteri() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 211 * because if utflen==1 its value will be correct anyway in do_buf() 281 t.value.ptr = (char *)str; in do_dump()
|
H A D | tasn_enc.c | 289 * Work out inner tag value: if EXPLICIT or no tagging use underlying in asn1_template_ex_i2d() 556 /* If ANY set type and pointer to value */ in asn1_ex_i2c() 561 pval = (const ASN1_VALUE **)&typ->value.asn1_value; /* actually is const */ in asn1_ex_i2c() 585 * Default handling if value == size field then omit in asn1_ex_i2c()
|
H A D | tasn_prn.c | 461 fld = (const ASN1_VALUE **)&atype->value.asn1_value; /* actually is const */ in asn1_primitive_print()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_att.c | 357 * least one value but some types use and zero length SET and require in X509_ATTRIBUTE_set1_data() 410 return ttmp->value.ptr; in X509_ATTRIBUTE_get0_data()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_pwri.c | 151 value.sequence)) in CMS_add0_recipient_password() 212 * Do a decrypt of last decrypted block to set IV to correct value in kek_unwrap_key() 221 /* Reset IV to original value */ in kek_unwrap_key() 232 /* Invalid length value */ in kek_unwrap_key()
|
/third_party/node/deps/undici/src/lib/cache/ |
H A D | cache.js | 223 message: 'invalid vary field value' 353 message: 'Got * vary field value' 778 // a different value than the other, return false 790 value: 'Cache',
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.c | 514 int sem_init(UV_PLATFORM_SEM_T* semid, int pshared, unsigned int value) { in sem_init() argument
|
/third_party/libcoap/src/ |
H A D | coap_option.c | 61 /* Handle two-byte value: First, the MSB + 269 is stored as delta value. in coap_opt_parse() 85 /* Handle two-byte value: First, the MSB + 269 is stored as delta value. in coap_opt_parse() 102 /* opt now points to value, if present */ in coap_opt_parse() 104 result->value = opt; in coap_opt_parse()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FormatSpec.java | 21 import com.google.auto.value.AutoValue; 89 * dialling" range, and the derived XML element "intlFormat" will contain the value "NA". 489 * calculated prefix is just "$FG" then nothing is returned (since that's a no-op value).
|
H A D | RangesTableSchema.java | 104 /** Default value not permitted in real data. */ 168 /** The value in the "TIMEZONE" column, which is effectively a list of timezone strings. */ 191 * not optional for dialling, then no value should be set here. 257 * the CSV regions multi-value. This allows region codes to be serialize in a single column (which 299 // multi-value of region codes. If the column is in the group, it must hold in toCsv() 302 if (a.value().map(((Column<Boolean>) a.column())::cast).orElse(Boolean.FALSE)) { in toCsv()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableTest.java | 68 private static final String NEW_LINE = LINE_SEPARATOR.value();
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | __main__.py | 53 (lambda v: (v.kind.value, v.filename or '', v.name)), 183 print(f'{data.kind.value} {name!r} failed ({failure})')
|
/third_party/python/Lib/idlelib/ |
H A D | query.py | 8 The 'return value' is .result set to either a valid answer or None. 47 text0 - initial value for entry 360 self.restartvar = BooleanVar(self, value=True)
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 647 def __exit__(self, type, value, traceback):
|