| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-time.c | 3 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995. 6 it under the terms of the GNU General Public License as published by 36 int by = b->tm_year + TM_YEAR_ORIGIN - 1; local 42 + ((ay >> 2) - (by >> 2)) 43 - (ay / 100 - by / 100) 44 + ((ay / 100 >> 2) - (by / 100 >> 2)) 46 + (long) (ay - by) * 365l);
|
| /src/lib/libc/gdtoa/ |
| g_ddfmt.c | 7 Copyright (C) 1998 by Lucent Technologies 46 int bx, by, decpt, ex, ey, i, j, mode; local 116 y = d2b(dval(&dd[1]), &ey, &by);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| gdb792.cc | 18 int by; member in class:B
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| gdb792.cc | 18 int by; member in class:B
|
| /src/games/dab/ |
| algor.cc | 8 * by Christos Zoulas. 19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 100 // Count a closure, by counting all boxes that we can close in the current 125 * Find the largest closure, by closing all possible closures. 169 size_t by = y + BOX::edges[dir].y; local 171 if (!b.bounds(by, bx)) 174 BOX nbox(by, bx, b);
|
| /src/usr.bin/xlint/lint1/ |
| err.c | 17 * This product includes software developed by Jochen Pohl for 22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 197 "division by 0", // 139 198 "modulus by 0", // 140 223 "constant truncated by assignment", // 165 364 "constant %s truncated by conversion, op '%s'", // 306 414 "short octal escape '%.*s' followed by digit '%c'", // 356 436 "conversion '%.*s' is unreachable by input value", // 378 452 struct include_level *by; member in struct:include_level 488 top->by = includes [all...] |
| /src/external/gpl2/rcs/dist/src/ |
| maketime.c | 6 Distributed under license by the Free Software Foundation, Inc. 11 it under the terms of the GNU General Public License as published by 111 int by = b->tm_year + (TM_YEAR_ORIGIN - 1); local 114 ((ay >> 2) - (by >> 2)) 115 - (ay/100 - by/100) 116 + ((ay/100 >> 2) - (by/100 >> 2)) 118 time_t difference_in_years = ay - by; 133 * Adjust time T by adding SECONDS. SECONDS must be at most 24 hours' worth. 143 * This code can be off by a second if SECONDS is not a multiple of 60,
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_parse_date.c | 20 ** Originally written by Steven M. Bellovin <smb@research.att.com> while 21 ** at the University of North Carolina at Chapel Hill. Later tweaked by 22 ** a couple of people on Usenet. Completely overhauled by Rich $alz 50 /* Token types returned by nexttoken() */ 126 /* "7" is a time if it's followed by "am" or "pm" */ 928 int by = b->tm_year + (TM_YEAR_ORIGIN - 1); local 933 + ((ay >> 2) - (by >> 2)) 934 - (ay/100 - by/100) 935 + ((ay/100 >> 2) - (by/100 >> 2)) 937 + (long)(ay-by) * 36 [all...] |
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.h | 6 Written by James Clark (jjc@jclark.com) 11 the terms of the GNU General Public License as published by the Free 182 position by; member in struct:object_spec
|
| lex.cpp | 6 Written by James Clark (jjc@jclark.com) 11 the terms of the GNU General Public License as published by the Free 447 { "by", BY }, 1337 double by; member in class:for_input 1349 : var(vr), body(bd), from(f), to(t), by_is_multiplicative(bim), by(b), 1377 val *= by; 1379 val += by; 1403 if (val * by > to) 1407 if ((from <= to && val + by > to [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| mktime.c | 4 Contributed by Paul Eggert (eggert@twinsun.com). 7 it under the terms of the GNU General Public License as published by 52 /* Shift A right by B bits portably, by dividing A by 2**B and 243 they differ by 1. */ 274 This function is external because it is used also by timegm.c. */ 336 /* Invert CONVERT by probing. First assume the same offset as last 346 has overflowed, it is off by a multiple of TIME_T_MAX - 348 that is bounded by a small value. * 608 time_t by = atol (argv[2]); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-coalesce.cc | 3 Contributed by Andrew MacLeod <amacleod@redhat.com> 8 it under the terms of the GNU General Public License as published by 151 /* Base costs on BB frequencies bounded by 1. */ 215 2 elements via P1 and P2. 1 is returned by the function if there is a pair, 235 2 elements via P1 and P2. Their calculated cost is returned by the function. 567 bitmap by = ptr->conflicts[y]; local 573 return by ? bitmap_bit_p (bx, y) : false; 611 bitmap by = ptr->conflicts[y]; local 614 if (! by) 620 EXECUTE_IF_SET_IN_BITMAP (by, 0, z, bi [all...] |
| function.cc | 7 the terms of the GNU General Public License as published by the Free 567 result, all temporaries are preserved. A temporary is preserved by 912 /* Now define the fields used by combine_temp_slots. */ 1108 slot that previously was known by OLD_RTX. */ 1264 /* Private type used by get_hard_reg_initial_reg, get_hard_reg_initial_val, 1271 opaque VEC type. This could be worked around by defining struct 1421 stack space for register parameters is not pushed by the caller, but 1494 implied by the target. Return true if any change is made. */ 1596 /* Handle a straight copy from a virtual register by generating a 1626 /* Handle a plus involving a virtual register by determining if th 3103 int by = (UNITS_PER_WORD - size) * BITS_PER_UNIT; local 3129 int by = (UNITS_PER_WORD - size) * BITS_PER_UNIT; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-coalesce.cc | 3 Contributed by Andrew MacLeod <amacleod@redhat.com> 8 it under the terms of the GNU General Public License as published by 150 /* Base costs on BB frequencies bounded by 1. */ 214 2 elements via P1 and P2. 1 is returned by the function if there is a pair, 234 2 elements via P1 and P2. Their calculated cost is returned by the function. 566 bitmap by = ptr->conflicts[y]; local 572 return by ? bitmap_bit_p (bx, y) : false; 610 bitmap by = ptr->conflicts[y]; local 613 if (! by) 619 EXECUTE_IF_SET_IN_BITMAP (by, 0, z, bi [all...] |
| function.cc | 7 the terms of the GNU General Public License as published by the Free 565 result, all temporaries are preserved. A temporary is preserved by 910 /* Now define the fields used by combine_temp_slots. */ 1106 slot that previously was known by OLD_RTX. */ 1262 /* Private type used by get_hard_reg_initial_reg, get_hard_reg_initial_val, 1269 opaque VEC type. This could be worked around by defining struct 1420 stack space for register parameters is not pushed by the caller, but 1493 implied by the target. Return true if any change is made. */ 1595 /* Handle a straight copy from a virtual register by generating a 1625 /* Handle a plus involving a virtual register by determining if th 3099 int by = (UNITS_PER_WORD - size) * BITS_PER_UNIT; local 3125 int by = (UNITS_PER_WORD - size) * BITS_PER_UNIT; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_tv.c | 66 u16 ry, gy, by, ay; member in struct:color_conversion 131 * 11 bit fields (ry, by, ru, gu, gv) 194 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 204 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133, 214 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119, 224 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c, 234 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113, 244 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145, 254 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104, 264 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133 [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldelf.c | 7 it under the terms of the GNU General Public License as published by 48 bfd *by; member in struct:dt_needed 144 We try to do a similar check here by checking whether this shared 151 GLOBAL_VERCHECK_NEEDED is the list of objects needed by the object 204 /* See if an input file matches a DT_NEEDED entry by running stat on 267 einfo (_("%P: warning: %s, needed by %pB, may conflict with %s\n"), 268 global_needed->name, global_needed->by, soname); 272 named by a DT_NEEDED entry. The FORCE parameter indicates whether 400 if (needed->by != NULL 401 && (bfd_elf_get_dyn_lib_class (needed->by) & DYN_NO_ADD_NEEDED) != 0 [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| nfp-dis.c | 3 Contributed by Francois H. Theron <francois.theron@netronome.com> 8 it under the terms of the GNU General Public License as published by 1424 unsigned int by = _BTST (instr, 29); local 1447 if (by) 1470 if ((!by) && (!wd) && (byte_shift)) 1728 unsigned int by = _BF (instr, 9, 8); local 1748 dinfo->fprintf_func (dinfo->stream, ", %d, ", by); 1942 /* Now compare by cpp_len and make sure we stay in range. */ 2997 with the -M switch (multiple options should be separated by commas):\n"));
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldelf.c | 7 it under the terms of the GNU General Public License as published by 48 bfd *by; member in struct:dt_needed 144 We try to do a similar check here by checking whether this shared 151 GLOBAL_VERCHECK_NEEDED is the list of objects needed by the object 204 /* See if an input file matches a DT_NEEDED entry by running stat on 267 einfo (_("%P: warning: %s, needed by %pB, may conflict with %s\n"), 268 global_needed->name, global_needed->by, soname); 272 named by a DT_NEEDED entry. The FORCE parameter indicates whether 400 if (needed->by != NULL 401 && (bfd_elf_get_dyn_lib_class (needed->by) & DYN_NO_ADD_NEEDED) != 0 [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| nfp-dis.c | 3 Contributed by Francois H. Theron <francois.theron@netronome.com> 8 it under the terms of the GNU General Public License as published by 1424 unsigned int by = _BTST (instr, 29); local 1447 if (by) 1470 if ((!by) && (!wd) && (byte_shift)) 1728 unsigned int by = _BF (instr, 9, 8); local 1748 dinfo->fprintf_func (dinfo->stream, ", %d, ", by); 1942 /* Now compare by cpp_len and make sure we stay in range. */ 2995 with the -M switch (multiple options should be separated by commas):\n"));
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| nfp-dis.c | 3 Contributed by Francois H. Theron <francois.theron@netronome.com> 8 it under the terms of the GNU General Public License as published by 1424 unsigned int by = _BTST (instr, 29); local 1447 if (by) 1470 if ((!by) && (!wd) && (byte_shift)) 1728 unsigned int by = _BF (instr, 9, 8); local 1748 dinfo->fprintf_func (dinfo->stream, ", %d, ", by); 1942 /* Now compare by cpp_len and make sure we stay in range. */ 2995 with the -M switch (multiple options should be separated by commas):\n"));
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| nfp-dis.c | 3 Contributed by Francois H. Theron <francois.theron@netronome.com> 8 it under the terms of the GNU General Public License as published by 1424 unsigned int by = _BTST (instr, 29); local 1447 if (by) 1470 if ((!by) && (!wd) && (byte_shift)) 1728 unsigned int by = _BF (instr, 9, 8); local 1748 dinfo->fprintf_func (dinfo->stream, ", %d, ", by); 1942 /* Now compare by cpp_len and make sure we stay in range. */ 2988 with the -M switch (multiple options should be separated by commas):\n"));
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 7 it under the terms of the GNU General Public License as published by 88 /* The floating point coprocessor to use by default. */ 115 /* Pointer to list holding the opcodes sorted by name. */ 436 The TYPE parameter is also used by md_convert_frag_1 and 438 be emitted by md_convert_frag_1. 968 because it may be overridden by a shared library. However, if 1350 Make sure the name is null terminated by clobbering the 1463 non-alpha first, then alpha by letter. Lower-case 1465 /* Code with multiple case ...: gets sorted by the lowest 2110 /* Memory addressing mode used by pflushr. * 6773 int by; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 7 it under the terms of the GNU General Public License as published by 88 /* The floating point coprocessor to use by default. */ 115 /* Pointer to list holding the opcodes sorted by name. */ 436 The TYPE parameter is also used by md_convert_frag_1 and 438 be emitted by md_convert_frag_1. 968 because it may be overridden by a shared library. However, if 1350 Make sure the name is null terminated by clobbering the 1463 non-alpha first, then alpha by letter. Lower-case 1465 /* Code with multiple case ...: gets sorted by the lowest 2110 /* Memory addressing mode used by pflushr. * 6773 int by; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-bfd.h | 3 Written by Cygnus Support. 8 it under the terms of the GNU General Public License as published by 44 /* The number of entries in a section is its size divided by the size 138 set to -2 if the symbol is used by a reloc. It is set to -3 if 149 should really be replaced by a predicate in elflink.c. 164 pointed to by GLIST. */ 170 /* Symbol size. NB: All fields starting from here are cleared by 186 /* Symbol is referenced by a non-shared object (other than the object 189 /* Symbol is defined by a non-shared object. */ 191 /* Symbol is referenced by a shared object. * 607 bfd *by; member in struct:bfd_link_needed_list [all...] |