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:wordshift
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Objects/
H
A
D
longobject.c
4701
/*
wordshift
, remshift = divmod(shiftby, PyLong_SHIFT) */
4703
divmod_shift(PyObject *shiftby, Py_ssize_t *
wordshift
, digit *remshift)
in divmod_shift()
argument
4709
*
wordshift
= lshiftby / PyLong_SHIFT;
in divmod_shift()
4721
*
wordshift
= PyLong_AsSsize_t((PyObject *)wordshift_obj);
in divmod_shift()
4723
if (*
wordshift
>= 0 && *
wordshift
< PY_SSIZE_T_MAX / (Py_ssize_t)sizeof(digit)) {
in divmod_shift()
4727
/* Clip the value. With such large
wordshift
the right shift
in divmod_shift()
4729
*
wordshift
= PY_SSIZE_T_MAX / sizeof(digit);
in divmod_shift()
4735
integer right by PyLong_SHIFT*
wordshift
+ remshift bits.
4736
wordshift
shoul
4739
long_rshift1(PyLongObject *a, Py_ssize_t
wordshift
, digit remshift)
long_rshift1()
argument
4827
Py_ssize_t
wordshift
;
long_rshift()
local
4848
Py_ssize_t
wordshift
;
_PyLong_Rshift()
local
4861
long_lshift1(PyLongObject *a, Py_ssize_t
wordshift
, digit remshift)
long_lshift1()
argument
4904
Py_ssize_t
wordshift
;
long_lshift()
local
4925
Py_ssize_t
wordshift
;
_PyLong_Lshift()
local
[all...]
Completed in 7 milliseconds