Searched refs:u32 (Results 76 - 100 of 924) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h38 u32 stk; // creation stack
40 u32 id;
41 u32 recursion;
60 u32 stk[2]; // stack ids for the edge
68 virtual u32 Unwind() { return 0; }
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dhash.h58 static inline u32 hash_32(u32 val, unsigned int bits)
61 u32 hash = val * GOLDEN_RATIO_PRIME_32;
72 static inline u32 hash32_ptr(const void *ptr)
79 return (u32)val;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h17 extern const u32 Te0[256];
18 extern const u32 Te1[256];
19 extern const u32 Te2[256];
20 extern const u32 Te3[256];
21 extern const u32 Te4[256];
22 extern const u32 Td0[256];
23 extern const u32 Td1[256];
24 extern const u32 Td2[256];
25 extern const u32 Td3[256];
26 extern const u32 Td
[all...]
H A Dsha256_i.h16 u32 state[8], curlen;
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h17 extern const u32 Te0[256];
18 extern const u32 Te1[256];
19 extern const u32 Te2[256];
20 extern const u32 Te3[256];
21 extern const u32 Te4[256];
22 extern const u32 Td0[256];
23 extern const u32 Td1[256];
24 extern const u32 Td2[256];
25 extern const u32 Td3[256];
26 extern const u32 Td
[all...]
H A Dsha256_i.h16 u32 state[8], curlen;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h17 extern const u32 Te0[256];
18 extern const u32 Te1[256];
19 extern const u32 Te2[256];
20 extern const u32 Te3[256];
21 extern const u32 Te4[256];
22 extern const u32 Td0[256];
23 extern const u32 Td1[256];
24 extern const u32 Td2[256];
25 extern const u32 Td3[256];
26 extern const u32 Td
[all...]
H A Dsha256_i.h16 u32 state[8], curlen;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbitvec.c44 #define BITVEC_USIZE (((BITVEC_SZ-(3*sizeof(u32)))/sizeof(Bitvec*))*sizeof(Bitvec*))
58 /* Number of u32 values in hash table. */
59 #define BITVEC_NINT (BITVEC_USIZE/sizeof(u32))
94 u32 iSize; /* Maximum bit index. Max iSize is 4,294,967,296. */
95 u32 nSet; /* Number of bits that are set - only valid for aHash
98 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */
100 /* Max iDivisor is max(u32) / BITVEC_NPTR + 1. */
104 u32 aHash[BITVEC_NINT]; /* Hash table representation */
114 Bitvec *sqlite3BitvecCreate(u32 iSize){
129 int sqlite3BitvecTest(Bitvec *p, u32
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsound9.c27 void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format)
52 void SendCommandToArm7(u32 command)
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_int.h73 #define AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)(u32); }
74 #define AVRC_BE_STREAM_TO_CO_ID(u32, p) {u32 = (((UINT32)(*((p) + 2))) + (((UINT32)(*((p) + 1))) << 8) + (((UINT32)(*(p))) << 16)); (p) += 3;}
/external/compiler-rt/lib/builtins/arm/
H A Dfixunsdfsivfp.S24 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15
H A Dfloatunssidfvfp.S23 vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) {
41 u32 IgnoreSet::At(uptr i) const {
H A Dtsan_sync.cc59 u32 idx = block_alloc_.Alloc(&thr->block_cache);
64 u32 *meta = MemToMeta(p);
79 u32 *meta = MemToMeta(p);
80 u32 *end = MemToMeta(p + sz);
84 u32 idx = *meta;
95 u32 next = s->next;
107 u32 *meta = MemToMeta(p);
108 u32 idx = *meta;
131 u32 *meta = MemToMeta(addr);
132 u32 idx
[all...]
/external/oprofile/libutil/
H A Dop_fileio.h49 * zero (u32)-1 is returned else the value read in is returned.
51 u32 op_read_int_from_file(char const * filename, int fatal);
84 void op_write_u32(FILE * fp, u32 val);
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h260 int (*page_fault)(struct kvm_vcpu *vcpu, gva_t gva, u32 err,
265 gpa_t (*gva_to_gpa)(struct kvm_vcpu *vcpu, gva_t gva, u32 access,
267 gpa_t (*translate_gpa)(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access);
341 u32 regs_avail;
342 u32 regs_dirty;
351 u32 hflags;
403 u32 error_code;
449 u32 virtual_tsc_mult;
450 u32 virtual_tsc_khz;
458 u32 pa
[all...]
H A Dsvm.h58 u32 intercept_cr;
59 u32 intercept_dr;
60 u32 intercept_exceptions;
67 u32 asid;
70 u32 int_ctl;
71 u32 int_vector;
72 u32 int_state;
74 u32 exit_code;
75 u32 exit_code_hi;
78 u32 exit_int_inf
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc24 const u32 kInvalidTid = (u32) -1;
27 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
29 static ThreadContextBase *CreateThreadContext(u32 tid) {
43 u32 GetCurrentThread() {
47 void SetCurrentThread(u32 tid) {
80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
85 void ThreadStart(u32 tid, uptr os_id) {
117 u32 ThreadTi
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_kay.c47 static int wpas_set_replay_protect(void *wpa_s, Boolean enabled, u32 window)
66 static int wpas_get_receive_lowest_pn(void *wpa_s, u32 channel,
67 u8 an, u32 *lowest_pn)
73 static int wpas_get_transmit_next_pn(void *wpa_s, u32 channel,
74 u8 an, u32 *next_pn)
80 static int wpas_set_transmit_next_pn(void *wpa_s, u32 channel,
81 u8 an, u32 next_pn)
87 static int wpas_get_available_receive_sc(void *wpa_s, u32 *channel)
107 static int wpas_create_receive_sc(void *wpa_s, u32 channel,
117 static int wpas_delete_receive_sc(void *wpa_s, u32 channe
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc27 static ThreadContextBase *GetThreadContext(u32 tid) {
32 static const u32 kMaxRegistryThreads = 1000;
33 static const u32 kRegistryQuarantine = 2;
44 static bool is_detached(u32 tid) {
48 static uptr get_uid(u32 tid) {
72 for (u32 i = 1; i <= 10; i++) {
77 for (u32 i = 1; i <= 5; i++) {
82 for (u32 i = 1; i <= 5; i++) {
87 for (u32 i = 6; i <= 10; i++) {
90 std::vector<u32> new_tid
[all...]
H A Dsanitizer_stackdepot_test.cc22 u32 i1 = StackDepotPut(s1, ARRAY_SIZE(s1));
37 u32 i1 = StackDepotPut(0, 0);
51 u32 i1 = StackDepotPut(s1, ARRAY_SIZE(s1));
52 u32 i2 = StackDepotPut(s1, ARRAY_SIZE(s1));
63 u32 i1 = StackDepotPut(s1, ARRAY_SIZE(s1));
65 u32 i2 = StackDepotPut(s2, ARRAY_SIZE(s2));
74 u32 ids[4] = {0};
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.h8 u32 time_mult;
/external/llvm/test/MC/ARM/
H A Dneon-reciprocal-encoding.s3 @ CHECK: vrecpe.u32 d16, d16 @ encoding: [0x20,0x04,0xfb,0xf3]
4 vrecpe.u32 d16, d16
5 @ CHECK: vrecpe.u32 q8, q8 @ encoding: [0x60,0x04,0xfb,0xf3]
6 vrecpe.u32 q8, q8
15 @ CHECK: vrsqrte.u32 d16, d16 @ encoding: [0xa0,0x04,0xfb,0xf3]
16 vrsqrte.u32 d16, d16
17 @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xe0,0x04,0xfb,0xf3]
18 vrsqrte.u32 q8, q8
H A Dneont2-reciprocal-encoding.s5 @ CHECK: vrecpe.u32 d16, d16 @ encoding: [0xfb,0xff,0x20,0x04]
6 vrecpe.u32 d16, d16
7 @ CHECK: vrecpe.u32 q8, q8 @ encoding: [0xfb,0xff,0x60,0x04]
8 vrecpe.u32 q8, q8
17 @ CHECK: vrsqrte.u32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x04]
18 vrsqrte.u32 d16, d16
19 @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x04]
20 vrsqrte.u32 q8, q8

Completed in 1142 milliseconds

1234567891011>>