HomeSort by relevance Sort by last modified time
    Searched defs:ULong (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 32 typedef unsigned long ULong;
123 ULong timestamp; /* modulo timestamp in millisecond*/
338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer);
365 OSCL_IMPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer);
384 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 63 typedef unsigned long ULong;
  /bionic/libc/stdlib/
strtod.c 140 #define ULong u_int32_t
211 ULong ul[2];
366 ULong x[1];
477 ULong *x, y;
479 ULong xi, z;
523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
566 (x) ULong x;
568 (ULong x)
600 (y) ULong *y
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 169 #ifndef ULong
170 typedef unsigned Long ULong;
267 typedef union { double d; ULong L[2]; } U;
272 #define word0(x) ((ULong *)&x)[1]
273 #define word1(x) ((ULong *)&x)[0]
275 #define word0(x) ((ULong *)&x)[0]
276 #define word1(x) ((ULong *)&x)[1]
482 ULong x[1];
512 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
514 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 192 #ifndef ULong
193 typedef unsigned Long ULong;
304 typedef union { double d; ULong L[2]; } U;
527 ULong x[1];
556 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
558 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
612 ULong *x;
615 ULong carry, *x, y;
617 ULong xi, z;
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9
    [all...]
  /external/freetype/src/raster/
ftraster.c 305 typedef unsigned long ULong;
    [all...]

Completed in 208 milliseconds