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

1 2 3 4 5 6 7 8 91011>>

  /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...]
armdis.h 11 static char *disasm(uint32_t addr, uint32_t insn, char *buffer);
12 static Opcode decode(uint32_t insn);
15 static Opcode decode00(uint32_t insn);
16 static Opcode decode01(uint32_t insn);
17 static Opcode decode10(uint32_t insn);
18 static Opcode decode11(uint32_t insn);
19 static Opcode decode_mul(uint32_t insn);
20 static Opcode decode_ldrh(uint32_t insn);
21 static Opcode decode_alu(uint32_t insn)
    [all...]
  /frameworks/base/libs/rs/
rsVertexArray.h 39 uint32_t buffer;
40 uint32_t offset;
41 uint32_t type;
42 uint32_t size;
43 uint32_t stride;
55 void setActiveBuffer(uint32_t id) {mActiveBuffer = id;}
56 void addUser(const Attrib &, uint32_t stride);
57 void addLegacy(uint32_t type, uint32_t size, uint32_t stride, RsDataKind kind, bool normalized, uint32_t offset)
    [all...]
rsProgram.h 33 const static uint32_t MAX_ATTRIBS = 8;
34 const static uint32_t MAX_UNIFORMS = 16;
35 const static uint32_t MAX_TEXTURE = 2;
38 Program(Context *, const char * shaderText, uint32_t shaderLength,
39 const uint32_t * params, uint32_t paramLength);
42 void bindAllocation(Allocation *, uint32_t slot);
47 void bindTexture(uint32_t slot, Allocation *);
48 void bindSampler(uint32_t slot, Sampler *);
50 uint32_t getShaderID() const {return mShaderID;
    [all...]
rsAdapter.h 36 void * getElement(uint32_t x);
40 uint32_t getDimX() const {return mAllocation->getType()->getLODDimX(mLOD);}
44 inline void setY(uint32_t y) {mY = y;}
45 inline void setZ(uint32_t z) {mZ = z;}
46 inline void setLOD(uint32_t lod) {mLOD = lod;}
47 inline void setFace(uint32_t face) {mFace = face;}
48 //void setArray(uint32_t num, uint32_t value);
50 void subData(uint32_t xoff, uint32_t count, const void *data)
    [all...]
rsType.h 37 size_t getOffsetForFace(uint32_t face) const;
43 uint32_t getDimX() const {return mDimX;}
44 uint32_t getDimY() const {return mDimY;}
45 uint32_t getDimZ() const {return mDimZ;}
46 uint32_t getDimLOD() const {return mDimLOD;}
49 uint32_t getLODDimX(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mX;}
50 uint32_t getLODDimY(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mY;}
51 uint32_t getLODDimZ(uint32_t lod) const {rsAssert(lod < mLODCount); return mLODs[lod].mZ;
    [all...]
  /external/chromium/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...]
ucol_wgt.h 27 uint32_t start, end;
30 uint32_t count2;
50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
51 uint32_t n,
52 uint32_t maxByte,
65 U_CFUNC uint32_t
  /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...]
ucol_wgt.h 27 uint32_t start, end;
30 uint32_t count2;
50 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit,
51 uint32_t n,
52 uint32_t maxByte,
65 U_CFUNC uint32_t
  /external/skia/src/core/
SkFilterProc.cpp 66 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
69 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
70 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2;
71 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2
    [all...]
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 5 uint32_t n, uint32_t p, uint32_t t0, uint32_t t1);
14 uint32_t n;
15 uint32_t p;
16 uint32_t t0;
17 uint32_t t1;
  /frameworks/base/media/libstagefright/include/
SampleIterator.h 26 status_t seekTo(uint32_t sampleIndex);
28 uint32_t getChunkIndex() const { return mCurrentChunkIndex; }
29 uint32_t getDescIndex() const { return mChunkDesc; }
32 uint32_t getSampleTime() const { return mCurrentSampleTime; }
35 uint32_t sampleIndex, size_t *size);
42 uint32_t mSampleToChunkIndex;
43 uint32_t mFirstChunk;
44 uint32_t mFirstChunkSampleIndex;
45 uint32_t mStopChunk;
46 uint32_t mStopChunkSampleIndex
    [all...]
SampleTable.h 39 uint32_t type, off_t data_offset, size_t data_size);
45 uint32_t type, off_t data_offset, size_t data_size);
53 uint32_t countChunkOffsets() const;
55 uint32_t countSamples() const;
60 uint32_t sampleIndex,
63 uint32_t *decodingTime,
72 uint32_t req_time, uint32_t *sample_index, uint32_t flags);
75 uint32_t start_sample_index, uint32_t *sample_index
    [all...]
  /external/qemu/hw/
goldfish_device.h 18 uint32_t reported_state;
21 uint32_t id;
22 uint32_t base; // filled in by goldfish_device_add if 0
23 uint32_t size;
24 uint32_t irq; // filled in by goldfish_device_add if 0
25 uint32_t irq_count;
37 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count)
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 36 clientPSNHigh :uint32_t;
37 clientPSNLow :uint32_t;
39 out pluginHostPSNHigh :uint32_t;
40 out pluginHostPSNLow :uint32_t);
43 requestID :uint32_t;
45 pluginID :uint32_t);
48 pluginID :uint32_t;
49 requestID :uint32_t;
60 pluginID :uint32_t;
63 pluginID :uint32_t;
    [all...]
WebKitPluginClient.defs 35 pluginID :uint32_t;
39 pluginID :uint32_t;
43 flags: uint32_t;
45 out requestID :uint32_t);
48 pluginID :uint32_t;
49 streamID :uint32_t;
53 pluginID :uint32_t;
60 pluginID :uint32_t;
66 pluginID :uint32_t;
72 pluginID :uint32_t;
    [all...]
  /frameworks/base/voip/jni/rtp/
EchoSuppressor.h 40 uint32_t *mXSums;
41 uint32_t *mX2Sums;
44 uint32_t mYSum;
45 uint32_t mY2Sum;
46 uint32_t *mYRecords;
47 uint32_t *mY2Records;
49 uint32_t *mXYSums;
50 uint32_t *mXYRecords;
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 20 #include <stdint.h> // uint32_t
34 static const uint32_t kMult = 257;
39 static const uint32_t kBase = (1 << 23);
42 static inline uint32_t ModBase(uint32_t operand) {
51 static inline uint32_t FindModBaseInverse(uint32_t operand) {
62 return ModBase(uint32_t(0) - operand);
69 static inline uint32_t HashStep(uint32_t partial_hash
    [all...]
  /bionic/libc/kernel/common/mtd/
mtd-abi.h 16 uint32_t start;
17 uint32_t length;
21 uint32_t start;
22 uint32_t length;
55 uint32_t flags;
56 uint32_t size;
57 uint32_t erasesize;
58 uint32_t writesize;
59 uint32_t oobsize;
61 uint32_t ecctype
    [all...]
  /development/ndk/platforms/android-3/include/mtd/
mtd-abi.h 16 uint32_t start;
17 uint32_t length;
21 uint32_t start;
22 uint32_t length;
55 uint32_t flags;
56 uint32_t size;
57 uint32_t erasesize;
58 uint32_t writesize;
59 uint32_t oobsize;
61 uint32_t ecctype
    [all...]
  /external/kernel-headers/original/mtd/
mtd-abi.h 11 uint32_t start;
12 uint32_t length;
16 uint32_t start;
17 uint32_t length;
53 uint32_t flags;
54 uint32_t size; // Total size of the MTD
55 uint32_t erasesize;
56 uint32_t writesize;
57 uint32_t oobsize; // Amount of OOB data per block (e.g. 16)
60 uint32_t ecctype
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/mtd/
mtd-abi.h 16 uint32_t start;
17 uint32_t length;
21 uint32_t start;
22 uint32_t length;
55 uint32_t flags;
56 uint32_t size;
57 uint32_t erasesize;
58 uint32_t writesize;
59 uint32_t oobsize;
61 uint32_t ecctype
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/mtd/
mtd-abi.h 16 uint32_t start;
17 uint32_t length;
21 uint32_t start;
22 uint32_t length;
55 uint32_t flags;
56 uint32_t size;
57 uint32_t erasesize;
58 uint32_t writesize;
59 uint32_t oobsize;
61 uint32_t ecctype
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/mtd/
mtd-abi.h 16 uint32_t start;
17 uint32_t length;
21 uint32_t start;
22 uint32_t length;
55 uint32_t flags;
56 uint32_t size;
57 uint32_t erasesize;
58 uint32_t writesize;
59 uint32_t oobsize;
61 uint32_t ecctype
    [all...]

Completed in 1699 milliseconds

1 2 3 4 5 6 7 8 91011>>