Searched refs:hbl (Results 1 – 2 of 2) sorted by relevance
188 int hbl = base[DTD_HBL_LO] + ((base[DTD_HABL_HI] & 0x0f) << 8); in show_edid_dtd() local205 int refr = (pelclk * 10000) / ((hres + hbl) * (vres + vbl)); in show_edid_dtd()206 int refm = (pelclk * 10000) % ((hres + hbl) * (vres + vbl)); in show_edid_dtd()207 int refd = (refm * 100) / ((hres + hbl) * (vres + vbl)); in show_edid_dtd()215 hres + hso + hsw, hres + hbl); in show_edid_dtd()
74 struct hbl *blobs; /* SQLite3 blob handles */115 typedef struct hbl { struct116 struct hbl *next; /* next blob handle */ argument119 } hbl; argument780 hbl *bl; in doclose()2543 hbl *bl = gethbl(env, obj); in doblobfinal()2548 hbl *blc, **blp; in doblobfinal()4357 hbl *bl; in Java_SQLite_Database__1open_1blob()4409 bl = malloc(sizeof (hbl)); in Java_SQLite_Database__1open_1blob()4437 hbl *bl = gethbl(env, obj); in Java_SQLite_Blob_write()[all …]