Home
last modified time | relevance | path

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

/external/qemu-pc-bios/vgabios/
Dvbetables-gen.c95 int r_size, r_pos, g_size, g_pos, b_size, b_pos, a_size, a_pos; in main() local
183 a_pos = 15; in main()
193 a_pos = 0; in main()
203 a_pos = 0; in main()
213 a_pos = 24; in main()
223 a_pos = 0; in main()
234 printf("/*Bit8u RsvdFieldPosition*/ %d,\n", a_pos); in main()
260 printf("/*Bit8u LinRsvdFieldPosition*/ %d,\n", a_pos); in main()
/external/chromium_org/sync/syncable/
Dparent_child_index.cc18 const UniquePosition& a_pos = a->ref(UNIQUE_POSITION); in operator ()() local
21 if (a_pos.IsValid() && b_pos.IsValid()) { in operator ()()
23 return a_pos.LessThan(b_pos); in operator ()()
24 } else if (a_pos.IsValid() && !b_pos.IsValid()) { in operator ()()
30 } else if (!a_pos.IsValid() && b_pos.IsValid()) { in operator ()()