Searched refs:page1 (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/src/ |
D | storage.h | 50 int write_features_info(bdaddr_t *local, bdaddr_t *peer, unsigned char *page1, unsigned char *page2… 51 int read_remote_features(bdaddr_t *local, bdaddr_t *peer, unsigned char *page1, unsigned char *page…
|
D | storage.c | 487 unsigned char *page1, unsigned char *page2) in write_features_info() argument 501 if (page1) in write_features_info() 503 sprintf(str + (i * 2), "%2.2X", page1[i]); in write_features_info() 531 unsigned char *page1, unsigned char *page2) in read_remote_features() argument 537 if (page1 == NULL && page2 == NULL) in read_remote_features() 552 if (page1 && len >= 16) in read_remote_features() 553 err = decode_bytes(str, page1, 8); in read_remote_features()
|
/external/sqlite/dist/ |
D | sqlite3.c | 40026 u8 *page1 = pPage1->aData; 40028 if( memcmp(page1, zMagicHeader, 16)!=0 ){ 40031 if( page1[18]>1 ){ 40034 if( page1[19]>1 ){ 40043 if( memcmp(&page1[21], "\100\040\040",3)!=0 ){ 40046 pageSize = get2byte(&page1[16]); 40053 usableSize = pageSize - page1[20]; 40075 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0); 40076 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0);
|
D | sqlite3.c.orig | 40021 u8 *page1 = pPage1->aData; 40023 if( memcmp(page1, zMagicHeader, 16)!=0 ){ 40026 if( page1[18]>1 ){ 40029 if( page1[19]>1 ){ 40038 if( memcmp(&page1[21], "\100\040\040",3)!=0 ){ 40041 pageSize = get2byte(&page1[16]); 40048 usableSize = pageSize - page1[20]; 40070 pBt->autoVacuum = (get4byte(&page1[36 + 4*4])?1:0); 40071 pBt->incrVacuum = (get4byte(&page1[36 + 7*4])?1:0);
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 1067 …* tests/qwebhistory/resources/page1.html: Renamed from WebKit/qt/tests/qwebhistory/data/page1.html. 6310 * tests/qwebhistory/data/page1.html: Added.
|