HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 151 - 175 of 1154) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifihal_internal.h 60 int (*rtt_range_request)(u32 request_id,
62 u32 num_rtt_config,
65 int (*rtt_range_cancel)(u32 request_id,
66 u32 num_devices,
72 int (*get_lowi_capabilities)(u32* capabilities);
75 u32 band,
76 u32 max_channels,
93 u32 max,
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 25 const u32 kInvalidTid = (u32) -1;
28 static THREADLOCAL u32 current_thread_tid = kInvalidTid;
30 static ThreadContextBase *CreateThreadContext(u32 tid) {
44 u32 GetCurrentThread() {
48 void SetCurrentThread(u32 tid) {
85 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
90 void ThreadStart(u32 tid, uptr os_id) {
123 u32 ThreadTid(uptr uid)
    [all...]
  /bionic/libc/include/bits/
epoll_event.h 38 uint32_t u32; member in union:epoll_data
  /external/capstone/suite/MC/ARM/
neont2-convert-encoding.s.cs 3 0xfb,0xff,0xa0,0x07 = vcvt.u32.f32 d16, d16
5 0xfb,0xff,0xa0,0x06 = vcvt.f32.u32 d16, d16
7 0xfb,0xff,0xe0,0x07 = vcvt.u32.f32 q8, q8
9 0xfb,0xff,0xe0,0x06 = vcvt.f32.u32 q8, q8
11 0xff,0xff,0x30,0x0f = vcvt.u32.f32 d16, d16, #1
13 0xff,0xff,0x30,0x0e = vcvt.f32.u32 d16, d16, #1
15 0xff,0xff,0x70,0x0f = vcvt.u32.f32 q8, q8, #1
17 0xff,0xff,0x70,0x0e = vcvt.f32.u32 q8, q8, #1
  /external/compiler-rt/lib/builtins/arm/
fixunsdfsivfp.S 24 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15
fixunssfsivfp.S 24 vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15
floatunssidfvfp.S 23 vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
floatunssisfvfp.S 23 vcvt.f32.u32 s15, s15 // convert 32-bit int in s15 to float in s15
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 27 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_tids
    [all...]
sanitizer_stackdepot_test.cc 23 u32 i1 = StackDepotPut(s1);
36 u32 i1 = StackDepotPut(StackTrace());
49 u32 i1 = StackDepotPut(s1);
50 u32 i2 = StackDepotPut(s1);
61 u32 i1 = StackDepotPut(s1);
64 u32 i2 = StackDepotPut(s2);
73 u32 ids[4] = {0};
  /external/compiler-rt/lib/stats/
stats.h 33 u32 size;
  /external/libmpeg2/common/arm/
ideint_spatial_filter_a9.s 92 vmov.u32 d30, #5
95 vmov.u32 d31, #7
136 vmul.u32 d16, d16, d30
139 vmul.u32 d18, d18, d31
142 vmul.u32 d20, d20, d31
149 vmov.u32 r5, d16[0]
150 vmov.u32 r6, d18[0]
151 vmov.u32 r7, d20[0]
175 vmov.u32 r5, d16[1]
176 vmov.u32 r6, d18[1
    [all...]
  /external/llvm/test/MC/ARM/
neon-reciprocal-encoding.s 3 @ 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
neont2-reciprocal-encoding.s 5 @ 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
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
neon-reciprocal-encoding.s 3 @ 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
neont2-reciprocal-encoding.s 5 @ 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
  /external/syslinux/gpxe/src/drivers/net/ath5k/
desc.h 28 u32 rx_control_0; /* RX control word 0 */
29 u32 rx_control_1; /* RX control word 1 */
44 u32 rx_status_0; /* RX status word 0 */
45 u32 rx_status_1; /* RX status word 1 */
104 u32 rx_error_0; /* RX status word 0 */
105 u32 rx_error_1; /* RX status word 1 */
129 u32 tx_control_0; /* TX control word 0 */
130 u32 tx_control_1; /* TX control word 1 */
185 u32 tx_control_0; /* TX control word 0 */
199 u32 tx_control_1; /* TX control word 1 *
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
sis190.h 154 volatile u32 PSize;
155 volatile u32 status;
156 volatile u32 addr;
157 volatile u32 size;
161 volatile u32 PSize;
162 volatile u32 status;
163 volatile u32 addr;
164 volatile u32 size;
254 u32 cur_rx;
255 u32 cur_tx
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
number_precision.hpp 62 typedef u32 u32vec1; //!< \brief 32bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
  /external/wpa_supplicant_8/src/crypto/
sha256_i.h 16 u32 state[8], curlen;
sha512_i.h 16 u32 curlen;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common_i.h 22 u32 next_objid;
  /hardware/intel/bootstub/
spi-uart.c 30 u32 ctrlr0;
31 u32 *clk_reg, clk_cdiv;
62 clk_reg = (u32 *)MRST_CLK_SPI0_REG;
102 u32 sr;
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_offload.h 19 u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
number_precision.hpp 62 typedef u32 u32vec1; //!< \brief 32bit unsigned integer scalar. (from GLM_GTX_number_precision extension)

Completed in 597 milliseconds

1 2 3 4 5 67 8 91011>>