Searched defs:ei (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/common/unicode/
H A Dparsepos.h143 void setErrorIndex(int32_t ei);
224 ParsePosition::setErrorIndex(int32_t ei) argument
226 this->errorIndex = ei;
/external/clang/test/CodeGen/
H A Dinline.c3 // RUN: grep "define available_externally i32 @ei()" %t
19 // RUN: grep "define i32 @ei()" %t
43 extern __inline int ei() { return 123; } function
46 return ei();
/external/clang/test/CodeGenCXX/
H A Dvtable-linkage.cpp70 E<int> ei; local
71 (void)ei;
/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c34 struct ext2_inode ei; local
41 retval = ext2fs_read_inode (fs, inode, &ei);
43 if (!LINUX_S_ISLNK (ei.i_mode)) {
50 if (ext2fs_inode_data_blocks(fs,&ei)) {
54 retval = io_channel_read_blk(fs->io, ei.i_block[0], 1, buffer);
61 pathname = (char *)&(ei.i_block[0]);
62 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
/external/icu4c/i18n/unicode/
H A Dfieldpos.h224 * @param ei the new value of the end index
227 void setEndIndex(int32_t ei) { fEndIndex = ei; } argument
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c214 struct erase_info ei; local
217 ei.mtd = mtd;
218 ei.addr = addr;
219 ei.len = dev->nDataBytesPerChunk * dev->nChunksPerBlock;
220 ei.time = 1000;
221 ei.retries = 2;
222 ei.callback = NULL;
223 ei.priv = (u_long) dev;
225 /* Todo finish off the ei if required */
229 retval = mtd->erase(mtd, &ei);
[all...]
/external/dnsmasq/src/
H A Dlease.c26 unsigned long ei; local
76 &ei, daemon->dhcp_buff2, daemon->namebuff,
95 if (ei != 0)
96 lease->expires = (time_t)ei + now;
99 lease->length = ei;
103 lease->expires = (time_t)ei;
/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h201 typename std::map<const FType*, EdgeWeights>::iterator ei = EdgeInformation.find(*FI); local
202 dbgs() << "Edges for Function " << ei->first << ":\n";
203 for (typename EdgeWeights::iterator ewi = ei->second.begin(), ewe = ei->second.end();
/external/tinyalsa/
H A Dmixer.c128 struct snd_ctl_elem_info *ei = mixer->info + n; local
129 ei->id.numid = eid[n].numid;
130 if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_INFO, ei) < 0)
132 mixer->ctl[n].info = ei;
134 if (ei->type == SNDRV_CTL_ELEM_TYPE_ENUMERATED) {
135 char **enames = calloc(ei->value.enumerated.items, sizeof(char*));
139 for (m = 0; m < ei->value.enumerated.items; m++) {
141 tmp.id.numid = ei->id.numid;
245 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent) argument
254 range = (ei
259 int_to_percent(struct snd_ctl_elem_info *ei, int value) argument
[all...]
/external/emma/lib/internal/
H A Dstamptool.jar ... return_state int scan int state StringBuffer b StringBuffer b int ei StringIndexOutOfBoundsException e private java.lang.String formatLabel (java ...
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp609 std::set<Edge>::iterator ei,ee; local
611 ei = outMissing.begin();
617 ei = inMissing.begin();
628 for ( ; ei != ee; ++ei ) {
629 setEdgeWeight(*ei,share);
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1728 CvMat ei; local
1729 cvGetRow( evects, &ei, i );
1730 cvNormalize( &ei, &ei );
/external/opencv/cv/src/
H A Dcvstereogc.cpp169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; local
179 for( ei = v->first; ei != 0; ei = edges[ei].next )
181 if( edges[ei^vt].weight == 0 )
183 u = edges[ei].dst;
187 u->parent = ei ^ 1;
200 e0 = ei ^ vt;
207 u->parent = ei
[all...]
/external/libxml2/
H A Dxmlschemas.c27460 xmlSchemaNodeInfoPtr ei; local
27463 ei = vctxt->elemInfos[i];
27464 if (ei == NULL)
27466 xmlSchemaClearElemInfo(vctxt, ei);
27547 xmlSchemaNodeInfoPtr ei; local
27550 ei = ctxt->elemInfos[i];
27551 if (ei == NULL)
27553 xmlSchemaClearElemInfo(ctxt, ei);
27554 xmlFree(ei);

Completed in 729 milliseconds