Searched refs:last (Results 176 - 200 of 999) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/
H A Dipa-utils.c131 struct cgraph_node *last = NULL;
141 x_info->next_cycle = last;
142 last = x;
130 struct cgraph_node *last = NULL; local
/openbsd-current/bin/ksh/
H A Dhistory.c60 char *first = NULL, *last = NULL; local
108 else if (!last)
109 last = p;
140 if (last || *wp) {
162 if (!last && (last = *wp))
176 /* POSIX says not an error if first/last out of bounds
180 hfirst = hist_get(first, (lflag || last) ? true : false,
184 hlast = last ? hist_get(last, tru
471 int last = histptr - history; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h32 uptr last = beg + size - 1;
34 uptr shadow_last = MEM_TO_SHADOW(last);
40 u8 shadow = AddressIsPoisoned(last);
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_resource.c67 dma_resv_assert_held(pos->last->bo->base.resv);
71 &pos->last->lru);
88 if (pos->last != res) {
91 list_move(&res->lru, &pos->last->lru);
92 pos->last = res;
104 pos->last = res;
116 if (unlikely(WARN_ON(!pos->first || !pos->last) ||
117 (pos->first == res && pos->last == res))) {
119 pos->last = NULL;
122 } else if (pos->last
[all...]
/openbsd-current/usr.bin/tmux/
H A Dcontrol.c83 char *last; member in struct:control_sub_pane
93 char *last; member in struct:control_sub_window
107 char *last; member in struct:control_sub
217 free(csub->last);
854 if (csub->last != NULL && strcmp(value, csub->last) == 0) {
861 free(csub->last);
862 csub->last = value;
901 if (csp->last != NULL && strcmp(value, csp->last)
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtiehash.t88 last
108 last
143 last
H A Dhash-rt85026.t47 last;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.c46 * - Unroll last copy for window match in inflate_fast()
131 state->last = 0;
386 Update the window with the last wsize (normally 32K) bytes written before
394 advantage, since only the last 32K of output is copied to the sliding window
609 When there is a window, goto inf_leave will update the window with the last
639 code last; /* parent table entry */ local
866 if (state->last) {
872 state->last = BITS(1);
877 state->last ? " (last)"
[all...]
/openbsd-current/games/backgammon/common_source/
H A Done.c42 max = (*offptr < 0 ? 7 : last());
108 last(void) function
H A Dback.h107 extern int dlast; /* who doubled last (0 = neither) */
149 int last(void);
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dtest.com4 $! (and many other hands in the last 7+ years)
/openbsd-current/gnu/usr.bin/perl/t/cmd/
H A Dfor.t21 last if $i++ > 10;
/openbsd-current/usr.bin/mandoc/
H A Droff_validate.c59 n = man->last;
109 man->last = n;
/openbsd-current/lib/libc/arch/powerpc64/string/
H A Dmemmove.S86 bdz- last /* Dec cnt, and branch if just */
94 last: label
96 stwu %r7, 4(%r8) /* ... store last word */
152 stwu %r7, -4(%r8) /* ... store last word */
/openbsd-current/sys/lib/libkern/arch/powerpc/
H A Dmemmove.S87 bdz- last /* Dec cnt, and branch if just */
95 last: label
97 stwu %r7, 4(%r8) /* ... store last word */
153 stwu %r7, -4(%r8) /* ... store last word */
/openbsd-current/regress/usr.bin/ssh/
H A Dforwarding.sh9 last=$PORT
17 c=$last
20 last=$a
29 ${SSH} -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=10' \
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_eval_scope.t159 my $a=4; my $b=5; "a" =~ /(?{last})a/; print $a,$b
161 q{Can't "last" outside a loop block at - line 1.},
162 { stderr => 1 }, '(?{last})';
166 my $a=4; my $b=5; "a" =~ /(?{for (1..4) {last}})a/; print $a,$b
169 { stderr => 1 }, '(?{for {last}})';
173 for (1) { my $a=4; my $b=5; "a" =~ /(?{last})a/ }; print $a,$b
175 q{Can't "last" outside a loop block at - line 1.},
176 { stderr => 1 }, 'for (1) {(?{last})}';
180 my $a=4; my $b=5; eval { "a" =~ /(?{last})a/ }; print $a,$b
183 { stderr => 1 }, 'eval {(?{last})}';
[all...]
/openbsd-current/usr.bin/bc/
H A Dscan.l129 "last" return DOT;
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dlist.h150 struct list_head *last)
152 first->prev->next = last->next;
153 last->next->prev = first->prev;
156 last->next = head;
157 head->prev = last;
256 struct list_head *last = list->prev; local
261 last->next = next;
262 next->prev = last;
149 list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last) argument
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_gem_evict.c451 struct i915_request *last = NULL; local
489 if (last)
490 i915_request_put(last);
491 last = i915_request_get(rq);
499 if (last) {
500 if (i915_request_wait(last, 0, HZ) < 0) {
502 i915_request_put(last);
503 pr_err("Failed waiting for last request (on %s)",
507 i915_request_put(last);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_vma_resource.h245 u64 last,
251 u64 last,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp93 char *last = data_.proc_self_maps.data + data_.proc_self_maps.len; local
94 if (data_.current >= last)
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dseekdir.t23 last unless defined $f;
57 # At this point we readdir() the trailing NUL of the last file name.
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_inode.c248 * last byte of the file is allocated. Since the smallest
307 * last direct and indirect blocks (if any)
429 int32_t *copy = NULL, nb, nlbn, last; local
435 * Calculate index in current block of last
442 last = lastbn;
444 last /= factor;
477 memset(&bap[last + 1], 0,
478 (NINDIR(fs) - (last + 1)) * sizeof(u_int32_t));
489 nlbn = lbn + 1 - i * factor; i > last;
507 * Recursively free last partia
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_stack_int.h110 cma_t_address last; /* Last protected byte */
120 cma_t_address last_guard; /* last address of guard pages */
109 cma_t_address last; /* Last protected byte */ member in struct:CMA___T_INT_HOLE

Completed in 306 milliseconds

1234567891011>>