Searched refs:id (Results 1 - 25 of 53) sorted by relevance

123

/bionic/libc/kernel/common/linux/
H A Dpatchkey.h29 #define _PATCHKEY(id) (0xfd00|id)
31 #define _PATCHKEY(id) ((id<<8)|0x00fd)
H A Data.h265 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
266 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
267 #define ata_id_is_sata(id) ((id)[93] == 0)
269 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
270 #define ata_id_wcache_enabled(id) ((id)[8
[all...]
H A Dclk.h24 struct clk *clk_get(struct device *dev, const char *id);
H A Dkeychord.h26 __u16 id; member in struct:input_keychord
H A Dplatform_device.h25 u32 id; member in struct:platform_device
H A Dhdsmart.h29 unsigned char id; member in struct:ata_smart_attribute_s
60 unsigned char id; member in struct:ata_smart_threshold_entry_s
H A Duhid.h81 __u32 id; member in struct:uhid_feature_req
87 __u32 id; member in struct:uhid_feature_answer_req
H A Dmod_devicetable.h95 __u8 id[PNP_ID_LEN]; member in struct:pnp_device_id
100 __u8 id[PNP_ID_LEN]; member in struct:pnp_card_device_id
104 __u8 id[PNP_ID_LEN]; member in struct:pnp_card_device_id::__anon384
112 __u8 id; member in struct:serio_device_id
162 __u16 id; member in struct:i2c_device_id
H A Dcpcap_audio.h32 unsigned id; member in struct:cpcap_audio_stream
H A Dicmp.h76 __u16 id; member in struct:icmphdr::__anon333::__anon334
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_realm.h22 u_int32_t id; member in struct:xt_realm_info
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dcpu.h27 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; }
30 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; }
44 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
/bionic/libm/upstream-freebsd/lib/msun/src/
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_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_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/bionic/
H A Dftok.c32 key_t ftok(const char* path, int id) argument
39 return (key_t)( (st.st_ino & 0xffff) | ((st.st_dev & 0xff) << 16) | ((id & 255) << 24) );
H A Dpthread-timers.c73 #define TIMER_ID_WRAP(id) ((timer_t)((id) | TIMER_ID_WRAP_BIT))
74 #define TIMER_ID_UNWRAP(id) ((timer_t)((id) & ~TIMER_ID_WRAP_BIT))
75 #define TIMER_ID_IS_WRAPPED(id) (((id) & TIMER_ID_WRAP_BIT) != 0)
84 /* True iff a timer id is valid */
85 #define TIMER_ID_IS_VALID(id) ((id) != TIMER_ID_NONE)
99 timer_t id; /* TIMER_ID_NON member in struct:thr_timer
202 thr_timer_table_from_id( thr_timer_table_t* t, timer_t id, int remove ) argument
464 timer_gettime( timer_t id, struct itimerspec* ospec ) argument
489 timer_settime( timer_t id, int flags, const struct itimerspec* spec, struct itimerspec* ospec ) argument
541 timer_getoverrun(timer_t id) argument
[all...]
H A Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
46 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { argument
48 return __waitid(which, id, info, options, NULL);
/bionic/libc/include/sys/
H A Dipc.h37 extern key_t ftok(const char* path, int id);
H A Dwait.h59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/libc/kernel/common/media/
H A Dtegra_camera.h31 uint id; member in struct:tegra_camera_clk_info
/bionic/libc/kernel/tools/
H A Dcpp.py64 an 'id' and a 'value'. the id is a string that identifies
69 and tabs as a single tokSPACE id, whose value if the original
73 self.id = None
78 def set(self,id,val=None):
79 self.id = id
83 self.value = id
87 self.id = src.id
[all...]
/bionic/libc/upstream-netbsd/libc/isc/
H A Dev_timers.c194 evTimer *id; local
224 OKNEW(id);
225 id->func = func;
226 id->uap = uap;
227 id->due = due;
228 id->inter = inter;
230 if (heap_insert(ctx->timers, id) < 0)
235 opaqueID->opaque = id;
246 evClearTimer(evContext opaqueCtx, evTimerID id) { argument
248 evTimer *del = id
278 evConfigTimer(evContext opaqueCtx, evTimerID id, const char *param, int value ) argument
303 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
392 evClearIdleTimer(evContext opaqueCtx, evTimerID id) argument
422 evTouchIdleTimer(evContext opaqueCtx, evTimerID id) argument
[all...]
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...]
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_queue.h49 unsigned long id; member in struct:ipq_verdict_msg

Completed in 745 milliseconds

123