OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Py_MEMCPY
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h
302
/*
Py_MEMCPY
can be used instead of memcpy in cases where the copied blocks
309
#define
Py_MEMCPY
(target, source, length) do { \
320
#define
Py_MEMCPY
memcpy
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h
302
/*
Py_MEMCPY
can be used instead of memcpy in cases where the copied blocks
309
#define
Py_MEMCPY
(target, source, length) do { \
320
#define
Py_MEMCPY
memcpy
[
all
...]
Completed in 119 milliseconds