Searched refs:id (Results 1 - 25 of 58) 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 Dmsm_hw3d.h30 #define HW3D_REGION_OFFSET(id) ((((uint32_t)(id)) & 0xf) << 28)
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::__anon354
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::__anon303::__anon304
/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/libc/unistd/
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 Dwait.c32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) argument
52 return __waitid(which, id, info, options, NULL);
/bionic/libm/src/
H A Ds_atan.c76 int32_t ix,hx,id; local
92 id = -1;
97 id = 0; x = (2.0*x-one)/(2.0+x);
99 id = 1; x = (x-one)/(x+one);
103 id = 2; x = (x-1.5)/(one+1.5*x);
105 id = 3; x = -1.0/x;
114 if (id<0) return x - x*(s1+s2);
116 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanf.c59 int32_t ix,hx,id; local
72 id = -1;
77 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
79 id = 1; x = (x-one)/(x+one);
83 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
85 id = 3; x = -(float)1.0/x;
94 if (id<0) return x - x*(s1+s2);
96 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/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/bionic/
H A Dpthread-timers.c67 #define TIMER_ID_WRAP(id) ((timer_t)((id) | TIMER_ID_WRAP_BIT))
68 #define TIMER_ID_UNWRAP(id) ((timer_t)((id) & ~TIMER_ID_WRAP_BIT))
69 #define TIMER_ID_IS_WRAPPED(id) (((id) & TIMER_ID_WRAP_BIT) != 0)
78 /* True iff a timer id is valid */
79 #define TIMER_ID_IS_VALID(id) ((id) != TIMER_ID_NONE)
96 timer_t id; /* TIMER_ID_NON member in struct:thr_timer
199 thr_timer_table_from_id( thr_timer_table_t* t, timer_t id, int remove ) argument
418 timer_gettime( timer_t id, struct itimerspec* ospec ) argument
443 timer_settime( timer_t id, int flags, const struct itimerspec* spec, struct itimerspec* ospec ) argument
495 timer_getoverrun(timer_t id) argument
[all...]
/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/netbsd/isc/
H A Dev_timers.c183 evTimer *id; local
212 OKNEW(id);
213 id->func = func;
214 id->uap = uap;
215 id->due = due;
216 id->inter = inter;
218 if (heap_insert(ctx->timers, id) < 0)
223 opaqueID->opaque = id;
234 evClearTimer(evContext opaqueCtx, evTimerID id) { argument
236 evTimer *del = id
266 evConfigTimer(evContext opaqueCtx, evTimerID id, const char *param, int value ) argument
291 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
380 evClearIdleTimer(evContext opaqueCtx, evTimerID id) argument
410 evTouchIdleTimer(evContext opaqueCtx, evTimerID id) argument
[all...]
H A Dev_streams.c62 evStreamFunc func, void *uap, evStreamID *id)
84 if (id != NULL)
85 id->opaque = new;
96 evStreamFunc func, void *uap, evStreamID *id)
118 if (id)
119 id->opaque = new;
129 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { argument
130 evStream *str = id.opaque;
140 evUntimeRW(evContext opaqueCtx, evStreamID id) /*ARGSUSED*/ { argument
141 evStream *str = id
61 evWrite(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
95 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, evStreamFunc func, void *uap, evStreamID *id) argument
150 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 469 milliseconds

123