HomeSort by: relevance | last modified time | path
    Searched defs:this (Results 1 - 25 of 91) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_enum.c 9 * a copy of this software and associated documentation files (the
16 * The above copyright notice and this permission notice (including the
52 int this = snprintf(data, size, "%s%s", local
54 size -= this;
55 data += this;
nouveau_nvkm_core_mm.c 7 * copy of this software and associated documentation files (the "Software"),
13 * The above copyright notice and this permission notice shall be included in
55 struct nvkm_mm_node *this = *pthis; local
57 if (this) {
58 struct nvkm_mm_node *prev = node(this, prev);
59 struct nvkm_mm_node *next = node(this, next);
62 prev->length += this->length;
63 list_del(&this->nl_entry);
64 kfree(this); this = prev
119 struct nvkm_mm_node *prev, *this, *next; local
194 struct nvkm_mm_node *prev, *this, *next; local
    [all...]
  /src/sys/ufs/chfs/
chfs_vnode_cache.c 10 * This code is derived from software contributed to The NetBSD Foundation
17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
126 struct chfs_vnode_cache *this, *next; local
131 this = hash[i];
132 while (this) {
133 next = this->next;
134 chfs_vnode_cache_free(this);
    [all...]
  /src/usr.bin/xargs/
strnsubst.c 5 * You may do whatever you want with this file as long as
6 * the above copyright and this notice remain intact, along
40 char *s1, *s2, *this; local
70 this = strstr(s1, match);
71 if (this == NULL)
78 (void)strncat(s2, s1, (uintptr_t)this - (uintptr_t)s1);
80 s1 = this + strlen(match);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-catalog.h 3 This file was written by Bruno Haible <haible@clisp.cons.org>.
5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software Foundation,
29 /* For including this file in C++ mode. */
31 # define this thiss macro
148 extern void default_set_domain (default_catalog_reader_ty *this, char *name);
149 extern void default_add_message (default_catalog_reader_ty *this,
read-catalog.c 3 This file was written by Peter Miller <millerp@canb.auug.org.au>
5 This program is free software; you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program; if not, write to the Free Software Foundation,
43 call_set_domain (struct default_catalog_reader_ty *this, char *name)
46 (default_catalog_reader_class_ty *) this->methods;
49 methods->set_domain (this, name);
53 call_add_message (struct default_catalog_reader_ty *this,
61 (default_catalog_reader_class_ty *) this->methods;
64 methods->add_message (this, msgctxt
95 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
113 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
221 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
245 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
260 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
274 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
289 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
309 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
bfd-target.c 5 This file is part of GDB.
7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
30 N_("You should never see this")
105 delete this; local
  /src/external/gpl3/gdb/dist/gdb/
bfd-target.c 5 This file is part of GDB.
7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
30 N_("You should never see this")
105 delete this; local
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl.pm 0 # This file was automatically generated by SWIG (http://www.swig.org).
4 # Don't modify this file, modify the SWIG interface instead.
42 sub this { subroutine
  /src/external/bsd/libbind/dist/isc/
ev_waits.c 7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
110 evWait *this, *prev; local
114 this = id.opaque;
115 INSIST(this != NULL);
116 wl = evGetWaitList(ctx, this->tag, 0);
118 for (prev = NULL, this = wl->first;
119 this != NULL
190 evWait *this; local
238 evWaitList *this; local
    [all...]
ev_connects.c 7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
77 * has not been done to this fd, or that if it has then the caller
160 evConn *this = id.opaque; local
164 if ((this->flags & EV_CONN_SELECTED) != 0)
165 (void) evDeselectFD(opaqueCtx, this->file);
166 if ((this->flags & EV_CONN_BLOCK) != 0) {
167 mode = fcntl(this->fd, F_GETFL, NULL)
210 evConn *this = id.opaque; local
223 evConn *this = id.opaque; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
derived-type.f90 3 ! This program is free software; you can redistribute it and/or modify
8 ! This program is distributed in the hope that it will be useful,
14 ! along with this program. If not, see <http://www.gnu.org/licenses/>.
32 type(foo) :: this variable in program:main
39 this%a = 3.125
40 this%b = "abcdefg"
41 this%x%c = 1
42 this%x%d = 2.375
43 print *,p,q,this
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
derived-type.f90 3 ! This program is free software; you can redistribute it and/or modify
8 ! This program is distributed in the hope that it will be useful,
14 ! along with this program. If not, see <http://www.gnu.org/licenses/>.
32 type(foo) :: this variable in program:main
39 this%a = 3.125
40 this%b = "abcdefg"
41 this%x%c = 1
42 this%x%d = 2.375
43 print *,p,q,this
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
48 code this; /* table entry for duplication */ local
85 This routine assumes, but does not check, that all of the entries in
86 lens[] are in the range 0..MAXBITS. The caller must assure this.
88 symbol does not occur in this code.
139 Create and fill in decoding tables. In this loop, the table being
148 of the low root bits of huff. This is saved in low to check for when a
154 counts are used for this, and so count[] is decremented as codes are
164 all codes of length max, i.e. all codes, have been processed. This
165 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/sys/dev/acpi/
acpi_timer.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
16 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
178 uint32_t last, this, delta; local
190 (void)AcpiGetTimer(&this);
192 delta = acpitimer_delta(this, last);
199 last = this;
  /src/sys/dev/raidframe/
rf_reconutil.c 8 * Permission to use, copy, modify and distribute this software and
10 * notice and this permission notice appear in all copies of the
14 * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
16 * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
18 * Carnegie Mellon requests users of this software to return to
78 /* note: this zeros the perDiskInfo */
114 RF_PANIC(); /* XXX fix this */
260 XXXX IF you use this, you really want to fix the locking in here. variable
  /src/sys/dev/videomode/
pickmode.c 7 * this code was contributed to The NetBSD Foundation by Michael Lorenz
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
18 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS
27 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47 const struct videomode *this, *best = NULL; local
53 this = &videomode_list[i];
54 if ((this->hdisplay != width) || (this->vdisplay != height) ||
55 (this->dot_clock > dotclock)
72 const struct videomode *this, *best = NULL; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffast.c 40 inflate execution time is spent in this routine.
60 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
92 code this; /* retrieved table entry */ local
129 this = lcode[hold & lmask];
131 op = (unsigned)(this.bits);
134 op = (unsigned)(this.op);
136 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
138 "inflate: literal 0x%02x\n", this.val));
139 PUP(out) = (unsigned char)(this.val)
    [all...]
inftrees.c 18 include such an acknowledgment, I would appreciate that you keep this
55 code this; /* table entry for duplication */ local
90 This routine assumes, but does not check, that all of the entries in
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
120 this.op = (unsigned char)64; /* invalid code marker */
121 this.bits = (unsigned char)1;
122 this.val = (unsigned short)0;
123 *(*table)++ = this; /* make a table to force an error */
124 *(*table)++ = this;
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
sighandle.c 4 This program is free software; you can redistribute it and/or modify
9 This program is distributed in the hope that it will be useful,
21 * signal.c -- This file contains code that manipulates chains of signal
66 * Define array of lists of signal handlers. Note that this depends on
199 struct SIG_hlist *this;
202 /* This crit section stuff is a CVSism - we know that our interrupt
207 this = SIG_handlers[sig];
208 while (this != (struct SIG_hlist *) NULL)
210 (*this->handler)(sig);
211 this = this->next
198 struct SIG_hlist *this; local
228 struct SIG_hlist *this; local
331 struct SIG_hlist *this; local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
48 code this; /* table entry for duplication */ local
85 This routine assumes, but does not check, that all of the entries in
86 lens[] are in the range 0..MAXBITS. The caller must assure this.
88 symbol does not occur in this code.
139 Create and fill in decoding tables. In this loop, the table being
148 of the low root bits of huff. This is saved in low to check for when a
154 counts are used for this, and so count[] is decremented as codes are
164 all codes of length max, i.e. all codes, have been processed. This
165 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
90 This routine assumes, but does not check, that all of the entries in
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
153 of the low root bits of huff. This is saved in low to check for when a
159 counts are used for this, and so count[] is decremented as codes are
169 all codes of length max, i.e. all codes, have been processed. This
170 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
90 This routine assumes, but does not check, that all of the entries in
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
153 of the low root bits of huff. This is saved in low to check for when a
159 counts are used for this, and so count[] is decremented as codes are
169 all codes of length max, i.e. all codes, have been processed. This
170 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inftree9.c 16 include such an acknowledgment, I would appreciate that you keep this
48 code this; /* table entry for duplication */ local
85 This routine assumes, but does not check, that all of the entries in
86 lens[] are in the range 0..MAXBITS. The caller must assure this.
88 symbol does not occur in this code.
139 Create and fill in decoding tables. In this loop, the table being
148 of the low root bits of huff. This is saved in low to check for when a
154 counts are used for this, and so count[] is decremented as codes are
164 all codes of length max, i.e. all codes, have been processed. This
165 routine permits incomplete codes, so another loop after this one fill
    [all...]
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_configure.c 8 * This software was developed for the FreeBSD Project by ThinkSec AS and
17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
22 * products derived from this software without specific prior written
25 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
164 pam_chain_t *this, **next; local
174 this = NULL;
254 * Bogus errno, but this ensures that the
304 if ((this = calloc(1, sizeof *this)) == NULL
521 pam_chain_t *this = pamh->chains[PAM_AUTH]; local
    [all...]

Completed in 24 milliseconds

1 2 3 4