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:ndbuf
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/
H
A
D
_testbuffer.c
68
/*
ndbuf
->flags properties */
88
struct
ndbuf
;
89
typedef struct
ndbuf
{
struct
90
struct
ndbuf
*next;
91
struct
ndbuf
*prev;
111
ndbuf_t *
ndbuf
;
in ndbuf_new()
local
126
ndbuf
= PyMem_Malloc(sizeof *
ndbuf
);
in ndbuf_new()
127
if (
ndbuf
== NULL) {
in ndbuf_new()
132
ndbuf
in ndbuf_new()
164
ndbuf
_free(
ndbuf
_t *
ndbuf
)
ndbuf_free()
argument
265
init_flags(
ndbuf
_t *
ndbuf
)
init_flags()
argument
822
init_simple(
ndbuf
_t *
ndbuf
, PyObject *items, PyObject *format, Py_ssize_t itemsize)
init_simple()
argument
887
strides_from_shape(const
ndbuf
_t *
ndbuf
, int flags)
strides_from_shape()
argument
1030
init_suboffsets(
ndbuf
_t *
ndbuf
)
init_suboffsets()
argument
1120
init_structure(
ndbuf
_t *
ndbuf
, PyObject *shape, PyObject *strides, Py_ssize_t ndim)
init_structure()
argument
1180
ndbuf
_t *
ndbuf
;
init_ndbuf()
local
1268
ndbuf
_t *
ndbuf
;
ndarray_push_base()
local
1419
ndbuf
_t *
ndbuf
= self->head;
ndarray_getbuf()
local
1538
ndbuf
_t *
ndbuf
= view->internal;
ndarray_releasebuf()
local
1590
ndbuf
_t *
ndbuf
= self->head;
ndarray_item()
local
1783
ndbuf
_t *
ndbuf
;
ndarray_subscript()
local
2012
ndbuf
_t *
ndbuf
= self->head;
ndarray_get_offset()
local
2158
ndbuf
_t *
ndbuf
= ((NDArrayObject *)self)->head;
ndarray_tobytes()
local
2236
const
ndbuf
_t *
ndbuf
;
ndarray_memoryview_from_buffer()
local
[all...]
Completed in 3 milliseconds