/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/ |
ffi.c | 40 void **p_argv; local 54 p_argv = ecif->avalue; 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 81 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 85 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 89 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 95 memcpy (argp, *p_argv, z); 97 memcpy (argp + 4 - z, *p_argv, z); 107 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 115 *(unsigned int *) argp = (unsigned int)(void *)(* p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
ffi.c | 44 register void **p_argv; local 55 p_argv = ecif->avalue; 80 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 84 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 88 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 92 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 96 /* *p_argv may not be aligned for a UINT32 */ 97 memcpy(argp, *p_argv, z); 106 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 110 memcpy(argp, *p_argv, z) 233 void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/arc/ |
ffi.c | 50 void **p_argv; local 63 p_argv = ecif->avalue; 86 *(signed int *) argp = (signed int) *(SINT8 *) (*p_argv); 90 *(unsigned int *) argp = (unsigned int) *(UINT8 *) (*p_argv); 94 *(signed int *) argp = (signed int) *(SINT16 *) (*p_argv); 98 *(unsigned int *) argp = (unsigned int) *(UINT16 *) (*p_argv); 102 memcpy (argp, *p_argv, (*p_arg)->size); 111 *(unsigned int *) argp = (unsigned int) *(UINT32 *) (*p_argv); 117 memcpy (argp, *p_argv, z); 122 memcpy (argp, *p_argv, z) 200 void **arg_area, **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
ffi.c | 147 void **p_argv; local 151 p_argv = ecif->avalue; 161 signed char v = *(SINT8 *)(* p_argv); 167 unsigned char v = *(UINT8 *)(* p_argv); 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); 176 *(unsigned int *) argp = (unsigned int) * (UINT16 *)(* p_argv); 179 memcpy(argp, *p_argv, (*p_arg)->size); 186 *(unsigned int *) argp = (unsigned int) * (UINT32 *)(* p_argv); 188 memcpy(argp, *p_argv, z); 190 p_argv++ [all...] |
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
x86-ffi_darwin.c | 43 register void **p_argv; local 55 p_argv = ecif->avalue; 74 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 78 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 82 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 86 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 90 *(signed int *) argp = (signed int)*(SINT32 *)(* p_argv); 94 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 98 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 107 memcpy(argp, *p_argv, z) 270 register void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/ |
ffi.c | 70 void **p_argv; local 77 p_argv = ecif->avalue; 141 *(unsigned int *)addr = (unsigned int)*(UINT8 *)(*p_argv); 144 *(signed int *)addr = (signed int)*(SINT8 *)(*p_argv); 147 *(unsigned int *)addr = (unsigned int)*(UINT16 *)(*p_argv); 150 *(signed int *)addr = (signed int)*(SINT16 *)(*p_argv); 153 memcpy(addr, *p_argv, z); 156 p_argv++; 273 register void **p_argv; local 294 p_argv = avalue [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/ |
ffi.c | 74 void **p_argv; local 80 p_argv = ecif->avalue; 94 memcpy (argp, *p_argv, z); 99 memcpy (argp, *p_argv, z); 110 memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size); 121 *(signed int *) argp = (signed int) *(SINT8 *) (*p_argv); 126 (unsigned int) *(UINT8 *) (*p_argv); 130 *(signed int *) argp = (signed int) *(SINT16 *) (*p_argv); 135 (unsigned int) *(UINT16 *) (*p_argv); 144 *(unsigned int *) argp = (unsigned int) *(UINT32 *) (*p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/ |
ffi.c | 40 register void **p_argv; local 45 p_argv = ecif->avalue; 59 *(void **) argp = *p_argv; 66 *(double *) argp = (double) *(float*)(* p_argv); 70 *(void **) argp = *(void **)(* p_argv); 78 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 82 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 86 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 90 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 99 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/ |
ffi.c | 40 void **p_argv; local 57 p_argv = ecif->avalue; 71 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv; 75 *(unsigned int *) argp = (unsigned int) *(UINT8 *) *p_argv; 79 *(signed int *) argp = (signed int) *(SINT16 *) *p_argv; 83 *(unsigned int *) argp = (unsigned int) *(UINT16 *) *p_argv; 89 memcpy (argp + 2, *p_argv, z); 91 memcpy (argp, *p_argv, z); 93 memcpy (argp + sizeof (int) - z, *p_argv, z); 104 memcpy (argp, *p_argv, z) 256 void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/ |
ffi.c | 75 void **p_argv; local 92 p_argv = ecif->avalue; 144 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv; 148 *(unsigned int *) argp = (unsigned int) *(UINT8 *) *p_argv; 152 *(signed int *) argp = (signed int) *(SINT16 *) *p_argv; 156 *(unsigned int *) argp = (unsigned int) *(UINT16 *) *p_argv; 164 *(unsigned int *) argp = *(unsigned int *) *p_argv; 171 memcpy (argp, *p_argv, z); 182 p_argv++; 271 void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
ffi.c | 40 register void **p_argv; local 52 p_argv = ecif->avalue; 55 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; (i != 0); i--, p_arg++, p_argv++) 71 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 74 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 77 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 80 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 82 memcpy(argp, *p_argv, (*p_arg)->size); 88 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 90 memcpy(argp, *p_argv, z) 299 register void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/ |
ffi.c | 38 register void **p_argv; local 43 p_argv = ecif->avalue; 63 *(void **) argp = *p_argv; 71 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 75 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 79 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 83 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 92 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 96 memcpy(argp, *p_argv, z); 98 p_argv++ [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
ffi.c | 40 void **p_argv; local 68 p_argv = ecif->avalue; 80 *(unsigned int *) argp = (unsigned long)(* p_argv); 92 *(signed int *) argp = *(SINT8 *)(* p_argv); 96 *(unsigned int *) argp = *(UINT8 *)(* p_argv); 100 *(signed int *) argp = *(SINT16 *)(* p_argv); 104 *(unsigned int *) argp = *(UINT16 *)(* p_argv); 113 memcpy(argp, *p_argv, z); 116 p_argv++; 127 void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/ |
ffi.c | 54 void **p_argv; local 67 p_argv = ecif->avalue; 81 *(signed int *) argp = (signed int) *(SINT8 *) *p_argv; 85 *(unsigned int *) argp = (unsigned int) *(UINT8 *) *p_argv; 89 *(signed int *) argp = (signed int) *(SINT16 *) *p_argv; 93 *(unsigned int *) argp = (unsigned int) *(UINT16 *) *p_argv; 97 memcpy (argp, *p_argv, z); 107 memcpy (argp, *p_argv, z); 114 p_argv++; 204 void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffi.c | 44 register void **p_argv; local 55 p_argv = ecif->avalue; 74 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 78 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 82 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 86 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 90 *(signed int *) argp = (signed int)*(SINT32 *)(* p_argv); 94 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 98 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 110 *(void **)argp = *p_argv; 354 register void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/ |
ffi.c | 46 void** p_argv; local 49 p_argv = ecif->avalue; 75 void* value = p_argv[i];
|
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/ |
ffi.c | 146 register void **p_argv; local 155 p_argv = ecif->avalue; 164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv); 168 *(UINT32 *)(stack - slot) = *(UINT8 *)(*p_argv); 172 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv); 176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv); 182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv), 184 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv); 191 *(UINT64 *)(stack - slot) = *(UINT64 *)(*p_argv); 197 *(UINT32 *)(stack - slot) = *(UINT32 *)(*p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/ |
ffi.c | 193 void **p_argv = ecif->avalue; local 206 i--, ptr++, p_argv++) 208 void *arg = *p_argv;
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/ |
ffi.c | 116 register void **p_argv; local 139 p_argv = ecif->avalue; 141 for (i = 0, p_arg = ecif->cif->arg_types; i < avn; i++, p_arg++, p_argv++) 155 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); 159 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); 163 *(signed int *) argp = (signed int)*(SINT16 *)(* p_argv); 167 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); 171 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 193 *(unsigned int *) argp = (unsigned int)*(UINT32 *)(* p_argv); 203 memcpy (argp, *p_argv, z) [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/ |
ffi.c | 63 register void **p_argv; local 76 p_argv = ecif->avalue; 78 for (i = 0, p_arg = ecif->cif->arg_types; i < avn; i++, p_arg++, p_argv++) 90 *(SINT64 *) argp = (SINT64) *(SINT8 *)(*p_argv); 94 *(UINT64 *) argp = (UINT64) *(UINT8 *)(*p_argv); 98 *(SINT64 *) argp = (SINT64) *(SINT16 *)(*p_argv); 102 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv); 106 memcpy (argp, *p_argv, z); 120 *(SINT64 *) argp = (SINT64) *(SINT32 *) (*p_argv); 127 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
ffi.c | 50 register void **p_argv; local 85 p_argv = ecif->avalue; 108 *(void **)argp = *p_argv; 112 memcpy(argp, *p_argv, z); 122 *(ffi_sarg *) argp = (ffi_sarg)*(SINT8 *)(* p_argv); 126 *(ffi_arg *) argp = (ffi_arg)*(UINT8 *)(* p_argv); 130 *(ffi_sarg *) argp = (ffi_sarg)*(SINT16 *)(* p_argv); 134 *(ffi_arg *) argp = (ffi_arg)*(UINT16 *)(* p_argv); 138 *(ffi_sarg *) argp = (ffi_sarg)*(SINT32 *)(* p_argv); 142 *(ffi_arg *) argp = (ffi_arg)*(UINT32 *)(* p_argv); 517 register void **p_argv; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/xtensa/ |
ffi.c | 114 } p_argv; local 119 p_argv.v = ecif->avalue; 130 i--, ptr++, p_argv.v++) 135 *addr++ = **p_argv.sc; 138 *addr++ = **p_argv.uc; 141 *addr++ = **p_argv.ss; 144 *addr++ = **p_argv.us; 151 *addr++ = **p_argv.i; 158 *(unsigned long long*)addr = **p_argv.ll; 178 memcpy((char*) addr, *p_argv.c, size) [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
ffi.c | 76 void **p_argv; local 105 p_argv = ecif->avalue; 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv); 157 *(ffi_arg *)argp = *(UINT8 *)(* p_argv); 161 *(ffi_arg *)argp = *(SINT16 *)(* p_argv); 165 *(ffi_arg *)argp = *(UINT16 *)(* p_argv); 169 *(ffi_arg *)argp = *(SINT32 *)(* p_argv); 177 *(ffi_arg *)argp = *(SINT32 *)(* p_argv); 179 *(ffi_arg *)argp = *(UINT32 *)(* p_argv); 185 *(float *) argp = *(float *)(* p_argv); [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
ffi_linux64.c | 415 } p_argv; local 441 p_argv.v = ecif->avalue; 450 i++, ptr++, p_argv.v++) 462 double_tmp = (*p_argv.d)[0]; 476 double_tmp = (*p_argv.d)[1]; 497 double_tmp = **p_argv.d; 515 double_tmp = **p_argv.f; 551 arg.v = *p_argv.v; 594 memcpy (next_arg.c, *p_argv.c, first); 595 memcpy (rest.c, *p_argv.c + first, (*ptr)->size - first) [all...] |
ffi_sysv.c | 403 } p_argv; local 434 p_argv.v = ecif->avalue; 437 i--, ptr++, p_argv.v++) 449 double_tmp = (*p_argv.d)[0]; 461 double_tmp = (*p_argv.d)[1]; 468 double_tmp = (*p_argv.d)[1]; 477 double_tmp = **p_argv.d; 497 double_tmp = **p_argv.f; 525 int_tmp = (*p_argv.ui)[ii]; 533 int_tmp = (*p_argv.ui)[ii] [all...] |