HomeSort by: relevance | last modified time | path
    Searched refs:findex (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-fsearch.h 45 message_fuzzy_index_search (message_fuzzy_index_ty *findex,
50 message_fuzzy_index_free (message_fuzzy_index_ty *findex);
msgl-fsearch.c 206 message_fuzzy_index_ty *findex = local
212 findex->messages = mlp->item;
213 findex->iterator = po_charset_character_iterator (canon_charset);
216 if (hash_init (&findex->gram4, 10 * count) < 0)
230 const char *p1 = p0 + findex->iterator (p0);
233 const char *p2 = p1 + findex->iterator (p1);
236 const char *p3 = p2 + findex->iterator (p2);
239 const char *p4 = p3 + findex->iterator (p3);
248 if (hash_find_entry (&findex->gram4, p0, p4 - p0,
254 hash_set_value (&findex->gram4, p0, p4 - p0
    [all...]
msgmerge.c 619 message_fuzzy_index_ty *findex; member in struct:definitions_ty
634 definitions->findex = NULL;
646 if (definitions->findex == NULL)
664 definitions->findex =
706 if (definitions->findex == NULL)
709 mp2 = message_fuzzy_index_search (definitions->findex, msgctxt, msgid);
726 if (definitions->findex != NULL)
727 message_fuzzy_index_free (definitions->findex);
  /src/external/gpl3/binutils/dist/gprofng/src/
Filter.h 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
90 bool include_range (uint64_t findex, uint64_t lindex);
Filter.cc 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total)
70 if (first == findex && last == lindex)
72 first = findex;
397 FilterNumeric::include_range (uint64_t findex, uint64_t lindex)
401 if (findex > lindex)
410 if (findex < rp->first)
417 rp2->first = findex;
424 rp->first = findex;
456 else if (findex > rp->last + 1)
464 // rp-> first is OK -- it's equal or less than findex
    [all...]
gp-display-src.cc 246 int mindex, findex; local
279 Vec_loop (Function*, module->functions, findex, fitem)
Dbe.cc 2396 Vector <int> *findex = new Vector<int>(); // index of the filters
2408 findex->append (index);
2415 res->store (0, findex);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Filter.h 39 void set_range (uint64_t findex, uint64_t lindex, uint64_t total);
90 bool include_range (uint64_t findex, uint64_t lindex);
Filter.cc 68 FilterNumeric::set_range (uint64_t findex, uint64_t lindex, uint64_t total)
70 if (first == findex && last == lindex)
72 first = findex;
397 FilterNumeric::include_range (uint64_t findex, uint64_t lindex)
401 if (findex > lindex)
410 if (findex < rp->first)
417 rp2->first = findex;
424 rp->first = findex;
456 else if (findex > rp->last + 1)
464 // rp-> first is OK -- it's equal or less than findex
    [all...]
gp-display-src.cc 246 int mindex, findex; local
279 Vec_loop (Function*, module->functions, findex, fitem)
Dbe.cc 2396 Vector <int> *findex = new Vector<int>(); // index of the filters
2408 findex->append (index);
2415 res->store (0, findex);
  /src/external/mpl/bind/dist/lib/isc/
ht.c 339 uint8_t findex = idx; local
342 hash = hash_32(hashval, ht->hashbits[findex]);
343 for (isc_ht_node_t *node = ht->table[findex][hash]; node != NULL;
352 if (TRY_NEXTTABLE(findex, ht)) {
356 findex = HT_NEXTTABLE(findex);
  /src/external/gpl3/gdb.old/dist/sim/frv/
frv-sim.h 491 #define GET_ESFR_FLAG(findex) ( \
492 (findex) > 31 ? \
493 ((CPU (h_spr[H_SPR_ESFR0]) >> ((findex)-32)) & 1) \
495 ((CPU (h_spr[H_SPR_ESFR1]) >> (findex)) & 1) \
497 #define SET_ESFR_FLAG(findex) ( \
498 (findex) > 31 ? \
500 (CPU (h_spr[H_SPR_ESFR0]) | (1 << ((findex)-32))) \
503 (CPU (h_spr[H_SPR_ESFR1]) | (1 << (findex))) \
  /src/external/gpl3/gdb/dist/sim/frv/
frv-sim.h 491 #define GET_ESFR_FLAG(findex) ( \
492 (findex) > 31 ? \
493 ((CPU (h_spr[H_SPR_ESFR0]) >> ((findex)-32)) & 1) \
495 ((CPU (h_spr[H_SPR_ESFR1]) >> (findex)) & 1) \
497 #define SET_ESFR_FLAG(findex) ( \
498 (findex) > 31 ? \
500 (CPU (h_spr[H_SPR_ESFR0]) | (1 << ((findex)-32))) \
503 (CPU (h_spr[H_SPR_ESFR1]) | (1 << (findex))) \
  /src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c 382 uint8_t findex = idx; local
385 hash = hash_32(hashval, ht->hashbits[findex]);
386 for (isc_ht_node_t *node = ht->table[findex][hash]; node != NULL;
395 if (TRY_NEXTTABLE(findex, ht)) {
399 findex = HT_NEXTTABLE(findex);
  /src/external/mit/lua/dist/src/
liolib.c 310 static FILE *getiofile (lua_State *L, const char *findex) {
312 lua_getfield(L, LUA_REGISTRYINDEX, findex);
315 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN);
  /src/sys/ufs/lfs/
lfs_segment.c 2081 int findex; local
2134 for (findex = 0; findex < lfs_ss_getnfinfo(fs, ssp); findex++) {
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4396 % @findex xyz
4868 % @findex, @vindex, @kindex, @cindex.
4870 \def\findex {\fnindex}
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4396 % @findex xyz
4868 % @findex, @vindex, @kindex, @cindex.
4870 \def\findex {\fnindex}
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 4156 % @findex xyz
4596 % @findex, @vindex, @kindex, @cindex.
4598 \def\findex {\fnindex}
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 4343 % @findex xyz
4815 % @findex, @vindex, @kindex, @cindex.
4817 \def\findex {\fnindex}
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 4153 % @findex xyz
4592 % @findex, @vindex, @kindex, @cindex.
4594 \def\findex {\fnindex}
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 4153 % @findex xyz
4592 % @findex, @vindex, @kindex, @cindex.
4594 \def\findex {\fnindex}
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 4345 % @findex xyz
4817 % @findex, @vindex, @kindex, @cindex.
4819 \def\findex {\fnindex}
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 4153 % @findex xyz
4592 % @findex, @vindex, @kindex, @cindex.
4594 \def\findex {\fnindex}

Completed in 214 milliseconds

1 2