Searched defs:id (Results 1 - 25 of 54) sorted by relevance

123

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_cgroup.h24 __u32 id; member in struct:xt_cgroup_info
H A Dxt_realm.h24 __u32 id; member in struct:xt_realm_info
H A Dxt_LED.h24 char id[27]; member in struct:xt_led_info
H A Dnf_conntrack_tuple_common.h39 __be16 id; member in struct:nf_conntrack_man_proto::__anon505
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dftok.c34 ftok(const char *path, int id) argument
42 ((id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
/bionic/libc/kernel/uapi/linux/
H A Dkeychord.h26 __u16 id; member in struct:input_keychord
H A Dvirtio_console.h39 __u32 id; member in struct:virtio_console_control
H A Dvirtio_ring.h46 __u32 id; member in struct:vring_used_elem
H A Dconnector.h55 struct cb_id id; member in struct:cn_msg
H A Ddlm_netlink.h36 __u32 id; member in struct:dlm_lock_data
H A Duinput.h69 struct input_id id; member in struct:uinput_user_dev
H A Duvcvideo.h49 __u32 id; member in struct:uvc_xu_control_mapping
H A Dcn_proc.h77 } id; member in union:proc_event::__anon235
H A Dicmp.h76 __be16 id; member in struct:icmphdr::__anon337::__anon338
H A Dmedia.h59 __u32 id; member in struct:media_entity_desc
H A Duhid.h81 __u32 id; member in struct:uhid_feature_req
87 __u32 id; member in struct:uhid_feature_answer_req
/bionic/libc/bionic/
H A Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { argument
44 return __waitid(which, id, info, options, NULL);
H A Dposix_timers.cpp178 int timer_delete(timer_t id) { argument
179 int rc = __timer_delete(to_kernel_timer_id(id));
184 PosixTimer* timer = reinterpret_cast<PosixTimer*>(id);
197 int timer_gettime(timer_t id, itimerspec* ts) { argument
198 return __timer_gettime(to_kernel_timer_id(id), ts);
202 int timer_settime(timer_t id, int flags, const itimerspec* ts, itimerspec* ots) { argument
203 return __timer_settime(to_kernel_timer_id(id), flags, ts, ots);
207 int timer_getoverrun(timer_t id) { argument
208 return __timer_getoverrun(to_kernel_timer_id(id));
H A Dstubs.cpp174 static passwd* android_id_to_passwd(stubs_state_t* state, unsigned id) { argument
176 if (android_ids[n].aid == id) {
192 static group* android_id_to_group(group* gr, unsigned id) { argument
194 if (android_ids[n].aid == id) {
210 // Translate a user/group name to the corresponding user/group id.
251 // Check that user id won't overflow.
257 // Check that app id is within range.
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_vlan.h30 __u16 id; member in struct:ebt_vlan_info
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_atan.c77 int32_t ix,hx,id; local
93 id = -1;
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
106 id = 3; x = -1.0/x;
115 if (id<0) return x - x*(s1+s2);
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanf.c52 int32_t ix,hx,id; local
65 id = -1;
70 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
72 id = 1; x = (x-one)/(x+one);
76 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
78 id = 3; x = -(float)1.0/x;
87 if (id<0) return x - x*(s1+s2);
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanl.c37 int id; local
58 id = -1;
63 id = 0; x = (2.0*x-one)/(2.0+x);
65 id = 1; x = (x-one)/(x+one);
69 id = 2; x = (x-1.5)/(one+1.5*x);
71 id = 3; x = -1.0/x;
80 if (id<0) return x - x*(s1+s2);
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_mad.h26 __u32 id; member in struct:ib_user_mad_hdr_old
49 __u32 id; member in struct:ib_user_mad_hdr
81 __u32 id; member in struct:ib_user_mad_reg_req
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_streams.c68 evStreamFunc func, void *uap, evStreamID *id)
90 if (id != NULL)
91 id->opaque = new;
102 evStreamFunc func, void *uap, evStreamID *id)
124 if (id)
125 id->opaque = new;
135 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { argument
136 evStream *str = id.opaque;
146 evUntimeRW(evContext opaqueCtx, evStreamID id) /*ARGSUSED*/ { argument
147 evStream *str = id
67 evWrite(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
101 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
156 evCancelRW(evContext opaqueCtx, evStreamID id) argument
[all...]

Completed in 1791 milliseconds

123