| /linux/drivers/misc/lkdtm/ |
| H A D | refcount.c | 147 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_NEGATIVE() local 150 refcount_dec(&neg); in lkdtm_REFCOUNT_DEC_NEGATIVE() 152 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_NEGATIVE() 161 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() local 164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 167 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 176 refcount_t neg = REFCOUNT_INIT(3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() local 179 if (refcount_sub_and_test(5, &neg)) in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() 182 check_negative(&neg, 3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() 191 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_SUB_AND_TEST_ZERO() local [all …]
|
| /linux/arch/sh/lib/ |
| H A D | udivsi3_i4i-Os.S | 97 neg r5,r5 101 neg r4,r4 110 neg r4,r4 126 neg r0,r0
|
| H A D | udivsi3_i4i.S | 91 neg r4,r0 170 neg r5,r5 173 neg r4,r4 232 neg r0,r0 238 neg r4,r4 274 neg r1,r0
|
| /linux/tools/include/nolibc/ |
| H A D | arch-powerpc.h | 39 " neg %0, %0\n" \ 57 " neg %0, %0\n" \ 77 " neg %0, %0\n" \ 98 " neg %0, %0\n" \ 120 " neg %0, %0\n" \ 144 " neg %0, %0\n" \ 168 " neg %0, %0\n" \
|
| H A D | stdlib.h | 67 int neg = 0; in atol() local 70 neg = 1; in atol() 82 return neg ? -ret : ret; in atol() 438 unsigned char neg = 0, overflow = 0; 453 neg = 1; in __strtox() 457 if (signed_ && neg) in __strtox() 504 return neg ? -val : val; in __strtox() 443 unsigned char neg = 0, overflow = 0; __strtox() local
|
| /linux/arch/arm64/lib/ |
| H A D | tishift.S | 24 neg w1, w3 46 neg w0, w3 68 neg w0, w3
|
| H A D | strcmp.S | 114 neg shift, src2, lsl 3 /* Bits to alignment -64. */ 135 neg shift, src2, lsl 3 174 neg shift, shift
|
| /linux/kernel/ |
| H A D | sysctl.c | 261 * @neg: set to %TRUE if number is negative 272 unsigned long *val, bool *neg, in proc_get_long() argument 289 *neg = true; in proc_get_long() 292 *neg = false; in proc_get_long() 325 * @neg: sign of the number, %TRUE for negative 330 static void proc_put_long(void **buf, size_t *size, unsigned long val, bool neg) in proc_put_long() argument 335 sprintf(p, "%s%lu", neg ? "-" : "", val); in proc_put_long() 608 bool neg; in do_proc_dointvec() local 615 err = proc_get_long(&p, &left, &lval, &neg, in do_proc_dointvec() 620 if (conv(&neg, &lval, i, 1, table)) { in do_proc_dointvec() [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | fpu-probe.c | 75 * Determine the IEEE 754 NaN encodings and ABS.fmt/NEG.fmt execution modes 145 * ABS.fmt/NEG.fmt execution mode. 150 * Set the IEEE 754 NaN encodings and the ABS.fmt/NEG.fmt execution modes 190 * Override the IEEE 754 NaN encoding and ABS.fmt/NEG.fmt execution mode 220 * IEEE 754 NaN encoding and ABS.fmt/NEG.fmt execution mode override
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_phy.c | 211 * Reads the MII auto-neg advertisement register and/or the 1000T control 226 /* Read the MII Auto-Neg Advertisement Register (Address 4). */ in igc_phy_setup_autoneg() 257 /* First we clear all the 10/100 mb speed bits in the Auto-Neg in igc_phy_setup_autoneg() 373 hw_dbg("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg); in igc_phy_setup_autoneg() 390 * igc_wait_autoneg - Wait for auto-neg completion 446 hw_dbg("Reconfiguring auto-neg advertisement params\n"); in igc_copper_link_autoneg() 452 hw_dbg("Restarting Auto-Neg\n"); in igc_copper_link_autoneg() 454 /* Restart auto-negotiation by setting the Auto Neg Enable bit and in igc_copper_link_autoneg() 455 * the Auto Neg Restart bit in the PHY control register. in igc_copper_link_autoneg() 466 /* Does the user want to wait for Auto-Neg to complete here, or in igc_copper_link_autoneg() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | adi,ltc2672.yaml | 31 v-neg-supply: 122 - v-neg-supply 142 v-neg-supply = <&vneg>;
|
| /linux/arch/m68k/fpsp040/ |
| H A D | do_func.S | 110 bsr ld_mzero |if neg, load neg zero, return here 118 bne ld_mzero |if neg, load neg zero 311 bra ld_mzero |else neg load -0 391 bra ld_mzero |else neg load -0 461 bra ld_mzero |if neg then load -0 465 bra ld_minf |else neg load -inf
|
| H A D | x_ovfl.S | 23 | RM For pos overflow, the largest pos number. For neg overflow, 25 | RP For pos overflow, +infinity. For neg overflow, the largest 26 | neg number
|
| H A D | scale.S | 216 bnes no_dir |if set, neg op, no inc 221 beqs no_dir |if clr, neg op, no inc 265 bnes no_dir2 |if set, neg op, no inc 272 beqs no_dir2 |if clr, neg op, no inc
|
| /linux/arch/m68k/math-emu/ |
| H A D | fp_util.S | 104 neg.l %d0 305 neg.w %d2 313 neg.w %d2 349 neg.w %d1 354 1: neg.w %d1 | lower lword is splitted between 384 1: neg.w %d1 397 neg.w %d2 530 neg.w %d2 538 neg.w %d2 575 neg.w %d1 [all …]
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | ess.c | 373 * mib variables SBAPayload, SBAOverhead and fddiMACT-NEG. 378 * determine the synchronous bandwidth (sync_bw) in bytes per T-NEG, in process_bw_alloc() 390 * | T-NEG | in process_bw_alloc() 393 * T-NEG is described by the equation: in process_bw_alloc() 395 * (-) fddiMACT-NEG in process_bw_alloc() 396 * T-NEG = ------------------- in process_bw_alloc() 402 * bytes T-NEG SBAPayload 8000 bytes/s in process_bw_alloc() 404 * T-NEG T-NEG in process_bw_alloc() 408 * sync_bw = SBAOverhead + ---- (-)fddiMACT-NEG * SBAPayload in process_bw_alloc()
|
| /linux/arch/sparc/lib/ |
| H A D | ffs.S | 76 neg %o0, %g1 82 neg %o0, %g1
|
| /linux/arch/xtensa/lib/ |
| H A D | divsi3.S | 45 neg a5, a2 51 neg a2, a6 /* if udivisor == 1, then return... */
|
| H A D | mulsi3.S | 99 neg a3, a2 126 neg a3, a2
|
| /linux/include/video/ |
| H A D | display_timing.h | 25 /* drive data on neg. edge */ 32 /* drive sync on neg. edge */
|
| /linux/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adi,admv1013.yaml | 98 se-neg - Single-Ended Mode, Negative Side Disabled. 101 enum: [se-neg, se-pos, diff]
|
| H A D | adi,admv1014.yaml | 95 se-neg - Single-Ended Mode, Negative Side Disabled. 98 enum: [se-neg, se-pos, diff]
|
| /linux/lib/ |
| H A D | test_ubsan.c | 67 volatile int neg = -1, wrap = 4; in test_ubsan_shift_out_of_bounds() local 72 val1 <<= neg; in test_ubsan_shift_out_of_bounds()
|
| /linux/arch/powerpc/lib/ |
| H A D | mem_64.S | 23 neg r0,r3 33 neg r0,r3
|
| /linux/tools/testing/selftests/powerpc/copyloops/ |
| H A D | mem_64.S | 23 neg r0,r3 33 neg r0,r3
|