| /NextBSD/contrib/gperf/src/ |
| HD | positions.icc | 1 /* Inline Functions for positions.{h,cc}. 104 /* The positions are 0, 1, ..., MAX_KEY_POS-1, in descending order. */ 152 /* Creates an iterator, returning the positions in descending order. */ 159 /* Creates an iterator, returning the positions in descending order, 167 /* Creates an iterator, returning the positions in ascending order. */ 174 /* Creates an iterator, returning the positions in ascending order, 186 PositionIterator::PositionIterator (Positions const& positions) 187 : _set (positions), 192 /* Initializes an iterator through POSITIONS, ignoring positions >= maxlen. */ 194 PositionIterator::PositionIterator (Positions const& positions, int maxlen) [all …]
|
| HD | keyword.cc | 77 KeywordExt::init_selchars_low (const Positions& positions, const unsigned int *alpha_unify, const u… in init_selchars_low() argument 81 PositionIterator iter = positions.iterator(_allchars_length); in init_selchars_low() 116 KeywordExt::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) in init_selchars_tuple() argument 118 init_selchars_low (positions, alpha_unify, NULL); in init_selchars_tuple() 122 KeywordExt::init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, co… in init_selchars_multiset() argument 125 init_selchars_low (positions, alpha_unify, alpha_inc); in init_selchars_multiset()
|
| HD | search.h | 53 …void init_selchars_tuple (const Positions& positions, const unsigned int *alpha_u… 58 …unsigned int count_duplicates_tuple (const Positions& positions, const unsigned int *alph… 70 …unsigned int * compute_alpha_unify (const Positions& positions, const unsigned int *alpha_i… 73 …void init_selchars_multiset (const Positions& positions, const unsigned int *alph…
|
| HD | positions.h | 127 PositionIterator (Positions const& positions); 129 PositionIterator (Positions const& positions, int maxlen); 157 PositionReverseIterator (Positions const& positions); 159 PositionReverseIterator (Positions const& positions, int maxlen);
|
| HD | Makefile.in | 66 OBJECTS = version.$(OBJEXT) positions.$(OBJEXT) options.$(OBJEXT) keyword.$(OBJEXT) keyword-list.$… 90 POSITIONS_H = positions.h positions.icc 102 positions.$(OBJEXT): positions.cc $(POSITIONS_H) 103 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/positions.cc
|
| HD | keyword.h | 71 …void init_selchars_tuple (const Positions& positions, const unsigned int *alpha_u… 73 …void init_selchars_multiset (const Positions& positions, const unsigned int *alph… 84 …unsigned int * init_selchars_low (const Positions& positions, const unsigned int *alpha_uni…
|
| HD | search.cc | 218 Search::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify) const in init_selchars_tuple() argument 221 temp->first()->init_selchars_tuple(positions, alpha_unify); in init_selchars_tuple() 237 Search::count_duplicates_tuple (const Positions& positions, const unsigned int *alpha_unify) const in count_duplicates_tuple() argument 242 init_selchars_tuple (positions, alpha_unify); in count_duplicates_tuple() 513 Search::compute_alpha_unify (const Positions& positions, const unsigned int *alpha_inc) const in compute_alpha_unify() argument 542 PositionIterator iter = positions.iterator(keyword->_allchars_length); in compute_alpha_unify() 576 Search::init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, const … in init_selchars_multiset() argument 579 temp->first()->init_selchars_multiset(positions, alpha_unify, alpha_inc); in init_selchars_multiset()
|
| HD | output.h | 54 const Positions& positions,
|
| HD | options.icc | 152 /* Returns key positions. */
|
| HD | output.cc | 87 const Positions& positions, const unsigned int *alpha_inc, in Output() argument 102 _key_positions (positions), _alpha_inc (alpha_inc), in Output()
|
| /NextBSD/usr.bin/cut/ |
| HD | cut.c | 64 static char * positions; variable 202 for (pos = positions + start; start++ <= stop; *pos++ = 1); in get_list() 213 memset(positions + 1, '1', autostart); in get_list() 229 if ((positions = realloc(positions, npos)) == NULL) in needpos() 231 memset((char *)positions + oldnpos, 0, npos - oldnpos); in needpos() 243 pos = positions + 1; in b_cut() 291 if (col < maxval && !positions[1 + col]) { in b_n_cut() 300 !positions[1 + i]) in b_n_cut() 304 canwrite &= positions[1 + i]; in b_n_cut() 315 (i < maxval && !positions[1 + i])) { in b_n_cut() [all …]
|
| /NextBSD/gnu/usr.bin/gperf/ |
| HD | Makefile | 10 main.cc options.cc output.cc positions.cc search.cc version.cc \
|
| /NextBSD/share/i18n/csmapper/MISC/ |
| D | ATARIST%UCS.src | 56 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S 57 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
|
| D | UCS%ATARIST.src | 56 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S 57 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
|
| /NextBSD/contrib/byacc/ |
| HD | README.BTYACC | 75 and in assigning the computed text positions to the AST. 106 to reduce text positions located on the stack. 109 positions. The function is called immediately after 131 YYPOSN text positions. These are analogues of 157 Typically this function extracts text positions from 171 semantic semantic values and text positions of tokens 181 values and positions of the discarded tokens and
|
| /NextBSD/contrib/gperf/doc/ |
| HD | gperf.texi | 779 positions indexed into an @dfn{associated values} table stored in a 782 called @samp{hash_table}. The relevant selected positions (i.e. indices 1126 @item -k @var{selected-byte-positions} 1127 @itemx --key-positions=@var{selected-byte-positions} 1128 Allows selection of the byte positions used in the keywords' 1130 The positions are separated by commas, e.g., @samp{-k 9,4,13,14}; 1131 ranges may be used, e.g., @samp{-k 2-7}; and positions may occur 1133 hash function to consider @strong{all} byte positions in each keyword, 1139 function that considers positions 1,2,4,6,7,8,9,10, plus the last 1142 with length less than the indicated byte positions work properly, since [all …]
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | acorn | 65 >>11 leshort !1 %d positions
|
| HD | scientific | 89 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | kirkwood-topkick.dts | 23 * Switch positions
|
| /NextBSD/contrib/gperf/ |
| HD | ChangeLog | 147 * src/positions.h: Add forward declarations of friend classes. 439 * src/positions.h (Positions::is_useall, Positions::set_useall, 449 * src/positions.icc (Positions::Positions): Initialize _useall. 459 * src/positions.cc (Positions::add, Positions::remove): Reset the 491 Change the positions to be 0-based, instead of 1-based. 492 * src/positions.h (Positions::LASTCHAR): Set to -1. 497 * src/positions.icc (Positions::pointer): Change return type. 499 * src/positions.cc (Positions::contains, Positions::add, 524 --key-positions=1,2,$. 708 * src/positions.h (PositionReverseIterator): New class. [all …]
|
| HD | NEWS | 48 * When the option -k is not given, the default key positions are now
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_7zip.c | 153 uint64_t *positions; member 1648 free(pi->positions); in free_PackInfo() 1687 pi->positions = calloc((size_t)pi->numPackStreams, sizeof(uint64_t)); in read_PackInfo() 1688 if (pi->sizes == NULL || pi->positions == NULL) in read_PackInfo() 2171 if (si->pi.positions == NULL || si->pi.sizes == NULL) in read_StreamsInfo() 2178 si->pi.positions[i] = packPos; in read_StreamsInfo() 3085 pack_offset = zip->si.pi.positions[zip->pack_stream_index]; in seek_pack()
|
| /NextBSD/contrib/less/ |
| HD | less.hlp | 23 ESC-) RightArrow * Left one half screen width (or _N positions). 24 ESC-( LeftArrow * Right one half screen width (or _N positions).
|
| /NextBSD/share/i18n/csmapper/TCVN/ |
| D | VISCII%UCS.src | 49 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
|
| /NextBSD/contrib/ntp/libjsmn/ |
| HD | README.md | 71 Besides start/end positions, jsmn tokens for complex types (like arrays
|