HomeSort by relevance Sort by last modified time
    Searched defs:ci (Results 276 - 300 of 500) sorted by null

<<11121314151617181920

  /external/libvncserver/libvncclient/
rfbproto.c 1065 rfbClientInitMsg ci; local
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 764 rfbClientInitMsg ci; local
777 ci.shared = 1;
782 if ((n = rfbReadExact(cl, (char *)&ci,sz_rfbClientInitMsg)) <= 0) {
823 (cl->screen->neverShared || (!cl->screen->alwaysShared && !ci.shared))) {
    [all...]
  /external/lzma/C/
7zArcIn.c 678 UInt32 numCoders, ci, numInStreams = 0; local
686 for (ci = 0; ci < numCoders; ci++)
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1044 CvPoint2D32f ci = {0,0}; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1405 int ci = class_ranges[i+1] - class_ranges[i]; local
1423 int si = class_ranges[i], ci = class_ranges[i+1] - si; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 872 cmp_info& ci = m_ci[idx-1]; local
874 if( ci.tq > 0 /* duplicated description */) goto parsing_end;
876 ci.h = (char)lstrm.GetByte();
877 ci.v = (char)(ci.h & 15);
878 ci.h >>= 4;
879 ci.tq = (char)lstrm.GetByte();
880 if( !((ci.h == 1 || ci.h == 2 || ci.h == 4) &
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 646 int ci; local
651 for (ci = 0, compptr = comp_info; ci < num_components;
652 ci++, compptr++) {
660 sp->ds_buffer[ci] = buf;
1025 int ci; local
1399 int ci, clumpoffset; local
1983 int clumpoffset, ci, xpos, ypos; local
2069 int ci, ypos, n; local
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.h 128 pseudo_bit_t ci[0x00020]; member in struct:arbelprm_eq_set_ci_st
225 struct arbelprm_eq_set_ci ci; member in union:arbelprm_eq_doorbell_register
hermon.h 148 pseudo_bit_t ci[0x00018]; member in struct:hermonprm_event_db_register_st
  /external/tensorflow/tensorflow/core/graph/
mkl_layout_pass.cc 642 // specified in contextinfo 'ci'. Function updates fwd_node to point
671 void* ci) {
674 CHECK_NOTNULL(ci);
1906 const ContextInfo* ci = nullptr; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 735 ClusterInfo ci; local
747 std::get<0>(ci).emplace(node_name);
766 std::vector<string>& border_inputs = std::get<1>(ci);
767 std::vector<string>& border_outputs = std::get<2>(ci);
821 cluster_infos->emplace_back(ci);
822 VLOG(1) << DumpCluster(ci);
    [all...]
  /external/toybox/toys/pending/
ip.c 1037 struct ifa_cacheinfo *ci = RTA_DATA(rta_tb[IFA_CACHEINFO]); local
1040 if (ci->ifa_valid == 0xFFFFFFFFU) printf("forever");
1041 else printf("%usec", ci->ifa_valid);
1043 if (ci->ifa_prefered == 0xFFFFFFFFU) printf("forever");
1044 else printf("%dsec", ci->ifa_prefered);
1564 struct rta_cacheinfo *ci = NULL; local
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 171 curfile64_info ci; /* info on the file curretly writing */ member in struct:__anon44870
876 ziinit.ci.stream_initialised = 0;
969 if(zi->ci.zip64)
976 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.flag,2);
979 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
982 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4);
989 if(zi->ci.zip64)
996 if(zi->ci.zip64)
1005 if(zi->ci.zip64)
1026 if ((err==ZIP_OK) && (zi->ci.zip64)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 1588 ChangeInfo *ci = (ChangeInfo *)event.get_vendor_data(); local
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 2540 int ci = from.indexOf(c); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /system/core/libpixelflinger/
scanline.cpp 656 iterators_t& ci = c->iterators; local
658 r = (xs * c->shade.drdx) + ci.ydrdy;
659 g = (xs * c->shade.dgdx) + ci.ydgdy;
660 b = (xs * c->shade.dbdx) + ci.ydbdy;
661 a = (xs * c->shade.dadx) + ci.ydady;
667 r = ci.ydrdy;
668 g = ci.ydgdy;
669 b = ci.ydbdy;
670 a = ci.ydady;
674 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy
1642 iterators_t& ci = c->iterators; local
1816 iterators_t& ci = c->iterators; local
1855 iterators_t& ci = c->iterators; local
1866 iterators_t& ci = c->iterators; local
1874 iterators_t& ci = c->iterators; local
1917 const iterators_t& ci = c->iterators; local
2006 const iterators_t& ci = c->iterators; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
resrc.c 2629 const struct control_info *ci; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 1738 int ci = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.c 171 curfile64_info ci; /* info on the file curretly writing */ member in struct:__anon5133
876 ziinit.ci.stream_initialised = 0;
969 if(zi->ci.zip64)
976 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.flag,2);
979 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
982 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4);
989 if(zi->ci.zip64)
996 if(zi->ci.zip64)
1005 if(zi->ci.zip64)
1026 if ((err==ZIP_OK) && (zi->ci.zip64)
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 1439 RIL_CellInfo_v12 ci; local
1441 RIL_CellInfo ci; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java 3830 int ci = from.indexOf(c); local
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 3774 int32_t ci = from.indexOf(c); local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 548 static void printIteration(int num, String testSource, CharacterIterator ci) {
551 char ch = ci.next();
553 result += ch + "(" + ci.getIndex() + ")";
917 CanonicalIterator ci = new CanonicalIterator("."); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 3846 int ci = from.indexOf(c); local
    [all...]

Completed in 1082 milliseconds

<<11121314151617181920