Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 200) sorted by relevance

12345678

/freebsd/contrib/dialog/
H A Dcolumns.c66 split_row(char *source, unsigned *offsets, unsigned *widths) in split_row() argument
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark; in split_row()
78 offsets[result] = offset; in split_row()
83 widths[result - 1] = offset - offsets[result - 1]; in split_row()
101 unsigned *offsets; in dlg_align_columns() local
115 offsets = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
119 assert_ptr(offsets, "dlg_align_columns"); in dlg_align_columns()
124 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
139 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
147 memcpy(text + offset, *value + offsets[n], (size_t) widths[n]); in dlg_align_columns()
[all …]
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c147 offsets_t offsets, in put_byte() argument
152 *(bufp + offsets[*fieldindex]) = val; in put_byte()
166 offsets_t offsets in fetch_ieee754() argument
224 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8; in fetch_ieee754()
225 mantissa_low |= get_byte(bufp, offsets, &fieldindex); in fetch_ieee754()
233 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8; in fetch_ieee754()
234 mantissa_high |= get_byte(bufp, offsets, &fieldindex); in fetch_ieee754()
239 mantissa_low |= get_byte(bufp, offsets, &fieldindex); in fetch_ieee754()
257 *((unsigned char *)(&f)+i) = *(*buffpp + offsets[i]); in fetch_ieee754()
267 *((unsigned char *)(&d)+i) = *(*buffpp + offsets[i]); in fetch_ieee754()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c130 int offsets[MAX_ENTRY_SIZE / sizeof(short)]; in _nc_wrap_entry() local
160 if (i < SIZEOF(offsets)) { in _nc_wrap_entry()
162 offsets[i] = ABSENT_OFFSET; in _nc_wrap_entry()
164 offsets[i] = CANCELLED_OFFSET; in _nc_wrap_entry()
166 offsets[i] = (int) (tp->Strings[i] - stringbuf); in _nc_wrap_entry()
183 if (i < SIZEOF(offsets)) { in _nc_wrap_entry()
184 if (offsets[i] == ABSENT_OFFSET) { in _nc_wrap_entry()
186 } else if (offsets[i] == CANCELLED_OFFSET) { in _nc_wrap_entry()
189 tp->Strings[i] = tp->str_table + offsets[i]; in _nc_wrap_entry()
197 if (n < SIZEOF(offsets)) { in _nc_wrap_entry()
[all …]
H A DMKcaptab.awk32 offsets[num_strings] = offset;
36 offsets[num_strings] = -1;
42 return offsets[num_strings - 1];
H A Dwrite_entry.c567 compute_offsets(char **Strings, size_t strmax, short *offsets) in compute_offsets() argument
574 offsets[i] = -1; in compute_offsets()
576 offsets[i] = -2; in compute_offsets()
578 offsets[i] = (short) nextfree; in compute_offsets()
708 short offsets[MAX_ENTRY_SIZE / 2]; in _nc_write_object() local
762 nextfree = compute_offsets(tp->Strings, strmax, offsets); in _nc_write_object()
815 convert_shorts(buf, offsets, strmax); in _nc_write_object()
842 offsets); in _nc_write_object()
845 if (tp->ext_Strings >= SIZEOF(offsets)) { in _nc_write_object()
851 offsets + tp->ext_Strings); in _nc_write_object()
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Dunaligned_io.c55 unsigned int offsets, secsz; in main() local
95 offsets = MAX(EALG_MAX_BLOCK_LEN, HMAC_MAX_BLOCK_LEN) + 1; in main()
106 for (unsigned int i = 0; i < offsets; i++) { in main()
119 for (unsigned int i = 0; i < offsets; i++) { in main()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c222 size_t *offsets; member
365 const size_t *curOffsetPtr = ctx->offsets; in COVER_group()
370 size_t curSampleEnd = ctx->offsets[0]; in COVER_group()
536 if (ctx->offsets) { in COVER_ctx_destroy()
537 free(ctx->offsets); in COVER_ctx_destroy()
538 ctx->offsets = NULL; in COVER_ctx_destroy()
594 if (!ctx->suffix || !ctx->dmerAt || !ctx->offsets) { in COVER_ctx_init()
605 ctx->offsets[0] = 0; in COVER_ctx_init()
607 ctx->offsets[i] = ctx->offsets[i - 1] + samplesSizes[i - 1]; in COVER_ctx_init()
797 size_t *offsets, in COVER_checkTotalCompressedSize() argument
[all …]
H A Dfastcover.c129 size_t *offsets; member
275 free(ctx->offsets); in FASTCOVER_ctx_destroy()
276 ctx->offsets = NULL; in FASTCOVER_ctx_destroy()
294 size_t start = ctx->offsets[i]; /* start of current dmer */ in FASTCOVER_computeFrequency()
295 size_t const currSampleEnd = ctx->offsets[i+1]; in FASTCOVER_computeFrequency()
365 ctx->offsets = (size_t*)calloc((nbSamples + 1), sizeof(size_t)); in FASTCOVER_ctx_init()
366 if (ctx->offsets == NULL) { in FASTCOVER_ctx_init()
374 ctx->offsets[0] = 0; in FASTCOVER_ctx_init()
377 ctx->offsets[i] = ctx->offsets[i - 1] + samplesSizes[i - 1]; in FASTCOVER_ctx_init()
499 …tx->samplesSizes, nbFinalizeSamples, ctx->nbTrainSamples, ctx->nbSamples, parameters, ctx->offsets, in FASTCOVER_tryParameters()
H A Dcover.h95 size_t *offsets,
158 …t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalComp…
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td106 let has_offset = offsets.HasOffset;
107 let has_soffset = offsets.HasSOffset;
122 let has_offset = offsets.HasOffset;
123 let has_soffset = offsets.HasSOffset;
137 let has_offset = offsets.HasOffset;
138 let has_soffset = offsets.HasSOffset;
145 " $sbase, " # offsets.Asm> {
152 let has_offset = offsets.HasOffset;
153 let has_soffset = offsets.HasSOffset;
273 let has_offset = offsets.HasOffset;
[all …]
/freebsd/contrib/ntp/include/
H A Dieee754io.h55 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
56 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dnvidia,tegra20-sdhci.yaml113 description: Specify drive strength calibration offsets for 1.8 V
123 description: Specify drive strength calibration offsets for 3.3 V
133 description: Specify drive strength calibration offsets for SDR104 mode.
137 description: Specify drive strength calibration offsets for HS400 mode.
141 description: Specify drive strength calibration offsets for 1.8 V
151 description: Specify drive strength calibration offsets for 3.3 V
168 description: Specify drive strength calibration offsets for SDR104 mode.
172 description: Specify drive strength calibration offsets for HS400 mode.
H A Dnvidia,tegra20-sdhci.txt64 calibration offsets for 3.3 V signaling modes.
67 calibration offsets for 1.8 V signaling modes.
78 calibration offsets for SDR104 mode.
81 calibration offsets for HS400 mode.
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt10 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support.
56 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
/freebsd/contrib/byacc/
H A Dreader.c2166 NO_SPACE(offsets); in compile_arg()
2245 FREE(offsets); in compile_arg()
2277 NO_SPACE(offsets); in can_elide_arg()
2298 i = offsets[val]; in can_elide_arg()
2310 FREE(offsets); in can_elide_arg()
2331 FREE(offsets); in can_elide_arg()
2725 NO_SPACE(offsets); in copy_action()
2769 else if (offsets) in copy_action()
2840 else if (offsets) in copy_action()
2954 FREE(offsets); in copy_action()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,bcm963xx-cfe-nor-partitions.txt7 at fixed offsets. A valid firmware partition is identified by the ImageTag
9 kernel offsets and sizes within the firmware partition.
/freebsd/contrib/file/
H A DTODO21 Strings will be converted to offsets from the string table.
39 - We could use file_pipe2file more (for EOF offsets, CDF documents),
44 needs negative offsets.
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes38 poll: ?; offsets: Y = none, D = 3, T = 7, A = 0, Q = none
56 poll: ?; offsets: Y = 2, D = 5, T = 9, A = 0, Q = 1
81 poll: none; offsets: Y = none, D = 0, T = 4, A = 12, Q = 12
98 poll: none; offsets: Y = none, D = 15, T = 0, A = 9, Q = none
116 poll: "QMQDQT"; offsets: Y = 0, D = 3 T = 1,, A = 11, Q = 13
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c940 u_short offsets[MAXFRAGS+1]; in getresponse() local
957 memset(offsets, 0, sizeof(offsets)); in getresponse()
1046 (u_int)f, offsets[f], in getresponse()
1047 offsets[f] + in getresponse()
1264 count, offset, offsets[f])); in getresponse()
1269 offsets[ff] = offsets[ff-1]; in getresponse()
1272 offsets[f] = offset; in getresponse()
1301 if (seenlastfrag && offsets[0] == 0) { in getresponse()
1303 if (offsets[f-1] + counts[f-1] != in getresponse()
1304 offsets[f]) in getresponse()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod23 OPENSSL_gmtime_adj() adds the offsets in I<offset_day> and I<offset_sec> to I<tm>.
34 offsets, then converts back into a I<struct tm> specified by I<tm>. Leap seconds
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml68 Replaces all page 1 offsets used for EVTQ_PROD/CONS, PRIQ_PROD/CONS
69 register access with page 0 offsets. Set for Cavium ThunderX2 silicon that
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra62x.dtsi9 /* Compared to dm814x, dra62x has different offsets for Ethernet */
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt42 - Children's reg nodes must be offsets from the start of all muram, even
47 CPM-side offsets with pointer subtraction. It is recommended that
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h47 std::vector<uint64_t> offsets; member
50 return a.segments == b.segments && a.offsets == b.offsets;
52 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, const QOffsets &offsets);
/freebsd/contrib/file/magic/Magdir/
H A Dlex6 # derived empirically, your offsets may vary!

12345678