HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 101 - 125 of 338) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libhevc/common/x86/
ihevc_weighted_pred_ssse3_intr.c 102 * @param[in] wd
122 WORD32 wd)
132 ASSERT(wd % 4 == 0); /* checking assumption*/
154 if(0 == (wd & 7)) /* wd multiple of 8 case */
161 for(col = 0; col < wd; col += 8)
252 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
253 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
257 else /* wd multiple of 4 case */
263 for(col = 0; col < wd; col += 4
    [all...]
ihevc_inter_pred_filters_ssse3_intr.c 83 * Copies the array of width 'wd' and height 'ht' from the location pointed
104 * @param[in] wd
112 * Assumption : ht%4 == 0, wd%4 == 0
124 WORD32 wd)
130 ASSERT(wd % 4 == 0); /* checking assumption*/
134 if(0 == (wd & 15)) /* wd multiple of 16 case */
138 for(col = 0; col < wd; col += 16)
156 pu1_src += 4 * src_strd - wd; /* pointer update */
157 pu1_dst += 4 * dst_strd - wd; /* pointer update *
    [all...]
ihevc_weighted_pred_sse42_intr.c 100 * @param[in] wd
120 WORD32 wd)
130 ASSERT(wd % 4 == 0); /* checking assumption*/
141 if(0 == (wd & 7)) /* wd multiple of 8 case */
148 for(col = 0; col < wd; col += 8)
263 pi2_src = pi2_src - wd + 4 * src_strd; /* Pointer update */
264 pu1_dst = pu1_dst - wd + 4 * dst_strd; /* Pointer update */
268 else /* wd multiple of 4 case */
273 for(col = 0; col < wd; col += 4
    [all...]
  /external/ltp/testcases/kernel/syscalls/inotify/
inotify04.c 225 "wd=%d mask=%x cookie=%u len=%u "
226 "name=\"%.*s\"", event->wd, event->mask,
235 "got event: wd=%d mask=%x "
237 event->wd, event->mask, event->cookie,
241 tst_resm(TFAIL, "got event: wd=%d mask=%x "
244 event->wd, event->mask,
  /external/ltp/testcases/kernel/syscalls/utils/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */ member in struct:inotify_watch
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd)
  /libcore/ojluni/src/main/native/
LinuxWatchService.c 60 arr[0] = (jint)offsetof(struct inotify_event, wd);
98 (JNIEnv* env, jclass clazz, jint fd, jint wd)
100 int err = inotify_rm_watch((int)fd, (int)wd);
  /external/libhevc/common/arm/
ihevc_sao_band_offset_luma.s 46 @ WORD32 wd,
57 @r7 => wd
81 LDR r7,[sp,#wd_offset] @Loads wd
85 ADD r10,r0,r7 @pu1_src[row * src_strd + (wd)]
88 SUB r10,r10,#1 @wd-1
99 ADD r9,r3,r7 @pu1_src_top[wd]
116 MOV r9,r7 @Move the wd to r9 for loop counter
118 SRC_TOP_LOOP: @wd is always multiple of 8
ihevc_sao_edge_offset_class3.s 48 @ WORD32 wd,
58 @r7 => wd
91 LDR r7,[sp,#wd_offset] @Loads wd
94 SUB r9,r7,#1 @wd - 1
97 LDRB r10,[r3,r9] @pu1_src_top[wd - 1]
106 STRB r10,[sp] @u1_src_top_left_tmp = pu1_src_top[wd - 1]
120 SUB r10,r7,#1 @[wd - 1]
121 LDRB r9,[r0,r10] @u1_pos_0_0_tmp = pu1_src[wd - 1]
125 SUB r10,r10,#1 @[wd - 1 - 1]
128 SUB r12,r9,r11 @pu1_src[wd - 1] - pu1_src_top_right[0
    [all...]
ihevc_inter_pred_filters_luma_horz.s 77 @* @param[in] wd
95 @ word32 wd )
104 @ r6 => wd
132 ldr r10,[sp,#wd_offset] @loads wd
148 rsb r9,r10,r2,lsl #1 @2*src_strd - wd
150 rsb r8,r10,r3,lsl #1 @2*dst_strd - wd
154 @ tst r10,#7 @checks wd for multiples
191 subs r5,r10,#0 @checks wd
255 subs r5,r5,#8 @decrement the wd loop
262 add r12,r12,r9 @increment the src pointer by 2*src_strd-wd
    [all...]
ihevc_inter_pred_luma_horz_w16out.s 76 @* @param[in] wd
93 @ word32 wd
106 @r10 - wd
139 ldr r10,[sp,#wd_offset] @loads wd
145 rsb r9,r10,r2,lsl #1 @2*src_strd - wd
147 rsb r8,r10,r3 @dst_strd - wd
203 subs r5,r10,#0 @checks wd
270 subs r5,r5,#4 @decrement the wd by 4
275 add r12,r12,r9 @increment the input pointer 2*src_strd-wd
276 add r1,r6,r8,lsl #1 @increment the output pointer 2*dst_strd-wd
    [all...]
  /bionic/libc/kernel/uapi/linux/
inotify.h 24 __s32 wd; member in struct:inotify_event
  /external/kernel-headers/original/uapi/linux/
inotify.h 19 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
22 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /external/libhevc/decoder/
ihevcd_api.c 1482 WORD32 wd; local
2371 WORD32 wd, ht; local
2531 WORD32 wd, ht; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 38 int wd; /* Watch descriptor. */ member in struct:inotify_event
102 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
21 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 38 int wd; /* Watch descriptor. */ member in struct:inotify_event
102 /* Remove the watch specified by WD from the inotify instance FD. */
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
path.go 14 wd, err := os.Getwd()
18 return wd
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
path.go 14 wd, err := os.Getwd()
18 return wd
  /external/libavc/common/arm/
ih264_inter_pred_filters_luma_horz_a9q.s 70 @* @param[in] wd
87 @ WORD32 wd )
95 @ r6 => wd
112 ldr r6, [sp, #108] @Loads wd
114 subs r12, r6, #8 @if wd=8 branch to loop_8
118 subs r12, r6, #4 @if wd=4 branch to loop_4
121 loop_16: @when wd=16
ih264_inter_pred_luma_horz_qpel_a9q.s 70 @* @param[in] wd
90 @ WORD32 wd,
100 @ r6 => wd
114 ldr r6, [sp, #108] @Loads wd
120 subs r12, r6, #8 @if wd=8 branch to loop_8
125 subs r12, r6, #4 @if wd=4 branch to loop_4
128 loop_16: @when wd=16
ih264_weighted_pred_a9q.s 50 @* This function gets a ht x wd block, calculates the weighted sample, rounds
77 @* @param[in] wd
84 @* (ht,wd) can be (4,4), (4,8), (8,4), (8,8), (8,16), (16,8) or (16,16).
96 @ WORD32 wd)
107 @ [sp+16] => wd (r8)
121 ldr r8, [sp, #44] @Load wd
127 cmp r8, #16 @check if wd is 16
129 beq loop_16 @branch if wd is 16
131 cmp r8, #8 @check if wd is 8
132 beq loop_8 @branch if wd is
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated
65 wd int64 // write deadline
119 pd.wd = 0
218 pd.wd = d
220 if pd.rd > 0 && pd.rd == pd.wd {
237 if pd.wd > 0 {
239 pd.wt.when = pd.wd
247 atomicstorep(unsafe.Pointer(&wg), nil) // full memory barrier between stores to rd/wd and load of rg/wg in netpollunblock
251 if pd.wd < 0 {
317 if (mode == 'r' && pd.rd < 0) || (mode == 'w' && pd.wd < 0)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated
65 wd int64 // write deadline
119 pd.wd = 0
218 pd.wd = d
220 if pd.rd > 0 && pd.rd == pd.wd {
237 if pd.wd > 0 {
239 pd.wt.when = pd.wd
247 atomicstorep(unsafe.Pointer(&wg), nil) // full memory barrier between stores to rd/wd and load of rg/wg in netpollunblock
251 if pd.wd < 0 {
317 if (mode == 'r' && pd.rd < 0) || (mode == 'w' && pd.wd < 0)
    [all...]
  /external/libavc/common/x86/
ih264_weighted_pred_sse42.c 63 /* two ht x wd blocks, calculates their rounded-average and */
64 /* stores it in the destination block. (ht,wd) can be */
74 /* wd - width of the block */
92 WORD32 wd)
97 if(wd == 4)
130 else if(wd == 8)
163 else // wd == 16
226 /* two ht x wd blocks, calculates their rounded-average and */
227 /* stores it in the destination block. (ht,wd) can be */
237 /* wd - width of the block *
    [all...]
  /system/core/adb/
adb_auth_host.cpp 367 auto root_it = g_monitored_paths.find(event->wd);
369 LOG(FATAL) << "observed inotify event for unmonitored path, wd = " << event->wd;
405 int wd = inotify_add_watch(infd, path.c_str(), IN_CREATE | IN_MOVED_TO); local
406 if (wd < 0) {
411 g_monitored_paths[wd] = path;
412 LOG(INFO) << "watch descriptor " << wd << " registered for " << path;

Completed in 1131 milliseconds

1 2 3 45 6 7 8 91011>>