/third_party/node/deps/v8/src/torque/ |
H A D | utils.cc | 346 : os_(os), d_(std::move(d)) { in IfDefScope() 347 os_ << "#ifdef " << d_ << "\n"; in IfDefScope() local 349 IfDefScope::~IfDefScope() { os_ << "#endif // " << d_ << "\n"; } in ~IfDefScope() local 353 : os_(os), d_(std::move(namespaces)) { in NamespaceScope() 354 for (const std::string& s : d_) { in NamespaceScope() 359 for (auto i = d_.rbegin(); i != d_.rend(); ++i) { in ~NamespaceScope() 366 d_("V8_GEN_TORQUE_GENERATED_" + CapifyStringWithUnderscores(file_name) + in IncludeGuardScope() 368 os_ << "#ifndef " << d_ << "\n"; in IncludeGuardScope() local 369 os_ << "#define " << d_ << "\ in IncludeGuardScope() local 371 IncludeGuardScope::~IncludeGuardScope() { os_ << "#endif // " << d_ << "\\n"; } ~IncludeGuardScope() local [all...] |
H A D | utils.h | 377 std::string d_; member in v8::internal::torque::IfDefScope 390 std::vector<std::string> d_; member in v8::internal::torque::NamespaceScope 402 std::string d_; member in v8::internal::torque::IncludeGuardScope
|
/third_party/libinput/src/ |
H A D | evdev.h | 852 #define evdev_log_debug(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) 853 #define evdev_log_info(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__) 854 #define evdev_log_error(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) 855 #define evdev_log_bug_kernel(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERROR, "kernel bug: " __VA_ARGS__) 856 #define evdev_log_bug_libinput(d_, ...) evdev_log_msg((d_), LIBINPUT_LOG_PRIORITY_ERRO [all...] |
/third_party/gn/src/gn/ |
H A D | header_checker_unittest.cc | 24 d_(setup_.settings(), Label(SourceDir("//d/"), "d")) { in HeaderCheckerTest() 28 d_.set_output_type(Target::SOURCE_SET); in HeaderCheckerTest() 34 d_.SetToolchain(setup_.toolchain(), &err); in HeaderCheckerTest() 43 d_.visibility().SetPublic(); in HeaderCheckerTest() 45 d_.OnResolved(&err); in HeaderCheckerTest() 53 targets_.push_back(&d_); in HeaderCheckerTest() 71 Target d_; member in __anon2920::HeaderCheckerTest 161 d_.sources().push_back(SourceFile(d_header)); in TEST_F() 252 z.private_deps().push_back(LabelTargetPair(&d_)); in TEST_F() 263 EXPECT_TRUE(checker->IsDependencyOf(&d_, in TEST_F() [all...] |
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 70 ($d,$d_)=("edx","edi"); 110 &mov ($d_,&DWP(4*$dn,"esp")) if ($di!=$dn); 121 &mov ($d_,$d) if ($di==$dn); 128 ($d,$d_)=($d_,$d); 199 &mov ($d_,&DWP(64+4*14,"esp")); 205 &mov (&DWP(4*14,"esp"),$d_); 208 &mov ($d_,&DWP(64+4*15,"esp")); 215 &mov (&DWP(4*15,"esp"),$d_); 248 &add ($d_, [all...] |
H A D | chacha-x86_64.pl | 2470 my ($a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz) = map("%zmm$_",(0..3,16..20)); 2544 vmovdqa32 $d,$d_ 2552 vpaddd $fourz,$d_,$d 2554 vmovdqa32 $d,$d_ 2577 vpaddd $d_,$d,$d 2716 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz); 2756 vmovdqa32 $d,$d_ 2762 vpaddd $fourz,$d_,$d 2764 vmovdqa32 $d,$d_ 2787 vpaddd $d_, [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 70 ($d,$d_)=("edx","edi"); 110 &mov ($d_,&DWP(4*$dn,"esp")) if ($di!=$dn); 121 &mov ($d_,$d) if ($di==$dn); 128 ($d,$d_)=($d_,$d); 199 &mov ($d_,&DWP(64+4*14,"esp")); 205 &mov (&DWP(4*14,"esp"),$d_); 208 &mov ($d_,&DWP(64+4*15,"esp")); 215 &mov (&DWP(4*15,"esp"),$d_); 248 &add ($d_, [all...] |
H A D | chacha-x86_64.pl | 2470 my ($a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz) = map("%zmm$_",(0..3,16..20)); 2544 vmovdqa32 $d,$d_ 2552 vpaddd $fourz,$d_,$d 2554 vmovdqa32 $d,$d_ 2577 vpaddd $d_,$d,$d 2716 map(s/%z/%y/, $a,$b,$c,$d, $a_,$b_,$c_,$d_,$fourz); 2756 vmovdqa32 $d,$d_ 2762 vpaddd $fourz,$d_,$d 2764 vmovdqa32 $d,$d_ 2787 vpaddd $d_, [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestImport.cs | 93 d_ = other.d_; in ImportMessage() 106 private int d_; field in Google.Protobuf.TestProtos.Proto2.ImportMessage 109 get { if ((_hasBits0 & 1) != 0) { return d_; } else { return DDefaultValue; } } 112 d_ = value;
|
H A D | UnittestImportProto3.cs | 82 d_ = other.d_; in ImportMessage() 93 private int d_; field in Google.Protobuf.TestProtos.ImportMessage 96 get { return d_; } 98 d_ = value;
|
/third_party/vixl/test/aarch32/ |
H A D | test-utils-aarch32.h | 129 vec128_t content = {dump_.d_[code * 2], dump_.d_[(code * 2) + 1]}; in GetQRegisterBits() 137 return dump_.d_[code]; 173 uint64_t d_[kMaxNumberOfDRegisters];
|
H A D | test-utils-aarch32.cc | 46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump() 50 const int d_offset = static_cast<int>(VIXL_OFFSET(dump_t, d_)); in Dump()
|
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 97 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump() 100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump() 154 return dump_.d_[code]; in dreg_bits() 277 bool match = ((dump_.q_[code].GetLane<uint64_t>(0) == dump_.d_[code]) && 278 ((dump_.d_[code] & kSRegMask) == dump_.s_[code]) && 307 uint64_t d_[kNumberOfVRegisters];
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftcalc.c | 179 FT_Long d_; in FT_EXPORT_DEF() local 193 d_ = (FT_Long)d; in FT_EXPORT_DEF() 195 return s < 0 ? NEG_LONG( d_ ) : d_; in FT_EXPORT_DEF() 208 FT_Long d_; in FT_BASE_DEF() local 222 d_ = (FT_Long)d; in FT_BASE_DEF() 224 return s < 0 ? NEG_LONG( d_ ) : d_; in FT_BASE_DEF()
|
/third_party/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 285 if (immediate_type_.Is(F64)) return static_cast<float>(imm_.d_); in GetImmediate() 291 return imm_.d_; in GetImmediate() 301 if (immediate_type_.Is(F64)) return imm_.d_ == 0.0; in IsFloatZero() 316 (immediate_type_.Is(F64) && (imm_.d_ == 0.0)); in CanConvert() 322 (immediate_type_.Is(F64) && (imm_.d_ == 0.0)); in CanConvert() 339 double d_; member 346 NeonImmediateType(double d) : d_(d) {} in NeonImmediateType()
|
H A D | operands-aarch32.cc | 76 if (neon_imm.imm_.d_ == 0) { in operator <<() 77 if (copysign(1.0, neon_imm.imm_.d_) < 0.0) { in operator <<() 82 return os << "#" << std::setprecision(9) << neon_imm.imm_.d_; in operator <<() 86 if (copysign(1.0, neon_imm.imm_.d_) < 0.0) return os << "#-0.0"; in operator <<()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | adrian.h | 30 int AEC_doAEC(AEC *a, int d_, int x_);
|
H A D | adrian-aec.c | 241 int AEC_doAEC(AEC *a, int d_, int x_) in AEC_doAEC() argument 243 REAL d = (REAL) d_; in AEC_doAEC()
|
H A D | adrian-aec.h | 362 int AEC_doAEC(AEC *a, int d_, int x_);
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 712 d_(d), in FunctionAnalyzer() 1471 d_.Report(clang::FullSourceLoc(expr->getExprLoc(), sm_), in ReportUnsafe() 1472 d_.getCustomDiagID(clang::DiagnosticsEngine::Warning, "%0")) in ReportUnsafe() 1477 d_.Report(scope.gccause_location, in ReportUnsafe() 1478 d_.getCustomDiagID(clang::DiagnosticsEngine::Note, in ReportUnsafe() 1481 d_.Report( in ReportUnsafe() 1483 d_.getCustomDiagID(clang::DiagnosticsEngine::Note, "GC call here.")); in ReportUnsafe() 1514 clang::DiagnosticsEngine& d_; member in __anon15306::FunctionAnalyzer 1549 : d_(d), sm_(sm) { in ProblemsFinder() 1608 clang::ItaniumMangleContext::create(ctx, d_), object_dec in HandleTranslationUnit() 1640 clang::DiagnosticsEngine& d_; global() member in __anon15306::ProblemsFinder [all...] |
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | o_names.c | 310 static void do_all_sorted_fn(const OBJ_NAME *name, void *d_) in do_all_sorted_fn() argument 312 struct doall_sorted *d = d_; in do_all_sorted_fn()
|
/third_party/openssl/crypto/objects/ |
H A D | o_names.c | 310 static void do_all_sorted_fn(const OBJ_NAME *name, void *d_) in do_all_sorted_fn() argument 312 struct doall_sorted *d = d_; in do_all_sorted_fn()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 222 void pixma_hexdump (int level, const void *d_, unsigned len);
|
H A D | pixma_common.c | 117 pixma_hexdump (int level, const void *d_, unsigned len) in pixma_hexdump() argument 119 const uint8_t *d = (const uint8_t *) (d_); in pixma_hexdump()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorVulkan.cpp | 671 // vec2 d_ = d.yx; 674 // vec2 i = abs(p - f + (d / d_) * (f_ - p_)); 730 // vec2 d_ = d.yx in AddBresenhamEmulationFS() 732 TVariable *d_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS() local 733 TIntermDeclaration *d_decl = CreateTempInitDeclarationNode(d_, dyx); in AddBresenhamEmulationFS() 740 // vec2 i = abs(p - f + (d/d_) * (f_ - p_)) in AddBresenhamEmulationFS() 741 TIntermBinary *dd = new TIntermBinary(EOpDiv, new TIntermSymbol(d), new TIntermSymbol(d_)); in AddBresenhamEmulationFS()
|