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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 44 #ifndef UShort
45 typedef unsigned short UShort;
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.h 55 #ifndef UShort
56 #define UShort uint16_t
gdtoaimp.h 181 #define UShort uint16_t
553 extern void ULtox (UShort*, ULong*, Long, int);
  /external/flatbuffers/include/flatbuffers/
minireflect.h 54 virtual void UShort(uint16_t, const char *) {}
150 visitor->UShort(tval, EnumName(tval, type_table));
340 void UShort(uint16_t x, const char *name) { Named(x, name); }
reflection_generated.h 36 UShort = 6,
57 UShort,
80 "UShort",
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 220 class UShort(IntValue):
256 class ComputedUShort(ComputedInt, UShort):
285 class NameID(UShort):
743 pos = reader.pos - 2 # start of table is at UShort for format
758 pos = reader.pos - 2 # start of table is at UShort for format
778 pos = reader.pos - 2 # start of table is at UShort for format
830 lookup = AATLookup('DataOffsets', None, None, UShort)
867 lookup = AATLookup('DataOffsets', None, None, UShort)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 30 typedef uint16_t UShort;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 59 typedef uint16_t UShort;
  /external/freetype/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
361 UShort flags; /* Bit 0-2: drop-out mode */
493 UShort bWidth; /* target bitmap width */
499 UShort num_Profs; /* current number of profiles */
848 UShort n;
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp     [all...]
Reactor.hpp 38 class UShort;
214 explicit Byte(RValue<UShort> cast);
376 class UShort : public LValue<UShort>
379 UShort(Argument<UShort> argument);
381 explicit UShort(RValue<UInt> cast);
382 explicit UShort(RValue<Int> cast);
384 UShort() = default;
385 UShort(unsigned short x)
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 583 milliseconds