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:_Py_OPARG
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
code.h
23
# define
_Py_OPARG
(word) ((word) & 255)
macro
27
# define
_Py_OPARG
(word) ((word) >> 8)
macro
/third_party/python/Objects/
H
A
D
frameobject.c
117
unsigned int oparg =
_Py_OPARG
(codestr[i]);
in get_arg()
119
oparg |=
_Py_OPARG
(word) << 8;
in get_arg()
121
oparg |=
_Py_OPARG
(word) << 16;
in get_arg()
123
oparg |=
_Py_OPARG
(word) << 24;
in get_arg()
419
if (
_Py_OPARG
(code[i]) & 1) {
in mark_stacks()
1086
check_oparg |=
_Py_OPARG
(*instruction);
in _PyFrame_OpAlreadyRan()
H
A
D
genobject.c
363
if (_PyOpcode_Deopt[_Py_OPCODE(next)] != RESUME ||
_Py_OPARG
(next) < 2)
in _PyGen_yf()
496
int jump =
_Py_OPARG
(frame->prev_instr[-1]);
in _gen_throw()
H
A
D
codeobject.c
1455
instructions[i] = _Py_MAKECODEUNIT(opcode,
_Py_OPARG
(instruction));
in deopt_code()
/third_party/python/Python/
H
A
D
ceval.c
133
int oparg =
_Py_OPARG
(*next_instr);
in lltrace_instruction()
1371
oparg =
_Py_OPARG
(word); \
1422
oparg =
_Py_OPARG
(word); \
2066
PyObject **target_local = &GETLOCAL(
_Py_OPARG
(true_next));
5592
oparg |=
_Py_OPARG
(*next_instr);
H
A
D
specialize.c
1790
if (to_store && locals[
_Py_OPARG
(next)] == lhs) {
in _Py_Specialize_BinaryOp()
Completed in 22 milliseconds