HomeSort by relevance Sort by last modified time
    Searched full:tstate (Results 1 - 25 of 25) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate); variable
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate); variable
pystate.h 96 long thread_id; /* Thread id where this tstate was created */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate); variable
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate); variable
pystate.h 96 long thread_id; /* Thread id where this tstate was created */
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 110 uint32_t sState[2], tState[2];
115 tState[0] = 0; tState[1] = 0;
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
122 if(sState[0] != 0 || tState[0] != 0) {
123 log("State != 0 : %08X %08X\n", sState[0], tState[0]);
  /external/icu4c/test/intltest/
tscoll.cpp 114 uint32_t sState[2], tState[2];
119 tState[0] = 0; tState[1] = 0;
124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
126 if(sState[0] != 0 || tState[0] != 0) {
127 log("State != 0 : %08X %08X\n", sState[0], tState[0]);
  /external/libppp/src/
slcompress.c 87 register struct cstate *tstate = comp->tstate; local
91 tstate[i].cs_id = i;
92 tstate[i].cs_next = &tstate[i - 1];
94 tstate[0].cs_next = &tstate[max_state];
95 tstate[0].cs_id = 0;
96 comp->last_cs = &tstate[0];
slcompress.h 131 struct cstate *last_cs; /* most recently used tstate */
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */ member in struct:slcompress
  /external/ppp/pppd/include/net/
slcompress.h 120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
vjcompress.h 119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:vjcompress
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 233 uint32_t sState[2], tState[2];
244 tState[0] = 0; tState[1] = 0;
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
251 if(sState[0] != 0 || tState[0] != 0) {
252 /*log_verbose("State != 0 : %08X %08X\n", sState[0], tState[0]);*/
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 2883 PyThreadState *tstate = PyThreadState_GET(); local
2899 PyThreadState *tstate = PyThreadState_GET(); local
3047 PyThreadState *tstate = PyThreadState_GET(); local
    [all...]
qavltree.c 2365 PyThreadState *tstate = PyThreadState_GET(); local
2381 PyThreadState *tstate = PyThreadState_GET(); local
2529 PyThreadState *tstate = PyThreadState_GET(); local
    [all...]
qbintree.c 2360 PyThreadState *tstate = PyThreadState_GET(); local
2376 PyThreadState *tstate = PyThreadState_GET(); local
2524 PyThreadState *tstate = PyThreadState_GET(); local
    [all...]
qrbtree.c 2362 PyThreadState *tstate = PyThreadState_GET(); local
2378 PyThreadState *tstate = PyThreadState_GET(); local
2526 PyThreadState *tstate = PyThreadState_GET(); local
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 233 uint32_t sState[2], tState[2];
244 tState[0] = 0; tState[1] = 0;
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
251 if(sState[0] != 0 || tState[0] != 0) {
252 /*log_verbose("State != 0 : %08X %08X\n", sState[0], tState[0]);*/
    [all...]
  /external/mksh/src/
sh.h 1226 struct tstate { struct
    [all...]
main.c     [all...]
exec.c 1167 struct tstate ts;
    [all...]
funcs.c 1192 struct tstate ts;
    [all...]
edit.c 748 struct tstate ts;
    [all...]
  /external/strace/
syscall.c     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 175 ALOGV("\tstate = %u", c.state);
    [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 1125 milliseconds