Searched refs:argp2 (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | ffi.c | 56 char *argp2 = stack; in ffi_prep_args() local 193 if (p_stack_data[0] != argp2) in ffi_prep_args() 197 memmove (argp2 + zz, argp2, in ffi_prep_args() 198 (size_t) ((char *) p_stack_data[0] - (char*)argp2)); in ffi_prep_args() 199 memcpy (argp2, h, zz); in ffi_prep_args() 202 argp2 += zz; in ffi_prep_args() 209 if (stack_args_count > 0 && p_stack_data[1] != argp2) in ffi_prep_args() 216 memmove (argp2 + zz, argp2, (size_t) ((char*) p_stack_data[1] - (char*)argp2)); in ffi_prep_args() 217 memcpy (argp2, h, zz); in ffi_prep_args()
|
/external/marisa-trie/bindings/perl/ |
D | marisa-swig_wrap.cxx | 2261 void *argp2 ; in XS() local 2274 res2 = SWIG_ConvertPtr(ST(1), &argp2, SWIGTYPE_p_marisa__Key, 0 ); in XS() 2278 if (!argp2) { in XS() 2281 arg2 = reinterpret_cast< marisa::Key * >(argp2); in XS() 3456 void *argp2 = 0 ; in XS() local 3471 res2 = SWIG_ConvertPtr(ST(1), &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); in XS() 3475 if (!argp2) { in XS() 3478 arg2 = reinterpret_cast< marisa_swig::Keyset * >(argp2); in XS() 3513 void *argp2 = 0 ; in XS() local 3526 res2 = SWIG_ConvertPtr(ST(1), &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); in XS() [all …]
|
/external/marisa-trie/bindings/ruby/ |
D | marisa-swig_wrap.cxx | 2356 void *argp2 ; local 2367 res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_marisa__Key, 0 ); 2371 if (!argp2) { 2374 arg2 = reinterpret_cast< marisa::Key * >(argp2); 3337 void *argp2 = 0 ; local 3350 res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); 3354 if (!argp2) { 3357 arg2 = reinterpret_cast< marisa_swig::Keyset * >(argp2); 3384 void *argp2 = 0 ; local 3395 res2 = SWIG_ConvertPtr(argv[0], &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); [all …]
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 3464 void *argp2 = 0 ; in _wrap_Keyset_push_back__SWIG_0() local 3475 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_marisa__Key, 0 | 0); in _wrap_Keyset_push_back__SWIG_0() 3479 if (!argp2) { in _wrap_Keyset_push_back__SWIG_0() 3482 arg2 = reinterpret_cast< marisa::Key * >(argp2); in _wrap_Keyset_push_back__SWIG_0() 4430 void *argp2 = 0 ; in _wrap_Trie_build__SWIG_0() local 4444 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); in _wrap_Trie_build__SWIG_0() 4448 if (!argp2) { in _wrap_Trie_build__SWIG_0() 4451 arg2 = reinterpret_cast< marisa_swig::Keyset * >(argp2); in _wrap_Trie_build__SWIG_0() 4479 void *argp2 = 0 ; in _wrap_Trie_build__SWIG_1() local 4490 res2 = SWIG_ConvertPtr(obj1, &argp2, SWIGTYPE_p_marisa_swig__Keyset, 0 ); in _wrap_Trie_build__SWIG_1() [all …]
|