Searched defs:tp (Results 1 - 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A Dgettimeofday.c58 gettimeofday (struct timeval *tp, void *ignore) argument
63 tp->tv_sec = t;
64 tp->tv_usec = 0;
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dinet_neta.c97 char *tp; local
106 tp = dst;
112 size -= (size_t)(dst - tp);
H A Dinet_pton.c126 u_char tmp[NS_INADDRSZ], *tp; local
130 *(tp = tmp) = 0;
135 u_int new = *tp * 10 + (u_int)(pch - digits);
139 *tp = (u_char)new;
148 *++tp = 0;
181 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
186 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
187 endp = tp + NS_IN6ADDRSZ;
214 colonp = tp;
217 if (tp
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
H A Dinet_ntop.c139 char *tp, *ep; local
184 tp = tmp;
191 *tp++ = ':';
196 if (tp + 1 >= ep)
198 *tp++ = ':';
205 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
207 tp += strlen(tp);
210 advance = snprintf(tp, (size_
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokenBuffer.h63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr member in class:ANTLRTokenBuffer
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DATokenBuffer.h63 _ANTLRTokenPtr *tp; // pts into buffer; current token ptr member in class:ANTLRTokenBuffer
/device/google/cuttlefish_common/common/libs/threads/
H A Dcuttlefish_thread.h97 int WaitUntil(const cvd::time::MonotonicTimePoint& tp) { argument
99 tp.ToTimespec(&ts);
/device/google/marlin/usb/
H A DUsb.cpp159 struct timeval tp; local
162 gettimeofday(&tp, NULL);
163 to.tv_sec = tp.tv_sec + PORT_TYPE_TIMEOUT;
164 to.tv_nsec = tp.tv_usec * 1000;;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Diobase.c198 PyObject *tp, *v, *tb; local
208 PyErr_Fetch(&tp, &v, &tb);
231 PyErr_Restore(tp, v, tb);
H A Dbufferedio.c1177 PyTypeObject *tp; local
1181 tp = Py_TYPE(self);
1182 if (tp == &PyBufferedReader_Type ||
1183 tp == &PyBufferedRandom_Type) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Diobase.c198 PyObject *tp, *v, *tb; local
208 PyErr_Fetch(&tp, &v, &tb);
231 PyErr_Restore(tp, v, tb);
H A Dbufferedio.c1159 PyTypeObject *tp; local
1163 tp = Py_TYPE(self);
1164 if (tp == &PyBufferedReader_Type ||
1165 tp == &PyBufferedRandom_Type) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c1519 _PyObject_GC_New(PyTypeObject *tp) argument
1521 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp));
1523 op = PyObject_INIT(op, tp);
1528 _PyObject_GC_NewVar(PyTypeObject *tp, Py_ssize_t nitems) argument
1530 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1533 op = PyObject_INIT_VAR(op, tp, nitems);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dtokenizer.c1330 char *tp, **cp; local
1331 tp = cbuf;
1333 *tp++ = c = tok_nextc(tok);
1335 (size_t)(tp - cbuf + 1) < sizeof(cbuf));
1336 *tp = '\0';
1340 if ((tp = strstr(cbuf, *cp))) {
1341 int newsize = atoi(tp + strlen(*cp));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c1465 _PyObject_GC_New(PyTypeObject *tp) argument
1467 PyObject *op = _PyObject_GC_Malloc(_PyObject_SIZE(tp));
1469 op = PyObject_INIT(op, tp);
1474 _PyObject_GC_NewVar(PyTypeObject *tp, Py_ssize_t nitems) argument
1476 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1479 op = PyObject_INIT_VAR(op, tp, nitems);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dtokenizer.c1310 char *tp, **cp; local
1311 tp = cbuf;
1313 *tp++ = c = tok_nextc(tok);
1315 (size_t)(tp - cbuf + 1) < sizeof(cbuf));
1316 *tp = '\0';
1320 if ((tp = strstr(cbuf, *cp))) {
1321 int newsize = atoi(tp + strlen(*cp));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dclassobject.c2324 PyTypeObject *tp = obj->ob_type; local
2327 if (PyType_HasFeature(tp, Py_TPFLAGS_HAVE_CLASS)) {
2328 if (tp->tp_dict == NULL) {
2329 if (PyType_Ready(tp) < 0)
2332 descr = _PyType_Lookup(tp, name);
H A Dobject.c92 PyTypeObject *tp; local
94 for (tp = type_list; tp; tp = tp->tp_next)
98 tp->tp_name, tp->tp_allocs, tp->tp_frees,
99 tp->tp_maxalloc);
114 PyTypeObject *tp; local
139 inc_count(PyTypeObject *tp) argument
170 dec_count(PyTypeObject *tp) argument
218 PyObject_Init(PyObject *op, PyTypeObject *tp) argument
229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) argument
241 _PyObject_New(PyTypeObject *tp) argument
251 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) argument
1107 PyTypeObject *tp = v->ob_type; local
1174 PyTypeObject *tp = Py_TYPE(v); local
1220 PyTypeObject *tp = Py_TYPE(v); local
1280 PyTypeObject *tp = Py_TYPE(obj); local
1329 PyTypeObject *tp = Py_TYPE(obj); local
1468 PyTypeObject *tp = Py_TYPE(obj); local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dclassobject.c2300 PyTypeObject *tp = obj->ob_type; local
2303 if (PyType_HasFeature(tp, Py_TPFLAGS_HAVE_CLASS)) {
2304 if (tp->tp_dict == NULL) {
2305 if (PyType_Ready(tp) < 0)
2308 descr = _PyType_Lookup(tp, name);
H A Dobject.c92 PyTypeObject *tp; local
94 for (tp = type_list; tp; tp = tp->tp_next)
98 tp->tp_name, tp->tp_allocs, tp->tp_frees,
99 tp->tp_maxalloc);
114 PyTypeObject *tp; local
139 inc_count(PyTypeObject *tp) argument
170 dec_count(PyTypeObject *tp) argument
218 PyObject_Init(PyObject *op, PyTypeObject *tp) argument
229 PyObject_InitVar(PyVarObject *op, PyTypeObject *tp, Py_ssize_t size) argument
241 _PyObject_New(PyTypeObject *tp) argument
251 _PyObject_NewVar(PyTypeObject *tp, Py_ssize_t nitems) argument
1100 PyTypeObject *tp = v->ob_type; local
1167 PyTypeObject *tp = Py_TYPE(v); local
1213 PyTypeObject *tp = Py_TYPE(v); local
1273 PyTypeObject *tp = Py_TYPE(obj); local
1322 PyTypeObject *tp = Py_TYPE(obj); local
1461 PyTypeObject *tp = Py_TYPE(obj); local
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c462 Tree **tp=&t; local
470 *tp=node;
471 tp=&(node->right);
473 *tp=NULL;
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A D_regset.h66 unsigned long tp; member in struct:_special
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dceval.c4401 PyTypeObject *tp = u->ob_type; local
4402 PySequenceMethods *sq = tp->tp_as_sequence;
4428 PyTypeObject *tp = u->ob_type; local
4429 PySequenceMethods *sq = tp->tp_as_sequence;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_io.py601 buf = self.tp(raw)
607 bufio = self.tp(rawio)
618 bufio = self.tp(rawio)
624 tp = self.tp
626 class MyBufferedIO(tp):
654 bufio = self.tp(rawio)
668 self.tp(rawio).xyzzy
680 b = self.tp(raw)
681 clsname = "%s.%s" % (self.tp
896 tp = io.BufferedReader variable in class:CBufferedReaderTest
937 tp = pyio.BufferedReader variable in class:PyBufferedReaderTest
1159 tp = io.BufferedWriter variable in class:CBufferedWriterTest
1198 tp = pyio.BufferedWriter variable in class:PyBufferedWriterTest
1319 tp = io.BufferedRWPair variable in class:CBufferedRWPairTest
1322 tp = pyio.BufferedRWPair variable in class:PyBufferedRWPairTest
1507 tp = io.BufferedRandom variable in class:CBufferedRandomTest
1524 tp = pyio.BufferedRandom variable in class:PyBufferedRandomTest
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c4379 PyTypeObject *tp = u->ob_type; local
4380 PySequenceMethods *sq = tp->tp_as_sequence;
4406 PyTypeObject *tp = u->ob_type; local
4407 PySequenceMethods *sq = tp->tp_as_sequence;

Completed in 175 milliseconds

12