Home
last modified time | relevance | path

Searched refs:value (Results 14526 - 14550 of 31723) sorted by relevance

1...<<581582583584585586587588589590>>...1269

/third_party/node/deps/icu-small/source/common/
H A Dbytestrieiterator.cpp122 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 Ducharstrieiterator.cpp121 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 Dnumber_usageprefs.cpp93 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 DmediaType.js70 // 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 Dcreate.js5 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 Dtest-blend.c39 #define RGBA(key, value) \
40 .rgb_ ## key = value, \
41 .alpha_ ## key = value
/third_party/mesa3d/src/util/
H A Dos_misc.c140 * 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 Dprocessed-feedback.h198 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 Dpoly1305-mips.S122 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 Dpoly1305-mips.S122 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 Dbuiltins-intl-gen.cc92 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 Dbuiltins-array-gen.h54 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 Dapi-arguments.h59 // 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 Dpacket.cc77 // 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 Dpreparse-data-impl.h96 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 Dunicode.h42 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 Dbi_scoreboard.c121 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 Dblob_test.cpp66 // 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 Dsfn_instrfactory.cpp146 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 Dtasn_utl.c26 * 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 Dp12_add.c31 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 Dcms_rsa.c89 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 Dredemo.py40 value="first",
47 value="all",
85 val = getattr(re, name).value
/third_party/python/Lib/multiprocessing/
H A Dspawn.py72 name, value = arg.split('=')
73 if value == 'None':
76 kwds[name] = int(value)
/third_party/pulseaudio/src/modules/
H A Dmodule-mmkbd-evdev.c87 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()

Completed in 25 milliseconds

1...<<581582583584585586587588589590>>...1269