HomeSort by: relevance | last modified time | path
    Searched defs:slice (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/sys/arch/ia64/stand/efi/libefi/
efiboot.h 49 int slice; member in struct:efi_devdesc::__anon1532::__anon1533
devicename.c 88 * disk<unit>[s<slice>][<partition>]:
97 int i, unit, slice, partition, err; local
129 slice = -1;
137 if (*cp == 's') { /* got a slice number */
139 slice = strtol(np, &cp, 10);
141 err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */
164 idev->d_kind.efidisk.slice = slice;
230 if (dev->d_kind.efidisk.slice > 0) {
231 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.efidisk.slice);
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_leb128.h 46 T slice = byte & 0x7f; local
47 value |= slice << shift;
79 T slice = byte & 0x7f; local
80 value += slice << shift;
sanitizer_array_ref.h 65 /// slice(n, m) - Chop off the first N elements of the array, and keep M
67 ArrayRef<T> slice(uptr N, uptr M) const { function in class:__sanitizer::ArrayRef
72 /// slice(n) - Chop off the first N elements of the array.
73 ArrayRef<T> slice(uptr N) const { return slice(N, size() - N); } function in class:__sanitizer::ArrayRef
78 return slice(N, size() - N);
84 return slice(0, size() - N);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
slice_array.h 49 * The slice class represents a one-dimensional subset of an array,
56 * For example, with an array of size 10, and a slice with offset 1, size 3
59 class slice class
62 /// Construct an empty slice.
63 slice();
66 * @brief Construct a slice.
69 * @param __d Number of elements in slice.
72 slice(size_t __o, size_t __d, size_t __s);
74 /// Return array offset of first slice element.
76 /// Return size of slice
95 slice::slice() function in class:slice
99 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
slice_array.h 49 * The slice class represents a one-dimensional subset of an array,
56 * For example, with an array of size 10, and a slice with offset 1, size 3
59 class slice class
62 /// Construct an empty slice.
63 slice();
66 * @brief Construct a slice.
69 * @param __d Number of elements in slice.
72 slice(size_t __o, size_t __d, size_t __s);
74 /// Return array offset of first slice element.
76 /// Return size of slice
95 slice::slice() function in class:slice
99 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
devicename.c 84 * disk<unit>[s<slice>][<partition>]:
93 int i, unit, slice, partition, err; local
124 slice = -1;
132 if (*cp == 's') { /* got a slice number */
134 slice = strtol(np, &cp, 10);
159 idev->d_kind.skidisk.slice = slice;
225 if (dev->d_kind.skidisk.slice > 0) {
226 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.skidisk.slice);
libski.h 41 int slice; member in struct:ski_devdesc::__anon1541::__anon1542
  /src/external/gpl3/gdb/dist/gdb/
rust-exp.h 83 value *slice (struct type *expect_type, function in class:expr::rust_subscript_operation
111 return sub_op->slice (expect_type, exp, noside);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
error-propagation.c 44 ctf_id_t slice; local
79 if ((slice = ctf_add_slice (child, CTF_ADD_ROOT, base, &foo)) == CTF_ERR)
112 desc = "child slice resolution";
113 if ((ctf_enum_value (child, slice, "foo", NULL)) != CTF_ERR)
117 desc = "child slice encoding lookup";
118 if ((ctf_type_encoding (child, slice, &foo)) != CTF_ERR)
132 desc = "child slice addition";
133 if ((slice = ctf_add_slice (child, CTF_ADD_ROOT, base, &foo)) != CTF_ERR)
  /src/external/gpl3/gdb.old/dist/gdb/
rust-exp.h 83 value *slice (struct type *expect_type, function in class:expr::rust_subscript_operation
111 return sub_op->slice (expect_type, exp, noside);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/
error-propagation.c 44 ctf_id_t slice; local
79 if ((slice = ctf_add_slice (child, CTF_ADD_ROOT, base, &foo)) == CTF_ERR)
112 desc = "child slice resolution";
113 if ((ctf_enum_value (child, slice, "foo", NULL)) != CTF_ERR)
117 desc = "child slice encoding lookup";
118 if ((ctf_type_encoding (child, slice, &foo)) != CTF_ERR)
132 desc = "child slice addition";
133 if ((slice = ctf_add_slice (child, CTF_ADD_ROOT, base, &foo)) != CTF_ERR)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
nouveau_nvkm_subdev_ltc_gm107.c 115 const u32 slice = nvkm_rd32(device, 0x17e280) >> 28; local
122 ltc->lts_nr = slice;
nouveau_nvkm_subdev_ltc_gf100.c 218 const u32 slice = nvkm_rd32(device, 0x17e8dc) >> 28; local
225 ltc->lts_nr = slice;
  /src/external/bsd/kyua-testers/dist/
stacktrace.c 159 slice(const char* source, char* buffer, const size_t buffer_length) function
254 slice(name, truncated, sizeof(truncated)));
  /src/sbin/gpt/
migrate.c 239 migrate(gpt_t gpt, u_int parts, int force, int slice, int active)
277 if (slice) {
350 int slice = 0; local
368 slice = 1;
378 return migrate(gpt, parts, force, slice, active);
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.h 92 uint8_t slice; member in struct:Argon2_position_t
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ArrayRef.h 191 /// slice(n, m) - Chop off the first N elements of the array, and keep M
193 ArrayRef<T> slice(size_t N, size_t M) const { function in class:llvm::ArrayRef
198 /// slice(n) - Chop off the first N elements of the array.
199 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } function in class:llvm::ArrayRef
204 return slice(N, size() - N);
210 return slice(0, size() - N);
372 /// slice(n, m) - Chop off the first N elements of the array, and keep M
374 MutableArrayRef<T> slice(size_t N, size_t M) const { function in class:llvm::ArrayRef
379 /// slice(n) - Chop off the first N elements of the array
380 MutableArrayRef<T> slice(size_t N) const { function in class:llvm::ArrayRef
    [all...]
SmallString.h 252 StringRef slice(size_t Start, size_t End) const { function in class:llvm::SmallString
253 return str().slice(Start, End);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamRef.h 118 RefType slice(uint32_t Offset, uint32_t Len) const { function in class:llvm::BinaryStreamRefBase
178 // Use BinaryStreamRef.slice() instead.
204 BinarySubstreamRef slice(uint32_t Off, uint32_t Size) const { function in struct:llvm::BinarySubstreamRef
205 BinaryStreamRef SubSub = StreamData.slice(Off, Size);
209 return slice(N, size() - N);
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); }
253 // Use WritableBinaryStreamRef.slice() instead.
  /src/external/bsd/tmux/dist/compat/
systemd.c 112 char *name, *desc, *slice; local
212 * Inherit the slice from the parent process, or default to
213 * "app-tmux.slice" if that fails.
215 r = sd_pid_get_user_slice(parent_pid, &slice);
217 slice = xstrdup("app-tmux.slice");
219 r = sd_bus_message_append(m, "(sv)", "Slice", "s", slice);
220 free(slice);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sysfs.c 174 int slice = (int)(uintptr_t)attr->private; local
186 if (i915->l3_parity.remap_info[slice])
188 i915->l3_parity.remap_info[slice] + offset / sizeof(u32),
202 int slice = (int)(uintptr_t)attr->private; local
220 if (i915->l3_parity.remap_info[slice]) {
222 remap_info = i915->l3_parity.remap_info[slice];
224 i915->l3_parity.remap_info[slice] = remap_info;
232 ctx->remap_slice |= BIT(slice);
596 DRM_ERROR("l3 parity slice 1 setup failed\n");
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h 116 uint8_t slice; member in struct:Argon2_position_t
159 if (position->slice == 0) {
160 /* First slice */
167 position->slice * instance->segment_length +
171 position->slice * instance->segment_length +
199 start_position = (position->slice == ARGON2_SYNC_POINTS - 1)
201 : (position->slice + 1) * instance->segment_length;
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 117 unsigned int slice : 5; /* Slice number to assocate with plus one */ member in struct:__anon8572::__anon8573
  /src/external/bsd/pdisk/dist/
pdisk.c 653 int slice = 0; local
664 get_command("Select a slice for default bzb values: ",0,&slice);
666 bzb_init_slice((BZB *)entry->data->dpme_bzb,slice);

Completed in 41 milliseconds

1 2 3