HomeSort by relevance Sort by last modified time
    Searched refs:UShort (Results 26 - 50 of 86) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 29 typedef unsigned short UShort;
  /external/valgrind/main/coregrind/
m_transtab.c 64 fits in a UShort, leaving room for 0xFFFF(EC2TTE_DELETED) to denote
144 UShort weight;
177 UShort n_tte2ec; // # tte2ec pointers (1 to 3)
178 UShort tte2ec_ec[3]; // for each, the eclass #
327 UShort* ec2tte[ECLASS_N];
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 292 UShort U16;
299 UShort V128; /* 16-bit value; see Ico_V128 comment above */
308 extern IRConst* IRConst_U16 ( UShort );
315 extern IRConst* IRConst_V128 ( UShort );
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
priv_storage.h 107 UShort size:LOC_SIZE_BITS; /* # bytes; we catch overflows of this */
368 UShort cdwParams; /* # bytes/4 in params */
    [all...]
readstabs.c 306 line.no = (Int)((UShort)st->n_desc);
readdwarf3.c 239 static UShort get_UShort ( Cursor* c ) {
240 UShort r;
242 if (c->region_next + sizeof(UShort) > c->region_szB) {
248 c->region_next += sizeof(UShort);
384 UShort version;
527 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
553 UShort nbytes;
576 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
593 + sizeof(UShort) /*nbytes*/ + nbytes
686 UShort s
    [all...]
readdwarf.c 139 UShort li_version;
994 /* UShort ver; */
    [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 33 case BuiltinType::UShort: ID = PREDEF_TYPE_USHORT_ID; break;
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 28 UShort env[14];
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 13 typedef unsigned short UShort;
854 ULong mash_mem_W ( UShort* origp )
899 UShort* iiw = malloc(sizeof(UShort));
  /external/valgrind/main/none/tests/x86/
x86locked.c 13 typedef unsigned short UShort;
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 112 case clang::BuiltinType::UShort:
113 Name = "ushort";
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
mc_replace_strmem.c 828 { *(UShort*)d = *(UShort*)s; s += 2; d += 2; n -= 2; } \
855 { s -= 2; d -= 2; *(UShort*)d = *(UShort*)s; n -= 2; } \
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 589 UShort con;
691 extern X86Instr* X86Instr_SseConst ( UShort con, HReg dst );
  /external/clang/lib/AST/
TypeLoc.cpp 266 case BuiltinType::UShort:
NSAPI.cpp 314 case BuiltinType::UShort:
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 123 case BuiltinType::UShort:
  /external/valgrind/main/exp-dhat/
dh_main.c 82 UShort* histoW; /* [0 .. req_szB-1] */
487 bk->histoW = VG_(malloc)("dh.new_block.2", req_szB * sizeof(UShort));
488 VG_(memset)(bk->histoW, 0, req_szB * sizeof(UShort));
695 UShort n = bk->histoW[i];
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 8 typedef unsigned short UShort;
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
486 UShort bWidth; /* target bitmap width */
493 UShort num_Profs; /* current number of profiles */
    [all...]
  /external/freetype/src/raster/
ftraster.c 311 typedef unsigned short UShort, *PUShort;
486 UShort bWidth; /* target bitmap width */
493 UShort num_Profs; /* current number of profiles */
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 479 case BuiltinType::UShort:
ScanfFormatString.cpp 420 case BuiltinType::UShort:

Completed in 451 milliseconds

12 3 4