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:s_buffer
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Objects/
H
A
D
complexobject.c
860
PyObject *
s_buffer
= NULL, *result = NULL;
in complex_subtype_from_string()
local
864
s_buffer
= _PyUnicode_TransformDecimalAndSpaceToASCII(v);
in complex_subtype_from_string()
865
if (
s_buffer
== NULL) {
in complex_subtype_from_string()
868
assert(PyUnicode_IS_ASCII(
s_buffer
));
in complex_subtype_from_string()
870
s = PyUnicode_AsUTF8AndSize(
s_buffer
, &len);
in complex_subtype_from_string()
882
Py_DECREF(
s_buffer
);
in complex_subtype_from_string()
H
A
D
floatobject.c
203
PyObject *
s_buffer
= NULL;
in PyFloat_FromString()
local
209
s_buffer
= _PyUnicode_TransformDecimalAndSpaceToASCII(v);
in PyFloat_FromString()
210
if (
s_buffer
== NULL)
in PyFloat_FromString()
212
assert(PyUnicode_IS_ASCII(
s_buffer
));
in PyFloat_FromString()
214
s = PyUnicode_AsUTF8AndSize(
s_buffer
, &len);
in PyFloat_FromString()
229
s_buffer
= PyBytes_FromStringAndSize(s, len);
in PyFloat_FromString()
230
if (
s_buffer
== NULL) {
in PyFloat_FromString()
234
s = PyBytes_AS_STRING(
s_buffer
);
in PyFloat_FromString()
245
Py_XDECREF(
s_buffer
);
in PyFloat_FromString()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_tex_sample.c
2383
float
s_buffer
[TGSI_QUAD_SIZE];
in img_filter_2d_ewa()
local
2401
* using the
s_buffer
/t_buffer and weight_buffer. Only when the buffer is
in img_filter_2d_ewa()
2447
s_buffer
[buffer_next] = u / ((float) width);
in img_filter_2d_ewa()
2459
args.s =
s_buffer
[jj];
in img_filter_2d_ewa()
2489
args.s =
s_buffer
[jj];
in img_filter_2d_ewa()
Completed in 10 milliseconds