/third_party/ffmpeg/libavformat/ |
H A D | mpsubdec.c | 61 long long intval, fracval; in parse_line() local 62 int n = av_sscanf(line, "%lld%n.%lld%n", &intval, &p1, &fracval, &p2); in parse_line() 63 if (n <= 0 || intval < INT64_MIN / TSBASE || intval > INT64_MAX / TSBASE) in parse_line() 66 intval *= TSBASE; in parse_line() 75 if (intval > 0) intval = av_sat_add64(intval, fracval); in parse_line() 76 else intval = av_sat_sub64(intval, fracva in parse_line() [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-ctrl.c | 47 int intval; member 260 static int ctrl_send(struct udev_ctrl *uctrl, enum udev_ctrl_msg_type type, int intval, const char *buf, int timeout) { in ctrl_send() argument 272 ctrl_msg_wire.intval = intval; in ctrl_send() 439 return ctrl_msg->ctrl_msg_wire.intval; in udev_ctrl_get_set_log_level() 469 return ctrl_msg->ctrl_msg_wire.intval; in udev_ctrl_get_set_children_max()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 525 * Wait for up to intval milliseconds for a valid PPP packet from the peer. 531 #define ppp_set_listen_time(ppp, intval) (ppp->settings.listen_time = intval) 587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval)
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 114 $var = intval($var); 124 $var = intval($var); 141 $var = intval($var); 159 $var = intval($var); 438 $nanoseconds = intval($nanoseconds);
|
H A D | CodedInputStream.php | 139 $var = intval($var);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wnm_sta.h | 57 u8 action, u16 intval, struct wpabuf *tfs_req);
|
H A D | wnm_sta.c | 57 u8 action, u16 intval, struct wpabuf *tfs_req) in ieee802_11_send_wnmsleep_req() 83 wnmsleep_ie->intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_req() 186 "(action=%d, intval=%d)", action, intval); in ieee802_11_send_wnmsleep_req() 382 "frame (action=%d, intval=%d)", in ieee802_11_rx_wnmsleep_resp() 383 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 392 "(action=%d, intval=%d)", in ieee802_11_rx_wnmsleep_resp() 393 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 56 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) ieee802_11_send_wnmsleep_req() argument
|
H A D | ctrl_iface.c | 7578 int intval = 0; in wpas_ctrl_iface_wnm_sleep() local 7592 intval = atoi(pos + 10); in wpas_ctrl_iface_wnm_sleep() 7617 WNM_SLEEP_MODE_EXIT, intval, in wpas_ctrl_iface_wnm_sleep()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wnm_sta.h | 57 u8 action, u16 intval, struct wpabuf *tfs_req);
|
H A D | wnm_sta.c | 57 u8 action, u16 intval, struct wpabuf *tfs_req) in ieee802_11_send_wnmsleep_req() 83 wnmsleep_ie->intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_req() 195 "(action=%d, intval=%d)", action, intval); in ieee802_11_send_wnmsleep_req() 399 "frame (action=%d, intval=%d)", in ieee802_11_rx_wnmsleep_resp() 400 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 409 "(action=%d, intval=%d)", in ieee802_11_rx_wnmsleep_resp() 410 wnmsleep_ie->action_type, wnmsleep_ie->intval); in ieee802_11_rx_wnmsleep_resp() 56 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) ieee802_11_send_wnmsleep_req() argument
|
H A D | ctrl_iface.c | 8419 int intval = 0; local 8433 intval = atoi(pos + 10); 8458 WNM_SLEEP_MODE_EXIT, intval,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wnm_ap.c | 50 u8 action_type, u16 intval) in ieee802_11_send_wnmsleep_resp() 80 wnmsleep_ie.intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_resp() 354 le_to_host16(wnmsleep_ie->intval)); in ieee802_11_rx_wnmsleep_req() 48 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) ieee802_11_send_wnmsleep_resp() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wnm_ap.c | 50 u8 action_type, u16 intval) in ieee802_11_send_wnmsleep_resp() 79 wnmsleep_ie.intval = host_to_le16(intval); in ieee802_11_send_wnmsleep_resp() 330 le_to_host16(wnmsleep_ie->intval)); in ieee802_11_rx_wnmsleep_req() 48 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) ieee802_11_send_wnmsleep_resp() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 1149 int intval; in func_eval_expr_int_format() local 1186 intval = res; in func_eval_expr_int_format() 1189 av_log(ctx, AV_LOG_ERROR, "Conversion of floating-point result to int failed. Control register: 0x%08x. Conversion result: %d\n", ret, intval); in func_eval_expr_int_format() 1201 av_bprintf(bp, fmt_str, intval); in func_eval_expr_int_format()
|
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 99 static float int_as_float(uint32_t intval) in int_as_float() argument 106 uval.i = intval; in int_as_float()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 1842 le16 intval; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_defs.h | 1936 le16 intval; member
|