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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
slice-of-slice.c 13 ctf_id_t slice; local
37 if ((slice = ctf_add_slice (fp, CTF_ADD_ROOT, base, &foo)) == CTF_ERR)
42 if ((slice2 = ctf_add_slice (fp, CTF_ADD_ROOT, slice, &foo)) == CTF_ERR)
45 if (ctf_add_variable (fp, "foo", slice) < 0)
48 if (ctf_enum_value (fp, slice, "a", &val) < 0)
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/i915/gt/
intel_sseu.h 33 /* For each slice, which subslice(s) has(have) 7 EUs (bitfield)? */
72 intel_sseu_has_subslice(const struct sseu_dev_info *sseu, int slice,
80 mask = sseu->subslice_mask[slice * sseu->ss_stride + ss_idx];
92 intel_sseu_subslices_per_slice(const struct sseu_dev_info *sseu, u8 slice);
94 u32 intel_sseu_get_subslices(const struct sseu_dev_info *sseu, u8 slice);
96 void intel_sseu_set_subslices(struct sseu_dev_info *sseu, int slice,
intel_sseu.c 40 u32 intel_sseu_get_subslices(const struct sseu_dev_info *sseu, u8 slice)
42 int i, offset = slice * sseu->ss_stride;
45 GEM_BUG_ON(slice >= sseu->max_slices);
54 void intel_sseu_set_subslices(struct sseu_dev_info *sseu, int slice,
57 int offset = slice * sseu->ss_stride;
63 intel_sseu_subslices_per_slice(const struct sseu_dev_info *sseu, u8 slice)
65 return hweight32(intel_sseu_get_subslices(sseu, slice));
79 * slice/subslice/EU enablement prior to Gen9.
101 * amount of half of all available subslices per slice.
128 * When more than one slice is enabled, hardware ignores the subslic
    [all...]
  /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/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/gdb.old/dist/gdb/testsuite/gdb.rust/
simple.exp 93 gdb_test "print slice\[0\]" " = 3"
94 gdb_test "print (slice as &\[i32\])\[0\]" " = 3"
96 gdb_test "print slice as \[i32; 73.9\]" "integer expected"
98 gdb_test_sequence "ptype slice" "" {
104 gdb_test_sequence "ptype &slice\[..\]" "" {
327 test_one_slice slice 1 w 2..3
328 test_one_slice slice 1 w 2..=2
329 test_one_slice slice2 1 slice 0..1
330 test_one_slice slice2 1 slice 0..=0
333 test_one_slice all2 1 slice .
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/
simple.exp 93 gdb_test "print slice\[0\]" " = 3"
94 gdb_test "print (slice as &\[i32\])\[0\]" " = 3"
96 gdb_test "print slice as \[i32; 73.9\]" "integer expected"
98 gdb_test_sequence "ptype slice" "" {
104 gdb_test_sequence "ptype &slice\[..\]" "" {
327 test_one_slice slice 1 w 2..3
328 test_one_slice slice 1 w 2..=2
329 test_one_slice slice2 1 slice 0..1
330 test_one_slice slice2 1 slice 0..=0
333 test_one_slice all2 1 slice .
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
file_manager.d 190 const slice = buffer;
192 for (auto i = 0; i < slice.length; i++)
194 const c = slice[i];
201 lines ~= cast(const(char)[])slice[start .. end];
206 if (slice.length > i + 1 && slice[i + 1] == '\n')
226 if (slice[$ - 1] != '\r' && slice[$ - 1] != '\n')
228 end = slice.length;
229 lines ~= cast(const(char)[])slice[start .. end]
    [all...]
dmacro.d 116 ubyte[] slice = cast(ubyte[])buf[];
117 slice[u] = 0xFF;
118 slice[u + 1] = '{';
221 ubyte[] slice = cast(ubyte[])buf[];
222 slice[v + 1] = 0xFF;
223 slice[v + 2] = '{';
224 slice[v + 3 .. v + 3 + m.text.length] = cast(ubyte[])m.text[];
225 slice[v + 3 + m.text.length] = 0xFF;
226 slice[v + 3 + m.text.length + 1] = '}';
293 * Make mutable copy of slice p
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
arrayassign.d 101 ref S[2] slice(int a, int b) { return mem[a .. b][0 .. 2]; }
108 slice(0, 2) = slice(2, 4); // [ab] = [xy]
116 slice(2, 4) = slice(0, 2); // [ab] = [xy]
123 slice(0, 2) = slice(1, 3); // [ab] = [bc]
130 slice(1, 3) = slice(0, 2); // [yz] = [xy]
  /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;
argon2-fill-block-avx2.c 113 input_block.v[2] = position->slice;
162 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
174 if ((0 == position.pass) && (0 == position.slice)) {
180 position.slice * instance->segment_length + starting_index;
214 if ((position.pass == 0) && (position.slice == 0)) {
argon2-fill-block-avx512f.c 118 input_block.v[2] = position->slice;
167 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
179 if ((0 == position.pass) && (0 == position.slice)) {
185 position.slice * instance->segment_length + starting_index;
219 if ((position.pass == 0) && (position.slice == 0)) {
argon2-fill-block-ref.c 124 input_block.v[2] = position->slice;
160 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
172 if ((0 == position.pass) && (0 == position.slice)) {
178 position.slice * instance->segment_length + starting_index;
209 if ((position.pass == 0) && (position.slice == 0)) {
argon2-fill-block-ssse3.c 112 input_block.v[2] = position->slice;
161 (position.pass != 0 || position.slice >= ARGON2_SYNC_POINTS / 2)) {
173 if ((0 == position.pass) && (0 == position.slice)) {
179 position.slice * instance->segment_length + starting_index;
213 if ((position.pass == 0) && (position.slice == 0)) {
  /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/arch/ia64/stand/efi/libefi/
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...]
efiboot.h 49 int slice; member in struct:efi_devdesc::__anon1532::__anon1533
  /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);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c 164 * preserve slice numbers even if the disks have been reorganized, and
1218 rdsk_node_t *slice; local
1293 slice = zfs_alloc(hdl, sizeof (rdsk_node_t));
1294 slice->rn_name = zfs_strdup(hdl, pp->lg_name);
1295 slice->rn_avl = &slice_cache;
1296 slice->rn_dfd = dfd;
1297 slice->rn_hdl = hdl;
1298 slice->rn_nozpool = B_FALSE;
1299 avl_add(&slice_cache, slice);
1334 slice = zfs_alloc(hdl, sizeof (rdsk_node_t))
    [all...]
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
ref.c 107 (position.slice < ARGON2_SYNC_POINTS / 2));
115 input_block.v[2] = position.slice;
123 if ((0 == position.pass) && (0 == position.slice)) {
134 position.slice * instance->segment_length + starting_index;
165 if ((position.pass == 0) && (position.slice == 0)) {
  /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.

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>