HomeSort by relevance Sort by last modified time
    Searched refs:lid (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/opencv3/modules/imgproc/src/opencl/
gftt.cl 55 int lid = get_local_id(0);
72 if (lid < WGS2_ALIGNED)
73 localmem_max[lid] = maxval;
76 if (lid >= WGS2_ALIGNED && total >= WGS2_ALIGNED)
77 localmem_max[lid - WGS2_ALIGNED] = max(maxval, localmem_max[lid - WGS2_ALIGNED]);
82 if (lid < lsize)
84 int lid2 = lsize + lid;
85 localmem_max[lid] = max(localmem_max[lid], localmem_max[lid2])
    [all...]
integral_sum.cl 35 int lid = get_local_id(0);
47 int lsum_index = lid;
67 //int buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
68 int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset));
70 int buf_sq_index = mad24(buf_sq_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumSQT), y + lid, buf_sq_offset));
73 lsum_index = LOCAL_SUM_STRIDE * lid;
104 int lid = get_local_id(0);
147 int lsum_index = lid;
164 if (y + lid < cols)
166 //int dst_index = dst_offset + dst_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
    [all...]
canny.cl 392 int lid = get_local_id(0) + get_local_id(1) * LOCAL_X;
397 if (lid == 0)
429 int pix_per_thr = l_counter / LOCAL_TOTAL + ((lid < mod) ? 1 : 0);
  /external/mksh/src/
rlimits.opt 24 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
rlimits.gen 26 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
  /frameworks/rs/cpu_ref/
rsCpuCoreRuntime.h 61 uint32_t lid; member in struct:RsExpandKernelDriverInfo
rsCpuIntrinsicHistogram.cpp 175 int * sums = &cp->mSums[256 * 4 * info->lid];
192 int * sums = &cp->mSums[256 * 4 * info->lid];
208 int * sums = &cp->mSums[256 * 2 * info->lid];
223 int * sums = &cp->mSums[256 * info->lid];
241 int * sums = &cp->mSums[256 * info->lid];
258 int * sums = &cp->mSums[256 * info->lid];
274 int * sums = &cp->mSums[256 * info->lid];
289 int * sums = &cp->mSums[256 * info->lid];
rsCpuIntrinsicBlur.cpp 309 if ((info->dim.x > cp->mScratchSize[info->lid]) || !cp->mScratch[info->lid]) {
311 cp->mScratch[info->lid] = realloc(cp->mScratch[info->lid], (info->dim.x + 1) * 16);
312 cp->mScratchSize[info->lid] = info->dim.x;
315 buf = (float4 *) ((((intptr_t)cp->mScratch[info->lid]) + 15) & ~0xf);
rsCpuScriptGroup.cpp 76 } else if (sl->ins[ct]->mHal.drvState.lod[0].dimY > kinfo->lid) {
79 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->lid);
103 } else if (sl->outs[ct]->mHal.drvState.lod[0].dimY > kinfo->lid) {
106 sl->outs[ct]->mHal.drvState.lod[0].stride * kinfo->lid;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 62 * @lid - Remote lid received from/to be sent to
80 __be16 lid; member in struct:ib_user_mad_hdr_old
105 * @lid - Remote lid received from/to be sent to
124 __be16 lid; member in struct:ib_user_mad_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 62 * @lid - Remote lid received from/to be sent to
80 __be16 lid; member in struct:ib_user_mad_hdr_old
105 * @lid - Remote lid received from/to be sent to
124 __be16 lid; member in struct:ib_user_mad_hdr
  /bionic/libc/kernel/uapi/rdma/
ib_user_mad.h 35 __be16 lid; member in struct:ib_user_mad_hdr_old
57 __be16 lid; member in struct:ib_user_mad_hdr
  /external/kernel-headers/original/uapi/rdma/
ib_user_mad.h 62 * @lid - Remote lid received from/to be sent to
80 __be16 lid; member in struct:ib_user_mad_hdr_old
105 * @lid - Remote lid received from/to be sent to
124 __be16 lid; member in struct:ib_user_mad_hdr
  /system/core/include/log/
logger.h 63 uint32_t lid; /* log id of the payload */ member in struct:logger_entry_v3
74 uint32_t lid; /* log id of the payload, bottom 4 bits currently */ member in struct:logger_entry_v4
142 return (log_id_t) entry.lid;
  /system/core/logd/tests/
logd_test.cpp 206 log_msg *msg, unsigned int version, int lid) {
237 lid = msg->entry.lid;
241 switch(lid) {
243 fprintf(stderr, "lid=main ");
246 fprintf(stderr, "lid=radio ");
249 fprintf(stderr, "lid=events ");
252 fprintf(stderr, "lid=system ");
255 fprintf(stderr, "lid=crash ");
258 fprintf(stderr, "lid=security ")
    [all...]
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 118 int lid = getResources().getIdentifier(prefix + "lines", "array", getPackageName()); local
134 String [] l = getResources().getStringArray(lid);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 124 | c = expr ; "as" ; id = LIDENT -> <:expr< $lid:"get_" ^ id$ $c$ >>
126 | "`" ; "`" ; l = LIDENT -> <:expr< C_enum `$lid:l$ >>
  /device/google/contexthub/sensorhal/
Android.mk 29 # # Enable lid-state reporting (optional)
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 142 Working units may return a setting of 'yes' (meaning the lid is
143 open) or 'not_applicable' (meaning the device has no lid).
335 raise error.TestFail('Lid stuck closed on %s' %
  /system/core/liblog/
pmsg_reader.c 225 log_msg->entry_v4.lid = buf.l.id;
396 (names->id == transp.logMsg.entry.lid) &&
414 names->id = transp.logMsg.entry.lid;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 247 USHORT lid = (USHORT)((UCHAR)(section->Reserved)); local
249 lid |= (USHORT)((UCHAR)(Log->TimeStamp.s.Reserved) << 8);
251 lid |= (USHORT)((UCHAR)(Log->TimeStamp.Reserved) << 8);
253 return( lid );
  /system/core/logd/
LogBufferElement.cpp 211 entry.lid = mLogId;
  /external/libnfc-nci/src/include/
bt_trace.h 424 #define BTTRC_EVENT(lid, event, state) \
425 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, event, BTTRC_PARAM_UINT8, state);}
426 #define BTTRC_ACTION(lid, action) \
427 {BTTRC_StackTrace0(lid, BTTRC_TYPE_ACTION, action);}
428 #define BTTRC_STATE(lid, state) \
429 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, BTTRC_TOKEN_SM_STATE, BTTRC_PARAM_UINT8, state);}
431 #define BTTRC_API0(lid, api) \
432 {BTTRC_StackTrace0(lid, BTTRC_TYPE_API, api);}
433 #define BTTRC_API1(lid, api, p1_t,p1_v) \
434 {BTTRC_StackTrace1(lid, BTTRC_TYPE_API, api, p1_t,p1_v);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-raw-err.s 218 // CR[LID]
219 mov cr.lid = r0
220 mov r1 = cr.lid
dv-waw-err.s 234 // CR[LID]
235 mov cr.lid = r0
236 mov cr.lid = r1

Completed in 6644 milliseconds

1 2 3 4