Home
last modified time | relevance | path

Searched defs:value (Results 10176 - 10200 of 21818) sorted by relevance

1...<<401402403404405406407408409410>>...873

/third_party/libdrm/omap/
H A Domap_drm.c132 omap_get_param(struct omap_device *dev, uint64_t param, uint64_t *value) in omap_get_param() argument
150 omap_set_param(struct omap_device *dev, uint64_t param, uint64_t value) in omap_set_param() argument
/third_party/libdrm/
H A Dxf86drmSL.c60 void *value; member
73 static SLEntryPtr SLCreateEntry(int max_level, unsigned long key, void *value) in SLCreateEntry() argument
155 drm_public int drmSLInsert(void *l, unsigned long key, void *value) in drmSLInsert() argument
215 drm_public int drmSLLookup(void *l, unsigned long key, void **value) in drmSLLookup() argument
257 drmSLNext(void *l, unsigned long *key, void **value) drmSLNext() argument
276 drmSLFirst(void *l, unsigned long *key, void **value) drmSLFirst() argument
[all...]
/third_party/libinput/test/
H A Dtest-quirks.c1386 bool exists, value = false; in START_TEST() local
1405 bool exists, value = false; in START_TEST() local
1424 bool exists, value in START_TEST() local
1443 bool exists, value = false; START_TEST() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dc2xml.c46 static xmlAttrPtr newProp(xmlNodePtr node, const char *name, const char *value) in newProp() argument
51 static xmlAttrPtr newNumProp(xmlNodePtr node, const char *name, int value) in newNumProp() argument
H A Dast-model.c311 ast_get_value(GtkTreeModel *tree_model, GtkTreeIter *iter, gint column, GValue *value) ast_get_value() argument
/third_party/lwip/src/include/netif/ppp/
H A Dlcp.h108 unsigned char value[MAX_ENDP_LEN]; member
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc289 Node* const value = inputs[0]; in ReducePhi() local
320 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceReturn() local
[all...]
H A Dstate-values-utils.cc425 Node* value = iterator.GetReal(); in size() local
H A Dgraph-reducer.cc251 void GraphReducer::ReplaceWithValue(Node* node, Node* value, Node* effect, in ReplaceWithValue() argument
H A Dgraph-reducer.h114 void ReplaceWithValue(Node* node, Node* value, Node* effect = nullptr, in ReplaceWithValue() argument
H A Dproperty-access-builder.cc156 base::Optional<ObjectRef> value = in FoldLoadDictPrototypeConstant() local
111 BuildCheckValue(Node* receiver, Effect* effect, Control control, Handle<HeapObject> value) BuildCheckValue() argument
212 base::Optional<ObjectRef> value = TryFoldLoadConstantDataField() local
274 Node* value = *effect = graph()->NewNode( BuildLoadDataField() local
[all...]
H A Dprocessed-feedback.h198 explicit SingleValueFeedback(T value, FeedbackSlotKind slot_kind) in SingleValueFeedback() argument
209 T value() const { return value_; } in value() function in v8::internal::compiler::SingleValueFeedback
H A Dload-elimination.h55 AbstractElements(Node* object, Node* index, Node* value, in AbstractElements() argument
61 AbstractElements const* Extend(Node* object, Node* index, Node* value, in Extend() argument
91 Node* value = nullptr; member
121 Node* value = nullptr; global() member
[all...]
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc89 void AsyncHooksWrap::set_init_function(v8::Local<v8::Function> value) { in set_init_function() argument
95 void AsyncHooksWrap::set_before_function(v8::Local<v8::Function> value) { in set_before_function() argument
101 void AsyncHooksWrap::set_after_function(v8::Local<v8::Function> value) { in set_after_function() argument
107 set_promiseResolve_function( v8::Local<v8::Function> value) set_promiseResolve_function() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date.cc90 Handle<Object> value = args.at(1); in BUILTIN() local
241 Handle<Object> value = args.atOrUndefined(isolate, 1); BUILTIN() local
454 Handle<Object> value = args.atOrUndefined(isolate, 1); BUILTIN() local
464 Handle<Object> value = args.atOrUndefined(isolate, 1); BUILTIN() local
[all...]
H A Dbuiltins-shadowrealm-gen.cc44 TNode<Object> value = LoadValueByDescriptorEntry(array, index); in CheckAccessor() local
53 auto value = Parameter<Object>(Descriptor::kValue); in TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h165 void InsertBefore(T* value) { in InsertBefore() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h53 int64_t value() const { return value_; } in value() function in v8::internal::Immediate
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.cc38 void AddAndSetEntry(PositionTableEntry* value, in AddAndSetEntry() argument
49 void SubtractFromEntry(PositionTableEntry* value, in SubtractFromEntry() argument
57 EncodeInt(ZoneVector<byte>* bytes, T value) EncodeInt() argument
[all...]
/third_party/node/deps/v8/include/cppgc/
H A Dvisitor.h88 const T* value = member.GetRawAtomic(); in Trace() local
106 const T* value = weak_member.GetRawAtomic(); in Trace() local
176 const ValueType* value = member_value->GetRawAtomic(); TraceEphemeron() local
202 TraceEphemeron(const WeakMember<KeyType>& weak_member_key, const ValueType* value) TraceEphemeron() argument
232 const T* value = weak_member.GetRawAtomic(); TraceStrongly() local
303 VisitEphemeron(const void* key, const void* value, TraceDescriptor value_desc) VisitEphemeron() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h170 static V8_INLINE WriteBarrier::Type Get(const void* slot, const void* value, in Get() argument
178 Get(const void* slot, MemberStorage value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
185 Get(const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
195 GetNoSlot(const void* value, WriteBarrier::Params& params, HeapHandleCallback) GetNoSlot() argument
312 Get(const void* slot, const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
319 Get(const void* slot, RawPointer value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
327 Get(const void* value, WriteBarrier::Params& params, HeapHandleCallback callback) Get() argument
388 GetWriteBarrierType( const void* slot, const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
396 GetWriteBarrierType( const void* slot, MemberStorage value, WriteBarrier::Params& params) GetWriteBarrierType() argument
412 GetWriteBarrierType( const void* value, WriteBarrier::Params& params) GetWriteBarrierType() argument
[all...]
H A Dmember-storage.h93 V8_INLINE void StoreAtomic(const void* value) { in StoreAtomic() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h762 A value = I::ReadRawField<A>(obj, offset); GetInternalField() local
789 A value = GetAlignedPointerFromInternalField() local
805 Cast(v8::Value* value) Cast() argument
[all...]
H A Dv8-persistent-handle.h436 VisitPersistentHandle(Persistent<Value>* value, uint16_t class_id) VisitPersistentHandle() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-object.h739 A value = I::ReadRawField<A>(obj, offset); GetInternalField() local
768 A value = I::ReadExternalPointerField( GetAlignedPointerFromInternalField() local
783 Cast(v8::Value* value) Cast() argument
[all...]

Completed in 24 milliseconds

1...<<401402403404405406407408409410>>...873