Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/usr.bin/cut/
H A Dcut.c57 static char * positions; variable
162 * set a byte in the positions array to indicate if a field or in get_list()
195 for (pos = positions + start; start++ <= stop; *pos++ = 1); in get_list()
212 memset(positions + 1, '1', autostart); in get_list()
221 /* Grow the positions array to at least the specified size. */ in needpos()
228 if ((positions = realloc(positions, npos)) == NULL) in needpos()
230 memset((char *)positions + oldnpos, 0, npos - oldnpos); in needpos()
242 pos = positions + 1; in b_cut()
264 * Cut based on byte positions, takin
[all...]
/freebsd/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src55 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S
56 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
H A DUCS%ATARIST.src55 # - swap the positions of GREEK SMALL LETTER BETA and LATIN SHARP S
56 # on code positions 0x9E and 0xE1. So AtariST mapped the LATIN SHARP S
/freebsd/contrib/bsddialog/lib/
H A Dbarbox.c470 int currvalue, retval, bigchange, positions; in bsddialog_rangebox()
484 positions = max - min + 1; in bsddialog_rangebox()
499 b.perc = ((float)(currvalue - min)*100) / (positions-1); in bsddialog_rangebox()
426 int currvalue, retval, bigchange, positions; bsddialog_rangebox() local
/freebsd/contrib/byacc/
H A DREADME.BTYACC75 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
/freebsd/contrib/file/magic/Magdir/
H A Dacorn65 >>11 leshort !1 %d positions
H A Dscientific122 # Thus, positions 7-10, 60-62 and 67-80 are spaces. The Date must be in the
H A Dprinter205 # charsize.hp pages.hp set the scaling points (P1 and P2) to their default positions
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-topkick.dts24 * Switch positions
/freebsd/lib/libc/amd64/string/
H A Dstrcmp.S234 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX
335 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX
H A Dstrncmp.S337 shl %cl, %r8d # adjust NUL mask to positions in RDI/RBX
456 shl %cl, %r8d # adjust NUL mask to positions in RSI/RBX
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c187 uint64_t *positions; member
1885 free(pi->positions); in free_PackInfo()
1924 pi->positions = calloc((size_t)pi->numPackStreams, sizeof(uint64_t)); in read_PackInfo()
1925 if (pi->sizes == NULL || pi->positions == NULL) in read_PackInfo()
2427 if (si->pi.positions == NULL || si->pi.sizes == NULL) in read_StreamsInfo()
2434 si->pi.positions[i] = packPos; in read_StreamsInfo()
3384 pack_offset = zip->si.pi.positions[zip->pack_stream_index]; in seek_pack()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c475 { U32 positions = 0; in ZSTD_insertBt1() local
476 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
478 return MAX(positions, matchEndIdx - (current + 8)); in ZSTD_insertBt1()
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md71 Besides start/end positions, jsmn tokens for complex types (like arrays
/freebsd/share/i18n/csmapper/TCVN/
H A DVISCII%UCS.src48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
H A DUCS%VISCII.src48 # positions (first char is at 0x02) so the table goes from 0x00 to 0xff.
/freebsd/contrib/less/
H A Dless.hlp23 ESC-) RightArrow * Right one half screen width (or _N positions).
24 ESC-( LeftArrow * Left one half screen width (or _N positions).
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c522 { U32 positions = 0; in ZSTD_insertBt1() local
523 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
525 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()
/freebsd/usr.bin/fortune/
H A DNotes32 clear text on the system. They are rotated (see caesar(6)) 13 positions.
/freebsd/share/syscons/keymaps/
H A Dua.koi8-u.shift.alt.kbd7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`';
/freebsd/share/vt/keymaps/
H A Dua.shift.alt.kbd7 # it has 'i', 'ye','yi',"g'" at positions of '-','=','\','`';
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt169 `float_exception_flags'. The positions of the exception flag bits within
/freebsd/sys/dev/mii/
H A Dmiidevs40 * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions.
251 ! One half has the bits for the sboxes in the following positions:
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def132 // Map this VP reduction intrinsic to its reduction operand positions.

12