Searched refs:off1 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidgload.c | 108 FT_ULong off1, off2; local in function:cid_load_glyph 118 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); 125 off1 > off2 ) 132 glyph_length = off2 - off1; 137 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.c | 553 int off1 = dst_offset & 0x1f; local in function:bitcopy 558 if (off1) { 559 int off2 = 32 - off1; 562 *cpy_dst |= *cpy_src << off1; 572 cpy_size += off1;
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffload.c | 516 FT_ULong off1, off2 = 0; local in function:cff_index_access_element 528 off1 = cff_index_read_offset( idx, &error ); 532 if ( off1 != 0 ) 544 off1 = idx->offsets[element]; 545 if ( off1 ) 569 if ( off1 && off2 > off1 ) 571 *pbyte_len = off2 - off1; 576 *pbytes = idx->bytes + off1 - 1; 581 if ( FT_STREAM_SEEK( idx->data_offset + off1 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | codegen.c | 677 int off1 = dst_offset & 0x1f; local in function:bitcopy 682 if (off1) { 683 int off2 = 32 - off1; 686 *cpy_dst |= *cpy_src << off1; 696 cpy_size += off1;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | core.c | 5339 long start1, start2, end1, end2, length1, length2, off1, off2, offset = -1; local in function:Lisp_Search 5409 off1 = 0; 5417 while (off1 < length1) { 5419 cmp1 = SCHAR(seq1.data.string[off1]); 5437 ++off1; 5446 if (off1 == end1) { 5471 off1 = 0; 5477 while (off1 < end1) { 5479 cmp1 = SCHAR(seq1.data.string[off1]); 5497 ++off1; [all...] |
Completed in 11 milliseconds