Home
last modified time | relevance | path

Searched refs:value (Results 15726 - 15750 of 36350) sorted by relevance

1...<<621622623624625626627628629630>>...1454

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A DclassName.js10 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
28 key: "value",
39 this.raws.value = escaped;
41 delete this.raws.value;
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_buffer.c83 uint32_t value = (data & max) | tag; in dxil_buffer_emit_vbr_bits() local
86 if (!dxil_buffer_emit_bits(b, value, width)) in dxil_buffer_emit_vbr_bits()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h24 unsigned value = (dest & 0x3F); in va_print_dest() local
25 fprintf(fp, "r%u", value); in va_print_dest()
H A Dva_optimize.c68 I->index = I->src[0].value; in va_lower_mov_imm()
89 I->index = bi_apply_swizzle(I->src[s].value, I->src[s].swizzle); in va_fuse_add_imm()
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_minmax_cache.c30 * the key (start, count) to the value (min, max). In practice, mesa's hash
37 * fills up, after that it evicts the oldest cached value in a ring facilitated
72 uint64_t value = min_index | (((uint64_t)max_index) << 32); in panfrost_minmax_cache_add() local
86 cache->values[index] = value; in panfrost_minmax_cache_add()
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.h37 std::ostream& operator<<(std::ostream& out, const ResKeyPath& value);
177 std::ostream& operator<<(std::ostream& out, const SimpleRuleBasedPathFilter& value);
/third_party/libevdev/test/
H A Dtest-common.h52 ck_assert_int_eq(e->value, (v)); \
84 printf("Event: time %ld.%06ld, type %d (%s), code %d (%s), value %d\n", in print_event()
91 ev->value); in print_event()
/third_party/libwebsockets/lib/roles/pipe/
H A Dops-pipe.c32 eventfd_t value; in rops_handle_POLLIN_pipe() local
35 n = eventfd_read(wsi->desc.sockfd, &value); in rops_handle_POLLIN_pipe()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
H A D2-3.c59 int value = 1; in a_thread_func() local
76 rc = pthread_setspecific(key, &value); in a_thread_func()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dname-trait.h58 const char* value; member
83 return std::is_base_of<NameProvider, T>::value; in HasNonHiddenName()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dname-trait.h57 const char* value; member
77 return std::is_base_of<NameProvider, T>::value; in HasNonHiddenName()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-global-gen.cc25 TNode<Object> num = var_num.value(); in TF_BUILTIN()
39 // Check if {num_heap_object} contains a finite, non-NaN value. in TF_BUILTIN()
74 TNode<Object> num = var_num.value(); in TF_BUILTIN()
/third_party/node/deps/v8/src/handles/
H A Dlocal-handles.h55 V8_INLINE static Address* GetHandle(LocalHeap* local_heap, Address value);
72 Address value);
/third_party/node/deps/v8/src/diagnostics/
H A Dcode-tracer.h65 if (stdout_stream_.has_value()) return stdout_stream_.value(); in stream()
66 return file_stream_.value(); in stream()
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.h83 void SetActive(bool value) { in SetActive() argument
84 active_.store(value, std::memory_order_relaxed); in SetActive()
/third_party/node/deps/v8/src/objects/
H A Dstruct.h53 inline void set(AccessorComponent component, Object value);
54 inline void set(AccessorComponent component, Object value,
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.cc44 uint32_t value) { in DeclareUint32()
49 fprintf(fp_, "%d\n", value); in DeclareUint32()
43 DeclareUint32(const char* name, uint32_t value) DeclareUint32() argument
H A Dplatform-embedded-file-writer-base.h64 virtual void DeclareUint32(const char* name, uint32_t value) = 0;
75 virtual int HexLiteral(uint64_t value);
H A Dplatform-embedded-file-writer-mac.cc39 uint32_t value) { in DeclareUint32()
43 fprintf(fp_, "%d", value); in DeclareUint32()
38 DeclareUint32(const char* name, uint32_t value) DeclareUint32() argument
H A Dplatform-embedded-file-writer-win.h30 void DeclareUint32(const char* name, uint32_t value) override;
40 int HexLiteral(uint64_t value) override;
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h55 void push_back(const T& value) { in push_back() argument
61 data()[size_] = value; in push_back()
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/
H A Dlima_noop.c48 gp->value = DRM_LIMA_PARAM_GPU_ID_MALI450; in lima_ioctl_get_param()
51 gp->value = 6; in lima_ioctl_get_param()
/third_party/musl/include/sys/linux/
H A Dcdefs.h100 #define __ALIGN(value, alignment) (((value) + (alignment)-1) & ~((alignment)-1))
/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm87 my $value = $2;
90 # print STDERR $value,"\n";
92 register_oid($name, $value);
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_extku.c89 if (val->value)
90 extval = val->value;

Completed in 20 milliseconds

1...<<621622623624625626627628629630>>...1454