Searched refs:u32 (Results 26 - 50 of 924) sorted by relevance

1234567891011>>

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DSDK.h69 u32 sizeExMem;
75 u32 sizeShMem;
81 u32 maxImageWidth;
84 u32 maxImageHeight;
109 u32 msgBufSizeA );
113 u32 btk_SDK_exAllocSize( btk_HSDK hsdkA );
117 u32 btk_SDK_shAllocSize( btk_HSDK hsdkA );
121 u32 btk_SDK_allocSize( btk_HSDK hsdkA );
H A DDCR.h64 u32 reserved;
90 u32 widthA,
91 u32 heightA );
97 u32 widthA,
98 u32 heightA );
104 u32 widthA,
105 u32 heightA,
114 u32 widthA,
115 u32 heightA,
125 u32 btk_DCR_nodeCoun
[all...]
H A DFaceFinder.h46 u32 reserved;
52 u32 moduleParamSize;
55 u32 maxDetectableFaces;
80 u32 minDistA,
81 u32 maxDistA );
90 u32 btk_FaceFinder_faces( btk_HFaceFinder hFaceFinderA );
/external/openssl/crypto/aes/
H A Daes_locl.h67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
75 typedef unsigned long u32; typedef
77 typedef unsigned int u32; typedef
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.h26 void Add(u32 stack_id);
29 u32 At(uptr i) const;
33 u32 stacks_[kMaxSize];
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc20 u32 here_id;
21 u32 prev_id;
22 u32 hash() const {
23 const u32 m = 0x5bd1e995;
24 const u32 seed = 0x9747b28c;
25 const u32 r = 24;
26 u32 h = seed;
27 u32 k = here_id;
51 u32 id;
52 u32 here_i
[all...]
/external/oprofile/libop/
H A Dop_interface.h35 u32 counter; /**< counter nr */
36 u32 pid; /**< 32 bits can hold any pid */
37 u32 tgid; /**< always equal to pid for kernel < 2.4.0 */
79 u32 name;
81 u32 parent;
H A Dop_events.h38 u32 num; /**< number of possible unit masks */
40 u32 default_mask; /**< only the gui use it */
42 u32 value;
52 u32 counter_mask; /**< bitmask of allowed counter */
53 u32 val; /**< event number */
68 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um);
69 struct op_event * op_find_event_any(op_cpu cpu_type, u32 nr);
79 char const * find_mapping_for_event(u32 val, op_cpu cpu_type);
103 int op_check_events(int ctr, u32 even
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.h64 u32 requests;
69 u32 retransmissions;
74 u32 access_accepts;
79 u32 access_rejects;
84 u32 access_challenges;
89 u32 responses;
94 u32 malformed_responses;
99 u32 bad_authenticators;
104 u32 timeouts;
109 u32 unknown_type
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.h64 u32 requests;
69 u32 retransmissions;
74 u32 access_accepts;
79 u32 access_rejects;
84 u32 access_challenges;
89 u32 responses;
94 u32 malformed_responses;
99 u32 bad_authenticators;
104 u32 timeouts;
109 u32 unknown_type
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.h64 u32 requests;
69 u32 retransmissions;
74 u32 access_accepts;
79 u32 access_rejects;
84 u32 access_challenges;
89 u32 responses;
94 u32 malformed_responses;
99 u32 bad_authenticators;
104 u32 timeouts;
109 u32 unknown_type
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h41 void ThreadStart(u32 tid, uptr os_id);
43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
44 void ThreadJoin(u32 tid);
45 u32 ThreadTid(uptr uid);
47 u32 GetCurrentThread();
48 void SetCurrentThread(u32 tid);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.h9 u32 *pid, *tid;
21 u32 pid, u32 tid,
/external/clang/test/FixIt/
H A Dfixit-vexing-parse-cxx0x.cpp20 char32_t u32(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5_i.h13 u32 buf[4];
14 u32 bits[2];
/external/wpa_supplicant_8/src/crypto/
H A Dmd5_i.h13 u32 buf[4];
14 u32 bits[2];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5_i.h13 u32 buf[4];
14 u32 bits[2];
/external/bluetooth/bluedroid/hci/include/
H A Dutils.h36 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ = (uint8_t)((u32) >> 16); *(p)++ = (uint8_t)((u32) >> 24);}
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h7 typedef uint32_t u32; typedef
34 u32 sequence;
35 u32 sequence_ack;
36 void (*emit)(struct pipe_screen *, u32 *sequence);
37 u32 (*update)(struct pipe_screen *);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h28 u32 id();
38 u32 StackDepotPut(const uptr *stack, uptr size);
41 const uptr *StackDepotGet(u32 id, uptr *size);
50 const uptr *Get(u32 id, uptr *size);
54 u32 id;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h7 typedef uint32_t u32; typedef
34 u32 sequence;
35 u32 sequence_ack;
36 void (*emit)(struct pipe_screen *, u32 *sequence);
37 u32 (*update)(struct pipe_screen *);
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.h30 u32 kn;
63 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
67 u32 *lowest_pn);
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
69 u32 *next_pn);
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channe
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.h30 u32 kn;
63 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
67 u32 *lowest_pn);
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
69 u32 *next_pn);
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channe
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h30 u32 kn;
63 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
67 u32 *lowest_pn);
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
69 u32 *next_pn);
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channe
[all...]
/external/llvm/test/MC/ARM/
H A Dneon-convert-encoding.s5 @ CHECK: vcvt.u32.f32 d16, d16 @ encoding: [0xa0,0x07,0xfb,0xf3]
6 vcvt.u32.f32 d16, d16
9 @ CHECK: vcvt.f32.u32 d16, d16 @ encoding: [0xa0,0x06,0xfb,0xf3]
10 vcvt.f32.u32 d16, d16
13 @ CHECK: vcvt.u32.f32 q8, q8 @ encoding: [0xe0,0x07,0xfb,0xf3]
14 vcvt.u32.f32 q8, q8
17 @ CHECK: vcvt.f32.u32 q8, q8 @ encoding: [0xe0,0x06,0xfb,0xf3]
18 vcvt.f32.u32 q8, q8
23 @ CHECK: vcvt.u32.f32 d16, d16, #1 @ encoding: [0x30,0x0f,0xff,0xf3]
24 vcvt.u32
[all...]

Completed in 1207 milliseconds

1234567891011>>