Searched refs:positions (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rtime.c37 short positions[256]; local
41 memset(positions,0,sizeof(positions));
51 backpos = positions[value];
52 positions[value]=pos;
79 short positions[256]; local
83 memset(positions,0,sizeof(positions));
93 backoffs = positions[value];
95 positions[valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dkeyword.cc27 #include "positions.h"
75 KeywordExt::init_selchars_low (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc) argument
77 /* Iterate through the list of positions, initializing selchars
79 PositionIterator iter = positions.iterator(_allchars_length);
114 KeywordExt::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) argument
116 init_selchars_low (positions, alpha_unify, NULL);
120 KeywordExt::init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc) argument
123 init_selchars_low (positions, alpha_unify, alpha_inc);
H A Dkeyword.h27 /* Class defined in "positions.h". */
69 void init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify);
71 void init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc);
82 unsigned int * init_selchars_low (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc);
H A Dpositions.h3 /* A set of byte positions.
31 /* This class denotes a set of byte positions, used to access a keyword. */
47 0-based positions are -1 .. MAX_KEY_POS-1, this is: */
75 /* Creates an iterator, returning the positions in descending order. */
77 /* Creates an iterator, returning the positions in descending order,
80 /* Creates an iterator, returning the positions in ascending order. */
82 /* Creates an iterator, returning the positions in ascending order,
97 /* Number of positions. */
99 /* Array of positions. 0 for the first char, 1 for the second char etc.,
104 /* This class denotes an iterator through a set of byte positions
[all...]
H A Dsearch.h28 #include "positions.h"
51 void init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const;
55 /* Count the duplicate keywords that occur with a given set of positions. */
56 unsigned int count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const;
58 /* Find good key positions. */
61 /* Count the duplicate keywords that occur with the found set of positions. */
68 unsigned int * compute_alpha_unify (const Positions& positions, const unsigned int *alpha_inc) const;
71 void init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc) const;
73 /* Count the duplicate keywords that occur with the given set of positions
119 /* User-specified or computed key positions
[all...]
H A DMakefile.in64 OBJECTS = version.$(OBJEXT) positions.$(OBJEXT) options.$(OBJEXT) keyword.$(OBJEXT) keyword-list.$(OBJEXT) \
88 POSITIONS_H = positions.h positions.icc
100 positions.$(OBJEXT): positions.cc $(POSITIONS_H)
101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc
H A Doutput.h28 #include "positions.h"
53 const Positions& positions,
139 /* Key positions. */
141 /* Adjustments to add to bytes add specific key positions. */
H A DMakefile64 OBJECTS = version.$(OBJEXT) positions.$(OBJEXT) options.$(OBJEXT) keyword.$(OBJEXT) keyword-list.$(OBJEXT) \
88 POSITIONS_H = positions.h positions.icc
100 positions.$(OBJEXT): positions.cc $(POSITIONS_H)
101 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc
H A Dsearch.cc64 where Pos is a set of byte positions,
84 Step 1 (Finding good byte positions):
183 /* ====================== Finding good byte positions ====================== */
216 Search::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const argument
219 temp->first()->init_selchars_tuple(positions, alpha_unify);
230 /* Count the duplicate keywords that occur with a given set of positions.
235 Search::count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const argument
240 init_selchars_tuple (positions, alpha_unify);
258 /* Find good key positions. */
263 /* If the user gave the key positions, w
511 compute_alpha_unify(const Positions& positions, const unsigned int *alpha_inc) const argument
574 init_selchars_multiset(const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/
H A DMakefile.msvc84 SRC_OBJECTS = src\version.obj src\positions.obj src\options.obj src\keyword.obj src\keyword-list.obj src\input.obj src\bool-array.obj src\hash-table.obj src\search.obj src\output.obj src\main.obj
108 POSITIONS_H = src\positions.h src\positions.icc
121 src\positions.obj : src\positions.cc $(POSITIONS_H)
122 $(CXX) $(INCLUDES) $(CXXFLAGS) -c src\positions.cc -Fosrc\positions.obj
H A DMakefile.vms62 SRC_OBJECTS = [.src]version.obj,[.src]positions.obj,[.src]options.obj,[.src]keyword.obj,[.src]keyword-list.obj,[.src]input.obj,[.src]bool-array.obj,[.src]hash-table.obj,[.src]search.obj,[.src]output.obj,[.src]main.obj
86 POSITIONS_H = [.src]positions.h,[.src]positions.icc
99 [.src]positions.obj : [.src]positions.cc,$(POSITIONS_H)
100 $(CXX) $(INCLUDES) $(CXXFLAGS) /define=($(DEFS)) [.src]positions.cc /obj=[.src]positions.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextrange.tex3 This class stores beginning and end positions for a range of data.
62 Converts the internal range, which uses the first and last character positions of the range,
113 to the internal form, which uses the first and last character positions of the range.
H A Dsostream.tex39 empty, the positions returned by \helpref{TellO}{wxoutputstreamtello} will be
H A Dcombobox.tex257 Replaces the text between two positions with the given text, in the combobox text field.
272 Removes the text between the two positions in the combobox text field.
303 Selects the text between the two positions, in the combobox text field.
H A Dscrolwin.tex4 the coordinates according to the scrollbar positions, and setting the
5 scroll positions, thumb sizes and ranges according to the area in view.
275 visible portion of the window. The positions are in logical scroll
397 The positions are in scroll units, not pixels, so to convert to pixels you
H A Dspinctrl.tex128 Select the text in the text part of the control between positions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c105 FT_Vector *positions; ///< positions for each element in the text member in struct:__anon2074
106 size_t nb_positions; ///< number of elements of positions array
132 uint8_t rgba_map[4]; ///< map RGBA offsets to the positions in the packed RGBA format
415 av_freep(&dtext->positions);
476 FT_Vector *p = av_realloc(dtext->positions,
477 len * sizeof(*dtext->positions));
479 av_freep(dtext->positions);
483 dtext->positions = p;
541 dtext->positions[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx91 positions(0),
111 positions = new int[maxLineLength_ + 1 + 1];
123 delete []positions;
124 positions = 0;
693 pt.x = ll->positions[ll->maxLineLength] - ll->positions[ll->LineStart(ll->lines)];
698 pt.x = ll->positions[posInLine] - ll->positions[ll->LineStart(subLine)];
755 int subLineStart = ll->positions[lineStart];
762 if (pt.x < (((ll->positions[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp93 -k, --key-positions=KEYS
94 Select the key positions used in the hash function.
96 The positions are separated by commas, ranges may be
97 used, and key positions may occur in any order.
99 hash function to consider ALL key positions, and $
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dlistbox.cpp265 int *positions = NULL; local
268 &positions, &no_positions);
272 int pos = positions[0];
273 if (positions)
274 XtFree ((char *) positions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c146 FT_Vector *positions; ///< positions for each element in the text member in struct:DrawTextContext
147 size_t nb_positions; ///< number of elements of positions array
715 av_freep(&s->positions);
1049 x1 = s->positions[i].x+s->x+x - borderw;
1050 y1 = s->positions[i].y+s->y+y - borderw;
1115 if (!(s->positions =
1116 av_realloc(s->positions, len*sizeof(*s->positions))))
1174 s->positions[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp204 virtual void MeasureWidths(Font &font_, const char *s, int len, int *positions);
501 void SurfaceImpl::MeasureWidths(Font &font, const char *s, int len, int *positions) { argument
518 positions[i++] = tpos[ui];
521 positions[i++] = tpos[ui];
523 positions[i++] = tpos[ui];
524 positions[i++] = tpos[ui];
533 std::copy(tpos.begin(), tpos.end(), positions);
535 memcpy(positions, tpos.begin(), len * sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrnbdec.c425 const uint8_t *positions = base_five_table[code >> 3]; local
426 pulse_position[i1] = (positions[2] << 1) + ( code & 1);
427 pulse_position[i2] = (positions[1] << 1) + ((code >> 1) & 1);
428 pulse_position[i3] = (positions[0] << 1) + ((code >> 2) & 1);
432 * Decode the algebraic codebook index to pulse positions and signs and
435 * @param fixed_index positions of the eight pulses
470 * Decode the algebraic codebook index to pulse positions and signs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrnbdec.c440 const uint8_t *positions = base_five_table[code >> 3]; local
441 pulse_position[i1] = (positions[2] << 1) + ( code & 1);
442 pulse_position[i2] = (positions[1] << 1) + ((code >> 1) & 1);
443 pulse_position[i3] = (positions[0] << 1) + ((code >> 2) & 1);
447 * Decode the algebraic codebook index to pulse positions and signs and
450 * @param fixed_index positions of the eight pulses
485 * Decode the algebraic codebook index to pulse positions and signs,

Completed in 140 milliseconds

123