| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tile_cache.h | 60 unsigned value; member
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.hpp | 93 virtual void set_svm(const void *value) { in set_svm() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 216 uint64_t value; in lvp_GetImageSubresourceLayout() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxhash.c | 110 void *value; member 231 __glxHashLookup(__glxHashTable * t, unsigned long key, void **value) in __glxHashLookup() argument 247 __glxHashInsert(__glxHashTable * t, unsigned long key, void *value) in __glxHashInsert() argument 293 __glxHashNext(__glxHashTable * t, unsigned long *key, void **value) in __glxHashNext() argument 311 __glxHashFirst(__glxHashTable * t, unsigned long *key, void **value) __glxHashFirst() argument 377 check_table(__glxHashTablePtr table, unsigned long key, unsigned long value) check_table() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_inst.h | 505 brw_inst_set_3src_a1_src0_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src0_imm() argument 516 brw_inst_set_3src_a1_src2_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src2_imm() argument 532 brw_inst_set_uip(const struct intel_device_info *devinfo, brw_inst *inst, int32_t value) brw_inst_set_uip() argument 562 brw_inst_set_jip(const struct intel_device_info *devinfo, brw_inst *inst, int32_t value) brw_inst_set_jip() argument 645 brw_inst_set_send_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_send_desc() argument 700 brw_inst_set_send_ex_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_send_ex_desc() argument 730 brw_inst_set_sends_ex_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_sends_ex_desc() argument 1104 brw_inst_set_imm_d(const struct intel_device_info *devinfo, brw_inst *insn, int value) brw_inst_set_imm_d() argument 1112 brw_inst_set_imm_ud(const struct intel_device_info *devinfo, brw_inst *insn, unsigned value) brw_inst_set_imm_ud() argument 1120 brw_inst_set_imm_f(const struct intel_device_info *devinfo, brw_inst *insn, float value) brw_inst_set_imm_f() argument 1133 brw_inst_set_imm_df(const struct intel_device_info *devinfo, brw_inst *insn, double value) brw_inst_set_imm_df() argument 1152 brw_inst_set_imm_uq(const struct intel_device_info *devinfo, brw_inst *insn, uint64_t value) brw_inst_set_imm_uq() argument 1301 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value) brw_inst_set_bits() argument 1351 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, uint64_t value) brw_compact_inst_set_bits() argument [all...] |
| /third_party/node/src/ |
| H A D | base_object-inl.h | 90 BaseObject* BaseObject::FromJSObject(v8::Local<v8::Value> value) { in FromJSObject() argument 135 InternalFieldSet(v8::Local<v8::String> property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) InternalFieldSet() argument
|
| H A D | js_udp_wrap.cc | 66 Local<Value> value; in RecvStart() local 80 Local<Value> value; in RecvStop() local 96 Local<Value> value; in Send() local
|
| H A D | node_env_var.cc | 127 Maybe<std::string> value = Get(*key); in Get() local 239 Maybe<std::string> value in Get() local 138 Set(Isolate* isolate, Local<String> property, Local<String> value) Set() argument 246 Set(Isolate* isolate, Local<String> key, Local<String> value) Set() argument 307 Local<Value> value; AssignFromObject() local 329 Local<String> value; AssignToObject() local 354 EnvSetter(Local<Name> property, Local<Value> value, const PropertyCallbackInfo<Value>& info) EnvSetter() argument [all...] |
| H A D | node_credentials.cc | 41 static const bool value = getauxval(AT_SECURE); in linux_at_secure() local 96 Local<String> value; in SafeGetenv() local 215 static uid_t uid_by_name(Isolate* isolate, Local<Value> value) { in uid_by_name() argument 225 gid_by_name(Isolate* isolate, Local<Value> value) gid_by_name() argument [all...] |
| H A D | node_options-inl.h | 413 std::string value; in Parse() local [all...] |
| H A D | node_sockaddr-inl.h | 22 inline void hash_combine(size_t* seed, const T& value, Args... rest) { in hash_combine() argument
|
| H A D | node_util.cc | 94 uint64_t value = reinterpret_cast<uint64_t>(ptr); in GetExternalValue() local [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_aes.cc | 345 ValidateIV( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateIV() argument 361 ValidateCounter( Environment* env, Local<Value> value, AESCipherConfig* params) ValidateCounter() argument 376 ValidateAuthTag( Environment* env, CryptoJobMode mode, WebCryptoCipherMode cipher_mode, Local<Value> value, AESCipherConfig* params) ValidateAuthTag() argument 416 ValidateAdditionalData( Environment* env, CryptoJobMode mode, Local<Value> value, AESCipherConfig* params) ValidateAdditionalData() argument [all...] |
| /third_party/node/test/js-native-api/test_general/ |
| H A D | test_general.c | 72 napi_value value; in createNapiError() local 276 uint32_t value; in env_cleanup_wrap() local
|
| /third_party/node/test/js-native-api/test_reference/ |
| H A D | test_reference.c | 194 napi_value value; in DeleteBeforeFinalizeFinalizer() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | init-expr-interface.cc | 20 I32Const(FullDecoder* decoder, Value* result, int32_t value) I32Const() argument 25 I64Const(FullDecoder* decoder, Value* result, int64_t value) I64Const() argument 30 F32Const(FullDecoder* decoder, Value* result, float value) F32Const() argument 35 F64Const(FullDecoder* decoder, Value* result, double value) F64Const() argument
|
| H A D | wasm-result.h | 74 explicit Result(S&& value) : value_(std::forward<S>(value)) {} in Result() argument 98 const T& value() const & { in value() function in v8::internal::wasm::Result 102 T&& value() && { in value() function in v8::internal::wasm::Result [all...] |
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | debug-helper-internal.h | 30 TValue value; member
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | protocol_core.h | 78 void AddField(span<char> field_name, const T& value) { in AddField() argument 86 void AddField(span<char> field_name, const detail::ValueMaybe<T>& value) { in AddField() argument 92 AddField(span<char> field_name, const detail::PtrMaybe<T>& value) AddField() argument 274 Deserialize(DeserializerState* state, T* value) Deserialize() argument [all...] |
| H A D | protocol_core.cc | 154 void ProtocolTypeTraits<bool>::Serialize(bool value, in Serialize() argument 169 void ProtocolTypeTraits<int32_t>::Serialize(int32_t value, in Serialize() argument 139 Deserialize(DeserializerState* state, bool* value) Deserialize() argument 159 Deserialize(DeserializerState* state, int32_t* value) Deserialize() argument 196 Deserialize(DeserializerState* state, double* value) Deserialize() argument 213 Serialize(double value, std::vector<uint8_t>* bytes) Serialize() argument 271 Deserialize( DeserializerState* state, std::unique_ptr<DeferredMessage>* value) Deserialize() argument 283 Serialize( const std::unique_ptr<DeferredMessage>& value, std::vector<uint8_t>* bytes) Serialize() argument [all...] |
| /third_party/node/deps/v8/tools/v8windbg/base/ |
| H A D | utilities.cc | 53 HRESULT CreateTypedIntrinsic(uint64_t value, IDebugHostType* type, in CreateTypedIntrinsic() argument 109 CreateULong64(ULONG64 value, IModelObject** pp_int) CreateULong64() argument 122 UnboxULong64(IModelObject* object, ULONG64* value, bool convert) UnboxULong64() argument 136 GetInt32(IDebugHostConstant* object, int* value) GetInt32() argument 145 CreateInt32(int value, IModelObject** pp_int) CreateInt32() argument 158 CreateUInt32(uint32_t value, IModelObject** pp_int) CreateUInt32() argument 171 CreateBool(bool value, IModelObject** pp_val) CreateBool() argument 184 CreateNumber(double value, IModelObject** pp_val) CreateNumber() argument 197 CreateString(std::u16string value, IModelObject** pp_val) CreateString() argument 211 UnboxString(IModelObject* object, BSTR* value) UnboxString() argument [all...] |
| /third_party/node/deps/zlib/ |
| H A D | inflate.c | 224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() argument
|
| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | inflate.c | 225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime() argument [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | ea.c | 145 static int ntfs_update_ea(ntfs_inode *ni, const char *value, size_t size, in ntfs_update_ea() argument 200 int ntfs_get_ntfs_ea(ntfs_inode *ni, char *value, size_t size) in ntfs_get_ntfs_ea() argument 242 int ntfs_set_ntfs_ea(ntfs_inode *ni, const char *value, size_ argument 481 char value[sizeof(mode)]; ntfs_ea_set_wsl_not_symlink() member 487 char value[sizeof(device)]; ntfs_ea_set_wsl_not_symlink() member [all...] |
| H A D | object_id.c | 465 int ntfs_get_ntfs_object_id(ntfs_inode *ni, char *value, size_t size) in ntfs_get_ntfs_object_id() argument 323 update_object_id(ntfs_inode *ni, ntfs_index_context *xo, const OBJECT_ID_ATTR *value, size_t size) update_object_id() argument 518 ntfs_set_ntfs_object_id(ntfs_inode *ni, const char *value, size_t size, int flags) ntfs_set_ntfs_object_id() argument [all...] |