| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/preemptirq/ |
| H A D | irqsoff_tracer.tc | 6 MOD=preemptirq_delay_test 10 rmmod $MOD || true 16 rmmod $MOD || true 23 rmmod $MOD || true 28 modprobe $MOD || unres "$MOD module not available" 29 rmmod $MOD 36 modprobe $MOD test_mode=preempt delay=500000 || fail 37 rmmod $MOD || fail 38 modprobe $MOD test_mode=preempt delay=500000 || fail 39 rmmod $MOD || fail [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_module.tc | 13 MOD=trace_printk 18 echo "p $MOD:$FUNC" > kprobe_events 19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"` 24 echo "p:event1 $MOD:$FUNC" > kprobe_events 29 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events 40 echo "p:event2 $MOD:$FUNC" >> kprobe_events
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | adler32.c | 23 # define MOD(a) \ macro 52 # define MOD(a) a %= BASE macro 101 MOD(adler); in adler32() 102 MOD(sum2); in adler32() 116 MOD(adler); in adler32() 117 MOD(sum2); in adler32()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0012-Properly-initialize-audit-cookie-for-the-dynamic-loa.patch | 126 +/* The macro MOD must be defined to the number of this auditor (an 148 + MOD, map, map->l_name, cookie, cookie_map, 155 + MOD); 196 +#define MOD 1 222 +#define MOD 2 248 +#define MOD 3 274 +#define MOD 4 300 +#define MOD 5 326 +#define MOD 6 352 +#define MOD 7 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/ |
| H A D | assabet.c | 120 #define MOD GPIO_GPIO(17) macro 178 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write() 179 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write() 192 GPSR = gplr & (SDA | SCK | MOD); in adv7171_write() 193 GPCR = (~gplr) & (SDA | SCK | MOD); in adv7171_write()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | srem_mod.S | 4 | The entry point sMOD computes the floating point MOD of the 25 | signQ := signX EOR signY. Record whether MOD or REM 35 | Step 3. Perform MOD(X,Y) 42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set 44 | MOD is requested, go to Step 6. 46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested. 47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
|
| /OK3568_Linux_fs/buildroot/package/libmodplug/ |
| H A D | Config.in | 5 MOD music file decoder
|
| /OK3568_Linux_fs/buildroot/package/modplugtools/ |
| H A D | Config.in | 9 MOD, S3M, XM etc. Audio output is handled by libao.
|
| /OK3568_Linux_fs/buildroot/package/sdl2_mixer/ |
| H A D | Config.in | 8 the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
|
| /OK3568_Linux_fs/buildroot/package/sdl_mixer/ |
| H A D | Config.in | 8 by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | paz00_defconfig | 8 CONFIG_SYS_PROMPT="Tegra20 (Paz00) MOD # "
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobetrace.rst | 31 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe 32 r[MAXACTIVE][:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe 33 p:[GRP/]EVENT] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe 39 MOD : Module name which has given SYM.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | sff,sfp.txt | 15 - mod-def0-gpios : GPIO phandle and a specifier of the MOD-DEF0 (AKA Mod_ABS)
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | core.c | 1224 INSN_3(ALU, MOD, X), \ 1240 INSN_3(ALU, MOD, K), \ 1254 INSN_3(ALU64, MOD, X), \ 1268 INSN_3(ALU64, MOD, K), \
|
| /OK3568_Linux_fs/kernel/arch/m68k/ |
| H A D | Kconfig.machine | 313 bool "Netburner MOD-5272 board support" 316 Support for the Netburner MOD-5272 board.
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | scsi-changer.rst | 24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | cpplib.h | 61 OP(MOD, "%") \
|
| H A D | optabs.def | 133 OPTAB_NL(smod_optab, "mod$a3", MOD, "mod", '3', gen_int_libfunc)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | cpplib.h | 61 OP(MOD, "%") \
|
| H A D | optabs.def | 133 OPTAB_NL(smod_optab, "mod$a3", MOD, "mod", '3', gen_int_libfunc)
|
| H A D | genrtl.h | 1426 gen_rtx_fmt_ee (MOD, (MODE), (ARG0), (ARG1))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_cmdq.c | 211 HINIC_CMDQ_CTRL_SET(mod, MOD) | in cmdq_prepare_wqe_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/ |
| H A D | iw_cxgb4.h | 66 #define MOD DRV_NAME ":" macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 3903 MOD::' 7235 * 'MOD': MOD, Remainder function 16050 File: gfortran.info, Node: MINVAL, Next: MOD, Prev: MINLOC, Up: Intrinsic Procedures 16094 File: gfortran.info, Node: MOD, Next: MODULO, Prev: MINVAL, Up: Intrinsic Procedures 16096 9.201 'MOD' -- Remainder function 16100 'MOD(A,P)' computes the remainder of the division of A by P. 16109 'RESULT = MOD(A, P)' 16144 'MOD(A,P)' 'INTEGER 'INTEGER' Fortran 77 and 16163 File: gfortran.info, Node: MODULO, Next: MOVE_ALLOC, Prev: MOD, Up: Intrinsic Procedures 16210 *note MOD:: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 3903 MOD::' 7235 * 'MOD': MOD, Remainder function 16050 File: gfortran.info, Node: MINVAL, Next: MOD, Prev: MINLOC, Up: Intrinsic Procedures 16094 File: gfortran.info, Node: MOD, Next: MODULO, Prev: MINVAL, Up: Intrinsic Procedures 16096 9.201 'MOD' -- Remainder function 16100 'MOD(A,P)' computes the remainder of the division of A by P. 16109 'RESULT = MOD(A, P)' 16144 'MOD(A,P)' 'INTEGER 'INTEGER' Fortran 77 and 16163 File: gfortran.info, Node: MODULO, Next: MOVE_ALLOC, Prev: MOD, Up: Intrinsic Procedures 16210 *note MOD:: [all …]
|