Searched refs:u_int64_t (Results 1 – 17 of 17) sorted by relevance
/openbmc/phosphor-pid-control/test/ |
H A D | pid_json_unittest.cpp | 69 EXPECT_EQ(pidConfig.size(), static_cast<u_int64_t>(1)); in TEST() 70 EXPECT_EQ(zoneConfig.size(), static_cast<u_int64_t>(1)); in TEST() 120 EXPECT_EQ(pidConfig.size(), static_cast<u_int64_t>(1)); in TEST() 121 EXPECT_EQ(zoneConfig.size(), static_cast<u_int64_t>(1)); in TEST() 182 EXPECT_EQ(pidConfig.size(), static_cast<u_int64_t>(1)); in TEST() 183 EXPECT_EQ(zoneConfig.size(), static_cast<u_int64_t>(1)); in TEST() 266 EXPECT_EQ(pidConfig.size(), static_cast<u_int64_t>(1)); in TEST() 267 EXPECT_EQ(zoneConfig.size(), static_cast<u_int64_t>(1)); in TEST() 317 EXPECT_EQ(pidConfig.size(), static_cast<u_int64_t>(1)); in TEST() 322 static_cast<u_int64_t>(1000)); in TEST() [all …]
|
H A D | sensors_json_unittest.cpp | 44 EXPECT_EQ(static_cast<u_int64_t>(1), output.size()); in TEST() 72 EXPECT_EQ(static_cast<u_int64_t>(1), output.size()); in TEST() 98 EXPECT_EQ(static_cast<u_int64_t>(1), output.size()); in TEST() 126 EXPECT_EQ(static_cast<u_int64_t>(1), output.size()); in TEST() 160 EXPECT_EQ(static_cast<u_int64_t>(2), output.size()); in TEST()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_timestamp.h | 12 u_int64_t start; 13 u_int64_t stop;
|
/openbmc/linux/net/netfilter/ |
H A D | xt_connbytes.c | 26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt() 27 u_int64_t bytes = 0; in connbytes_mt() 28 u_int64_t pkts = 0; in connbytes_mt()
|
H A D | xt_hashlimit.c | 101 u_int64_t credit; 102 u_int64_t credit_cap; 103 u_int64_t cost; 107 u_int64_t current_rate; 108 u_int64_t rate;
|
H A D | nf_conntrack_standalone.c | 102 u_int64_t time_now;
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_dccp.h | 35 u_int64_t handshake_seq;
|
/openbmc/linux/fs/befs/ |
H A D | btree.c | 756 if (*(u_int64_t *) key1 == *(u_int64_t *) key2) 758 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
|
/openbmc/u-boot/include/ |
H A D | api_public.h | 75 typedef u_int64_t lbasize_t;
|
/openbmc/u-boot/include/linux/ |
H A D | types.h | 111 typedef __u64 u_int64_t; typedef
|
/openbmc/linux/sound/pci/pcxhr/ |
H A D | pcxhr_core.c | 1115 static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr, in pcxhr_stream_read_position() 1118 u_int64_t hw_sample_count; in pcxhr_stream_read_position() 1134 hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24; in pcxhr_stream_read_position() 1135 hw_sample_count += (u_int64_t)rmh.stat[1]; in pcxhr_stream_read_position() 1153 u_int64_t new_sample_count; in pcxhr_update_timer_pos() 1189 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
|
H A D | pcxhr.h | 132 …u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz…
|
/openbmc/linux/include/linux/ |
H A D | types.h | 114 typedef u64 u_int64_t; typedef
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
H A D | 0001-Use-stdint-types.patch | 111 typedef u_int64_t u64;/**< used for unsigned 64bit */
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 190 ngx_type="uint64_t"; ngx_types="u_int64_t"; . auto/types/typedef
|
/openbmc/linux/sound/core/ |
H A D | pcm_lib.c | 581 u_int64_t n = (u_int64_t) a * b; in muldiv32() 1222 u_int64_t mask) in snd_pcm_hw_constraint_mask64()
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1051 u_int64_t mask);
|