HomeSort by relevance Sort by last modified time
    Searched refs:Py_MEMCPY (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c     [all...]
stringobject.c 95 Py_MEMCPY(op->ob_sval, str, size);
149 Py_MEMCPY(op->ob_sval, str, size+1);
177 Py_MEMCPY(count, vargs, sizeof(va_list));
366 Py_MEMCPY(s, p, i);
646 Py_MEMCPY(p, r, rn);
1067 Py_MEMCPY(op->ob_sval, a->ob_sval, Py_SIZE(a));
1068 Py_MEMCPY(op->ob_sval + Py_SIZE(a), b->ob_sval, Py_SIZE(b));
    [all...]
bytes_methods.c 259 Py_MEMCPY(result, cptr, len);
287 Py_MEMCPY(result, cptr, len);
unicodeobject.c 725 Py_MEMCPY(count, vargs, sizeof(va_list));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c     [all...]
stringobject.c 95 Py_MEMCPY(op->ob_sval, str, size);
149 Py_MEMCPY(op->ob_sval, str, size+1);
177 Py_MEMCPY(count, vargs, sizeof(va_list));
366 Py_MEMCPY(s, p, i);
646 Py_MEMCPY(p, r, rn);
1062 Py_MEMCPY(op->ob_sval, a->ob_sval, Py_SIZE(a));
1063 Py_MEMCPY(op->ob_sval + Py_SIZE(a), b->ob_sval, Py_SIZE(b));
    [all...]
bytes_methods.c 259 Py_MEMCPY(result, cptr, len);
287 Py_MEMCPY(result, cptr, len);
unicodeobject.c 680 Py_MEMCPY(count, vargs, sizeof(va_list));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 299 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
306 #define Py_MEMCPY(target, source, length) do { \
317 #define Py_MEMCPY memcpy
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 298 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
305 #define Py_MEMCPY(target, source, length) do { \
316 #define Py_MEMCPY memcpy
    [all...]
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 314 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
321 #define Py_MEMCPY(target, source, length) do { \
332 #define Py_MEMCPY memcpy
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 299 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
306 #define Py_MEMCPY(target, source, length) do { \
317 #define Py_MEMCPY memcpy
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [all...]
  /prebuilts/gdb/darwin-x86/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...]
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [all...]
  /prebuilts/gdb/linux-x86/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...]
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [all...]
  /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...]
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [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...]
unicodeobject.h 394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
transmogrify.h 110 Py_MEMCPY(STRINGLIB_STR(u) + left,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
transmogrify.h 110 Py_MEMCPY(STRINGLIB_STR(u) + left,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 490 Py_MEMCPY(PyString_AS_STRING(new_data),
492 Py_MEMCPY(PyString_AS_STRING(new_data) + old_size,
    [all...]

Completed in 486 milliseconds