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

  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_string.i 29 %typemap(in) string (char * tempptr) {
31 tempptr = SWIG_scm2str($input);
32 $1.assign(tempptr);
33 if (tempptr) SWIG_free(tempptr);
39 %typemap(in) const string & ($*1_ltype temp, char *tempptr) {
41 tempptr = SWIG_scm2str($input);
42 temp.assign(tempptr);
43 if (tempptr) SWIG_free(tempptr);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 33 %typemap(in) string (char * tempptr) {
41 tempptr = SWIG_MakeString($input);
42 $1.assign(tempptr);
43 if (tempptr) SWIG_free(tempptr);
47 %typemap(in) const string& ($*1_ltype temp, char *tempptr) {
57 tempptr = SWIG_MakeString($input);
58 temp.assign(tempptr);
59 if (tempptr) SWIG_free(tempptr);
    [all...]
  /external/bison/lib/
obstack.h 160 void *tempptr;
493 (h)->temp.tempptr = (h)->object_base, \
501 (h)->temp.tempptr)
159 void *tempptr; member in union:obstack::__anon5724
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon39047
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon41020
  /external/pcre/dist/
pcre_compile.c 4480 const pcre_uchar *tempptr; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 1284 uint8_t *tempptr; local
    [all...]
  /external/vboot_reference/tests/
cgptlib_test.c 819 uint8_t *tempptr; local
935 tempptr = gpt->primary_entries;
940 gpt->primary_entries = tempptr;
    [all...]

Completed in 2067 milliseconds