/external/chromium/chrome/browser/debugger/ |
D | devtools_remote_listen_socket.cc | 31 pBuf++;\ 111 const char* pBuf, in DidRead() argument 115 if (cr_received_ && *pBuf == '\n') { in DidRead() 119 while (*pBuf != '\r' && len > 0) { in DidRead() 120 protocol_field_.push_back(*pBuf); in DidRead() 123 if (*pBuf == '\r') { in DidRead() 140 protocol_field_.push_back(*pBuf); in DidRead()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 136 static S_BUFFER_INFO *pBuf = NULL; variable 355 memset(ptrOutL, 0, pBuf->uOutFrames); in RenderProc() 356 memset(ptrOutR, 0, pBuf->uOutFrames); in RenderProc() 359 if (pBuf->ix == 0 ) in RenderProc() 368 short* pData = pBuf->pData[--(pBuf->ix)]; in RenderProc() 372 for (i = 0; i < pBuf->uOutFrames; i+=2 ) in RenderProc() 388 memcpy(pBuf->pData[(pBuf->ix)++], pAudioBuffer, 2048); in addData() 412 while(pBuf->ix == MAX_BUFFERS - 1) in EAS_RenderWaveOut() 433 while(pBuf->ix == MAX_BUFFERS - 1) in EAS_RenderAuxMixerWaveOut() 527 pBuf = (S_BUFFER_INFO *) malloc(sizeof(S_BUFFER_INFO)); in OpenWaveOutDevice() [all …]
|
/external/libnfc-nci/src/udrv/include/ |
D | uusb.h | 154 typedef void (*tUUSB_PROT_COMPLETE_CB ) (UINT8 *pBuf,UINT16 NumBytesInBuf); 271 UINT8* pBuf);
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_media.h | 189 extern void btif_media_aa_writebuf(BT_HDR *pBuf, UINT32 timestamp, UINT16 seq_num);
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 1855 LCHAR* pBuf = NULL; in filter_CA_FullResultLabel() local 1878 if (pBuf == NULL) in filter_CA_FullResultLabel() 1879 pBuf = bosBuf; in filter_CA_FullResultLabel() 1882 *pBuf = 0; in filter_CA_FullResultLabel() 1883 pBuf = eosBuf; in filter_CA_FullResultLabel() 1893 if (pBuf == NULL) in filter_CA_FullResultLabel() 1894 pBuf = bosBuf; in filter_CA_FullResultLabel() 1897 *pBuf = 0; in filter_CA_FullResultLabel() 1898 pBuf = eosBuf; in filter_CA_FullResultLabel() 1912 *pBuf = *label; in filter_CA_FullResultLabel() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/os2/ |
D | SDL_syscdrom.c | 174 mtp.pBuf = mtr; in SDL_SYS_CDGetTOC()
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 6105 void *pBuf; /* The content of the page */ member
|
D | sqlite3.c | 6655 void *pBuf; /* The content of the page */ member 14738 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() argument 14740 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead() 14742 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() argument 14744 return id->pMethods->xWrite(id, pBuf, amt, offset); in sqlite3OsWrite() 15676 static void randomFill(char *pBuf, int nByte){ in randomFill() argument 15678 x = SQLITE_PTR_TO_INT(pBuf); in randomFill() 15684 *(int*)pBuf = r; in randomFill() 15685 pBuf += 4; in randomFill() 15692 *(pBuf++) = r & 0xff; in randomFill() [all …]
|
/external/sqlite/dist/ |
D | sqlite3.h | 6105 void *pBuf; /* The content of the page */ member
|
D | sqlite3.c | 6655 void *pBuf; /* The content of the page */ member 14738 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() argument 14740 return id->pMethods->xRead(id, pBuf, amt, offset); in sqlite3OsRead() 14742 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() argument 14744 return id->pMethods->xWrite(id, pBuf, amt, offset); in sqlite3OsWrite() 15676 static void randomFill(char *pBuf, int nByte){ in randomFill() argument 15678 x = SQLITE_PTR_TO_INT(pBuf); in randomFill() 15684 *(int*)pBuf = r; in randomFill() 15685 pBuf += 4; in randomFill() 15692 *(pBuf++) = r & 0xff; in randomFill() [all …]
|