HomeSort by relevance Sort by last modified time
    Searched refs:uint32_t (Results 1 - 25 of 9346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
monitor_linux.cc 21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, const char*, uint32_t) {
oat.h 36 uint32_t image_file_location_oat_checksum,
37 uint32_t image_file_location_oat_data_begin,
42 uint32_t GetChecksum() const;
44 uint32_t GetDexFileCount() const {
48 uint32_t GetExecutableOffset() const;
49 void SetExecutableOffset(uint32_t executable_offset);
52 uint32_t GetInterpreterToInterpreterBridgeOffset() const;
53 void SetInterpreterToInterpreterBridgeOffset(uint32_t offset);
55 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
56 void SetInterpreterToCompiledCodeBridgeOffset(uint32_t offset)
    [all...]
modifiers.h 22 static const uint32_t kAccPublic = 0x0001; // class, field, method, ic
23 static const uint32_t kAccPrivate = 0x0002; // field, method, ic
24 static const uint32_t kAccProtected = 0x0004; // field, method, ic
25 static const uint32_t kAccStatic = 0x0008; // field, method, ic
26 static const uint32_t kAccFinal = 0x0010; // class, field, method, ic
27 static const uint32_t kAccSynchronized = 0x0020; // method (only allowed on natives)
28 static const uint32_t kAccSuper = 0x0020; // class (not used in dex)
29 static const uint32_t kAccVolatile = 0x0040; // field
30 static const uint32_t kAccBridge = 0x0040; // method (1.5)
31 static const uint32_t kAccTransient = 0x0080; // fiel
    [all...]
  /sdk/emulator/qtools/
gtrace.h 9 static const uint32_t kMillion = 1000000;
10 static const uint32_t kTicsPerSecond = 200 * kMillion;
14 uint32_t cycle;
15 uint32_t event;
19 uint32_t blockno;
20 uint32_t entry_width;
21 uint32_t block_tic;
22 uint32_t block_time;
23 uint32_t usec_cpu;
24 uint32_t pid
    [all...]
  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
7 unsigned t(uint32_t *ptr, uint32_t val) {
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h 61 uint32_t len; /**< Length of data to process */
70 uint32_t len;
82 uint32_t type; /**< Key pair type. RSA or RSACRT */
83 uint32_t keysize; /**< Key size in bits, e.g. 1024, 2048,.. */
84 uint32_t exponent; /**< Exponent number */
85 uint32_t keydata; /**< Key data buffer passed by TLC */
86 uint32_t keydatalen; /**< Length of key data buffer */
87 uint32_t solen; /**< Secure object length (of key data) (provided by the trustlet) */
95 uint32_t keydata; /**< Key data buffer */
96 uint32_t keydatalen; /**< Length of key data buffer *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.h 59 uint32_t face;
60 uint32_t level;
61 uint32_t zslice;
62 uint32_t x;
63 uint32_t y;
64 uint32_t w;
65 uint32_t h;
67 uint32_t data_len;
68 uint32_t stride;
75 uint32_t face
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 59 uint32_t face;
60 uint32_t level;
61 uint32_t zslice;
62 uint32_t x;
63 uint32_t y;
64 uint32_t w;
65 uint32_t h;
67 uint32_t data_len;
68 uint32_t stride;
75 uint32_t face
    [all...]
  /external/srtp/crypto/include/
crypto.h 25 typedef uint32_t cipher_type_id_t;
39 typedef uint32_t auth_type_id_t;
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcVersionInfo.h 42 uint32_t versionMci; /** < Version of Mobicore Control Interface */
43 uint32_t versionSo; /** < Version of Secure Objects */
44 uint32_t versionMclf; /** < Version of MobiCore Load Format */
45 uint32_t versionContainer; /** < Version of MobiCore Container Format */
46 uint32_t versionMcConfig; /** < Version of MobiCore Configuration Block Format */
47 uint32_t versionTlApi; /** < Version of MobiCore Trustlet API Implementation */
48 uint32_t versionDrApi; /** < Version of MobiCore Driver API Implementation */
49 uint32_t versionCmp; /** < Version of Content Management Protocol */
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_skel.h 72 RPC_OMX_ERRORTYPE RPC_SKEL_GetHandle(uint32_t size, uint32_t * data);
73 RPC_OMX_ERRORTYPE RPC_SKEL_SetParameter(uint32_t size,
74 uint32_t * data);
75 RPC_OMX_ERRORTYPE RPC_SKEL_GetParameter(uint32_t size,
76 uint32_t * data);
77 RPC_OMX_ERRORTYPE RPC_SKEL_FreeHandle(uint32_t size, uint32_t * data);
78 RPC_OMX_ERRORTYPE RPC_SKEL_EmptyThisBuffer(uint32_t size,
79 uint32_t * data)
    [all...]
  /external/icu4c/common/
ucol_data.h 38 uint32_t options; /* these are the default options for the collator */
39 uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
40 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */
41 uint32_t magic; /* magic number - lets us know whether reserved data is reset or junked */
42 uint32_t mappingPosition; /* const uint8_t *mappingPosition; */
43 uint32_t expansion; /* uint32_t *expansion; */
44 uint32_t contractionIndex; /* UChar *contractionIndex; */
45 uint32_t contractionCEs; /* uint32_t *contractionCEs; *
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifc.h 42 #define MC_FC_INVALID ((uint32_t) 0 ) /**< Invalid FastCall ID */
43 #define MC_FC_INIT ((uint32_t)(-1)) /**< Initializing FastCall. */
44 #define MC_FC_INFO ((uint32_t)(-2)) /**< Info FastCall. */
48 #define MC_FC_SLEEP ((uint32_t)(-3)) /**< enter power-sleep */
49 #define MC_FC_AFTR ((uint32_t)(-5)) /**< enter AFTR-sleep (called from core-0) */
51 #define MC_FC_CORE_X_WAKEUP ((uint32_t)(-4)) /**< wakeup/boot core-x (optional core-number in r1, not "0" ) */
52 #define MC_FC_C15_RESUME ((uint32_t)(-11)) /**< Write power control & diag registers */
53 #define MC_FC_CMD_SAVE ((uint32_t)(-6)) /**< Save core context to CP15 table(r1 is core number) */
54 #define MC_FC_CMD_SHUTDOWN ((uint32_t)(-7)) /**< Shutdown core(r1 is core number, cache flush is expected) */
56 #define MC_FC_L2X0_CTRL ((uint32_t)(-21)) /**< Write to L2X0 control register *
    [all...]
mcifcfunc.h 68 uint32_t r0;
69 uint32_t r1;
70 uint32_t r2;
71 uint32_t r3;
78 uint32_t r0,
79 uint32_t r1,
80 uint32_t r2,
81 uint32_t r3
88 uint32_t r0,
89 uint32_t r1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.h 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.h 32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 60 mcResult_t mapWsm(uint32_t len,
61 uint32_t *pHandle,
78 uint32_t len,
79 uint32_t *pHandle,
88 uint32_t len,
89 uint32_t *pHandle,
93 int read(addr_t buffer, uint32_t len);
95 bool waitSSIQ(uint32_t *pCnt);
97 int fcInit(uint32_t nqOffset,
98 uint32_t nqLength
    [all...]
  /frameworks/rs/driver/
rsdVertexArray.h 35 uint32_t buffer;
37 uint32_t offset;
38 uint32_t type;
39 uint32_t size;
40 uint32_t stride;
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
49 RsdVertexArray(const Attrib *attribs, uint32_t numAttribs)
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSSE3.h 11 const uint32_t* xy,
12 int count, uint32_t* colors);
14 const uint32_t* xy,
15 int count, uint32_t* colors);
17 const uint32_t* xy,
18 int count, uint32_t* colors);
20 const uint32_t* xy,
21 int count, uint32_t* colors);
  /external/libsepol/include/sepol/policydb/
util.h 26 extern int add_i_to_a(uint32_t i, uint32_t * cnt, uint32_t ** a);
28 extern char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass,
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.h 11 const uint32_t* xy,
12 int count, uint32_t* colors);
14 const uint32_t* xy,
15 int count, uint32_t* colors);
17 const uint32_t* xy,
18 int count, uint32_t* colors);
20 const uint32_t* xy,
21 int count, uint32_t* colors);
  /system/core/libsparse/
sparse_crc32.h 19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.h 43 uint32_t byteSize; uint32_t start; uint32_t limit;
46 uint32_t current;
47 uint32_t fLow; /*forbidden Low */
48 uint32_t fHigh; /*forbidden High */
51 U_CFUNC uint32_t U_EXPORT2 ucol_getCEStrengthDifference(uint32_t CE, uint32_t contCE,
52 uint32_t prevCE, uint32_t prevContCE)
    [all...]
  /external/icu4c/i18n/
ucol_bld.h 43 uint32_t byteSize; uint32_t start; uint32_t limit;
46 uint32_t current;
47 uint32_t fLow; /*forbidden Low */
48 uint32_t fHigh; /*forbidden High */
51 U_CFUNC uint32_t U_EXPORT2 ucol_getCEStrengthDifference(uint32_t CE, uint32_t contCE,
52 uint32_t prevCE, uint32_t prevContCE)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFilterProc.cpp 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2
    [all...]

Completed in 1506 milliseconds

1 2 3 4 5 6 7 8 91011>>