/third_party/mesa3d/include/drm-uapi/ |
H A D | lima_drm.h | 30 __u32 param; /* in, value in enum drm_lima_param */ 32 __u64 value; /* out, parameter value */ member 38 * the backup memory which can be set to a fairly large value.
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | IFileExtractCallback.h | 98 x(GetProp(PROPID propID, PROPVARIANT *value)) \
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrobject.cpp | 100 allocInput.flags.value = 0; in ClientAlloc()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.h | 136 uint32_t value; member
|
/third_party/libdrm/include/drm/ |
H A D | mach64_drm.h | 253 void *value; member
|
H A D | savage_drm.h | 212 unsigned int value; member
|
H A D | virtgpu_drm.h | 77 __u64 value; member
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_drmif.h | 110 uint64_t *value);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_option.h | 35 const uint8_t *value; member 202 * value, and @c oi->option points to the beginning of the current option 236 * advanced to encode the option value. 241 * @param delta The actual delta value to encode. 242 * @param length The actual length value to encode. 265 * when @p opt does not provide sufficient space to store the option value, 271 * @param val The option value to copy into @p opt. 275 * error. The return value will always be less than @p n. 299 * Returns a pointer to the value of the given option. @p opt must point to an 303 * @param opt The option whose value shoul [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | netlink.h | 236 * The value is a bitmap that defines the values being set 237 * The selector is a bitmask that defines which value is legit 240 * value = 0x0, and selector = 0x1 241 * implies we are selecting bit 1 and we want to set its value to 0. 243 * value = 0x2, and selector = 0x2 244 * implies we are selecting bit 2 and we want to set its value to 1. 248 __u32 value; member
|
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 94 if Seek() returns error, then the value of *newPosition is undefined.
138 x(GetProperty(PROPID propID, PROPVARIANT *value)) \
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-get-own-property-symbols.js | 103 Object.defineProperty(object, foo2, { value : 'NonEnumerableSymbolProp' });
|
H A D | proxy_delete.js | 154 value: "foo"
|
H A D | proxy_get.js | 53 prop: "value" 59 assert(proxy.prop === "value"); 63 handler.get = function () {return "value 2"}; 65 assert(proxy.prop === "value 2"); 66 assert(proxy.nothing === "value 2"); 67 assert(proxy.handler === "value 2"); 69 var handler2 = new Proxy({get: function() {return "value 3"}}, {}); 72 assert(proxy2.prop === "value 3"); 73 assert(proxy2.nothing === "value 3"); 74 assert(proxy2.handler === "value [all...] |
/third_party/jsframework/runtime/main/reactivity/ |
H A D | state.js | 103 return watcher.value;
|
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-unshift.js | 120 Object.defineProperty(arr, '6', { value : 2 });
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-regexp.c | 111 pattern_obj_p->u.class_prop.u.value); in ecma_builtin_regexp_dispatch_helper() 197 * @return ecma value 198 * Returned value must be freed with ecma_free_value. 211 * @return ecma value 212 * Returned value must be freed with ecma_free_value. 227 * returned value must be freed with ecma_free_value
|
/third_party/json/include/nlohmann/detail/ |
H A D | hash.hpp | 30 @brief hash a JSON value 33 type of the JSON value is taken into account to have different hash values for 37 @param j JSON value to hash 38 @return hash value of j 64 seed = combine(seed, hash(element.value())); in hash()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_util.h | 108 void ac_llvm_add_target_dep_function_attr(LLVMValueRef F, const char *name, unsigned value);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_constant_folding.cpp | 97 * would make us propagate the value into the tree, which isn't our job. in ir_constant_fold() 131 if (const_val->value.b[0]) in visit_enter()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/ |
H A D | main.c | 168 .u = { .value = "lws-test-client" },
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_dump.c | 96 fprintf(fp, "%" PRIu64, operand->immediate.value); in rogue_dump_operand()
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | algebra.hpp | 63 std::is_arithmetic<T>::value>::type> {
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/ |
H A D | pvr_rogue_fwif_shared.h | 78 uint32_t value; member
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 94 value: key,
|