Searched refs:ind (Results 76 - 100 of 160) sorted by relevance

1234567

/external/svox/pico/lib/
H A Dpicosa.c84 WORDINDEX(POSes,NA)POS1ind1...POSNindN -> WORDINDEX(POS,NA)POS|ind \n
91 WORDINDEX(POS,NA)POS|ind -> WORDPHON(POS,NA)phon \n
488 /* find next POS to the right of 'ind' and return its POS and index */
491 const picoos_uint16 ind,
498 for (i = ind + 1; ((val == PICOKDT_EPSILON) && (i < top)); i++) {
661 /* find pos/ind entry in cbuf matching unique,
700 picoos_uint16 ind) {
705 cind1 = sa->headx[ind].cind;
706 sa->headx[ind].cind = sa->cbuf2Len;
709 if (sa->headx[ind]
489 saPosDItemSeqGetPosRight(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint16 ind, const picoos_uint16 top, picoos_uint16 *rightind) argument
698 saCopyItemContent1to2(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
733 saLexIndLookup(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoklex_Lex lex, picoos_uint16 ind) argument
1005 saGraphemeToPhoneme(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
[all...]
H A Dpicoklex.c406 /* set ind, PICOKLEX_IND_SIZE */
535 const picoos_uint8 *ind,
549 pentry = 0x000000ff & (ind[0]);
550 pentry |= ((picoos_uint32)(ind[1]) << 8);
551 pentry |= ((picoos_uint32)(ind[2]) << 16);
553 /* check ind if it is within lexblocks byte stream, if not, return FALSE */
534 picoklex_lexIndLookup(const picoklex_Lex this, const picoos_uint8 *ind, const picoos_uint8 indlen, picoos_uint8 *pos, picoos_uint8 **phon, picoos_uint8 *phonlen) argument
/external/valgrind/coregrind/
H A Dm_debuglog.c763 Int ind = 0; local
778 buf[ind++] = '0';
782 0 == (ind-nc) % 3 && 0 != ind)
784 buf[ind++] = ',';
787 buf[ind++] = digits[p % base];
793 buf[ind++] = '-';
796 for(; ind < width; ind++) {
797 buf[ind]
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseAgreementSpi.java207 int ind = 0;
208 while (ind < secret.length && secret[ind] == 0)
210 ind++;
213 byte[] rv = new byte[secret.length - ind];
215 System.arraycopy(secret, ind, rv, 0, rv.length);
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c37 blk_t ind, char *block_buf,
44 if (!ind) {
50 retval = io_channel_read_blk(fs->io, ind, 1, block_buf);
60 return io_channel_write_blk(fs->io, ind, 1, block_buf);
70 b = nr ? ext2fs_le32_to_cpu(((blk_t *)block_buf)[nr - 1]) : ind;
82 retval = io_channel_write_blk(fs->io, ind, 1, block_buf);
36 block_ind_bmap(ext2_filsys fs, int flags, blk_t ind, char *block_buf, int *blocks_alloc, blk_t nr, blk_t *ret_blk) argument
/external/libopus/silk/x86/
H A DVQ_WMat_EC_sse.c40 opus_int8 *ind, /* O index of best codebook vector */
135 *ind = (opus_int8)k;
39 silk_VQ_WMat_EC_sse4_1( opus_int8 *ind, opus_int32 *rate_dist_Q14, opus_int *gain_Q7, const opus_int16 *in_Q14, const opus_int32 *W_Q18, const opus_int8 *cb_Q7, const opus_uint8 *cb_gain_Q7, const opus_uint8 *cl_Q5, const opus_int mu_Q9, const opus_int32 max_gain_Q7, opus_int L ) argument
H A Dx86_silk_map.c94 opus_int8 *ind, /* O index of best codebook vector */
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp71 int i, j, k, ind, iters = 0; local
103 do /* while (ind) */
108 ind = 0;
121 ind = 1;
177 while( ind );
222 int i, j, k, p, q, ind, iters = 0; local
254 do /* while (ind) */
256 ind = 0;
272 ind = 1;
330 while( ind );
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java165 static final String ind = " "; field in class:LigatureTree.Lignode
172 String tab = ind.substring(0, Math.min(indent, ind.length()));
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h25 * \param ind The array of index for the elements in @p row
29 Index QuickSplit(VectorV &row, VectorI &ind, Index ncut) argument
50 swap(ind(mid), ind(j));
55 swap(ind(mid), ind(first));
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1374 Value *ptr = atom->getIndirect(0, 0), *ind = atom->getIndirect(0, 1), *base; local
1390 base = loadBufInfo64(ind, atom->getSrc(0)->reg.fileIndex * 16);
1400 Value *length = loadBufLength32(ind, atom->getSrc(0)->reg.fileIndex * 16);
1613 Value *ind = suq->getIndirectR(); local
1628 bld.mkMov(suq->getDef(d++), loadSuInfo32(ind, slot, offset));
1636 Value *ms_x = loadSuInfo32(ind, slot, NVC0_SU_INFO_MS(0));
1637 Value *ms_y = loadSuInfo32(ind, slot, NVC0_SU_INFO_MS(1));
1668 Value *ind = tex->getIndirectR(); local
1670 Value *ms_x = loadSuInfo32(ind, slot, NVC0_SU_INFO_MS(0));
1671 Value *ms_y = loadSuInfo32(ind, slo
1709 Value *ind = su->getIndirectR(); local
2054 Value *ind = su->getIndirectR(); local
2166 Value *ind = su->getIndirectR(); local
2280 Value *ind = i->getIndirect(0, 1); local
2333 Value *ind = i->getIndirect(0, 1); local
[all...]
/external/skia/third_party/lua/src/
H A Dlcode.c396 freereg(fs, e->u.ind.idx);
397 if (e->u.ind.vt == VLOCAL) { /* 't' is in a register? */
398 freereg(fs, e->u.ind.t);
401 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx);
571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP;
573 luaK_codeABC(fs, op, var->u.ind.t, var->u.ind.idx, e);
705 t->u.ind.t = t->u.info;
706 t->u.ind
[all...]
/external/syslinux/com32/lua/src/
H A Dlcode.c396 freereg(fs, e->u.ind.idx);
397 if (e->u.ind.vt == VLOCAL) { /* 't' is in a register? */
398 freereg(fs, e->u.ind.t);
401 e->u.info = luaK_codeABC(fs, op, 0, e->u.ind.t, e->u.ind.idx);
571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP;
573 luaK_codeABC(fs, op, var->u.ind.t, var->u.ind.idx, e);
705 t->u.ind.t = t->u.info;
706 t->u.ind
[all...]
/external/jemalloc/src/
H A Dchunk.c257 extent_node_size_get(node), leadsize, size, false, arena->ind)) {
276 trailsize, false, arena->ind)) {
303 if (!committed && chunk_hooks->commit(ret, size, 0, size, arena->ind)) {
494 zero, commit, arena->ind);
533 arena->ind)) {
578 extent_node_size_get(prev), chunk, size, false, arena->ind)) {
656 err = chunk_hooks->dalloc(chunk, size, committed, arena->ind);
663 arena->ind);
666 arena->ind);
714 return (chunk_hooks->purge(chunk, size, offset, length, arena->ind));
[all...]
/external/e2fsprogs/lib/support/
H A Dquotaio_tree.c546 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7)))
547 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7)))
/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c50 struct nir_basic_induction_var *ind; member in struct:__anon14735
263 biv->alu_def->ind = biv;
265 var->ind = biv;
590 nir_instr_as_load_const(basic_ind->ind->def_outside_loop->
594 nir_instr_as_load_const(basic_ind->ind->invariant->def->
602 basic_ind->ind->alu_def, alu,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1223 struct tgsi_ind_register *ind; local
1227 ind = (struct tgsi_ind_register *) &tokens[size];
1230 *ind = tgsi_build_ind_register(
1256 struct tgsi_ind_register *ind; local
1260 ind = (struct tgsi_ind_register *) &tokens[size];
1263 *ind = tgsi_build_ind_register(
1298 struct tgsi_ind_register *ind; local
1302 ind = (struct tgsi_ind_register *) &tokens[size];
1305 *ind = tgsi_build_ind_register(
1331 struct tgsi_ind_register *ind; local
[all...]
H A Dtgsi_ureg.c66 struct tgsi_ind_register ind; member in union:tgsi_any_token
1108 out[n].ind.File = src.IndirectFile;
1109 out[n].ind.Swizzle = src.IndirectSwizzle;
1110 out[n].ind.Index = src.IndirectIndex;
1113 out[n].ind.ArrayID = 0;
1115 out[n].ind.ArrayID = src.ArrayID;
1128 out[n].ind.File = src.DimIndFile;
1129 out[n].ind.Swizzle = src.DimIndSwizzle;
1130 out[n].ind.Index = src.DimIndIndex;
1133 out[n].ind
[all...]
H A Dtgsi_scan.c114 int ind = src->Register.Index; local
119 for (ind = 0; ind < info->num_inputs; ++ind) {
120 info->input_usage_mask[ind] |= usage_mask;
123 assert(ind >= 0);
124 assert(ind < PIPE_MAX_SHADER_INPUTS);
125 info->input_usage_mask[ind] |= usage_mask;
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c245 size_t ind, factor; local
305 for (ind = 0; ind < inst->enc_nrOfCoefs; ind++) {
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g675 | ^( TEMPLATE (id=ID|ind=ACTION)
685 if ( $ind!=null )
687 $ind.outerAltNum = this.outerAltNum;
688 trackInlineAction($ind);
/external/markdown/markdown/extensions/
H A Dfootnotes.py290 ind = element.getchildren().find(child)
291 element.getchildren().insert(ind + 1, footnotesDiv)
/external/opencv/cvaux/src/
H A Dcvclique.cpp403 for( int ind = 0; ind < k-1; ind++ )
405 added += finder->edge_weights[ Compsub[ind] * finder->N + sel ];
/external/testng/src/main/java/org/testng/reporters/
H A DFailedReporter.java216 int ind = 0;
219 ind++));
/external/jemalloc/include/jemalloc/internal/
H A Darena.h351 unsigned ind; member in struct:arena_s
575 void *arena_malloc_large(tsdn_t *tsdn, arena_t *arena, szind_t ind,
578 szind_t ind, bool zero);
624 arena_t *arena_new(tsdn_t *tsdn, unsigned ind);
700 void *arena_malloc(tsdn_t *tsdn, arena_t *arena, size_t size, szind_t ind,
1330 decay_ticker = decay_ticker_get(tsd, arena->ind);
1345 arena_malloc(tsdn_t *tsdn, arena_t *arena, size_t size, szind_t ind, bool zero,
1355 tcache, size, ind, zero, slow_path));
1359 tcache, size, ind, zero, slow_path));
1365 return (arena_malloc_hard(tsdn, arena, size, ind, zer
[all...]

Completed in 5547 milliseconds

1234567