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:longval
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Modules/
H
A
D
_randommodule.c
599
PyObject *
longval
= PyLong_FromLong(0);
in _random_exec()
local
600
if (
longval
== NULL) {
in _random_exec()
604
PyObject *longtype = PyObject_Type(
longval
);
in _random_exec()
605
Py_DECREF(
longval
);
in _random_exec()
/third_party/python/Modules/_ctypes/
H
A
D
cfield.c
1120
long
longval
= PyLong_AsLong(value);
in c_set()
local
1121
if (
longval
< 0 ||
longval
>= 256)
in c_set()
1123
*(char *)ptr = (char)
longval
;
in c_set()
/third_party/python/Modules/_sqlite/
H
A
D
connection.c
1785
long
longval
;
in collation_callback()
local
1811
longval
= PyLong_AsLongAndOverflow(retval, &result);
in collation_callback()
1812
if (
longval
== -1 && PyErr_Occurred()) {
in collation_callback()
1817
if (
longval
> 0)
in collation_callback()
1819
else if (
longval
< 0)
in collation_callback()
/third_party/icu/icu4c/source/
H
A
D
configure
1935
static long int
longval
() { return $2; }
1948
long int i =
longval
();
/third_party/skia/third_party/externals/icu/source/
H
A
D
configure
1923
static long int
longval
() { return $2; }
1936
long int i =
longval
();
/third_party/eudev/
H
A
D
configure
2404
static long int
longval
() { return $2; }
2417
long int i =
longval
();
/third_party/lame/
H
A
D
configure
2112
static long int
longval
() { return $2; }
2125
long int i =
longval
();
/third_party/python/
H
A
D
configure
2424
static long int
longval
(void) { return $2; }
2437
long int i =
longval
();
Completed in 90 milliseconds