Searched refs:off2 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidgload.c108 FT_ULong off1, off2; local in function:cid_load_glyph
120 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
124 off2 > stream->size ||
125 off1 > off2 )
132 glyph_length = off2 - off1;
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.c516 FT_ULong off1, off2 = 0; local in function:cff_index_access_element
537 off2 = cff_index_read_offset( idx, &error );
539 } while ( off2 == 0 && element < idx->count );
550 off2 = idx->offsets[element];
552 } while ( off2 == 0 && element < idx->count );
556 /* XXX: should check off2 does not exceed the end of this entry; */
557 /* at present, only truncate off2 at the end of this stream */
558 if ( off2 > stream->size + 1 ||
559 idx->data_offset > stream->size - off2 + 1 )
564 off2, strea
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c559 int off2 = 32 - off1; local in function:bitcopy
565 cpy_size += off2;
569 *cpy_dst |= *cpy_src >> off2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c683 int off2 = 32 - off1; local in function:bitcopy
689 cpy_size += off2;
693 *cpy_dst |= *cpy_src >> off2;
/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c5339 long start1, start2, end1, end2, length1, length2, off1, off2, offset = -1; local in function:Lisp_Search
5410 off2 = start2;
5423 cmp2 = SCHAR(seq2.data.string[off2]);
5438 ++off2;
5447 offset = off2 - length1;
5463 for (off2 = 0; off2 < end2; off2++, cmp2 = CDR(cmp2))
5464 seq2.data.vector[off2] = CAR(cmp2);
5472 off2
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c720 unsigned off2 = off + (intr->num_components * 4) - 1024; local in function:emit_intrinsic_load_ubo
721 addr = ir3_ADD_S(b, addr, 0, create_immed(b, off2), 0);
722 off -= off2;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c825 unsigned off2 = off + (intr->num_components * 4) - 1024; local in function:emit_intrinsic_load_ubo
826 addr = ir3_ADD_S(b, addr, 0, create_immed(b, off2), 0);
827 off -= off2;

Completed in 19 milliseconds