| /netbsd/src/sys/dev/i2c/ |
| D | lg3303.c | 87 struct lg3303 *lg; in lg3303_open() local 89 lg = kmem_alloc(sizeof(*lg), KM_SLEEP); in lg3303_open() 90 lg->parent = parent; in lg3303_open() 91 lg->i2c = i2c; in lg3303_open() 92 lg->i2c_addr = addr; in lg3303_open() 93 lg->current_modulation = -1; in lg3303_open() 94 lg->flags = flags; in lg3303_open() 96 if (lg3303_init(lg) != 0) { in lg3303_open() 97 kmem_free(lg, sizeof(*lg)); in lg3303_open() 101 device_printf(lg->parent, "lg3303: found @ 0x%02x\n", addr); in lg3303_open() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | darwin-gpsave.S | 72 lg r13,(-19 * GPR_BYTES)(r11) 73 lg r14,(-18 * GPR_BYTES)(r11) 74 lg r15,(-17 * GPR_BYTES)(r11) 75 lg r16,(-16 * GPR_BYTES)(r11) 76 lg r17,(-15 * GPR_BYTES)(r11) 77 lg r18,(-14 * GPR_BYTES)(r11) 78 lg r19,(-13 * GPR_BYTES)(r11) 79 lg r20,(-12 * GPR_BYTES)(r11) 80 lg r21,(-11 * GPR_BYTES)(r11) 81 lg r22,(-10 * GPR_BYTES)(r11) [all …]
|
| D | darwin-tramp.S | 40 lg r12,0(r11) /* function address */ 43 lg r11,GPR_BYTES(r11) /* static chain */ 60 lg r7,lo16(LTRAMP-LCF0)(r7)
|
| D | darwin-asm.h | 35 #define lg MODE_CHOICE(lwz, ld) macro
|
| D | darwin-fpsave.S | 87 lg r0,SAVED_LR_OFFSET(r1)
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| D | s390x.S | 35 lg %r7,0(%r3) // ap[0] 36 lg %r9,8(%r3) // ap[1] 43 lg %r11,16(%r3) // ap[i+2] 50 lg %r13,24(%r3) 57 lg %r7,32(%r3) 64 lg %r9,40(%r3) 75 lg %r11,16(%r3) 82 lg %r13,24(%r3) 111 lg %r7,0(%r3) // ap[i] 145 lg %r7,0(%r2,%r3) // ap[i] [all …]
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | fmtcheck.c | 74 int sh, lg, quad, longdouble; in get_next_format_from_precision() local 77 sh = lg = quad = longdouble = 0; in get_next_format_from_precision() 92 lg = 1; in get_next_format_from_precision() 127 if (lg) in get_next_format_from_precision() 138 if (lg) in get_next_format_from_precision() 145 if (sh + lg + quad + longdouble) in get_next_format_from_precision() 152 if (sh + lg + quad) in get_next_format_from_precision() 157 if (sh + lg + quad + longdouble) in get_next_format_from_precision() 162 if (sh + lg + quad + longdouble) in get_next_format_from_precision() 167 if (sh + lg + quad + longdouble) in get_next_format_from_precision()
|
| /netbsd/src/lib/libm/src/ |
| D | b_tgamma.c | 279 struct Double lg, lsine; in neg_gam() local 300 lg = large_gam(y); in neg_gam() 302 lg.a -= lsine.a; /* exact (opposite signs) */ in neg_gam() 303 lg.b -= lsine.b; in neg_gam() 304 y = -(lg.a + lg.b); in neg_gam() 305 z = (y + lg.a) + lg.b; in neg_gam()
|
| /netbsd/src/lib/libm/noieee_src/ |
| D | n_gamma.c | 293 struct Double lg, lsine; in neg_gam() local 316 lg = large_gam(y); in neg_gam() 318 lg.a -= lsine.a; /* exact (opposite signs) */ in neg_gam() 319 lg.b -= lsine.b; in neg_gam() 320 y = -(lg.a + lg.b); in neg_gam() 321 z = (y + lg.a) + lg.b; in neg_gam()
|
| /netbsd/src/usr.bin/tip/aculib/ |
| D | v3451.c | 189 notin(const char *sh, char *lg) in notin() argument 192 for (; *lg; lg++) in notin() 193 if (prefix(sh, lg)) in notin()
|
| /netbsd/src/sys/compat/ultrix/ |
| D | ultrix_misc.c | 351 struct linger lg; in ultrix_sys_setsockopt() local 353 lg.l_onoff = 0; in ultrix_sys_setsockopt() 355 &lg, sizeof(lg)); in ultrix_sys_setsockopt()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | ltable.c | 440 int lg; in numusearray() local 446 for (lg = 0, ttlg = 1; lg <= MAXABITS; lg++, ttlg *= 2) { in numusearray() 459 nums[lg] += lc; in numusearray()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| D | logops_n.asm | 129 L(b1): lg %r5, 0(up) 187 L(b1): lg %r5, 0(vp) 252 L(b1): lg %r5, 0(vp)
|
| D | aors_n.asm | 103 L(b1): lg %r5, 0(up)
|
| /netbsd/src/usr.sbin/lpr/SMM.doc/ |
| D | spell.ok | 27 lg
|
| /netbsd/src/usr.bin/vgrind/ |
| D | tmac.vgrind | 68 'lg 0
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| D | morestack.S | 271 lg %r7, 0(%r10) # Required frame size to %r7 275 lg %r1, 0x38(%r1) # Get stack bounduary 550 lg %r2, 0x38(%r1)
|
| /netbsd/src/sys/compat/sunos/ |
| D | sunos_misc.c | 550 struct linger lg; in sunos_sys_setsockopt() local 552 lg.l_onoff = 0; in sunos_sys_setsockopt() 554 &lg, sizeof(lg)); in sunos_sys_setsockopt()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc), 243 … ar = area.T(x_axis = xaxis, y_axis = yaxis, legend = lg, size = (240,110), x_range = (0, 2200))
|
| /netbsd/src/sys/compat/sunos32/ |
| D | sunos32_misc.c | 768 struct linger lg; in sunos32_sys_setsockopt() local 770 lg.l_onoff = 0; in sunos32_sys_setsockopt() 772 &lg, sizeof(lg)); in sunos32_sys_setsockopt()
|
| /netbsd/src/etc/ |
| D | bootptab | 26 # lg Log server address list
|
| /netbsd/src/usr.sbin/bootp/bootpd/ |
| D | bootptab.mcs | 21 # lg -- log servers
|
| D | Problems | 76 2. Remove the logserver (lg) capability from the
|
| D | bootptab.cmu | 22 # lg -- log servers
|
| /netbsd/src/sys/sys/ |
| D | sysctl.h | 1173 #define sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, newp, ...) \ argument 1174 sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, \
|