Searched refs:uint32_t (Results 101 - 125 of 125) sorted by relevance

12345

/system/core/libcutils/
H A Dzygote.c52 uint32_t pid;
H A Dstr_parms.c46 uint32_t hash = 5381;
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags)
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags)
289 const uint32_t mask = ((1<<dbits)-1) << offset;
300 const uint32_t mask = ((1<<sbits)-1) << sl;
H A Dtexturing.cpp144 const uint32_t size = ((bits>=32) ? 0 : (1LU << bits)) - 1;
145 uint32_t mask = 0;
414 uint32_t spill_list = 0;
772 uint32_t mask = 0;
812 const uint32_t offset = (mask & tmu.format.mask(i)) ? 0 : shift;
1086 const uint32_t component_mask = 1<<component;
H A Dmips_disassem.c65 typedef uint32_t db_addr_t;
/system/core/libsync/
H A Dsync_test.c63 printf(" val=%d\n", *(uint32_t *)pt_info->driver_data);
/system/core/libsparse/
H A Dbacked_block.c43 uint32_t val;
103 uint32_t backed_block_fill_val(struct backed_block *bb)
/system/core/toolbox/
H A Dnandread.c41 uint32_t *oob_data;
146 oob_data = (uint32_t *)((uint8_t *)buffer + mtdinfo.writesize);
/system/extras/libublock/
H A Dublock.c32 uint32_t index;
34 uint32_t max_buf;
/system/core/libpixelflinger/
H A Dpixelflinger.cpp254 const uint32_t round = 0x8000;
485 uint32_t* coord_ptr = 0;
490 if (*coord_ptr != uint32_t(param)) {
491 *coord_ptr = uint32_t(param);
714 const uint32_t tmu = c->activeTMUIndex;
716 const uint32_t mask = 1UL << tmu;
H A Dtrap.cpp127 c->dirty |= uint32_t(flags);
/system/netd/
H A DMDnsSdListener.cpp97 uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName,
243 void MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface,
270 const char *interfaceName, uint32_t protocol, const char *hostname) {
299 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname,
300 const struct sockaddr *const sa, uint32_t ttl, void *inContext) {
/system/core/include/private/pixelflinger/
H A Dggl_fixed.h78 #define GGL_UB_TO_X(_x) GGLfixed( uint32_t(_x) + \
79 (uint32_t(_x)<<8) + \
80 (uint32_t(_x)>>7) )
/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.cpp44 VectorImpl::VectorImpl(size_t itemSize, uint32_t flags)
426 SortedVectorImpl::SortedVectorImpl(size_t itemSize, uint32_t flags)
/system/core/include/system/
H A Dwindow.h359 const uint32_t flags;
/system/extras/fatblock/
H A Dimport.c91 uint32_t size;
/system/core/liblog/
H A Dlogprint.c412 static inline uint32_t get4LE(const uint8_t* src)
422 uint32_t low, high;
/system/core/include/pixelflinger/
H A Dpixelflinger.h40 typedef uint32_t GGLuint; // ui
/system/core/libcorkscrew/
H A Dbacktrace.c314 uint32_t pc_offset = symbol->relative_pc - symbol->relative_symbol_addr;
/system/core/libnetutils/
H A Difc_utils.c79 uint32_t m = (uint32_t)ntohl(mask);
780 uint32_t prefixLength,
/system/security/keystore/
H A Dkeystore.cpp441 uint32_t uid;
1336 uint32_t perm;
1365 uint32_t perms;
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp139 uint32_t k_uid;
/system/core/logcat/
H A Dlogcat.cpp31 #define RECORD_LENGTH_FIELD_SIZE_BYTES sizeof(uint32_t)
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp345 EXPECT_EQ((uint32_t)1234, entry.tag);
782 for (uint32_t tag = camera_metadata_section_bounds[i][0];
/system/core/sh/
H A Darith_lex.c41 typedef uint32_t flex_uint32_t;

Completed in 270 milliseconds

12345