/third_party/node/deps/icu-small/source/common/ |
H A D | bytestrieiterator.cpp | 122 return true; // Reached a final value. in next() 136 // Deliver value for the byte sequence so far. in next() 155 return true; // Reached a final value. in next() 179 value_=-1; // no real value for str in truncateAndStop() 195 // List of key-value pairs where values are either final values or jump deltas. in branchNext() 196 // Read the first (key, value) pair. in branchNext() 200 int32_t value=readValue(pos, node>>1); in branchNext() local 207 value_=value; in branchNext() 210 return pos+value; in branchNext()
|
H A D | ucharstrieiterator.cpp | 121 return true; // Reached a final value. in next() 140 // Deliver value for the string so far. in next() 150 // We cannot skip the value right here because it shares its in next() 169 return true; // Reached a final value. in next() 196 // List of key-value pairs where values are either final values or jump deltas. in branchNext() 197 // Read the first (key, value) pair. in branchNext() 201 int32_t value=readValue(pos, node&=0x7fff); in branchNext() local 208 value_=value; in branchNext() 211 return pos+value; in branchNext()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_usageprefs.cpp | 93 void StringProp::set(StringPiece value) { in set() argument 98 fLength = value.length(); in set() 106 uprv_strncpy(fValue, value.data(), fLength); in set()
|
/third_party/node/deps/npm/node_modules/negotiator/lib/ |
H A D | mediaType.js | 70 // get the value, unwrapping quotes 71 var value = val && val[0] === '"' && val[val.length - 1] === '"' 76 q = parseFloat(value); 81 params[key] = value; 229 * Split a key value pair.
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | create.js | 5 value: true 60 value: '', 62 }); // Append an empty value to make cleanup easier 82 lines = current.lines || current.value.replace(/\n$/, '').split('\n');
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 39 #define RGBA(key, value) \ 40 .rgb_ ## key = value, \ 41 .alpha_ ## key = value
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 140 * Get an option value from android's property system, as a fallback to 158 * property value into a user allocated buffer, we cannot return 176 char value[PROPERTY_VALUE_MAX]; in os_get_android_option() local 192 int len = property_get(key, value, NULL); in os_get_android_option() 194 opt = ralloc_strdup(options_tbl, value); in os_get_android_option()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | processed-feedback.h | 198 explicit SingleValueFeedback(T value, FeedbackSlotKind slot_kind) in SingleValueFeedback() argument 199 : ProcessedFeedback(K, slot_kind), value_(value) { in SingleValueFeedback() 209 T value() const { return value_; } in value() function in v8::internal::compiler::SingleValueFeedback
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/ |
H A D | poly1305-mips.S | 122 ld $12,0($4) # load hash value 245 sd $12,0($4) # store hash value 297 dsrl $10,$8,8 # write mac value
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-mips.S | 122 ld $12,0($4) # load hash value 245 sd $12,0($4) # store hash value 297 dsrl $10,$8,8 # write mac value
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl-gen.cc | 92 var_cursor.value(), lower); in TF_BUILTIN() 95 Word32Or(Word32NotEqual(c, lower), var_did_change.value()); in TF_BUILTIN() 104 GotoIfNot(var_did_change.value(), &return_string); in TF_BUILTIN() 155 // 1. Let lf be this value. in ListFormatCommon()
|
H A D | builtins-array-gen.h | 54 TNode<UintPtrT> k() { return k_.value(); } in k() 55 TNode<Object> a() { return a_.value(); } in a() 57 void ReturnFromBuiltin(TNode<Object> value);
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments.h | 59 // Note: Calling args.Call() sets the return value on args. For multiple 89 Handle<Object> value); 102 Handle<Object> value); 120 uint32_t index, Handle<Object> value); 138 * New style callbacks always use the return value. 176 * New style callbacks always use the return value.
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | packet.cc | 77 // For example the value 0x00001234 is formatted as "1234". in AddNumberSep() 82 // So if we have the value 0x00001234, we store 4, then 3, 2, 1. in AddNumberSep() 158 // Set the value; in GetNumberSep() 174 // Check for RLE X*N, where X is the value, N is the reps. in GetRawChar() 187 // number of reps is encoded as the ASCII value beyond 28 in GetRawChar() 221 bool Packet::GetWord8(uint8_t* value) { in GetWord8() argument 222 DCHECK(value); in GetWord8() 229 return HexToUInt8(seq, value); in GetWord8() 333 // If there is a sequence, send as two nibble 8bit value + ':' in GetPacketData() 352 // Send XSUM as two nibble 8bit value preceede in GetPacketData() [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data-impl.h | 96 int32_t value = 0; in ReadVarint32() local 101 value |= static_cast<int32_t>(byte & 0x7F) << shift; in ReadVarint32() 107 return value; in ReadVarint32()
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode.h | 42 inline CacheEntry(uchar code_point, bool value) in CacheEntry() argument 45 ValueField::encode(value)) { in CacheEntry() 51 bool value() const { return ValueField::decode(bit_field_); } in value() function in unibrow::Predicate::CacheEntry 64 // A cache used in case conversion. It caches the value for characters
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_scoreboard.c | 121 unsigned reg = I->src[s].value; in bi_read_mask() 144 unsigned reg = I->dest[d].value; in bi_write_mask() 159 unsigned reg = I->src[0].value; in bi_write_mask()
|
/third_party/mesa3d/src/util/tests/ |
H A D | blob_test.cpp | 66 // Test blob by writing one of every possible kind of value. in TEST() 94 // Now read each value and verify. in TEST() 134 // First, write an intptr value to the blob and capture that size. This is in TEST() 146 // 3. Write an intptr_t value in TEST() 183 uint32_t value = 0xdeadbeef; in TEST() local 187 blob_write_uint32(&blob, value); in TEST() 191 EXPECT_EQ(value, blob_read_uint32(&reader)) << "read before overrun"; in TEST()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instrfactory.cpp | 146 auto src0 = m_value_factory.literal(literal->value[i].u64 & 0xffffffff); in load_const() 150 auto src1 = m_value_factory.literal((literal->value[i].u64 >> 32) & 0xffffffff); in load_const() 157 uint32_t v = literal->value[i].i32; in load_const()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 26 * Given an ASN1_ITEM CHOICE type return the selector value 45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value. 48 int ossl_asn1_set_choice_selector(ASN1_VALUE **pval, int value, in ossl_asn1_set_choice_selector() argument 55 *sel = value; in ossl_asn1_set_choice_selector() 60 * Do atomic reference counting. The value 'op' decides what to do. 63 * If |op| is -1, count is decremented and the return value is the current 250 * might be a legitimate value in the table in ossl_asn1_do_adb() 257 /* Let application callback translate value */ in ossl_asn1_do_adb() 271 if (atbl->value in ossl_asn1_do_adb() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_add.c | 31 if (!ASN1_item_pack(obj, it, &bag->value.octet)) { in PKCS12_item_pack_safebag() 39 safebag->value.bag = bag; in PKCS12_item_pack_safebag() 176 return PKCS8_decrypt_ex(bag->value.shkeybag, pass, passlen, ctx, propq); in PKCS12_decrypt_skey_ex()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_rsa.c | 89 label = plab->parameter->value.octet_string->data; in rsa_cms_decrypt() 91 plab->parameter->value.octet_string->data = NULL; in rsa_cms_decrypt() 92 labellen = plab->parameter->value.octet_string->length; in rsa_cms_decrypt()
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 40 value="first", 47 value="all", 85 val = getattr(re, name).value
|
/third_party/python/Lib/multiprocessing/ |
H A D | spawn.py | 72 name, value = arg.split('=') 73 if value == 'None': 76 kwds[name] = int(value)
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 87 if (ev.type == EV_KEY && (ev.value == 1 || ev.value == 2)) { in io_callback() 95 pa_log_debug("Key code=%u, value=%u", ev.code, ev.value); in io_callback()
|