ev_uint32_t       367 opal/mca/event/libevent2022/libevent/buffer.c 	buf->flags |= (ev_uint32_t)flags;
ev_uint32_t       376 opal/mca/event/libevent2022/libevent/buffer.c 	buf->flags &= ~(ev_uint32_t)flags;
ev_uint32_t       446 opal/mca/event/libevent2022/libevent/buffer.c 	ev_uint32_t mask, masked_val;
ev_uint32_t      3004 opal/mca/event/libevent2022/libevent/buffer.c 		      struct evbuffer_cb_entry *cb, ev_uint32_t flags)
ev_uint32_t      3016 opal/mca/event/libevent2022/libevent/buffer.c 		      struct evbuffer_cb_entry *cb, ev_uint32_t flags)
ev_uint32_t       307 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	ev_uint32_t errors[NUM_ERRORS];
ev_uint32_t       369 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err;
ev_uint32_t        51 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c     ev_uint32_t current_tick,
ev_uint32_t        75 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c     ev_uint32_t current_tick)
ev_uint32_t       125 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c ev_uint32_t
ev_uint32_t       567 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c 	ev_uint32_t tick;
ev_uint32_t       643 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c 	ev_uint32_t tick;
ev_uint32_t        73 opal/mca/event/libevent2022/libevent/evbuffer-internal.h 	ev_uint32_t flags;
ev_uint32_t       133 opal/mca/event/libevent2022/libevent/evbuffer-internal.h 	ev_uint32_t flags;
ev_uint32_t       135 opal/mca/event/libevent2022/libevent/evdns.c #define u32 ev_uint32_t
ev_uint32_t      4141 opal/mca/event/libevent2022/libevent/evdns.c 	ev_uint32_t type;
ev_uint32_t      1276 opal/mca/event/libevent2022/libevent/event.c 		ev_uint32_t usec_mask = 0;
ev_uint32_t      2645 opal/mca/event/libevent2022/libevent/event.c ev_uint32_t
ev_uint32_t       277 opal/mca/event/libevent2022/libevent/event_iocp.c     ev_uintptr_t key, ev_uint32_t n)
ev_uint32_t        94 opal/mca/event/libevent2022/libevent/event_tagging.c int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
ev_uint32_t        96 opal/mca/event/libevent2022/libevent/event_tagging.c int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
ev_uint32_t        97 opal/mca/event/libevent2022/libevent/event_tagging.c int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf);
ev_uint32_t       139 opal/mca/event/libevent2022/libevent/event_tagging.c encode_int_internal(ev_uint8_t *data, ev_uint32_t number)
ev_uint32_t       151 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number)
ev_uint32_t       172 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)
ev_uint32_t       195 opal/mca/event/libevent2022/libevent/event_tagging.c decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)
ev_uint32_t       197 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t number = 0;
ev_uint32_t       236 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)
ev_uint32_t       248 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t       249 opal/mca/event/libevent2022/libevent/event_tagging.c     const void *data, ev_uint32_t len)
ev_uint32_t       257 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t       262 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_encode_int(evbuf, (ev_uint32_t)evbuffer_get_length(data));
ev_uint32_t       268 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer)
ev_uint32_t       279 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t       291 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string)
ev_uint32_t       294 opal/mca/event/libevent2022/libevent/event_tagging.c 	evtag_marshal(buf, tag, string, (ev_uint32_t)strlen(string));
ev_uint32_t       298 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv)
ev_uint32_t       353 opal/mca/event/libevent2022/libevent/event_tagging.c decode_int_internal(ev_uint32_t *pnumber, struct evbuffer *evbuf, int offset)
ev_uint32_t       355 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t number = 0;
ev_uint32_t       367 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf)
ev_uint32_t       387 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag)
ev_uint32_t       393 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
ev_uint32_t       411 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
ev_uint32_t       429 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag)
ev_uint32_t       431 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       458 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag, struct evbuffer *dst)
ev_uint32_t       476 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       477 opal/mca/event/libevent2022/libevent/event_tagging.c     ev_uint32_t *pinteger)
ev_uint32_t       479 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       480 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       502 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_int64(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       505 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       506 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t len;
ev_uint32_t       530 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag, void *data,
ev_uint32_t       533 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       549 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       552 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       571 opal/mca/event/libevent2022/libevent/event_tagging.c evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       574 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t tag;
ev_uint32_t       575 opal/mca/event/libevent2022/libevent/event_tagging.c 	ev_uint32_t integer;
ev_uint32_t       590 opal/mca/event/libevent2022/libevent/evutil.c 		ev_uint32_t addr = ntohl(sin_out.sin_addr.s_addr);
ev_uint32_t      1594 opal/mca/event/libevent2022/libevent/evutil.c 		const ev_uint32_t a = ntohl(in->s_addr);
ev_uint32_t      1970 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISALPHA_TABLE[8] =
ev_uint32_t      1972 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISALNUM_TABLE[8] =
ev_uint32_t      1974 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISSPACE_TABLE[8] = { 0x3e00, 0x1, 0, 0, 0, 0, 0, 0 };
ev_uint32_t      1975 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISXDIGIT_TABLE[8] =
ev_uint32_t      1977 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISDIGIT_TABLE[8] = { 0, 0x3ff0000, 0, 0, 0, 0, 0, 0 };
ev_uint32_t      1978 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISPRINT_TABLE[8] =
ev_uint32_t      1980 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISUPPER_TABLE[8] = { 0, 0, 0x7fffffe, 0, 0, 0, 0, 0 };
ev_uint32_t      1981 opal/mca/event/libevent2022/libevent/evutil.c static const ev_uint32_t EVUTIL_ISLOWER_TABLE[8] = { 0, 0, 0, 0x7fffffe, 0, 0, 0, 0 };
ev_uint32_t        90 opal/mca/event/libevent2022/libevent/evutil_rand.c 		ev_uint32_t u = arc4random();
ev_uint32_t        97 opal/mca/event/libevent2022/libevent/evutil_rand.c 		*(ev_uint32_t*)b = arc4random();
ev_uint32_t       102 opal/mca/event/libevent2022/libevent/evutil_rand.c 		ev_uint32_t u = arc4random();
ev_uint32_t       120 opal/mca/event/libevent2022/libevent/evutil_rand.c #define ARC4RANDOM_UINT32 ev_uint32_t
ev_uint32_t       737 opal/mca/event/libevent2022/libevent/include/event2/buffer.h 			  struct evbuffer_cb_entry *cb, ev_uint32_t flags);
ev_uint32_t       747 opal/mca/event/libevent2022/libevent/include/event2/buffer.h 			  struct evbuffer_cb_entry *cb, ev_uint32_t flags);
ev_uint32_t      1089 opal/mca/event/libevent2022/libevent/include/event2/event.h ev_uint32_t event_get_version_number(void);
ev_uint32_t        68 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag);
ev_uint32_t        70 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
ev_uint32_t        71 opal/mca/event/libevent2022/libevent/include/event2/tag.h     ev_uint32_t len);
ev_uint32_t        72 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t        85 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_encode_int(struct evbuffer *evbuf, ev_uint32_t number);
ev_uint32_t        88 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t        89 opal/mca/event/libevent2022/libevent/include/event2/tag.h     ev_uint32_t integer);
ev_uint32_t        90 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t        93 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
ev_uint32_t        96 opal/mca/event/libevent2022/libevent/include/event2/tag.h void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
ev_uint32_t        99 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal(struct evbuffer *src, ev_uint32_t *ptag,
ev_uint32_t       101 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag);
ev_uint32_t       102 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
ev_uint32_t       103 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
ev_uint32_t       106 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       107 opal/mca/event/libevent2022/libevent/include/event2/tag.h     ev_uint32_t *pinteger);
ev_uint32_t       108 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_int64(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       111 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_fixed(struct evbuffer *src, ev_uint32_t need_tag,
ev_uint32_t       114 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       117 opal/mca/event/libevent2022/libevent/include/event2/tag.h int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag,
ev_uint32_t       182 opal/mca/event/libevent2022/libevent/include/event2/util.h #define ev_uintptr_t ev_uint32_t
ev_uint32_t       225 opal/mca/event/libevent2022/libevent/include/event2/util.h #define EV_UINT32_MAX ((ev_uint32_t)0xffffffffUL)
ev_uint32_t       177 opal/mca/event/libevent2022/libevent/iocp-internal.h     ev_uintptr_t key, ev_uint32_t n_bytes);
ev_uint32_t        44 opal/mca/event/libevent2022/libevent/ratelim-internal.h 	ev_uint32_t last_updated;
ev_uint32_t        70 opal/mca/event/libevent2022/libevent/ratelim-internal.h     ev_uint32_t current_tick);
ev_uint32_t        74 opal/mca/event/libevent2022/libevent/ratelim-internal.h ev_uint32_t ev_token_bucket_get_tick(const struct timeval *tv,
ev_uint32_t        84 opal/mca/event/libevent2022/libevent/ratelim-internal.h     ev_uint32_t current_tick,
ev_uint32_t        37 opal/mca/event/libevent2022/libevent/sample/dns-example.c #define u32 ev_uint32_t
ev_uint32_t      1696 opal/mca/event/libevent2022/libevent/test/regress.c int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
ev_uint32_t      1698 opal/mca/event/libevent2022/libevent/test/regress.c int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t number);
ev_uint32_t      1699 opal/mca/event/libevent2022/libevent/test/regress.c int evtag_decode_tag(ev_uint32_t *pnumber, struct evbuffer *evbuf);
ev_uint32_t      1756 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t integers[TEST_MAX_INT] = {
ev_uint32_t      1759 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t integer;
ev_uint32_t      1834 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t integers[TEST_MAX_INT] = {
ev_uint32_t      1837 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t integer;
ev_uint32_t      1866 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t u32;
ev_uint32_t      1932 opal/mca/event/libevent2022/libevent/test/regress.c 	ev_uint32_t vint;
ev_uint32_t       317 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       407 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg)
ev_uint32_t       409 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       428 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg)
ev_uint32_t       487 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t* new_data = NULL;
ev_uint32_t       489 opal/mca/event/libevent2022/libevent/test/regress.gen.c   new_data = (ev_uint32_t*) realloc(msg->how_often_data,
ev_uint32_t       490 opal/mca/event/libevent2022/libevent/test/regress.gen.c       tobe_allocated * sizeof(ev_uint32_t));
ev_uint32_t       497 opal/mca/event/libevent2022/libevent/test/regress.gen.c ev_uint32_t *
ev_uint32_t       498 opal/mca/event/libevent2022/libevent/test/regress.gen.c kill_how_often_add(struct kill *msg, const ev_uint32_t value)
ev_uint32_t       538 opal/mca/event/libevent2022/libevent/test/regress.gen.c     const ev_uint32_t value)
ev_uint32_t       569 opal/mca/event/libevent2022/libevent/test/regress.gen.c     ev_uint32_t *value)
ev_uint32_t       634 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       698 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg)
ev_uint32_t       700 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t       719 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg)
ev_uint32_t       835 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t* new_data = NULL;
ev_uint32_t       837 opal/mca/event/libevent2022/libevent/test/regress.gen.c   new_data = (ev_uint32_t*) realloc(msg->other_numbers_data,
ev_uint32_t       838 opal/mca/event/libevent2022/libevent/test/regress.gen.c       tobe_allocated * sizeof(ev_uint32_t));
ev_uint32_t       845 opal/mca/event/libevent2022/libevent/test/regress.gen.c ev_uint32_t *
ev_uint32_t       846 opal/mca/event/libevent2022/libevent/test/regress.gen.c run_other_numbers_add(struct run *msg, const ev_uint32_t value)
ev_uint32_t       873 opal/mca/event/libevent2022/libevent/test/regress.gen.c run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len)
ev_uint32_t       923 opal/mca/event/libevent2022/libevent/test/regress.gen.c     const ev_uint32_t value)
ev_uint32_t       944 opal/mca/event/libevent2022/libevent/test/regress.gen.c run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen)
ev_uint32_t       983 opal/mca/event/libevent2022/libevent/test/regress.gen.c     ev_uint32_t *value)
ev_uint32_t      1089 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t      1196 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg)
ev_uint32_t      1198 opal/mca/event/libevent2022/libevent/test/regress.gen.c   ev_uint32_t tag;
ev_uint32_t      1217 opal/mca/event/libevent2022/libevent/test/regress.gen.c evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg)
ev_uint32_t        60 opal/mca/event/libevent2022/libevent/test/regress.gen.h void evtag_marshal_msg(struct evbuffer *, ev_uint32_t,
ev_uint32_t        62 opal/mca/event/libevent2022/libevent/test/regress.gen.h int evtag_unmarshal_msg(struct evbuffer *, ev_uint32_t,
ev_uint32_t        89 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*how_often_assign)(struct kill *, int, const ev_uint32_t);
ev_uint32_t        90 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*how_often_get)(struct kill *, int, ev_uint32_t *);
ev_uint32_t        91 opal/mca/event/libevent2022/libevent/test/regress.gen.h   ev_uint32_t * (*how_often_add)(struct kill *msg, const ev_uint32_t value);
ev_uint32_t        99 opal/mca/event/libevent2022/libevent/test/regress.gen.h   ev_uint32_t *how_often_data;
ev_uint32_t       115 opal/mca/event/libevent2022/libevent/test/regress.gen.h void evtag_marshal_kill(struct evbuffer *, ev_uint32_t,
ev_uint32_t       117 opal/mca/event/libevent2022/libevent/test/regress.gen.h int evtag_unmarshal_kill(struct evbuffer *, ev_uint32_t,
ev_uint32_t       123 opal/mca/event/libevent2022/libevent/test/regress.gen.h int kill_how_often_assign(struct kill *, int, const ev_uint32_t);
ev_uint32_t       124 opal/mca/event/libevent2022/libevent/test/regress.gen.h int kill_how_often_get(struct kill *, int, ev_uint32_t *);
ev_uint32_t       125 opal/mca/event/libevent2022/libevent/test/regress.gen.h ev_uint32_t * kill_how_often_add(struct kill *msg, const ev_uint32_t value);
ev_uint32_t       143 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
ev_uint32_t       144 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
ev_uint32_t       152 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*other_numbers_assign)(struct run *, int, const ev_uint32_t);
ev_uint32_t       153 opal/mca/event/libevent2022/libevent/test/regress.gen.h   int (*other_numbers_get)(struct run *, int, ev_uint32_t *);
ev_uint32_t       154 opal/mca/event/libevent2022/libevent/test/regress.gen.h   ev_uint32_t * (*other_numbers_add)(struct run *msg, const ev_uint32_t value);
ev_uint32_t       162 opal/mca/event/libevent2022/libevent/test/regress.gen.h   ev_uint32_t some_bytes_length;
ev_uint32_t       168 opal/mca/event/libevent2022/libevent/test/regress.gen.h   ev_uint32_t *other_numbers_data;
ev_uint32_t       187 opal/mca/event/libevent2022/libevent/test/regress.gen.h void evtag_marshal_run(struct evbuffer *, ev_uint32_t,
ev_uint32_t       189 opal/mca/event/libevent2022/libevent/test/regress.gen.h int evtag_unmarshal_run(struct evbuffer *, ev_uint32_t,
ev_uint32_t       193 opal/mca/event/libevent2022/libevent/test/regress.gen.h int run_some_bytes_assign(struct run *, const ev_uint8_t *, ev_uint32_t);
ev_uint32_t       194 opal/mca/event/libevent2022/libevent/test/regress.gen.h int run_some_bytes_get(struct run *, ev_uint8_t * *, ev_uint32_t *);
ev_uint32_t       202 opal/mca/event/libevent2022/libevent/test/regress.gen.h int run_other_numbers_assign(struct run *, int, const ev_uint32_t);
ev_uint32_t       203 opal/mca/event/libevent2022/libevent/test/regress.gen.h int run_other_numbers_get(struct run *, int, ev_uint32_t *);
ev_uint32_t       204 opal/mca/event/libevent2022/libevent/test/regress.gen.h ev_uint32_t * run_other_numbers_add(struct run *msg, const ev_uint32_t value);
ev_uint32_t       545 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(((ev_uint32_t*)r[0].addrs)[0], ==, htonl(0x0b16212c));
ev_uint32_t       548 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(((ev_uint32_t*)r[1].addrs)[0], ==, htonl(0xc8640064));
ev_uint32_t       703 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0x10204080));
ev_uint32_t       732 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0x10204080));
ev_uint32_t       796 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(((ev_uint32_t*)r1.addrs)[0], ==, htonl(0xf00ff00f));
ev_uint32_t       853 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		tt_int_op(((ev_uint32_t*)r[i].addrs)[0], ==, htonl(0xf00ff00f));
ev_uint32_t      1597 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	ev_uint32_t answer = 0x7f000001;
ev_uint32_t       735 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	ev_uint32_t tag;
ev_uint32_t       822 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		ev_uint32_t short_number;
ev_uint32_t       857 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		ev_uint32_t res;
ev_uint32_t        67 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_uint32_t res;
ev_uint32_t        81 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_uint32_t res[4];
ev_uint32_t       178 opal/mca/event/libevent2022/libevent/test/regress_util.c 			ev_uint32_t u =
ev_uint32_t       652 opal/mca/event/libevent2022/libevent/test/regress_util.c 	ev_uint32_t u32;