/device/google/contexthub/firmware/os/core/ |
D | printf.c | 188 …2_t cvprintf(printf_write_c putc_f, uint32_t flags, void* userData, const char* fmtStr, va_list vl) in cvprintf() argument 237 t = va_arg(vl,unsigned int); in cvprintf() 244 str = va_arg(vl,char*); in cvprintf() 328 useSizeT ? va_arg(vl, size_t) : \ in cvprintf() 329 usePtrdiffT ? va_arg(vl, ptrdiff_t) : \ in cvprintf() 330 useLongLong ? va_arg(vl, unsigned long long) : \ in cvprintf() 331 useLong ? va_arg(vl, unsigned long) : \ in cvprintf() 332 useChar ? (unsigned char)va_arg(vl, unsigned int) : \ in cvprintf() 333 useShort ? (unsigned short)va_arg(vl, unsigned int) : \ in cvprintf() 334 va_arg(vl, unsigned int) in cvprintf() [all …]
|
D | bl.c | 110 va_list vl; in blLog() local 112 va_start(vl, str); in blLog() 113 cvprintf(blLogPutcharF, 0, NULL, str, vl); in blLog() 114 va_end(vl); in blLog()
|
D | seos.c | 1486 void osLogv(char clevel, uint32_t flags, const char *str, va_list vl) in osLogv() argument 1491 cvprintf(platLogPutcharF, flags, userData, str, vl); in osLogv() 1498 va_list vl; in osLog() local 1500 va_start(vl, str); in osLog() 1501 osLogv((char)level, 0, str, vl); in osLog() 1502 va_end(vl); in osLog()
|
/device/google/contexthub/firmware/os/inc/ |
D | syscall_defs.h | 26 va_list vl; in syscallDoGeneric() local 28 va_start(vl, syscallNo); in syscallDoGeneric() 30 ret = cpuSyscallDo(syscallNo, &vl); in syscallDoGeneric() 32 ret = cpuSyscallDo(syscallNo, *(uint32_t*)&vl); in syscallDoGeneric() 34 va_end(vl); in syscallDoGeneric()
|
D | syscallDo.h | 85 static inline void eOsLogv(enum LogLevel level, const char *str, va_list vl) in eOsLogv() argument 87 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLogv() 92 va_list vl; in eOsLog() local 94 va_start(vl, str); in eOsLog() 95 eOsLogvInternal(level, str, VA_LIST_TO_INTEGER(vl)); in eOsLog() 96 va_end(vl); in eOsLog()
|
D | printf.h | 33 …32_t cvprintf(printf_write_c writeF, uint32_t flags, void* writeD, const char* fmtStr, va_list vl);
|
D | seos.h | 309 void osLogv(char clevel, uint32_t flags, const char *str, va_list vl);
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app_syscalls.c | 57 va_list vl; in chreLog() local 59 va_start(vl, str); in chreLog() 60 (void)syscallDo3P(SYSCALL_CHRE_API(LOG), level, str, VA_LIST_TO_INTEGER(vl)); in chreLog() 61 va_end(vl); in chreLog()
|
D | chre11_app_syscalls.c | 60 va_list vl; in chreLog() local 62 va_start(vl, str); in chreLog() 63 (void)syscallDo3P(SYSCALL_CHRE_API(LOG), level, str, VA_LIST_TO_INTEGER(vl)); in chreLog() 64 va_end(vl); in chreLog()
|
D | chre_app_syscalls.c | 60 va_list vl; in chreLog() local 62 va_start(vl, str); in chreLog() 63 (void)syscallDo3P(SYSCALL_CHRE_API(LOG), level, str, VA_LIST_TO_INTEGER(vl)); in chreLog() 64 va_end(vl); in chreLog()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/ |
D | syscallDo.h | 36 __swi uintptr_t cpuSyscallDo(uint32_t syscallNo, uint32_t vl);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listobject.c | 2369 PyListObject *vl, *wl; in list_richcompare() local 2377 vl = (PyListObject *)v; in list_richcompare() 2380 if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) { in list_richcompare() 2392 for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) { in list_richcompare() 2393 int k = PyObject_RichCompareBool(vl->ob_item[i], in list_richcompare() 2401 if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) { in list_richcompare() 2403 Py_ssize_t vs = Py_SIZE(vl); in list_richcompare() 2435 return PyObject_RichCompare(vl->ob_item[i], wl->ob_item[i], op); in list_richcompare()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listobject.c | 2370 PyListObject *vl, *wl; in list_richcompare() local 2378 vl = (PyListObject *)v; in list_richcompare() 2381 if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) { in list_richcompare() 2393 for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) { in list_richcompare() 2394 int k = PyObject_RichCompareBool(vl->ob_item[i], in list_richcompare() 2402 if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) { in list_richcompare() 2404 Py_ssize_t vs = Py_SIZE(vl); in list_richcompare() 2436 return PyObject_RichCompare(vl->ob_item[i], wl->ob_item[i], op); in list_richcompare()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 4277 va_list vl; local 4280 va_start(vl, fmtStr); 4281 ret = cvprintf(writeF, 0, writeD, fmtStr, vl); 4282 va_end(vl);
|