Searched refs:pBuf (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket.cc31 pBuf++;\
111 const char* pBuf,
115 if (cr_received_ && *pBuf == '\n') {
119 while (*pBuf != '\r' && len > 0) {
120 protocol_field_.push_back(*pBuf);
123 if (*pBuf == '\r') {
140 protocol_field_.push_back(*pBuf);
110 DidRead(ListenSocket* connection, const char* pBuf, int len) argument
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c136 static S_BUFFER_INFO *pBuf = NULL; variable
355 memset(ptrOutL, 0, pBuf->uOutFrames);
356 memset(ptrOutR, 0, pBuf->uOutFrames);
359 if (pBuf->ix == 0 )
368 short* pData = pBuf->pData[--(pBuf->ix)];
372 for (i = 0; i < pBuf->uOutFrames; i+=2 )
388 memcpy(pBuf->pData[(pBuf->ix)++], pAudioBuffer, 2048);
412 while(pBuf
[all...]
/external/libnfc-nci/src/udrv/include/
H A Duusb.h154 typedef void (*tUUSB_PROT_COMPLETE_CB ) (UINT8 *pBuf,UINT16 NumBytesInBuf);
271 UINT8* pBuf);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_media.h189 extern void btif_media_aa_writebuf(BT_HDR *pBuf, UINT32 timestamp, UINT16 seq_num);
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1855 LCHAR* pBuf = NULL; local
1878 if (pBuf == NULL)
1879 pBuf = bosBuf;
1882 *pBuf = 0;
1883 pBuf = eosBuf;
1893 if (pBuf == NULL)
1894 pBuf = bosBuf;
1897 *pBuf = 0;
1898 pBuf = eosBuf;
1912 *pBuf
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/os2/
H A DSDL_syscdrom.c174 mtp.pBuf = mtr;
/external/sqlite/dist/orig/
H A Dsqlite3.h6105 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
6198 ** The pBuf element of the returned sqlite3_pcache_page object will be a
H A Dsqlite3.c6655 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
6748 ** The pBuf element of the returned sqlite3_pcache_page object will be a
14738 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ argument
14740 return id->pMethods->xRead(id, pBuf, amt, offset);
14742 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ argument
14744 return id->pMethods->xWrite(id, pBuf, amt, offset);
15676 static void randomFill(char *pBuf, int nByte){ argument
15678 x = SQLITE_PTR_TO_INT(pBuf);
15684 *(int*)pBuf = r;
15685 pBuf
19078 LookasideSlot *pBuf = (LookasideSlot*)p; local
19202 LookasideSlot *pBuf; local
20442 sqlite3_randomness(int N, void *pBuf) argument
23003 os2Read( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
23034 os2Write( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
28004 seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt) argument
28055 unixRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
28095 seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt) argument
28134 unixWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
33743 winRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
33781 winWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
36048 sqlite3BitvecClear(Bitvec *p, u32 i, void *pBuf) argument
37008 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
53159 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53208 accessPayload( BtCursor *pCur, u32 offset, u32 amt, unsigned char *pBuf, int eOp ) argument
53386 sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
53403 sqlite3BtreeData(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
60896 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
112913 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
113002 void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6105 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
6198 ** The pBuf element of the returned sqlite3_pcache_page object will be a
H A Dsqlite3.c6655 void *pBuf; /* The content of the page */ member in struct:sqlite3_pcache_page
6748 ** The pBuf element of the returned sqlite3_pcache_page object will be a
14738 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ argument
14740 return id->pMethods->xRead(id, pBuf, amt, offset);
14742 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ argument
14744 return id->pMethods->xWrite(id, pBuf, amt, offset);
15676 static void randomFill(char *pBuf, int nByte){ argument
15678 x = SQLITE_PTR_TO_INT(pBuf);
15684 *(int*)pBuf = r;
15685 pBuf
19078 LookasideSlot *pBuf = (LookasideSlot*)p; local
19202 LookasideSlot *pBuf; local
20442 sqlite3_randomness(int N, void *pBuf) argument
23003 os2Read( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
23034 os2Write( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
28015 seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt) argument
28066 unixRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
28106 seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt) argument
28145 unixWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
33756 winRead( sqlite3_file *id, void *pBuf, int amt, sqlite3_int64 offset ) argument
33794 winWrite( sqlite3_file *id, const void *pBuf, int amt, sqlite3_int64 offset ) argument
36061 sqlite3BitvecClear(Bitvec *p, u32 i, void *pBuf) argument
37021 sqlite3PCacheBufferSetup(void *pBuf, int sz, int n) argument
53172 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53221 accessPayload( BtCursor *pCur, u32 offset, u32 amt, unsigned char *pBuf, int eOp ) argument
53399 sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
53416 sqlite3BtreeData(BtCursor *pCur, u32 offset, u32 amt, void *pBuf) argument
60909 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
112926 setupLookaside(sqlite3 *db, void *pBuf, int sz, int cnt) argument
113015 void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */ local
[all...]

Completed in 863 milliseconds