HomeSort by relevance Sort by last modified time
    Searched refs:tail (Results 426 - 450 of 890) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 351 screen->fence_reference(screen, &fence, draw->swap_fences[draw->tail]);
352 screen->fence_reference(screen, &draw->swap_fences[draw->tail++], NULL);
353 draw->tail &= DRI_SWAP_FENCES_MASK;
396 screen->fence_reference(screen, &draw->swap_fences[draw->tail++], NULL);
397 draw->tail &= DRI_SWAP_FENCES_MASK;
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 184 head, tail = os.path.split(self.get_selection())
185 if tail == os.curdir: tail = ''
186 self.set_selection(tail)
255 head, tail = os.path.split(file)
  /external/python/cpython2/Tools/iobench/
iobench.py 394 tail = chunk[:size % len(chunk)]
395 # Adjust tail to end on a character boundary
398 tail.decode(TEXT_ENCODING)
401 tail = tail[:-1]
404 f.write(tail)
  /external/selinux/libsepol/src/
conditional.c 271 cond_expr_t *cur, *head, *tail, *new_expr; local
272 tail = head = NULL;
285 if (tail)
286 tail->next = new_expr;
287 tail = new_expr;
294 tail = head->next;
296 head = tail;
619 cond_av_list_t *tail; member in struct:cond_insertf_data
698 data->tail->next = list;
699 data->tail = list
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
tcp_server_posix.cc 91 s->shutdown_starting.tail = nullptr;
96 s->tail = nullptr;
371 while (listener->server->tail->next != nullptr) {
372 listener->server->tail = listener->server->tail->next;
392 if (s->tail != nullptr) {
393 port_index = s->tail->port_index + 1;
tcp_server_windows.cc 86 grpc_tcp_listener* tail; member in struct:grpc_tcp_server
110 s->tail = NULL;
112 s->shutdown_starting.tail = NULL;
427 s->tail->next = sp;
429 s->tail = sp;
458 if (s->tail != NULL) {
459 port_index = s->tail->port_index + 1;
  /external/python/cpython3/Python/
traceback.c 293 const char* tail; local
306 /* Search tail of filename in sys.path before giving up */
307 tail = strrchr(filepath, SEP);
308 if (tail == NULL)
309 tail = filepath;
311 tail++;
312 taillen = strlen(tail);
343 strcpy(namebuf+len, tail);
  /external/wpa_supplicant_8/src/ap/
beacon.c 1053 u8 *tail = NULL; local
1098 tailpos = tail = os_malloc(tail_len);
1099 if (head == NULL || tail == NULL) {
1102 os_free(tail);
1146 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1154 hapd->cs_c_off_beacon = csa_pos - tail - 1;
1166 tail + BEACON_TAIL_BUF_SIZE -
1170 tail + BEACON_TAIL_BUF_SIZE -
1174 tail + BEACON_TAIL_BUF_SIZE - tailpos);
1179 hapd->cs_c_off_ecsa_beacon = csa_pos - tail - 1
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 105 char *tail; /* tail SQL string */ member in struct:hvm
2898 const char *tail; local
3023 const char *tail; local
3209 const char *tail; local
3483 char *tail; local
3544 const jchar *sql16, *tail = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 15 * 2005-01-13 fl use tagged pointers for tail/text (cElementTree 0.9)
117 that all use of text and tail as object pointers must be wrapped in
248 PyObject* tail; member in struct:__anon5664
332 self->tail = Py_None;
451 PyObject* res = self->tail;
459 self->tail = res;
540 Py_DECREF(JOIN_OBJ(self->tail));
579 Py_DECREF(JOIN_OBJ(self->tail));
580 self->tail = Py_None;
604 Py_DECREF(JOIN_OBJ(element->tail));
635 PyObject* tail; local
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 406 nir_deref *tail = &deref_var->deref; local
438 tail->child = &deref_arr->deref;
439 tail = tail->child;
451 vtn_assert(tail->type == deref_type->type);
456 tail->child = &deref_struct->deref;
457 tail = tail->child;
472 nir_deref *tail, struct vtn_ssa_value *inout)
474 /* The deref tail may contain a deref to select a component of a vector (i
    [all...]
  /external/curl/src/
tool_metalink.c 769 metalink_resource root, *tail; local
771 tail = &root;
790 tail->next = res;
791 tail = res;
794 tail = root.next;
797 while(tail) {
798 res = tail->next;
799 free(tail->url);
800 free(tail);
801 tail = res
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 471 FluentIterable<String> tail = FluentIterable.from(list).skip(1); local
472 Iterator<String> tailIterator = tail.iterator();
482 FluentIterable<String> tail = FluentIterable.from(set).skip(1); local
485 assertThat(tail).iteratesAs("c", "X", "Y", "Z");
490 FluentIterable<String> tail = FluentIterable.from(list).skip(1); local
493 assertThat(tail).iteratesAs("Y", "Z", "a");
499 FluentIterable<String> tail = FluentIterable.from(set).skip(2); local
502 assertFalse(tail.iterator().hasNext());
507 FluentIterable<String> tail = FluentIterable.from(list).skip(2); local
509 assertThat(tail).isEmpty()
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.cc 529 ValueNode* tail = nullptr; local
543 if (tail == nullptr) {
546 tail->next = new_node;
547 new_node->prev = tail;
549 tail = new_node;
552 // The linked list is circular so connect the head and tail.
553 tail->next = head;
554 head->prev = tail;
884 ValueNode* tail = head->prev; local
    [all...]
  /bootable/recovery/uncrypt/
uncrypt.cpp 289 int head = 0, tail = 0; local
342 if ((tail+1) % WINDOW_SIZE == head) {
369 // read next block to tail
373 if (!android::base::ReadFully(fd, buffers[tail].data(), to_read)) {
384 tail = (tail+1) % WINDOW_SIZE;
387 while (head != tail) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 137 tail = []
138 tailappend = tail.append
147 for tail in tail:
148 code[tail] = _len(code) - tail
222 # XXX: could append to charmap tail
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 158 Predicate *a, *head=NULL, *tail=NULL, *root=NULL; local
178 head = tail = a;
182 tail->right = a;
183 a->left = tail;
184 a->up = tail->up;
185 tail = a;
  /external/blktrace/
blkiomon.c 257 struct dstat *dstat, *tail = NULL; local
265 tail = dstat;
267 return tail;
273 struct dstat *head, *tail; local
296 tail = blkiomon_output(head, &wake);
299 tail->next = vacant_dstats_list;
  /external/curl/lib/
hostip.c 901 Curl_addrinfo *head = NULL, *tail = NULL; local
975 if(tail) {
976 tail->ai_next = ai;
977 tail = tail->ai_next;
980 head = tail = ai;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 561 m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k);
563 m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1);
676 m.row(i).tail(cols-i) = dec().matrixLU().row(pivots.coeff(i)).tail(cols-i);
696 for(Index i = 0; i < rank(); ++i) dst.row(dec().permutationQ().indices().coeff(i)) = -m.row(i).tail(dimker);
    [all...]
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 512 m_qr.row(k).tail(cols-k).swap(m_qr.row(row_of_biggest_in_corner).tail(cols-k));
521 m_qr.col(k).tail(rows-k).makeHouseholderInPlace(m_hCoeffs.coeffRef(k), beta);
528 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), m_hCoeffs.coeffRef(k), &m_temp.coeffRef(k+1));
563 .applyHouseholderOnTheLeft(m_qr.col(k).tail(remainingSize-1),
635 .applyHouseholderOnTheLeft(m_qr.col(k).tail(rows-k-1), conj(m_hCoeffs.coeff(k)), &workspace.coeffRef(k));
CompleteOrthogonalDecomposition.h 448 .tail(cols - rank + 1)
455 m_cpqr.m_qr.row(k).tail(cols - rank).transpose(), m_zCoeffs(k),
481 matrixQTZ().row(k).tail(cols - rank).adjoint(), zCoeffs()(k),
  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.c 98 /* Add to the tail of the list. That way we start at the beginning of
640 nir_deref *tail = &variable->deref; local
642 while (tail->child != NULL) {
643 tail = tail->child;
645 if (tail->deref_type == nir_deref_type_array) {
647 nir_deref_array *deref_array = nir_deref_as_array(tail);
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 154 //dst.col(j).tail(N-j) = src.col(j).tail(N-j);
161 A.col(j).tail(N-j) += X[j] * Y.tail(N-j) + Y[j] * X.tail(N-j);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PCCTSAST.h 128 virtual PCCTS_AST *tail();

Completed in 2198 milliseconds

<<11121314151617181920>>