Searched refs:intval (Results 1 - 20 of 20) sorted by relevance

/external/strace/
H A Dfilter_qualify.c86 kernel_long_t intval; local
96 intval = string_to_uint_ex(val, &end, 0xffff, "+");
97 if (intval < 1)
100 fopts->first = intval;
106 intval = string_to_uint_upto(val, 0xffff);
107 if (intval < 1)
109 fopts->step = intval;
121 intval = string_to_uint_upto(val, MAX_ERRNO_VALUE);
122 if (intval < 0)
123 intval
[all...]
/external/fio/exp/
H A Dexpression-parser.l147 int rc, intval;
148 rc = sscanf(yytext, "%x", &intval);
150 yylval.v.ival = intval;
151 yylval.v.dval = (double) intval;
162 int rc, intval;
163 rc = sscanf(yytext, "%d", &intval);
165 yylval.v.ival = intval;
166 yylval.v.dval = (double) intval;
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
H A Dreinterpret_string_to_float_op.cc34 const std::size_t intval = std::hash<string>()(in); local
35 return static_cast<float>(intval);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.h57 u8 action, u16 intval, struct wpabuf *tfs_req);
H A Dwnm_sta.c55 u8 action, u16 intval, struct wpabuf *tfs_req)
81 wnmsleep_ie->intval = host_to_le16(intval);
142 "(action=%d, intval=%d)", action, intval);
307 "frame (action=%d, intval=%d)",
308 wnmsleep_ie->action_type, wnmsleep_ie->intval);
317 "(action=%d, intval=%d)",
318 wnmsleep_ie->action_type, wnmsleep_ie->intval);
54 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) argument
H A Dctrl_iface.c7286 int intval = 0; local
7300 intval = atoi(pos + 10);
7325 WNM_SLEEP_MODE_EXIT, intval,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c49 u8 action_type, u16 intval)
78 wnmsleep_ie.intval = host_to_le16(intval);
241 le_to_host16(wnmsleep_ie->intval));
47 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) argument
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c49 u8 action_type, u16 intval)
78 wnmsleep_ie.intval = host_to_le16(intval);
241 le_to_host16(wnmsleep_ie->intval));
47 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c49 u8 action_type, u16 intval)
78 wnmsleep_ie.intval = host_to_le16(intval);
241 le_to_host16(wnmsleep_ie->intval));
47 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) argument
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c423 struct test51_s { __uint128_t intval; }; member in struct:test51_s
/external/libcups/filter/
H A Dpstops.c2303 int intval; /* Integer option value */ local
2441 switch (intval = atoi(val))
2449 doc->number_up = intval;
2454 "number-up=1."), intval);
/external/python/cpython2/Modules/
H A Dposixmodule.c2915 time_t intval; local
2922 intval = PyInt_AsUnsignedLongLongMask(intobj);
2924 intval = PyInt_AsLong(intobj);
2927 if (intval == -1 && PyErr_Occurred())
2929 *sec = intval;
2930 *usec = (long)((tval - intval) * 1e6); /* can't exceed 1000000 */
2938 intval = PyInt_AsUnsignedLongLongMask(t);
2940 intval = PyInt_AsLong(t);
2942 if (intval == -1 && PyErr_Occurred())
2944 *sec = intval;
[all...]
/external/libdrm/intel/
H A Dintel_decode.c103 static float int_as_float(uint32_t intval) argument
110 uval.i = intval;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h1734 le16 intval; member in struct:wnm_sleep_element
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h1734 le16 intval; member in struct:wnm_sleep_element
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h1734 le16 intval; member in struct:wnm_sleep_element
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1879 milliseconds