Home
last modified time | relevance | path

Searched defs:previous (Results 176 - 200 of 206) sorted by relevance

123456789

/third_party/python/Modules/
H A Dfaulthandler.c72 _Py_sighandler_t previous; member
111 _Py_sighandler_t previous; member
915 _Py_sighandler_t previous; faulthandler_register_py() local
[all...]
H A Dsignalmodule.c1016 sigset_t previous; local
H A D_lsprof.c40 struct _ProfilerContext *previous; member
[all...]
H A D_elementtree.c2572 PyObject* previous = _PyObject_GetAttrId(element, name); in treebuilder_extend_element_text_or_tail() local
/third_party/ffmpeg/libavcodec/
H A Dcook.c76 int *previous; member
[all...]
H A Daacpsy.c158 float previous; ///< allowed PE of the previous frame member
[all...]
/third_party/icu/tools/colprobe/
H A Dsortedlines.cpp810 getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine) getExpansionLine() argument
1033 Line *previous, trial, expansionLine; detectExpansions() local
1375 Line *previous = sortedLines[0]; arrayToString() local
1486 Line *previous = toSort[0]; toFile() local
1515 Line *previous = toSort[0]; toStringFromEmpty() local
1971 transferCumulativeStrength(Line *previous, Line *that) transferCumulativeStrength() argument
[all...]
H A Dcolprobe.cpp533 Line *previous = *lines; in printOrdering() local
1156 Line *previous = NULL; reduceUntailored() local
[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc1734 Char previous = '\0'; in SkipComment() local
/third_party/libinput/src/
H A Devdev-tablet.c183 int current, previous; in tablet_filter_axis_fuzz() local
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h676 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_can_have_weak_objects() local
691 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_is_promise_rejection() local
765 int32_t previous = kind_specific_flags(kRelaxedLoad); in set_marked_for_deoptimization() local
785 int32_t previous = container.kind_specific_flags(kRelaxedLoad); in set_embedded_objects_cleared() local
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc855 const Field* previous = GetFieldPreceding(field_index); in GenerateSliceAccessor() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1200 const std::string previous = ((i == 1) ? "%component_0" : ("%partial_" + de::toString(i-1))); in initPrograms() local
1202 zeroForCallable << resultName << " = " << opAdd << " %" << componentTypeName << " %component_" << i << " " << previous << "\n"; in initPrograms() local
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp943 SkOpAngle* SkOpAngle::previous() const { in previous() function in SkOpAngle
/third_party/python/Python/
H A Dpystate.c728 allocate_chunk(int size_in_bytes, _PyStackChunk* previous) in allocate_chunk() argument
2224 _PyStackChunk *previous in _PyThreadState_PopFrame() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1200 const std::string previous = ((i == 1) ? "%component_0" : ("%partial_" + de::toString(i-1))); in initPrograms() local
1202 zeroForCallable << resultName << " = " << opAdd << " %" << componentTypeName << " %component_" << i << " " << previous << "\n"; in initPrograms() local
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c971 u16 previous; in ntfs_valid_posix() member
1137 u16 previous; in ntfs_sort_posix() local
[all...]
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c216 struct open_file *previous; member
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc923 ContextRef ContextRef::previous(size_t* depth) const { in previous() function in v8::internal::compiler::ContextRef
H A Dsimplified-lowering.cc565 Type previous = previous_integer.GetRange(); in Weaken() local
H A Dtyper.cc292 Type previous = NodeProperties::GetType(node); in UpdateType() local
1391 Type previous = previous_integer.GetRange(); in Weaken() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1546 struct DELAYED *previous; in replace_later() local
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc143 const std::unordered_set<HeapObject, Object::Hasher>& previous = in GetIndirectStrongReferences() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc861 SpillMoveInsertionList* previous = nullptr; in FilterSpillMoves() local
3361 auto previous = counts.find(toplevel); in ComputeStateFromManyPredecessors() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1256 Handle<Context> Factory::NewCatchContext(Handle<Context> previous, in NewCatchContext() argument
1274 Handle<Context> Factory::NewDebugEvaluateContext(Handle<Context> previous, in NewDebugEvaluateContext() argument
1299 Handle<Context> Factory::NewWithContext(Handle<Context> previous, in NewWithContext() argument
1316 Handle<Context> Factory::NewBlockContext(Handle<Context> previous, in NewBlockContext() argument

Completed in 92 milliseconds

123456789