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

  /external/icu/icu4c/source/test/intltest/
caltestdata.h 26 int8_t clp; // 1 for leap month, 0 otherwise member in struct:__anon20398
    [all...]
caltest.cpp     [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
22-1.c 55 clockid_t clp, clt; local
77 ret = clock_getcpuclockid(0, &clp);
85 ret = clock_gettime(clp, &tp);
124 ret = clock_getcpuclockid(0, &clp);
131 ret = clock_gettime(clp, &tp);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 187 const u8 *clp = h264bsdClip + 512; local
252 tmp1 = clp[tmp1 + tmp2];
255 tmp3 = clp[tmp3 + tmp4];
259 tmp1 = clp[tmp1 + tmp2];
263 tmp3 = clp[tmp3 + tmp4];
324 tmp1 = clp[tmp1 + tmp2];
327 tmp3 = clp[tmp3 + tmp4];
331 tmp1 = clp[tmp1 + tmp2];
335 tmp3 = clp[tmp3 + tmp4];
h264bsd_reconstruct.c 505 const u8 *clp = h264bsdClip + 512; local
550 tmp2 = clp[tmp2>>5];
562 tmp1 = clp[tmp1>>5];
574 tmp6 = clp[tmp6>>5];
586 tmp5 = clp[tmp5>>5];
624 const u8 *clp = h264bsdClip + 512; local
674 tmp2 = clp[tmp2>>5];
688 tmp1 = clp[tmp1>>5];
702 tmp6 = clp[tmp6>>5];
716 tmp5 = clp[tmp5>>5]
757 const u8 *clp = h264bsdClip + 512; local
881 const u8 *clp = h264bsdClip + 512; local
1020 const u8 *clp = h264bsdClip + 512; local
1226 const u8 *clp = h264bsdClip + 512; local
1413 const u8 *clp = h264bsdClip + 512; local
1618 const u8 *clp = h264bsdClip + 512; local
    [all...]
h264bsd_intra_prediction.c 932 const u8 *clp = h264bsdClip + 512; local
1331 const u8 *clp = h264bsdClip + 512; local
    [all...]
h264bsd_deblocking.c 662 const u8 *clp = h264bsdClip + 512; local
702 p0 = clp[p0 + delta];
703 q0 = clp[q0 - delta];
772 const u8 *clp = h264bsdClip + 512; local
811 p0 = clp[p0 + delta];
812 q0 = clp[q0 - delta];
842 const u8 *clp = h264bsdClip + 512; local
883 p0 = clp[p0 + delta];
884 q0 = clp[q0 - delta];
953 const u8 *clp = h264bsdClip + 512 local
1029 const u8 *clp = h264bsdClip + 512; local
1077 const u8 *clp = h264bsdClip + 512; local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 408 void sg_in_operation(Rq_coll * clp, Rq_elem * rep);
409 void sg_out_operation(Rq_coll * clp, Rq_elem * rep);
410 int normal_in_operation(Rq_coll * clp, Rq_elem * rep, int blocks);
411 void normal_out_operation(Rq_coll * clp, Rq_elem * rep, int blocks);
6765 Rq_coll *clp = (Rq_coll *) v_clp; local
6781 Rq_coll *clp = (Rq_coll *) v_clp; local
6792 Rq_coll *clp = (Rq_coll *) v_clp; local
6803 Rq_coll *clp = (Rq_coll *) v_clp; local
    [all...]
  /frameworks/support/design/tests/src/android/support/design/widget/
CoordinatorLayoutTest.java 517 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
518 clp.setBehavior(behavior);
519 col.addView(imageView, clp);
583 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
584 clp.setBehavior(behavior);
585 col.addView(imageView, clp);
657 CoordinatorLayout.LayoutParams clp = new CoordinatorLayout.LayoutParams(200, 200);
658 clp.setBehavior(dependentBehavior);
659 col.addView(dependentView, clp);
662 clp = new CoordinatorLayout.LayoutParams(200, 200)
    [all...]
  /external/tcpdump/
print-atm.c 455 uint8_t cell_type, func_type, payload, clp; local
471 clp = cell_header&0x1;
473 ND_PRINT((ndo, "%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
477 clp, length));
  /external/curl/lib/vtls/
gskit.c 301 const char *clp; local
341 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
343 l = cipherlist - clp;
348 if(strncasecompare(ctp->name, clp, l) && !ctp->name[l])
351 failf(data, "Unknown cipher %.*s", l, clp);
    [all...]
  /external/fio/
server.c 806 struct cmd_line_pdu *clp; local
812 clp = pdu;
813 clp->lines = le16_to_cpu(clp->lines);
814 clp->client_type = le16_to_cpu(clp->client_type);
815 argv = malloc(clp->lines * sizeof(char *));
816 offset = sizeof(*clp);
818 dprint(FD_NET, "server: %d command line args\n", clp->lines);
820 for (i = 0; i < clp->lines; i++)
    [all...]
client.c 610 struct cmd_line_pdu *clp; local
632 mem += sizeof(*clp) + (client->argc * sizeof(*cslp));
635 clp = pdu;
636 offset = sizeof(*clp);
648 clp->lines = cpu_to_le16(client->argc);
649 clp->client_type = __cpu_to_le16(client->type);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
BaseTransientBottomBar.java 410 final CoordinatorLayout.LayoutParams clp = (CoordinatorLayout.LayoutParams) lp; local
439 clp.setBehavior(behavior);
441 clp.insetEdge = Gravity.BOTTOM;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 499 Proto *clp; local
508 f->p[fs->np++] = clp = luaF_newproto(L);
509 luaC_objbarrier(L, f, clp);
510 return clp;
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 499 Proto *clp; local
508 f->p[fs->np++] = clp = luaF_newproto(L);
509 luaC_objbarrier(L, f, clp);
510 return clp;
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 499 Proto *clp; local
508 f->p[fs->np++] = clp = luaF_newproto(L);
509 luaC_objbarrier(L, f, clp);
510 return clp;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 1003 milliseconds