Home
last modified time | relevance | path

Searched refs:hbl (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/common/
Dedid_utils.c188 int hbl = base[DTD_HBL_LO] + ((base[DTD_HABL_HI] & 0x0f) << 8); in show_edid_dtd() local
205 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()
/external/javasqlite/src/main/native/
Dsqlite_jni.c74 struct hbl *blobs; /* SQLite3 blob handles */
115 typedef struct hbl { struct
116 struct hbl *next; /* next blob handle */ argument
119 } hbl; argument
780 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 …]