Home
last modified time | relevance | path

Searched refs:set_ (Results 51 - 75 of 100) sorted by relevance

1234

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h74 void holder::set_##name(type value) { \
84 void holder::set_##name(type value) { \
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h88 void set_##Lower() { \
/third_party/node/deps/v8/src/objects/
H A Dcontexts-inl.h187 void Context::set_##name(type value) { \
H A Dproperty-descriptor.cc362 if (has_set()) obj->set_set(*set_); in ToPropertyDescriptorObject()
H A Djs-temporal-objects.h21 inline void set_##field(int32_t field); \
H A Dcode-inl.h167 void Code::set_##name(type value, WriteBarrierMode mode) { \
186 void Code::set_##name(type value, ReleaseStoreTag, WriteBarrierMode mode) { \
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h95 UnoptimizedCompileFlags& set_##NAME(TYPE value) { \
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dinit_64.c78 static inline void set_##type1##_init(type1##_t *arg1, \
82 set_##type1##_safe(arg1, arg2); \
84 set_##type1(arg1, arg2); \
792 * exception that it uses set_{pud,pmd}() instead of the set_{pud,pte}_safe()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dinit_64.c79 static inline void set_##type1##_init(type1##_t *arg1, \
83 set_##type1##_safe(arg1, arg2); \
85 set_##type1(arg1, arg2); \
793 * exception that it uses set_{pud,pmd}() instead of the set_{pud,pte}_safe()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dgl518sm.c281 static ssize_t set_##suffix(struct device *dev, \
300 static ssize_t set_##suffix(struct device *dev, \
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dquartet.c651 .set_register = set_##xreg,\
656 .set_register = set_##xreg,\
/kernel/linux/linux-5.10/sound/aoa/fabrics/
H A Dlayout.c653 if (gpio->methods && gpio->methods->set_##n) \
654 gpio->methods->set_##n(gpio, \
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dgl518sm.c281 static ssize_t set_##suffix(struct device *dev, \
300 static ssize_t set_##suffix(struct device *dev, \
/kernel/linux/linux-6.6/sound/aoa/fabrics/
H A Dlayout.c653 if (gpio->methods && gpio->methods->set_##n) \
654 gpio->methods->set_##n(gpio, \
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dquartet.c651 .set_register = set_##xreg,\
656 .set_register = set_##xreg,\
/third_party/elfio/elfio/
H A Delfio.hpp55 void set_##FNAME( TYPE val ) noexcept \
58 header->set_##FNAME( val ); \
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc509 MY_BENCHMARK2(set_##type); \
515 MY_BENCHMARK2(set_##type); \
/third_party/ffmpeg/libavfilter/
H A Dvf_eq.c288 if (!strcmp(cmd, #param_name)) return set_param(&eq->param_name##_pexpr, args, cmd, set_##set_fn_name, ctx); in process_command()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc142 wrap->set_##name##_function(name##_v.As<Function>()); \ in CreateHook()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc823 if (!set_.insert(a.name->value).second) { in AnnotationSet()
831 return set_.find(s) != set_.end(); in Contains()
857 std::set<std::string> set_; member in v8::internal::torque::__anon15131::AnnotationSet
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp830 std::unordered_set<SkUnichar> set_; in GetLineFontMetrics() member
837 set_.insert(i); in GetLineFontMetrics()
842 return set_.find(c) != set_.end(); in GetLineFontMetrics()
/third_party/node/src/
H A Denv.h160 inline void set_##PropertyName(v8::Local<TypeName> value);
804 inline void set_ ## PropertyName(v8::Local<TypeName> value);
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc231 set_##field_name##_map(map); \ in CreateInitialMaps()
361 set_##field_name##_map(map); \ in CreateInitialMaps()
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util_test.cc431 tmp.set_##field_name(src.field_name()); \ in TEST()
582 tmp.set_##field_name(msg.field_name()); \ in TEST()
/third_party/node/deps/v8/src/execution/
H A Disolate.h430 inline void set_##name(type v) { name##_ = v; } \
521 inline void set_##name(type v) { thread_local_top()->name##_ = v; } \
1068 inline void set_##name(type value) { \

Completed in 48 milliseconds

1234