Searched defs:ih (Results 1 - 17 of 17) sorted by relevance

/external/fdlibm/
H A Dk_rem_pio2.c116 * ih integer. If >0 it indicates q[] is >= 0.5, hence
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
205 ih = 0;
209 ih = iq[jz-1]>>(23-q0);
211 else if(q0==0) ih = iq[jz-1]>>23;
212 else if(z>=0.5) ih=2;
214 if(ih>0) { /* q > 0.5 */
232 if(ih==2) {
286 y[0] = (ih==0)? fw: -fw;
292 y[0] = (ih
[all...]
/external/kernel-headers/original/linux/
H A Dinotify.h74 * h_list is protected by ih->mutex of the associated inotify_handle.
76 * ih, inode, and wd are never written to once the watch is created.
86 struct inotify_handle *ih; /* associated inotify handle */ member in struct:inotify_watch
176 static inline void inotify_destroy(struct inotify_handle *ih) argument
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode, argument
186 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih, argument
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, argument
199 static inline int inotify_rm_watch(struct inotify_handle *ih, argument
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd) argument
210 static inline void inotify_remove_watch_locked(struct inotify_handle *ih, argument
[all...]
H A Dcoda.h363 struct coda_in_hdr ih; member in struct:coda_open_in
377 struct coda_in_hdr ih; member in struct:coda_store_in
388 struct coda_in_hdr ih; member in struct:coda_release_in
399 struct coda_in_hdr ih; member in struct:coda_close_in
410 struct coda_in_hdr ih; member in struct:coda_ioctl_in
427 struct coda_in_hdr ih; member in struct:coda_getattr_in
439 struct coda_in_hdr ih; member in struct:coda_setattr_in
450 struct coda_in_hdr ih; member in struct:coda_access_in
466 struct coda_in_hdr ih; member in struct:coda_lookup_in
481 struct coda_in_hdr ih; member in struct:coda_create_in
498 struct coda_in_hdr ih; member in struct:coda_remove_in
509 struct coda_in_hdr ih; member in struct:coda_link_in
522 struct coda_in_hdr ih; member in struct:coda_rename_in
535 struct coda_in_hdr ih; member in struct:coda_mkdir_in
550 struct coda_in_hdr ih; member in struct:coda_rmdir_in
561 struct coda_in_hdr ih; member in struct:coda_symlink_in
574 struct coda_in_hdr ih; member in struct:coda_readlink_in
587 struct coda_in_hdr ih; member in struct:coda_fsync_in
597 struct coda_in_hdr ih; member in struct:coda_vget_in
654 struct coda_in_hdr ih; member in struct:coda_open_by_fd_in
670 struct coda_in_hdr ih; member in struct:coda_open_by_path_in
698 struct coda_in_hdr ih; /* NB: every struct below begins with an ih */ member in union:inputArgs
[all...]
/external/libyuv/files/unit_test/
H A Drotate_test.cc29 int iw, ih, ow, oh; local
33 for (ih = 8; ih < rotate_max_h_ && !err; ++ih) {
35 ow = ih;
38 align_buffer_16(input, iw * ih)
40 align_buffer_16(output_2, iw * ih)
42 for (i = 0; i < iw * ih; ++i) {
46 TransposePlane(input, iw, output_1, ow, iw, ih);
49 for (i = 0; i < iw * ih;
76 int iw, ih, ow, oh; local
136 int iw, ih, ow, oh; local
196 int iw, ih, ow, oh; local
273 int iw, ih, ow, oh; local
350 int iw, ih, ow, oh; local
428 int iw, ih, ow, oh; local
475 int iw, ih, ow, oh; local
534 int iw, ih, ow, oh; local
581 int iw, ih; local
640 int iw, ih, ow, oh; local
[all...]
/external/libvpx/libvpx/
H A Dvp8_multi_resolution_encoder.c316 unsigned int ih = cfg[i-1].g_h*dsf[i-1].den + dsf[i-1].num - 1; local
318 cfg[i].g_h = ih/dsf[i-1].num;
/external/qemu/hw/
H A Dgoldfish_events_device.c306 int il, ih; local
308 ih = bith / 8;
309 if (ih >= s->ev_bits[type].len) {
310 bits = qemu_mallocz(ih + 1);
316 s->ev_bits[type].len = ih + 1;
322 if (il >= ih)
326 while (++il < ih)
329 bits[ih] |= maskh;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc329 int ih = kStartRecurseSize; local
333 if (iy + ih > ps_context_->height)
334 ih = ps_context_->height - iy;
335 if (iw <= 0 || ih <= 0)
338 wSubdivide(ix, iy, iw, ih);
/external/libppp/src/
H A Dip.c304 const struct icmp *ih; local
315 ih = (const struct icmp *)payload;
316 sport = ih->icmp_type;
/external/tcpdump/
H A Dprint-juniper.c221 const struct juniper_ipsec_header *ih; local
228 ih = (struct juniper_ipsec_header *)p;
230 switch (ih->type) {
243 ih->type,
254 EXTRACT_16BITS(&ih->sa_index),
255 ih->ttl,
256 tok2str(juniper_ipsec_type_values,"Unknown",ih->type),
257 ih->type,
258 EXTRACT_32BITS(&ih->spi),
259 ipaddr_string(EXTRACT_32BITS(&ih
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_util.cc213 const int ih = gdk_pixbuf_get_height(icon); local
218 (static_cast<double>(ih) / static_cast<double>(eh)) * 0.5;
222 const int y = ih - dest_h; // Used for offset_y and dest_y.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c1230 VGint x0, y0, x1, y1, iw, ih; local
1248 ih = y1 - y0;
1249 if (iw > 0 && ih> 0 )
1250 renderer_scissor(renderer, x0, y0, iw, ih);
/external/grub/stage2/
H A Dfsys_reiserfs.c217 #define IH_KEY_OFFSET(ih) ((ih)->ih_version == ITEM_VERSION_1 \
218 ? (ih)->ih_key.u.v1.k_offset \
219 : (ih)->ih_key.u.v2.k_offset)
221 #define IH_KEY_ISTYPE(ih, type) ((ih)->ih_version == ITEM_VERSION_1 \
222 ? (ih)->ih_key.u.v1.k_uniqueness == V1_##type \
223 : (ih)->ih_key.u.v2.k_type == V2_##type)
731 struct item_head *ih = INFO->current_ih + 1; local
735 printf ("next_key:\n old ih
826 struct item_head *ih; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1230 VGint x0, y0, x1, y1, iw, ih; local
1248 ih = y1 - y0;
1249 if (iw > 0 && ih> 0 )
1250 renderer_scissor(renderer, x0, y0, iw, ih);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 769 milliseconds