/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 99 struct cmd_block *tail; member in struct:cmd_bin 306 struct cmd_block *tail = bin->tail; local 312 if (tail == NULL || tail->count == CMD_BLOCK_MAX) { 313 tail = lp_scene_new_cmd_block( scene, bin ); 314 if (!tail) { 317 assert(tail->count == 0); 321 unsigned i = tail->count; 322 tail->cmd[i] = cmd & LP_RAST_OP_MASK [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
WaymarkTest.cpp | 24 static uint8_t tail[22] = "s02s33s30y2y0s1x0syxS"; local 26 std::transform(tail, tail + 22, values, [&](char c) {
|
/external/okhttp/okio/okio/src/main/java/okio/ |
Buffer.java | 241 Segment tail = writableSegment(1); 242 int maxToCopy = (int) Math.min(byteCount, Segment.SIZE - tail.limit); 243 int bytesRead = in.read(tail.data, tail.limit, maxToCopy); 248 tail.limit += bytesRead; 263 // Omit the tail if it's still writable. 264 Segment tail = head.prev; 265 if (tail.limit < Segment.SIZE && tail.owner) { 266 result -= tail.limit - tail.pos [all...] |
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
Buffer.java | 243 Segment tail = writableSegment(1); 244 int maxToCopy = (int) Math.min(byteCount, Segment.SIZE - tail.limit); 245 int bytesRead = in.read(tail.data, tail.limit, maxToCopy); 250 tail.limit += bytesRead; 265 // Omit the tail if it's still writable. 266 Segment tail = head.prev; 267 if (tail.limit < Segment.SIZE && tail.owner) { 268 result -= tail.limit - tail.pos [all...] |
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
xf-msg.h | 96 /* ...tail pointer */ 97 xf_message_t *tail; member in struct:xf_msg_queue 108 queue->head = queue->tail = NULL; 122 queue->tail->next = m; 124 /* ...advance tail pointer */ 125 queue->tail = m; 147 queue->tail = NULL;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
GMRES.h | 98 Ref<VectorType> H0_tail = H.col(0).tail(m - 1); 112 v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data()); 122 v.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data()); 125 if (v.tail(m - k).norm() != 0.0) 130 Ref<VectorType> Hk_tail = H.col(k).tail(m - k - 1); 131 v.tail(m - k).makeHouseholder(Hk_tail, tau.coeffRef(k), beta); 134 v.tail(m - k).applyHouseholderOnTheLeft(Hk_tail, tau.coeffRef(k), workspace.data()); 175 x_new.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data()) [all...] |
/external/python/cpython3/Lib/test/ |
test_xml_etree_c.py | 45 del element.tail 46 self.assertIsNone(element.tail) 47 element.tail = 'TAIL' 49 del element.tail 50 self.assertEqual(element.tail, 'TAIL') 91 # collection triggers a call to clear() or a reading of text or tail, 97 elem.tail 103 elem.tail = X( [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_lower_var_copies.c | 43 for (nir_deref *tail = deref; tail->child; tail = tail->child) { 44 if (tail->child->deref_type != nir_deref_type_array) 47 nir_deref_array *arr = nir_deref_as_array(tail->child); 50 return tail; 67 * @dest_tail The current tail of the destination variable deref chain; 69 * function should call it with tail == head 71 * @src_tail The current tail of the source variable deref chain [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_queue.c | 72 unsigned tail; member in struct:nine_queue_pool 85 struct nine_cmdbuf *cmdbuf = &ctx->pool[ctx->tail]; 107 struct nine_cmdbuf *cmdbuf = &ctx->pool[ctx->tail]; 120 ctx->tail = (ctx->tail + 1) & NINE_CMD_BUFS_MASK; 213 return (ctx->tail == ctx->head); 224 return (ctx->tail == ctx->head) && !cmdbuf->num_instr;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_nir_lower_builtin.c | 75 nir_deref *tail = &deref->deref; local 81 if (tail->child->deref_type == nir_deref_type_array) 82 tail = tail->child; 85 if (!tail->child) 88 if (tail->child->deref_type != nir_deref_type_struct) 91 nir_deref_struct *deref_struct = nir_deref_as_struct(tail->child);
|
/external/selinux/python/semanage/ |
semanage-bash-completion.sh | 34 seinfo -u 2> /dev/null | tail -n +3 37 seinfo -t 2> /dev/null | tail -n +3 40 seinfo -aport_type -x 2>/dev/null | tail -n +2 43 seinfo -adomain -x 2>/dev/null | tail -n +2 46 seinfo -anode_type -x 2>/dev/null | tail -n +2 49 seinfo -afile_type -x 2>/dev/null | tail -n +2 52 seinfo -r 2> /dev/null | tail -n +3
|
/external/libaom/libaom/aom_dsp/ |
grain_table.c | 185 if (!t->tail || memcmp(grain, &t->tail->params, sizeof(*grain))) { 188 if (t->tail) t->tail->next = new_tail; 190 t->tail = new_tail; 196 t->tail->end_time = AOMMAX(t->tail->end_time, end_time); 197 t->tail->start_time = AOMMIN(t->tail->start_time, time_stamp); 220 if (t->tail == entry) t->tail = prev_entry [all...] |
/external/wayland/src/ |
connection.c | 51 uint32_t head, tail; member in struct:wl_buffer 95 uint32_t head, tail; local 98 tail = MASK(b->tail); 99 if (head < tail) { 101 iov[0].iov_len = tail - head; 103 } else if (tail == 0) { 111 iov[1].iov_len = tail; 119 uint32_t head, tail; local 122 tail = MASK(b->tail) 143 uint32_t tail, size; local 280 uint32_t tail; local [all...] |
/external/grpc-grpc/test/core/slice/ |
slice_test.cc | 168 grpc_slice tail) { 170 GRPC_SLICE_LENGTH(head) + GRPC_SLICE_LENGTH(tail)); 174 GRPC_SLICE_START_PTR(tail), GRPC_SLICE_LENGTH(tail))); 179 grpc_slice head, tail; local 195 tail = grpc_slice_ref(slice); 196 head = grpc_slice_split_head(&tail, i); 197 check_head_tail(slice, head, tail); 198 grpc_slice_unref(tail); 207 grpc_slice head, tail; local [all...] |
/external/grpc-grpc/test/core/util/ |
reconnect_server.cc | 89 if (server->tail == nullptr) { 91 server->tail = new_tail; 93 server->tail->next = new_tail; 94 server->tail = new_tail; 102 server->tail = nullptr; 122 server->tail = nullptr;
|
/external/u-boot/cmd/ |
ximg.c | 190 size_t tail; local 197 tail = (l > CHUNKSZ) ? CHUNKSZ : l; 199 memmove(to, from, tail); 200 to += tail; 201 from += tail; 202 l -= tail;
|
/external/boringssl/src/ssl/ |
ssl_cipher.cc | 668 CIPHER_ORDER **tail) { 669 if (curr == *tail) { 681 (*tail)->next = curr; 682 curr->prev = *tail; 684 *tail = curr; 688 CIPHER_ORDER **tail) { 692 if (curr == *tail) { 693 *tail = curr->prev; 803 // head and tail of the list to |*head_p| and |*tail_p|, respectively. 815 CIPHER_ORDER *head, *tail, *curr, *next, *last local 1164 CIPHER_ORDER *head = nullptr, *tail = nullptr; local [all...] |
/external/e2fsprogs/contrib/android/ |
block_list.c | 15 struct block_range *tail; member in struct:block_list::__anon20758 40 params->entry.head = params->entry.tail = NULL; 51 add_blocks_to_range(¶ms->entry.head, ¶ms->entry.tail,
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
translate_unittest.py | 15 path, tail = os.path.split(path) 16 assert tail 17 if tail == dirname:
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
BitstreamReader.java | 120 int tail = 1 << (8 - nBit - 1); local 121 int mask = ((tail << 1) - 1); 122 boolean hasTail = (curByte & mask) == tail;
|
/external/u-boot/lib/ |
circbuf.c | 23 buf->tail = buf->data; 78 p = buf->tail; 96 /* Update 'tail' pointer */ 97 buf->tail = p;
|
/device/generic/car/emulator/audio/driver/ |
audio_vbuffer.h | 28 size_t tail; member in struct:audio_vbuffer
|
/device/google/cuttlefish_kernel/scripts/ |
extract-vmlinux | 33 tail -c+$pos "$img" | $3 > $tmp 2> /dev/null
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
checkextensions.py | 65 head, tail = os.path.split(w)
66 base, ext = os.path.splitext(tail)
68 tail = base + '.o'
69 w = os.path.join(head, tail)
|
/external/deqp/scripts/ |
gen_android_bp.py | 84 head, tail = os.path.split(nativePath) 85 components = [tail] 88 head, tail = os.path.split(head) 89 components.append(tail)
|