/third_party/python/Modules/ |
D | getpath.c | 450 search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in search_for_prefix() argument 465 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 476 wchar_t *path = joinpath2(calculate->argv0_path, BUILD_LANDMARK); in search_for_prefix() 490 if (safe_wcscpy(prefix, calculate->argv0_path, prefix_len) < 0) { in search_for_prefix() 494 status = joinpath(prefix, calculate->vpath_macro, prefix_len); in search_for_prefix() 517 status = copy_absolute(prefix, calculate->argv0_path, prefix_len); in search_for_prefix() 525 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 545 if (safe_wcscpy(prefix, calculate->prefix_macro, prefix_len) < 0) { in search_for_prefix() 548 status = joinpath(prefix, calculate->lib_python, prefix_len); in search_for_prefix() 570 calculate_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_prefix() argument [all …]
|
/third_party/python/PC/ |
D | getpathp.c | 668 get_pth_filename(PyCalculatePath *calculate, wchar_t *filename, in get_pth_filename() argument 688 calculate_pth_file(PyCalculatePath *calculate, _PyPathConfig *pathconfig, in calculate_pth_file() argument 693 if (!get_pth_filename(calculate, filename, pathconfig)) { in calculate_pth_file() 706 calculate_pyvenv_file(PyCalculatePath *calculate, in calculate_pyvenv_file() argument 749 calculate_home_prefix(PyCalculatePath *calculate, in calculate_home_prefix() argument 754 if (calculate->home == NULL || *calculate->home == '\0') { in calculate_home_prefix() 758 calculate->home = prefix; in calculate_home_prefix() 761 calculate->home = prefix; in calculate_home_prefix() 764 calculate->home = NULL; in calculate_home_prefix() 768 wcscpy_s(prefix, MAXPATHLEN+1, calculate->home); in calculate_home_prefix() [all …]
|
/third_party/python/Doc/includes/ |
D | mp_pool.py | 10 def calculate(func, args): function 18 return calculate(*args) 53 results = [pool.apply_async(calculate, t) for t in TASKS] 126 res = pool.apply_async(calculate, TASKS[0])
|
D | mp_workers.py | 12 result = calculate(func, args) 19 def calculate(func, args): function
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
D | peg_calculator.rs | 22 pub rule calculate() -> i64 = precedence!{ 33 "(" v:calculate() ")" { v } 51 match arithmetic::calculate(&line) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 157 calculate(F, BPI, LI); in BlockFrequencyInfo() 184 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo 189 BFI->calculate(F, BPI, LI); in calculate() 323 BFI.calculate(F, BPI, LI); in runOnFunction() 331 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F), in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockFrequencyInfo.cpp | 180 calculate(F, MBPI, MLI); in MachineBlockFrequencyInfo() 192 void MachineBlockFrequencyInfo::calculate( in calculate() function in MachineBlockFrequencyInfo 197 MBFI->calculate(F, MBPI, MLI); in calculate() 214 calculate(F, MBPI, MLI); in runOnMachineFunction()
|
D | MachineDominators.cpp | 53 calculate(F); in runOnMachineFunction() 57 void MachineDominatorTree::calculate(MachineFunction &F) { in calculate() function in MachineDominatorTree
|
D | MachineLoopInfo.cpp | 43 calculate(getAnalysis<MachineDominatorTree>()); in runOnMachineFunction() 47 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { in calculate() function in MachineLoopInfo
|
/third_party/typescript/tests/baselines/reference/ |
D | overrideBaseIntersectionMethod.symbols | 60 calculate() { 61 >calculate : Symbol(Foo.calculate, Decl(overrideBaseIntersectionMethod.ts, 18, 39))
|
D | overrideBaseIntersectionMethod.js | 21 calculate() { 77 Foo.prototype.calculate = function () { method in Foo
|
D | overrideBaseIntersectionMethod.types | 64 calculate() { 65 >calculate : () => number
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderFConvertTests.cpp | 317 static BufferSizeInfo calculate (size_t numValues_, size_t vectorLength_) in calculate() function 353 BufferSizeInfo sizeInfo = BufferSizeInfo::calculate<T>(values.size(), vectorLength); in packFloats() 550 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float16>(inputValues.size(), m_params.vectorL… in iterate() 556 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float32>(inputValues.size(), m_params.vectorL… in iterate() 562 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputValues.size(), m_params.vectorL… in iterate() 569 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float16>(inputBufferSizeInfo.numValues, m_pa… in iterate() 572 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float32>(inputBufferSizeInfo.numValues, m_pa… in iterate() 575 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputBufferSizeInfo.numValues, m_pa… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderFConvertTests.cpp | 317 static BufferSizeInfo calculate (size_t numValues_, size_t vectorLength_) in calculate() function 353 BufferSizeInfo sizeInfo = BufferSizeInfo::calculate<T>(values.size(), vectorLength); in packFloats() 550 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float16>(inputValues.size(), m_params.vectorL… in iterate() 556 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float32>(inputValues.size(), m_params.vectorL… in iterate() 562 …inputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputValues.size(), m_params.vectorL… in iterate() 569 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float16>(inputBufferSizeInfo.numValues, m_pa… in iterate() 572 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float32>(inputBufferSizeInfo.numValues, m_pa… in iterate() 575 …outputBufferSizeInfo = BufferSizeInfo::calculate<tcu::Float64>(inputBufferSizeInfo.numValues, m_pa… in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 86 calculate(); in ReachabilityGraph() 124 void calculate() { in calculate() function in __anon10b1d6040111::ReachabilityGraph 184 calculate(); in LoopBlocks() 195 void calculate() { in calculate() function in __anon10b1d6040111::LoopBlocks
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 2788 @@ -478,6 +487,7 @@ search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, 2796 @@ -502,6 +512,7 @@ search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, 2804 @@ -528,6 +539,7 @@ search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, 2812 @@ -551,6 +563,7 @@ search_for_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, 2820 @@ -610,6 +623,11 @@ calculate_set_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) 2823 if (calculate->prefix_found > 0) { 2827 + wcsncpy(drive_root, calculate->prefix, 3); 2829 wchar_t *prefix = _PyMem_RawWcsdup(calculate->prefix); 2832 @@ -625,7 +643,11 @@ calculate_set_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig) 2852 @@ -730,6 +753,7 @@ search_for_exec_prefix(PyCalculatePath *calculate, _PyPathConfig *pathconfig, [all …]
|
/third_party/openssl/doc/man7/ |
D | EVP_MD-SHA1.pod | 30 This parameter is set by libssl in order to calculate a signature hash for an 35 The digest implementation should calculate the complete digest as per RFC6101
|
D | EVP_MD-MD5-SHA1.pod | 32 This parameter is set by libssl in order to calculate a signature hash for an 37 The digest implementation should calculate the complete digest as per RFC6101
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 95 calculate(MDT); in MachineLoopInfo() 139 void calculate(MachineDominatorTree &MDT);
|
D | MachineDominators.h | 85 calculate(MF); in MachineDominatorTree() 117 void calculate(MachineFunction &F);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks); 131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( in calculate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 136 calculate(DT, DT[this->Roots[0]]); in analyze() 139 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
|
D | BranchProbabilityInfo.h | 59 calculate(F, LI, TLI); 134 void calculate(const Function &F, const LoopInfo &LI,
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp8dsp.asm | 565 ; first calculate negative taps (to prevent losing positive overflows) 573 ; then calculate positive taps 623 ; first calculate negative taps (to prevent losing positive overflows) 630 ; then calculate positive taps 904 ; calculate DC 930 ; calculate DC 985 ; calculate DC 1022 ; calculate DC 1057 ; calculate DC 1089 ; calculate %1=mul_35468(%1)-mul_20091(%2); %2=mul_20091(%1)+mul_35468(%2) [all …]
|
/third_party/python/Tools/peg_generator/pegen/ |
D | first_sets.py | 45 def calculate(self) -> Dict[str, Set[str]]: member in FirstSetCalculator 147 firs_sets = FirstSetCalculator(grammar.rules).calculate()
|