Searched refs:header0 (Results 1 – 4 of 4) sorted by relevance
153 private static String header0 = field in ThaiStateTable168 output.println(header0); in writeStateTable()
383 char header0 = inBytes.getChar(); in read() local384 int headerLength = header0 & 0xff; in read()386 data.fastLatinTableHeader[0] = header0; in read()393 if((header0 >> 8) != CollationFastLatin.VERSION) { in read()
384 char header0 = inBytes.getChar(); in read() local385 int headerLength = header0 & 0xff; in read()387 data.fastLatinTableHeader[0] = header0; in read()394 if((header0 >> 8) != CollationFastLatin.VERSION) { in read()
1602 fs_reg header0 = ubld.vgrf(BRW_REGISTER_TYPE_UD); in assign_curb_setup() local1603 ubld.MOV(header0, brw_imm_ud(0)); in assign_curb_setup()1604 ubld.group(1, 0).SHR(component(header0, 2), base_addr, brw_imm_ud(4)); in assign_curb_setup()1619 header = header0; in assign_curb_setup()1624 component(header0, 2), in assign_curb_setup()