HomeSort by: relevance | last modified time | path
    Searched defs:Byte (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_counter.h 39 Byte,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
gen_pack_header.py 206 class Byte:
219 bytes[b] = self.Byte()
246 byte = bytes[index]
254 if byte.address and byte.address not in relocs_emitted:
255 print(" __gen_emit_reloc(data, &values->%s);" % byte.address.name)
256 relocs_emitted.add(byte.address)
260 # per-byte bitshifting math below bloats the pack code for floats,
263 if len(byte.fields) == 1:
264 field = byte.fields[0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
gen_pack_header.py 210 class Byte:
223 bytes[b] = self.Byte()
250 byte = bytes[index]
258 if byte.address and byte.address not in relocs_emitted:
259 print(" __gen_emit_reloc(data, &values->%s);" % byte.address.name)
260 relocs_emitted.add(byte.address)
264 # per-byte bitshifting math below bloats the pack code for floats,
267 if len(byte.fields) == 1:
268 field = byte.fields[0
    [all...]
  /xsrc/external/mit/freetype/dist/src/gzip/
ftzconf.h 39 # define Byte z_Byte
219 typedef unsigned char Byte; /* 8 bits */
226 # define Bytef Byte FAR
228 typedef Byte FAR Bytef;
239 typedef Byte FAR *voidpf;
240 typedef Byte *voidp;
  /xsrc/external/mit/xman/dist/
man.c 50 #ifndef Byte
51 #define Byte unsigned char
58 static void sortstrs(Byte * data[], int size, Byte * otherdata[]);
59 static void sortstrs_block(Byte **, Byte **, int, Byte, Byte **, Byte **);
60 static void sortstrs_block_oo(Byte **, Byte **, int, Byte, int *, int *
    [all...]
  /xsrc/external/mit/freetype/dist/src/raster/
ftraster.c 314 typedef unsigned char Byte, *PByte;
530 Byte dropOutControl; /* current drop_out control method */
1807 ras.dropOutControl = (Byte)tags[0] >> 5;
2238 Byte* target;
2272 Byte f1, f2;
2285 f1 = (Byte) ( 0xFF >> ( e1 & 7 ) );
2286 f2 = (Byte) ~( 0x7F >> ( e2 & 7 ) );
2524 Byte f1;
2529 f1 = (Byte)( 0x80 >> ( y & 7 ) );
2546 Byte f1
    [all...]

Completed in 11 milliseconds