HomeSort by relevance Sort by last modified time
    Searched refs:rct (Results 1 - 6 of 6) sorted by null

  /external/jdiff/src/jdiff/
RootDocToXML.java 688 String rct = doc.getRawCommentText(); local
689 if (rct != null && rct.indexOf(excludeTag) != -1) {
814 String rct = ((Doc)ped).getRawCommentText(); local
859 String rct = null; local
    [all...]
  /external/toybox/toys/pending/
host.c 59 static const char rct[16][32] = { variable
140 rcode, rct[rcode], 256*abuf[6] + abuf[7]);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 158 extern void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
rsCpuIntrinsics_x86.cpp 305 int rct, int x1, int x2) {
318 for (r = 0; r < rct; ++r) {
342 int rct, int x1, int x2) {
350 /* rct is define as 2*r+1 by the caller */
357 for (r = 1; r < rct; r += 2) {
375 int rct, int x1, int x2) {
389 for (r = 1; r < rct; r += 4) {
    [all...]