OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suboffsets
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView_C.c
11
Py_ssize_t
suboffsets
[{{max_dims}}];
member in struct:__anon16381
212
} else if (buf->
suboffsets
) {
214
"Buffer exposes
suboffsets
but no strides");
230
if (buf->
suboffsets
&& buf->
suboffsets
[dim] >= 0) {
239
if (!buf->
suboffsets
|| (buf->
suboffsets
&& buf->
suboffsets
[dim] < 0)) {
413
if (buf->
suboffsets
) {
414
memviewslice->
suboffsets
[i] = buf->suboffsets[i]
[
all
...]
MemoryView.pyx
45
Py_ssize_t
suboffsets
[{{max_dims}}]
192
info.
suboffsets
= NULL
424
if self.view.
suboffsets
!= NULL:
425
assert_direct_dimensions(self.view.
suboffsets
, self.view.ndim)
480
info.
suboffsets
= self.view.
suboffsets
482
info.
suboffsets
= NULL
525
property
suboffsets
:
528
if self.view.
suboffsets
== NULL:
531
return tuple([self.view.
suboffsets
[i] for i in xrange(self.view.ndim)]
[
all
...]
Buffer.c
6
Py_ssize_t shape, strides,
suboffsets
;
member in struct:__anon16353
783
buf->
suboffsets
= __Pyx_minusones;
814
if (buf->
suboffsets
== NULL) buf->
suboffsets
= __Pyx_minusones;
823
if (info->
suboffsets
== __Pyx_minusones) info->
suboffsets
= NULL;
ModuleSetupCode.c
88
Py_ssize_t *
suboffsets
;
member in struct:__anon16386
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd
98
info.
suboffsets
= NULL
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd
234
info.
suboffsets
= NULL
[
all
...]
/external/chromium_org/third_party/bintrees/bintrees/
cwalker.c
83
Py_ssize_t *
suboffsets
;
member in struct:__anon16216
[
all
...]
qavltree.c
83
Py_ssize_t *
suboffsets
;
member in struct:__anon16220
[
all
...]
qbintree.c
83
Py_ssize_t *
suboffsets
;
member in struct:__anon16224
[
all
...]
qrbtree.c
83
Py_ssize_t *
suboffsets
;
member in struct:__anon16228
[
all
...]
Completed in 170 milliseconds