Searched defs:type (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/bionic/libc/bionic/
H A Dgetauxval.cpp38 extern "C" unsigned long int getauxval(unsigned long int type) { argument
40 if (v->a_type == type) {
H A Dsocket.cpp21 int socket(int domain, int type, int protocol) { argument
22 return __netdClientDispatch.socket(domain, type, protocol);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_llrintl.c4 #define type long double macro
H A Ds_lrintf.c4 #define type float macro
H A Ds_lrintl.c4 #define type long double macro
H A Ds_llround.c4 #define type double macro
H A Ds_llroundf.c4 #define type float macro
H A Ds_llroundl.c4 #define type long double macro
H A Ds_lrint.c31 #ifndef type
33 #define type double macro
43 * significant bits than 'type'. Hence, we bend over backwards for the
47 fn(type x)
H A Ds_lroundf.c4 #define type float macro
H A Ds_lroundl.c4 #define type long double macro
H A Ds_lround.c32 #ifndef type
34 #define type double macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
50 static const type dtype_min = DTYPE_MIN - 0.5;
51 static const type dtype_max = DTYPE_MAX + 0.5;
56 fn(type x)
/bionic/tools/versioner/src/
H A DCompilationType.cpp22 std::string to_string(const CompilationType& type) { argument
24 ss << to_string(type.arch) << "-" << type.api_level << " [" << (type.cpp ? "c++" : "c")
25 << ", fob = " << type.file_offset_bits << "]";
/bionic/libc/kernel/uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_AUDIT.h30 __u8 type; member in struct:xt_audit_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_AUDIT.h30 __u8 type; member in struct:xt_audit_info
/bionic/tests/
H A Dsys_msg_test.cpp57 long type; member in struct:__anon2451
70 ASSERT_EQ(1, msg.type);
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_AUDIT.h30 __u8 type; member in struct:xt_audit_info

Completed in 2529 milliseconds

1234567891011>>