Searched defs:off1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1
[all...]
/external/freetype/src/cff/
H A Dcffload.c482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1
[all...]
/external/grub/stage2/
H A Djfs.h406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
/external/elfutils/libcpu/
H A Di386_parse.c226 int off1; member in struct:instruction::operand
2440 if (instr->operands[n].off1 == 0)
2441 instr->operands[n].off1 = bitoff;
2541 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
2545 if (runp->operands[i].off1 > 0)
2546 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
2612 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
2834 MAX (0, instr->operands[i].off1 - minoff[i][0]));

Completed in 215 milliseconds