Home
last modified time | relevance | path

Searched refs:ih (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ntfs-3g/libntfs-3g/
Dindex.c207 static INDEX_ENTRY *ntfs_ie_get_first(INDEX_HEADER *ih) in ntfs_ie_get_first() argument
209 return (INDEX_ENTRY *)((u8 *)ih + le32_to_cpu(ih->entries_offset)); in ntfs_ie_get_first()
217 static u8 *ntfs_ie_get_end(INDEX_HEADER *ih) in ntfs_ie_get_end() argument
220 return (u8 *)ih + le32_to_cpu(ih->index_length); in ntfs_ie_get_end()
241 static INDEX_ENTRY *ntfs_ie_get_by_pos(INDEX_HEADER *ih, int pos) in ntfs_ie_get_by_pos() argument
247 ie = ntfs_ie_get_first(ih); in ntfs_ie_get_by_pos()
255 static INDEX_ENTRY *ntfs_ie_prev(INDEX_HEADER *ih, INDEX_ENTRY *ie) in ntfs_ie_prev() argument
262 tmp = ntfs_ie_get_first(ih); in ntfs_ie_prev()
289 void ntfs_ih_filename_dump(INDEX_HEADER *ih) in ntfs_ih_filename_dump() argument
295 ie = ntfs_ie_get_first(ih); in ntfs_ih_filename_dump()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2_large.c275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local
313 ih = 0; in __rem_pio2_large()
317 ih = iq[jz-1]>>(23-q0); in __rem_pio2_large()
319 else if (q0 == 0) ih = iq[jz-1]>>23; in __rem_pio2_large()
320 else if (z >= 0.5) ih = 2; in __rem_pio2_large()
322 if (ih > 0) { /* q > 0.5 */ in __rem_pio2_large()
342 if (ih == 2) { in __rem_pio2_large()
407 y[0] = ih==0 ? fw : -fw; in __rem_pio2_large()
416 y[0] = ih==0 ? fw : -fw; in __rem_pio2_large()
420 y[1] = ih==0 ? fw : -fw; in __rem_pio2_large()
[all …]
/third_party/musl/src/math/
D__rem_pio2_large.c275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local
313 ih = 0; in __rem_pio2_large()
317 ih = iq[jz-1]>>(23-q0); in __rem_pio2_large()
319 else if (q0 == 0) ih = iq[jz-1]>>23; in __rem_pio2_large()
320 else if (z >= 0.5) ih = 2; in __rem_pio2_large()
322 if (ih > 0) { /* q > 0.5 */ in __rem_pio2_large()
342 if (ih == 2) { in __rem_pio2_large()
407 y[0] = ih==0 ? fw : -fw; in __rem_pio2_large()
416 y[0] = ih==0 ? fw : -fw; in __rem_pio2_large()
420 y[1] = ih==0 ? fw : -fw; in __rem_pio2_large()
[all …]
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h86 struct inotify_handle *ih; /* associated inotify handle */ member
176 static inline void inotify_destroy(struct inotify_handle *ih) in inotify_destroy() argument
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode, in inotify_find_watch() argument
186 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih, in inotify_find_update_watch() argument
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, in inotify_add_watch() argument
199 static inline int inotify_rm_watch(struct inotify_handle *ih, in inotify_rm_watch() argument
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd) in inotify_rm_wd() argument
210 static inline void inotify_remove_watch_locked(struct inotify_handle *ih, in inotify_remove_watch_locked() argument
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c93 struct icmphdr *ih = (void *)toybuf; in ping_main() local
214 memset(ih, 0, sizeof(*ih)); in ping_main()
215 ih->type = (ai->ai_family == AF_INET) ? 8 : 128; in ping_main()
216 ih->un.echo.id = getpid(); in ping_main()
217 ih->un.echo.sequence = ++seq; in ping_main()
220 ih->checksum = 0; in ping_main()
221 ih->checksum = pingchksum((void *)toybuf, TT.s+sizeof(*ih)); in ping_main()
222 xsendto(TT.sock, toybuf, TT.s+sizeof(*ih), TT.sa); in ping_main()
248 ih->un.echo.sequence, 0); in ping_main()
249 if (len >= sizeof(*ih)+4) in ping_main()
/third_party/toybox/toys/net/
Dping.c114 struct icmphdr *ih = (void *)toybuf; in ping_main() local
248 memset(ih, 0, sizeof(*ih)); in ping_main()
249 ih->type = (ai->ai_family == AF_INET) ? 8 : 128; in ping_main()
250 ih->un.echo.id = getpid(); in ping_main()
251 ih->un.echo.sequence = ++seq; in ping_main()
252 if (TT.s >= 4) *(unsigned *)(ih+1) = tnow; in ping_main()
254 ih->checksum = pingchksum((void *)toybuf, TT.s+sizeof(*ih)); in ping_main()
255 xsendto(TT.sock, toybuf, TT.s+sizeof(*ih), TT.sa); in ping_main()
276 TT.fugit += (pkttime = millitime()-*(unsigned *)(ih+1)); in ping_main()
295 ih->un.echo.sequence, ttl); in ping_main()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_convolve.c188 const int iw = (n - w) / 2, ih = (n - h) / 2; in get_input() local
196 fft_hdata[(y + ih) * n + iw + x].re = src[x] * scale; in get_input()
197 fft_hdata[(y + ih) * n + iw + x].im = 0; in get_input()
201 fft_hdata[(y + ih) * n + x].re = fft_hdata[(y + ih) * n + iw].re; in get_input()
202 fft_hdata[(y + ih) * n + x].im = 0; in get_input()
206 fft_hdata[(y + ih) * n + x].re = fft_hdata[(y + ih) * n + n - iw - 1].re; in get_input()
207 fft_hdata[(y + ih) * n + x].im = 0; in get_input()
211 for (y = 0; y < ih; y++) { in get_input()
213 fft_hdata[y * n + x].re = fft_hdata[ih * n + x].re; in get_input()
218 for (y = n - ih; y < n; y++) { in get_input()
[all …]
Dvf_transpose_npp.c307 int ih = stage->planes_in[i].height; in npptranspose_rotate() local
318 err = nppiRotate_8u_C1R(in->data[i], (NppiSize){ iw, ih }, in npptranspose_rotate()
319 in->linesize[i], (NppiRect){ 0, 0, iw, ih }, in npptranspose_rotate()
340 int ih = stage->planes_in[i].height; in npptranspose_transpose() local
344 (NppiSize){ iw, ih }); in npptranspose_transpose()
Dvf_scale_npp.c416 int ih = stage->planes_in[i].height; in nppscale_resize() local
420 err = nppiResizeSqrPixel_8u_C1R(in->data[i], (NppiSize){ iw, ih }, in nppscale_resize()
421 in->linesize[i], (NppiRect){ 0, 0, iw, ih }, in nppscale_resize()
424 (double)ow / iw, (double)oh / ih, in nppscale_resize()
Dvf_cover_rect.c104 int ih = AV_CEIL_RSHIFT(in->height, !!p); in blur() local
124 if (oy + h < ih) { in blur()
/third_party/lwip/test/unit/udp/
Dtest_udp.c177 struct ip_hdr *ih; in test_udp_create_test_packet() local
200 ih = (struct ip_hdr *)p->payload; in test_udp_create_test_packet()
201 memset(ih, 0, sizeof(*ih)); in test_udp_create_test_packet()
202 ih->dest.addr = dst_addr; in test_udp_create_test_packet()
203 ih->_len = lwip_htons(p->tot_len); in test_udp_create_test_packet()
204 ih->_ttl = 32; in test_udp_create_test_packet()
205 ih->_proto = IP_PROTO_UDP; in test_udp_create_test_packet()
206 IPH_VHL_SET(ih, 4, sizeof(struct ip_hdr) / 4); in test_udp_create_test_packet()
207 IPH_CHKSUM_SET(ih, inet_chksum(ih, sizeof(struct ip_hdr))); in test_udp_create_test_packet()
/third_party/jerryscript/jerry-libm/
Dtrig.c192 int jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() local
241 ih = 0; in __kernel_rem_pio2()
247 ih = iq[jz - 1] >> (23 - q0); in __kernel_rem_pio2()
251 ih = iq[jz - 1] >> 23; in __kernel_rem_pio2()
255 ih = 2; in __kernel_rem_pio2()
258 if (ih > 0) /* q > 0.5 */ in __kernel_rem_pio2()
294 if (ih == 2) in __kernel_rem_pio2()
388 y[0] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
399 y[0] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
405 y[1] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp123 unsigned ih = index >> bt_index_shift; in set() local
125 dta[ih] |= ((basetype)1u << il); in set()
129 unsigned ih = index >> bt_index_shift; in clear() local
131 assert(ih < size); in clear()
132 dta[ih] &= ~((basetype)1u << il); in clear()
136 unsigned ih = index >> bt_index_shift; in get() local
138 return dta[ih] & ((basetype)1u << il); in get()
142 unsigned ih = index >> bt_index_shift; in set() local
145 dta[ih] = (dta[ih] & ~bm) | (val << il); in set()
/third_party/python/Lib/test/
Dtest_pow.py37 il, ih = -20, 20
48 for i in range(il, ih+1):
/third_party/node/deps/v8/src/base/
Dieee754.cc470 int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() local
510 ih = 0; in __kernel_rem_pio2()
515 ih = iq[jz - 1] >> (23 - q0); in __kernel_rem_pio2()
517 ih = iq[jz - 1] >> 23; in __kernel_rem_pio2()
519 ih = 2; in __kernel_rem_pio2()
522 if (ih > 0) { /* q > 0.5 */ in __kernel_rem_pio2()
546 if (ih == 2) { in __kernel_rem_pio2()
610 y[0] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
616 y[0] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
619 y[1] = (ih == 0) ? fw : -fw; in __kernel_rem_pio2()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h165 extern void ntfs_ih_filename_dump(INDEX_HEADER *ih);
/third_party/ffmpeg/libavcodec/
Dcavs.c290 int ih = 0; in intra_pred_plane() local
295 ih += (x + 1) * (top[5 + x] - top[3 - x]); in intra_pred_plane()
299 ih = (17 * ih + 16) >> 5; in intra_pred_plane()
303 d[y * stride + x] = cm[(ia + (x - 3) * ih + (y - 3) * iv + 16) >> 5]; in intra_pred_plane()
/third_party/ffmpeg/tests/fate/
Dfilter-video.mak479 fate-filter-crop: CMD = video_filter "crop=iw-100:ih-100:100:100"
482 fate-filter-crop_scale: CMD = video_filter "crop=iw-100:ih-100:100:100,scale=w=400:h=-1"
485ih-200:200:200,crop=iw-20:ih-20:20:20,scale=w=200:h=200,scale=w=250:h=250,vflip,vflip,null,scale=w…
488 fate-filter-crop_vflip: CMD = video_filter "crop=iw-100:ih-100:100:100,vflip"
535 fate-filter-vflip_crop: CMD = video_filter "vflip,crop=iw-100:ih-100:100:100"
562 fate-filter-pad: CMD = video_filter "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
/third_party/skia/src/gpu/ops/
DTextureOp.cpp113 float iw, ih, h; in proxy_normalization_params() local
115 iw = ih = 1.f; in proxy_normalization_params()
119 ih = 1.f / dimensions.height(); in proxy_normalization_params()
124 return {iw, -ih, h}; in proxy_normalization_params()
126 return {iw, ih, 0.0f}; in proxy_normalization_params()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c1026 int ih; in tjCompressFromYUVPlanes() local
1029 ih = compptr->height_in_blocks * DCTSIZE; in tjCompressFromYUVPlanes()
1034 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjCompressFromYUVPlanes()
1699 int ih; in tjDecompressToYUVPlanes() local
1702 ih = compptr->height_in_blocks * dctsize; in tjDecompressToYUVPlanes()
1705 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjDecompressToYUVPlanes()
/third_party/optimized-routines/math/test/rtest/
Ddotest.c113 static void set_mpc_d(mpc_t z, uint32 rh, uint32 rl, uint32 ih, uint32 il) in set_mpc_d() argument
119 set_mpfr_d(y, ih, il); in set_mpc_d()
257 uint32 *ih, uint32 *il, uint32 *iextra) in get_mpc_d() argument
265 get_mpfr_d(y, ih, il, iextra); in get_mpc_d()
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "hx" | "hy" | "hz" | "ia" | "ib" | "ic" | "id" | "ie" | "if" | "ig" | "ih" | "ii" | "ij" | "ik…
9ih: "aa.ih"; ii: "aa.ii"; ij: "aa.ij"; ik: "aa.ik"; il: "aa.il"; im: "aa.im"; in: "aa.in"; io: "aa…
10ih: "aa.ih"; ii: "aa.ii"; ij: "aa.ij"; ik: "aa.ik"; il: "aa.il"; im: "aa.im"; in: "aa.in"; io: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "hx" | "hy" | "hz" | "ia" | "ib" | "ic" | "id" | "ie" | "if" | "ig" | "ih" | "ii" | "ij" | "ik…
9ih: "aa.ih"; ii: "aa.ii"; ij: "aa.ij"; ik: "aa.ik"; il: "aa.il"; im: "aa.im"; in: "aa.in"; io: "aa…
10ih: "aa.ih"; ii: "aa.ii"; ij: "aa.ij"; ik: "aa.ik"; il: "aa.il"; im: "aa.im"; in: "aa.in"; io: "aa…
/third_party/skia/src/shaders/
DSkImageShader.cpp738 h, ih, i2h; in makeProgram() member
793 case SkTileMode::kRepeat: sy = repeat(sy, u.h, u.ih); break; in makeProgram()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c7516 gint comp, j, iw, ih, ow, oh, pstride; in setup_scale() local
7533 ih = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT (in_finfo, comp, in_height); in setup_scale()
7543 iw = ih = -1; in setup_scale()
7557 GST_DEBUG ("plane %d: %dx%d -> %dx%d", i, iw, ih, ow, oh); in setup_scale()
7593 if (!interlaced && ih == oh) { in setup_scale()
7596 } else if (!interlaced && ih == 2 * oh && pstride == 1 in setup_scale()
7600 } else if (!interlaced && 2 * ih == oh && pstride == 1 in setup_scale()
7609 } else if (ih == oh) { in setup_scale()
7624 if (!interlaced && iw == 2 * ow && ih == 2 * oh && pstride == 1 in setup_scale()
7628 } else if (!interlaced && 2 * iw == ow && 2 * ih == oh && pstride == 1 in setup_scale()
[all …]

123