Home
last modified time | relevance | path

Searched refs:shuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dradtree.c698 unsigned idx, shuf = 0; in radnode_array_clean_front() local
700 while(shuf < n->len && n->array[shuf].node == NULL) in radnode_array_clean_front()
701 shuf++; in radnode_array_clean_front()
702 if(shuf == 0) in radnode_array_clean_front()
704 if(shuf == n->len) { in radnode_array_clean_front()
709 assert(shuf < n->len); in radnode_array_clean_front()
710 assert((int)shuf <= 255-(int)n->offset); in radnode_array_clean_front()
711 memmove(&n->array[0], &n->array[shuf], in radnode_array_clean_front()
712 (n->len - shuf)*sizeof(struct radsel)); in radnode_array_clean_front()
713 n->offset += shuf; in radnode_array_clean_front()
[all …]
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dvect.md640 "mux1 %0 = %1, @shuf"