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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon4363
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon4669
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /external/python/cpython2/Include/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon32612
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon66502
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon66624
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon1017
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 28 Interning strings (ob_sstate) tries to ensure that only one string
38 int ob_sstate; member in struct:__anon1140
45 * ob_sstate != 0 iff the string object is in stringobject.c's
88 #define PyString_CHECK_INTERNED(op) (((PyStringObject *)(op))->ob_sstate)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 22 count of a string is: s->ob_refcnt + (s->ob_sstate?2:0)
93 op->ob_sstate = SSTATE_NOT_INTERNED;
148 op->ob_sstate = SSTATE_NOT_INTERNED;
1066 op->ob_sstate = SSTATE_NOT_INTERNED;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 22 count of a string is: s->ob_refcnt + (s->ob_sstate?2:0)
93 op->ob_sstate = SSTATE_NOT_INTERNED;
148 op->ob_sstate = SSTATE_NOT_INTERNED;
1061 op->ob_sstate = SSTATE_NOT_INTERNED;
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 22 count of a string is: s->ob_refcnt + (s->ob_sstate?2:0)
93 op->ob_sstate = SSTATE_NOT_INTERNED;
148 op->ob_sstate = SSTATE_NOT_INTERNED;
1066 op->ob_sstate = SSTATE_NOT_INTERNED;
1108 op->ob_sstate = SSTATE_NOT_INTERNED;
    [all...]

Completed in 203 milliseconds