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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c 76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v);
83 #define STATE_SETG0(v) STATE_SETG(0, v)
84 #define STATE_SETG1(v) STATE_SETG(1, v)
85 #define STATE_SETG2(v) STATE_SETG(2, v)
86 #define STATE_SETG3(v) STATE_SETG(3, v)
373 STATE_SETG(designation, charset)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c 76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v);
83 #define STATE_SETG0(v) STATE_SETG(0, v)
84 #define STATE_SETG1(v) STATE_SETG(1, v)
85 #define STATE_SETG2(v) STATE_SETG(2, v)
86 #define STATE_SETG3(v) STATE_SETG(3, v)
373 STATE_SETG(designation, charset)
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c 76 #define STATE_SETG(dn, v) ((state)->c[dn]) = (v);
83 #define STATE_SETG0(v) STATE_SETG(0, v)
84 #define STATE_SETG1(v) STATE_SETG(1, v)
85 #define STATE_SETG2(v) STATE_SETG(2, v)
86 #define STATE_SETG3(v) STATE_SETG(3, v)
373 STATE_SETG(designation, charset)
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c 76 #define STATE_SETG(dn, v) do { ((state)->c[dn]) = (v); } while (0)
83 #define STATE_SETG0(v) STATE_SETG(0, v)
84 #define STATE_SETG1(v) STATE_SETG(1, v)
85 #define STATE_SETG2(v) STATE_SETG(2, v)
86 #define STATE_SETG3(v) STATE_SETG(3, v)
368 STATE_SETG(designation, charset);
    [all...]

Completed in 83 milliseconds