Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:num_marks
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/
H
A
D
_pickle.c
703
Py_ssize_t
num_marks
; /* Number of marks in the mark stack. */
member
1622
self->
num_marks
= 0;
in _Unpickler_New()
5143
if (self->
num_marks
< 1) {
in marker()
5149
mark = self->marks[--self->
num_marks
];
in marker()
5150
self->stack->mark_set = self->
num_marks
!= 0;
in marker()
5151
self->stack->fence = self->
num_marks
?
in marker()
5152
self->marks[self->
num_marks
- 1] : 0;
in marker()
6133
if (self->
num_marks
> 0 && self->marks[self->
num_marks
- 1] == len) {
in load_pop()
6134
self->
num_marks
in load_pop()
[all...]
Completed in 8 milliseconds