/third_party/json/docs/docset/ |
H A D | docSet.sql | 123 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::value', 'Method', 'api/basic_json/value/index.html'); 175 INSERT INTO searchIndex(name, type, path) VALUES ('Element Access: Access with default value: value', 'Guide', 'features/element_access/default_value/index.html');
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 33 uint64_t value; member 355 /* Occulusion and timestamp queries write one integer value */ in get_result_count() 453 /* Writes a query value to a buffer from the CPU. */ 457 uint64_t value, in write_query_value_cpu() 461 *(uint64_t*)(base + (offset * sizeof(uint64_t))) = value; in write_query_value_cpu() 463 *(uint32_t*)(base + (offset * sizeof(uint32_t))) = value; in write_query_value_cpu() 529 * intermediate result value between zero and the final result in get_query_pool_results() 530 * value is written to pData for that query. in get_query_pool_results() 541 * integer value written for each query is non-zero if the query’s in get_query_pool_results() 583 /* Copies a query value fro 455 write_query_value_cpu(char* base, uint32_t offset, uint64_t value, VkQueryResultFlags flags) write_query_value_cpu() argument [all...] |
/third_party/littlefs/runners/ |
H A D | test_runner.c | 1062 intmax_t value = TEST_DEFINE(d); in list_defines_add() local 1067 // value already in values? in list_defines_add() 1069 if (defines->defines[i].values[j] == value) { in list_defines_add() 1078 &defines->defines[i].value_capacity) = value; in list_defines_add() 1092 define->values[0] = value; in list_defines_add() 2154 // parse into string key/intmax_t value, cannibalizing the in main() 2222 // single value = stop only in main() 2246 // single value in main() 2596 // single value = stop only in main()
|
H A D | bench_runner.c | 1029 intmax_t value = BENCH_DEFINE(d); in list_defines_add() local 1034 // value already in values? in list_defines_add() 1036 if (defines->defines[i].values[j] == value) { in list_defines_add() 1045 &defines->defines[i].value_capacity) = value; in list_defines_add() 1059 define->values[0] = value; in list_defines_add() 1585 // parse into string key/intmax_t value, cannibalizing the in main() 1653 // single value = stop only in main() 1677 // single value in main() 1891 // single value = stop only in main()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 799 const void *value, in tegra_clear_buffer() 806 value, value_size); in tegra_clear_buffer() 1112 unsigned int index, float *value) in tegra_get_sample_position() 1116 context->gpu->get_sample_position(context->gpu, count, index, value); in tegra_get_sample_position() 795 tegra_clear_buffer(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned int offset, unsigned int size, const void *value, int value_size) tegra_clear_buffer() argument 1111 tegra_get_sample_position(struct pipe_context *pcontext, unsigned int count, unsigned int index, float *value) tegra_get_sample_position() argument
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 258 bool SecureContext::HasInstance(Environment* env, const Local<Value>& value) { in HasInstance() argument 259 return GetConstructorTemplate(env)->HasInstance(value); in HasInstance() 308 #define SET_INTEGER_CONSTANTS(name, value) \ in GetConstructorTemplate() 310 Integer::NewFromUnsigned(isolate, value)); in GetConstructorTemplate() 824 // works). If the user actually sets a value (like "no-such-cipher"), then in SetCiphers() 857 // value will be interpreted as custom DH parameters below. in SetDHParam()
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 250 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() 253 int value; 265 value &= (1L << bits) - 1; 266 state->hold += (unsigned)value << state->bits; 616 update the check value, and determine whether any progress has been made 1261 Return from inflate(), updating the total counts and the check value. 1267 /* We write a defined value in the unused space to help mark 1270 * that the data is over when the buffer has a zero/null value). 1394 return value is how many bytes were read including the last byte of the 1396 yet and the return value i [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 218 * its value will never be used. 333 /* Avoid use of uninitialized value, see: 356 * sym_buf value to read moves forward three bytes. From that symbol, up to 593 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() 596 int value; 610 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); 613 value >>= put; 692 * value for 15 and 8 only works for those exact settings. 695 * the value returned is a conservative worst case for the maximum expansion 764 * Put a short in the pending buffer. The 16-bit value i [all...] |
H A D | inflate.c | 249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() 252 int value; 264 value &= (1L << bits) - 1; 265 state->hold += (unsigned)value << state->bits; 605 update the check value, and determine whether any progress has been made 1251 Return from inflate(), updating the total counts and the check value. 1374 return value is how many bytes were read including the last byte of the 1376 yet and the return value is len. In the latter case, syncsearch() can be 1443 state->wrap &= ~4; /* no point in computing a check value now */
|
/third_party/node/src/ |
H A D | node_messaging.cc | 45 // Hack to have WriteHostObject inform ReadHostObject that the value 367 // Make sure we have not started serializing the value itself yet. in AddHostObject() 1257 Local<Value> value; in NestedTransferables() local 1258 if (!list->Get(context, i).ToLocal(&value)) in NestedTransferables() 1260 if (env()->base_object_ctor_template()->HasInstance(value)) in NestedTransferables() 1261 ret.emplace_back(Unwrap<BaseObject>(value)); in NestedTransferables() 1268 // Call `this[kDeserialize](data)` where `data` comes from the return value in FinalizeTransferRead()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locid.cpp | 18 * 04/02/97 aliu Made operator!= inline; fixed return value 76 * strings beyond this value crash in CharString 1071 // store value in variants only once 1738 CharString value; 1739 CharStringByteSink valueSink(&value); 1747 if (replaceSubdivision(value.toStringPiece(), replacement, status)) { 1753 if (replaceTransformedExtensions(value, replacement, status)) { 1781 // The replaced value then will be put into out. 2235 * Return the LCID value as specified in the "LocaleID" resource for this
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_draw.c | 206 nir_ssa_def *value, unsigned ncomps) in store_global() 208 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1); in store_global() 223 unsigned offset, nir_ssa_def *value, unsigned size) in set_draw_ctx_data() 228 value, 1); in set_draw_ctx_data() 205 store_global(nir_builder *b, nir_ssa_def *addr, nir_ssa_def *value, unsigned ncomps) store_global() argument 222 set_draw_ctx_data(struct indirect_draw_shader_builder *builder, unsigned offset, nir_ssa_def *value, unsigned size) set_draw_ctx_data() argument
|
/third_party/littlefs/scripts/ |
H A D | plot.py | 1419 help="Only include results where this field is this value. May include " 1531 def parse(value): 1538 return subparser.parse_intermixed_args(shlex.split(value or "")) 1539 def __call__(self, parser, namespace, value, option): 1544 self.__class__.parse(value)))
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 96 V8_INLINE explicit Operand(Smi value); 144 // The value returned is only valid as long as no entries are added to the 194 // offset is any signed 32-bit value; offset is first loaded to a scratch 542 // Saturate an optionally shifted signed value to an unsigned range. 960 void vceq(NeonSize size, QwNeonRegister dst, QwNeonRegister src, int value); 967 void vclt(NeonSize size, QwNeonRegister dst, QwNeonRegister src, int value); 1265 // Each relocation is encoded as a variable size value 1346 intptr_t value);
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.cc | 1515 optional_cppgc_event.value(); in ReportFullCycleToRecorder() 1636 DCHECK_NE(-1, cppgc_event.value().duration_us); in ReportIncrementalMarkingStepToRecorder() 1638 .cpp_wall_clock_duration_in_us = cppgc_event.value().duration_us; in ReportIncrementalMarkingStepToRecorder() 1688 optional_cppgc_event.value(); in ReportYoungCycleToRecorder()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 36 static Handle<String> ToString(Handle<Object> value); 77 // captured positions. On a failure, the result is the null value. 99 static void SetIrregexpMaxRegisterCount(FixedArray re, int value); 437 // strategy is not in use, this value is always false. in EnsureCompiledIrregexp() 614 void RegExpImpl::SetIrregexpMaxRegisterCount(FixedArray re, int value) { in SetIrregexpMaxRegisterCount() argument 615 re.set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value)); in SetIrregexpMaxRegisterCount() 745 // subject string length is equal or greater than the given heuristic value. in IrregexpExec()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 63 // Returns |value| unless correctness-fuzzer-supressions is enabled, 65 V8_WARN_UNUSED_RESULT Object ReturnFuzzSafe(Object value, Isolate* isolate) { in ReturnFuzzSafe() argument 68 : value; in ReturnFuzzSafe() 1606 JSRegExp::FlagsFromString(isolate, flags_string).value(); in RUNTIME_FUNCTION() 1721 if (!deserializer.value().ToHandle(&object)) { in RUNTIME_FUNCTION()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 352 fstds ${fab0},-16($xfer) ; 33-bit value 357 ldd -16($xfer),$ab0 ; 33-bit value 532 std $ti0,-8($tp) ; save flipped value 687 fstds ${fab0},-16($xfer) ; 33-bit value
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1223 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() 1340 value: *mut ::c_void, in pthread_create() 1473 pub fn pthread_setspecific(key: ::pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() 1580 value: *const ::c_void, in setsockopt()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 677 value: *const ::c_void, in setsockopt() 1073 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() 1074 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() 1088 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1183 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n" in pa_alsa_safe_avail() 1185 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n" in pa_alsa_safe_avail() 1249 pa_log_debug(ngettext("snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s%lu ms).\n" in pa_alsa_safe_delay() 1251 "snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n" in pa_alsa_safe_delay() 1277 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n" in pa_alsa_safe_delay() 1279 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n" in pa_alsa_safe_delay() 1339 pa_log_debug(ngettext("snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte (%lu ms).\n" in pa_alsa_safe_mmap_begin() 1341 "snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n" in pa_alsa_safe_mmap_begin() 1872 snd_ctl_elem_value_t *value; in pa_alsa_get_hdmi_eld() local 1882 snd_ctl_elem_value_alloca(&value); in pa_alsa_get_hdmi_eld() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 257 # Store the current value of the insertofftime now so we can restore 266 # The last value should be huge (larger than the # of lines in a 878 # Restore the original value 1255 value = var.get() 1256 return value 1260 def setvar(self, name, value, vartype=None): 1263 var.set(value)
|
/third_party/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 352 fstds ${fab0},-16($xfer) ; 33-bit value 357 ldd -16($xfer),$ab0 ; 33-bit value 532 std $ti0,-8($tp) ; save flipped value 687 fstds ${fab0},-16($xfer) ; 33-bit value
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 169 deUint16* value = reinterpret_cast<deUint16*>(pixelPtr); in get16bitDepthComponent() local 170 return static_cast<float>(*value) / 65535.0f; in get16bitDepthComponent() 176 deUint32 value = (((deUint32)pixelPtr[0]) << (!littleEndian * 16u)) | in get24bitDepthComponent() local 179 return static_cast<float>(value) / 16777215.0f; in get24bitDepthComponent() 967 // For stencil we can set reference value for just one sample at a time in submit() 1073 // coludn't be used for depth value extraction as it cant interpret in verifyDepth() 1117 << ", layer: " << layerIndex << ") is outside of render area but depth value is: " in verifyDepth() 1122 // value is correct, go to next one in verifyDepth() 1131 << ") depth value is: " << depth << " expected: " in verifyDepth() 1137 << "Depth value i in verifyDepth() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 1266 // Verifies if the buffer has the value initialized by BufferAccessInstance::populateReadBuffer at a given offset. 1280 const deInt32 value = -deInt32(valueIndex); in isExpectedValueFromInBuffer() 1281 return !deMemCmp(valuePtr, &value, (size_t)valueSize); in isExpectedValueFromInBuffer() 1285 const float value = float(valueIndex); in isExpectedValueFromInBuffer() 1286 return !deMemCmp(valuePtr, &value, (size_t)valueSize); in isExpectedValueFromInBuffer() 1355 return tcu::TestStatus::fail("Invalid value(s) found"); 1381 logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 *)outValuePtr); 1444 // The value is partially out of bounds 1492 // or the maximum representable positive integer value (if the format is integer-based). 1514 logMsg << "expected value withi [all...] |