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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk110.asm 2 // DIV U32
15 bfind u32 $r2 $r1
19 cvt u32 $r1 neg u32 $r1
20 mul $r3 u32 $r1 u32 $r2
21 add $r2 (mul high u32 $r2 u32 $r3) $r2
23 mul $r3 u32 $r1 u32 $r
    [all...]
  /external/autotest/client/deps/glbench/src/
md5.h 10 typedef uint32_t u32; typedef
14 u32 buf[4];
15 u32 bits[2];
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.h 26 void Add(u32 stack_id);
29 u32 At(uptr i) const;
33 u32 stacks_[kMaxSize];
  /external/google-breakpad/src/common/
md5.h 10 typedef uint32_t u32; typedef in namespace:google_breakpad
14 u32 buf[4];
15 u32 bits[2];
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 64 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_nodeCount( btk_HDCR hdcrA )
    [all...]
FaceFinder.h 46 u32 reserved;
52 u32 moduleParamSize;
55 u32 maxDetectableFaces;
80 u32 minDistA,
81 u32 maxDistA );
90 u32 btk_FaceFinder_faces( btk_HFaceFinder hFaceFinderA );
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test004.c 46 int ipa_nat_test004(int total_entries, u32 tbl_hdl, u8 sep)
49 u32 tbl_hdl1 = 0;
50 u32 pub_ip_add = 0x011617c0; /* "192.23.22.1" */
ipa_nat_test000.c 45 int ipa_nat_test000(int total_entries, u32 tbl_hdl, u8 sep)
49 u32 pub_ip_add = 0x011617c0; /* "192.23.22.1" */
  /external/f2fs-tools/fsck/
fsck.h 36 u32 nr_inodes;
37 u32 *ino_list;
41 u32 fofs; /* start offset in a file */
42 u32 blk; /* start block address of the extent */
43 u32 len; /* length of the extent */
47 u32 state;
48 u32 links;
49 u32 files;
50 u32 pgofs;
53 u32 p_ino; /*parent ino*
    [all...]
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 20 u32 here_id;
21 u32 prev_id;
26 u32 id;
27 u32 here_id;
28 u32 prev_id;
32 bool eq(u32 hash, const args_type &args) const {
53 static u32 hash(const args_type &args) {
54 const u32 m = 0x5bd1e995;
55 const u32 seed = 0x9747b28c;
56 const u32 r = 24
    [all...]
msan_origin.h 57 static bool isValidId(u32 id) { return id != 0 && id != (u32)-1; }
59 u32 raw_id() const { return raw_id_; }
72 u32 getChainedId() const {
76 u32 getStackId() const {
80 u32 getHeapId() const {
88 u32 prev_id;
89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id);
98 static Origin CreateStackOrigin(u32 id) {
104 u32 stack_id = StackDepotPut(*stack)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
roam.h 27 u32 max_blacklist_size;
28 u32 max_whitelist_size;
37 u32 length;
42 u32 num_blacklist_bssid; // Number of bssids valid in blacklist_bssid[].
45 u32 num_whitelist_ssid; // Number of ssids valid in whitelist_ssid[].
  /external/wpa_supplicant_8/src/radius/
radius_client.h 64 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_types
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_thread.h 48 void ThreadStart(u32 tid, uptr os_id);
50 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
51 void ThreadJoin(u32 tid);
52 u32 ThreadTid(uptr uid);
54 u32 GetCurrentThread();
55 void SetCurrentThread(u32 tid);
  /external/compiler-rt/lib/esan/
working_set.cpp 43 static const u32 CacheLineSize = 64;
46 static const u32 TotalWorkingSetBitIdx = 7;
50 static const u32 MaxAccumBitIdx = 6;
51 static const u32 CurWorkingSetBitIdx = 0;
59 static u32 SnapshotNum;
62 static const u32 NumFreq = 8; // One for each bit of our shadow bytes.
66 CircularBuffer<u32> SizePerFreq[NumFreq];
69 u32 CircularBufferSizes[NumFreq] = {
103 u32 WordValue = ShadowAccessedVal | ShadowAccessedVal << 8 |
106 if ((*(u32*)Shadow & WordValue) != WordValue
    [all...]
esan_sideline.h 40 bool launchThread(SidelineFunc takeSample, void *Arg, u32 FreqMilliSec);
44 bool adjustTimer(u32 FreqMilliSec);
54 u32 Freq;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 97 u32 diag_type;
98 u32 timestamp;
99 u32 length;
100 u32 dropped;
156 u32 reserved:24;
157 u32 diag_event_type:8;
162 u32 timestamp:24;
163 u32 diag_event_type:8;
179 u32 unused:24;
180 u32 diag_event_type:8
    [all...]
wifihal_vendorcommand.h 47 NUDStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
58 virtual void setSubCmd(u32 subcmd);
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 219 u32 op_own;
222 u32 size_vlan;
223 u32 flags;
226 u32 reserved;
230 u32 count;
232 u32 mem_type;
234 u32 addr_h;
235 u32 addr_l;
246 u32 reserved2[3];
255 u32 count
    [all...]
  /external/clang/test/FixIt/
fixit-vexing-parse-cxx0x.cpp 20 char32_t u32(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_gpio.c 34 int ath5k_hw_set_gpio_input(struct ath5k_hw *ah, u32 gpio)
49 int ath5k_hw_set_gpio_output(struct ath5k_hw *ah, u32 gpio)
64 u32 ath5k_hw_get_gpio(struct ath5k_hw *ah, u32 gpio)
77 int ath5k_hw_set_gpio(struct ath5k_hw *ah, u32 gpio, u32 val)
79 u32 data;
99 u32 interrupt_level)
101 u32 data;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 23 u32 id;
25 u32 size;
26 u32 tag;
29 static const u32 kTabSizeLog = 20;
32 static const u32 kUseCountBits = kTabSizeLog;
33 static const u32 kMaxUseCount = 1 << kUseCountBits;
34 static const u32 kUseCountMask = (1 << kUseCountBits) - 1;
35 static const u32 kHashMask = ~kUseCountMask;
38 bool eq(u32 hash, const args_type &args) const {
39 u32 hash_bits
    [all...]
  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl818x.h 28 u32 MAR[2];
34 u32 TSFT[2];
35 u32 TLPDA;
36 u32 TNPDA;
37 u32 THPDA;
66 u32 TX_CONF;
83 u32 RX_CONF;
99 u32 INT_TIMEOUT;
100 u32 TBDA;
114 u32 ANAPARAM
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
md5.h 15 u32 hash[MD5_HASH_WORDS];
16 u32 block[MD5_BLOCK_WORDS];
  /external/wpa_supplicant_8/src/crypto/
md5_i.h 13 u32 buf[4];
14 u32 bits[2];

Completed in 1555 milliseconds

1 23 4 5 6 7 8 91011>>