Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.h45 int32_t
49 int32_t
56 int32_t
64 int32_t
71 int32_t
75 int32_t
80 int32_t
85 int32_t
90 int32_t
95 int32_t
[all …]
H A Dulp_flow_db.h125 int32_t
142 int32_t
160 int32_t
175 int32_t
191 int32_t
206 int32_t
218 int32_t
229 int32_t
255 int32_t
267 int32_t
[all …]
H A Dbnxt_ulp.h104 int32_t
108 int32_t
112 int32_t
117 int32_t
122 int32_t
127 int32_t
132 int32_t
143 int32_t
151 int32_t
168 int32_t
[all …]
H A Dulp_port_db.h121 int32_t
134 int32_t
149 int32_t
163 int32_t
178 int32_t
191 int32_t
205 int32_t
218 int32_t
232 int32_t
258 int32_t
[all …]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_sdma.h161 int32_t ap_2_ap_addr;
162 int32_t ap_2_bp_addr;
164 int32_t bp_2_ap_addr;
173 int32_t per_2_app_addr;
174 int32_t mcu_2_app_addr;
175 int32_t per_2_per_addr;
178 int32_t per_2_shp_addr;
179 int32_t mcu_2_shp_addr;
180 int32_t ata_2_mcu_addr;
194 int32_t utra_addr;
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service.h166 int32_t rte_service_runstate_get(uint32_t id);
182 int32_t
196 int32_t rte_service_set_runstate_mapped_check(uint32_t id, int32_t enable);
295 int32_t rte_service_lcore_add(uint32_t lcore);
306 int32_t rte_service_lcore_del(uint32_t lcore);
320 int32_t rte_service_lcore_count(void);
333 int32_t rte_service_lcore_reset_all(void);
344 int32_t rte_service_set_stats_enable(uint32_t id, int32_t enable);
381 int32_t rte_service_dump(FILE *f, uint32_t id);
426 int32_t
[all …]
H A Drte_service_component.h23 typedef int32_t (*rte_service_func)(void *args);
76 int32_t rte_service_component_register(const struct rte_service_spec *spec,
88 int32_t rte_service_component_unregister(uint32_t id);
103 int32_t rte_service_start_with_defaults(void);
117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
128 int32_t rte_service_init(void);
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h117 int32_t h0 = -f[0]; in fe25519_neg()
152 int32_t f0 = f[0]; in fe25519_cmov()
153 int32_t f1 = f[1]; in fe25519_cmov()
154 int32_t f2 = f[2]; in fe25519_cmov()
155 int32_t f3 = f[3]; in fe25519_cmov()
156 int32_t f4 = f[4]; in fe25519_cmov()
157 int32_t f5 = f[5]; in fe25519_cmov()
158 int32_t f6 = f[6]; in fe25519_cmov()
159 int32_t f7 = f[7]; in fe25519_cmov()
160 int32_t f8 = f[8]; in fe25519_cmov()
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchi/
H A Dvchi.h81 int32_t vec_len;
88 int32_t vec_len;
128 int32_t service_id;
136 int32_t want_unaligned_bulk_rx;
139 int32_t want_unaligned_bulk_tx;
142 int32_t want_crc;
175 extern int32_t vchi_exit( void );
236 int32_t vchi_msg_queuev_ex( VCHI_SERVICE_HANDLE_T handle,
243 int32_t vchi_msg_queuev( VCHI_SERVICE_HANDLE_T handle,
306 extern int32_t vchi_msg_iter_next( VCHI_MSG_ITER_T *iter,
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchi/connections/
H A Dconnection.h63 typedef int32_t (*VCHI_CONNECTION_CRC_CONTROL_T)( VCHI_CONNECTION_STATE_T *state_handle,
67 typedef int32_t (*VCHI_CONNECTION_SERVICE_CONNECT_T)( VCHI_CONNECTION_STATE_T *state_handle,
68 int32_t service_id,
74 int32_t want_crc,
75 int32_t want_unaligned_bulk_rx,
76 int32_t want_unaligned_bulk_tx,
129 int32_t *msg_size,
138 typedef int32_t (*VCHI_CONNECTION_MSG_ITER_NEXT_T)( VCHI_CONNECTION_SERVICE_HANDLE_T service,
167 typedef int32_t (*VCHI_CONNECTION_SERVER_PRESENT)( VCHI_CONNECTION_STATE_T *state, int32_t service_…
177 int32_t service,
[all …]
/f-stack/freebsd/sys/
H A Dhhook.h77 typedef int (*hhook_func_t)(int32_t hhook_type, int32_t hhook_id, void *udata,
88 int32_t hook_id;
89 int32_t hook_type;
100 int32_t hhh_id;
101 int32_t hhh_nhooks;
102 int32_t hhh_type;
121 int hhook_head_register(int32_t hhook_type, int32_t hhook_id,
126 int hhook_head_deregister_lookup(int32_t hhook_type, int32_t hhook_id);
128 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id);
134 uint32_t hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id);
H A Dmtio.h50 int32_t mt_count; /* how many of them */
128 int32_t mt_blksiz; /* presently operating blocksize */
129 int32_t mt_density; /* presently operating density */
131 int32_t mt_blksiz0; /* blocksize for mode 0 */
132 int32_t mt_blksiz1; /* blocksize for mode 1 */
133 int32_t mt_blksiz2; /* blocksize for mode 2 */
134 int32_t mt_blksiz3; /* blocksize for mode 3 */
135 int32_t mt_density0; /* density for mode 0 */
136 int32_t mt_density1; /* density for mode 1 */
137 int32_t mt_density2; /* density for mode 2 */
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtypes32.h47 typedef int32_t daddr32_t;
48 typedef int32_t off32_t;
50 typedef int32_t blkcnt32_t;
53 typedef int32_t id32_t;
56 typedef int32_t key32_t;
62 typedef int32_t pid32_t;
64 typedef int32_t ssize32_t;
65 typedef int32_t time32_t;
66 typedef int32_t clock32_t;
70 int32_t tv_usec; /* and microseconds */
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.h102 struct tcphdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf,
103 int32_t * drop_hdrlen, int32_t * ret_val);
106 struct tcphdr *th, int32_t thflags, int32_t tlen, int32_t * ret_val);
109 struct tcphdr *th, int32_t rstreason, int32_t tlen);
119 struct tcpcb *tp, int32_t * ret_val);
123 struct tcpcb *tp, int32_t tlen, int32_t thflags, int32_t * ret_val);
130 int32_t rstreason, int32_t tlen);
141 int32_t
/f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h144 int32_t service; // service id this message is destined for
171 int32_t (*suspending)( VCHI_MDRIVER_HANDLE_T *handle );
172 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle );
173 int32_t (*power_control)( VCHI_MDRIVER_HANDLE_T *handle, MESSAGE_TX_CHANNEL_T, int32_t enable );
174int32_t (*add_msg_rx_slot)( VCHI_MDRIVER_HANDLE_T *handle, RX_MSG_SLOTINFO_T *slot ); // rx m…
178 int32_t (*enable)( VCHI_MDRIVER_HANDLE_T *handle );
179int32_t (*form_message)( VCHI_MDRIVER_HANDLE_T *handle, int32_t service_id, VCHI_MSG_VECTOR_T *vec…
180 …*address, uint32_t length_avail, uint32_t max_total_length, int32_t pad_to_fill, int32_t allow_par…
182 int32_t (*update_message)( VCHI_MDRIVER_HANDLE_T *handle, void *dest, int16_t *slot_count );
183int32_t (*buffer_aligned)( VCHI_MDRIVER_HANDLE_T *handle, int tx, int uncached, const void *addres…
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h102 int32_t h0 = f[0]; in fe25519_reduce()
103 int32_t h1 = f[1]; in fe25519_reduce()
104 int32_t h2 = f[2]; in fe25519_reduce()
105 int32_t h3 = f[3]; in fe25519_reduce()
106 int32_t h4 = f[4]; in fe25519_reduce()
107 int32_t h5 = f[5]; in fe25519_reduce()
108 int32_t h6 = f[6]; in fe25519_reduce()
109 int32_t h7 = f[7]; in fe25519_reduce()
110 int32_t h8 = f[8]; in fe25519_reduce()
111 int32_t h9 = f[9]; in fe25519_reduce()
[all …]
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c80 int32_t
177 int32_t
191 int32_t
211 int32_t
237 int32_t
245 int32_t
277 int32_t
297 int32_t
317 int32_t
337 int32_t
[all …]
/f-stack/dpdk/lib/librte_hash/
H A Drte_hash.h204 int32_t
221 int32_t
276 int32_t
298 int32_t
322 int32_t
352 int32_t
384 int32_t
436 const int32_t position);
503 int32_t
525 int32_t
[all …]
/f-stack/dpdk/app/test/
H A Dtest_lpm6.c122 int32_t
164 int32_t
196 int32_t
225 int32_t
246 int32_t
285 int32_t
323 int32_t
361 int32_t
399 int32_t
438 int32_t
[all …]
H A Dtest_lpm.c83 int32_t
115 int32_t
144 int32_t
165 int32_t
203 int32_t
241 int32_t
276 int32_t
313 int32_t
364 int32_t
451 int32_t
[all …]
H A Dtest_rib.c19 static int32_t test_free_null(void);
21 static int32_t test_get_fn(void);
22 static int32_t test_basic(void);
32 int32_t
70 int32_t
75 int32_t i; in test_multiple_create()
95 int32_t
115 int32_t
158 int32_t
238 int32_t
[all …]
/f-stack/app/micro_thread/
H A Dmt_net.h195 int32_t CheckParams();
197 int32_t GetConnLink();
201 int32_t WaitSend(uint64_t timeout);
221 void SetErrNo(int32_t err) { in SetErrNo()
251 int32_t _err_no;
278 int32_t CreateSock();
305 int32_t RecvDispath();
309 int32_t DispathTcp();
311 int32_t DispathUdp();
328 void NotifyAll(int32_t result);
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c42 #define vchiq_status_to_vchi(status) ((int32_t)status)
97 int32_t vchi_msg_peek(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_peek()
132 int32_t vchi_msg_remove(VCHI_SERVICE_HANDLE_T handle) in vchi_msg_remove()
159 int32_t vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queue()
425 int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_hold()
696 int32_t ret = -1; in vchi_service_close()
713 int32_t ret = -1; in vchi_service_destroy()
732 int32_t ret = -1; in vchi_service_set_option()
760 int32_t ret = -1; in vchi_get_peer_version()
833 int32_t ret = -1; in vchi_service_use()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_hpts.h70 int32_t co_ret; /* bbr->pkts_out x */
100 int32_t p_on_queue_cnt; /* Count on queue in this hpts */
111 int32_t p_on_inqueue_cnt; /* Count on input queue in this hpts */
166 int __tcp_queue_to_hpts_immediate(struct inpcb *inp, int32_t line);
171 void __tcp_hpts_remove(struct inpcb *inp, int32_t flags, int32_t line);
197 uint32_t __tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line);
201 tcp_hpts_insert_diag(struct inpcb *inp, uint32_t slot, int32_t line, struct hpts_diag *diag);
207 __tcp_queue_to_input(struct inpcb *inp, int32_t line);
212 void __tcp_set_hpts(struct inpcb *inp, int32_t line);
215 void __tcp_set_inp_to_drop(struct inpcb *inp, uint16_t reason, int32_t line);
[all …]
/f-stack/dpdk/lib/librte_metrics/
H A Drte_metrics_telemetry.h40 int32_t rte_metrics_tel_reg_all_ethdev(int *metrics_register_done,
44 int32_t
49 int32_t
53 int32_t
57 int32_t
62 int32_t

12345678910>>...28