Searched defs:cbuf (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dtokenizer.c1329 char cbuf[80]; local
1331 tp = cbuf;
1335 (size_t)(tp - cbuf + 1) < sizeof(cbuf));
1340 if ((tp = strstr(cbuf, *cp))) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dtokenizer.c1309 char cbuf[80]; local
1311 tp = cbuf;
1315 (size_t)(tp - cbuf + 1) < sizeof(cbuf));
1320 if ((tp = strstr(cbuf, *cp))) {
/device/google/contexthub/firmware/os/platform/stm32/
H A Di2c.c135 const uint8_t *cbuf; member in union:I2cStmState::__anon342::__anon343
396 regs->DR = state->tx.cbuf[state->tx.offset];
514 state->tx.cbuf = xfer->txBuf;
632 stmI2cMasterStartDma(pdev, &pdev->board->dmaTx, state->tx.cbuf,
900 state->tx.cbuf = xfer->txBuf;
1016 state->tx.cbuf = txBuf;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c751 outlen = recv(s->sock_fd, cbuf, len, flags);
2399 sock_recv_guts(PySocketSockObject *s, char* cbuf, int len, int flags) argument
2418 outlen = recv(s->sock_fd, cbuf, len, flags);
2433 read_buf = cbuf;
2472 outlen = read_buf - cbuf;
2605 sock_recvfrom_guts(PySocketSockObject *s, char* cbuf, int len, int flags, argument
2630 n = recvfrom(s->sock_fd, cbuf, len, flags,
2633 n = recvfrom(s->sock_fd, cbuf, len, flags,
2637 n = recvfrom(s->sock_fd, cbuf, len, flags,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c2340 sock_recv_guts(PySocketSockObject *s, char* cbuf, int len, int flags) argument
2358 outlen = recv(s->sock_fd, cbuf, len, flags);
2372 read_buf = cbuf;
2408 outlen = read_buf - cbuf;
2541 sock_recvfrom_guts(PySocketSockObject *s, char* cbuf, int len, int flags, argument
2565 n = recvfrom(s->sock_fd, cbuf, len, flags,
2568 n = recvfrom(s->sock_fd, cbuf, len, flags,
2572 n = recvfrom(s->sock_fd, cbuf, len, flags,

Completed in 168 milliseconds