/openbmc/linux/fs/proc/ |
H A D | base.c | 180 #define ONE(NAME, MODE, show) \ macro 3311 ONE("status", S_IRUGO, proc_pid_status), 3312 ONE("personality", S_IRUSR, proc_pid_personality), 3313 ONE("limits", S_IRUGO, proc_pid_limits), 3325 ONE("syscall", S_IRUSR, proc_pid_syscall), 3328 ONE("stat", S_IRUGO, proc_tgid_stat), 3329 ONE("statm", S_IRUGO, proc_pid_statm), 3351 ONE("wchan", S_IRUGO, proc_pid_wchan), 3354 ONE("stack", S_IRUSR, proc_pid_stack), 3357 ONE("schedstat", S_IRUGO, proc_pid_schedstat), [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 141 .section .rodata.cst16.ONE, "aM", @progbits, 16 143 ONE: .octa 0x00000000000000000000000000000001 label 399 vpaddd ONE(%rip), %xmm9, %xmm9 # INCR CNT to get Yn 980 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1058 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1062 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1066 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1070 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1074 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 1078 vpaddd ONE(%rip), \CTR, \CTR # INCR Y0 [all …]
|
H A D | aesni-intel_asm.S | 62 .section .rodata.cst16.ONE, "aM", @progbits, 16 64 ONE: .octa 0x00000000000000000000000000000001 label 342 paddd ONE(%rip), %xmm0 # INCR CNT to get Yn 799 MOVADQ ONE(%RIP),\TMP1 871 MOVADQ ONE(%RIP),\TMP1 990 paddd ONE(%rip), \XMM0 # INCR CNT 994 paddd ONE(%rip), \XMM0 # INCR CNT 996 paddd ONE(%rip), \XMM0 # INCR CNT 998 paddd ONE(%rip), \XMM0 # INCR CNT 1198 paddd ONE(%rip), \XMM0 # INCR CNT [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo5039.c | 120 NVDEF(NV5039, FORMAT, IN, ONE) | in nv50_bo_move_m2mf() 121 NVDEF(NV5039, FORMAT, OUT, ONE), in nv50_bo_move_m2mf()
|
/openbmc/linux/drivers/input/misc/ |
H A D | keyspan_remote.c | 29 #define ONE 0x3C macro 256 } else if ((remote->data.tester & ONE_MASK) == ONE) { in keyspan_check_data() 277 } else if ((remote->data.tester & ONE_MASK) == ONE) { in keyspan_check_data() 295 } else if ((remote->data.tester & ONE_MASK) == ONE) { in keyspan_check_data()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Ruby | 11 you do at least ONE of the following: 27 form, provided that you do at least ONE of the following:
|
H A D | Artistic-1.0 | 19 …stating how and when you changed that file, and provided that you do at least ONE of the following: 29 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | NBPL-1.0 | 29 …stating how and when you changed that file, and provided that you do at least ONE of the following: 39 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | Artistic-1.0-cl8 | 25 …stating how and when you changed that file, and provided that you do at least ONE of the following: 32 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | OLDAP-1.1 | 30 …stating how and when you changed that file, and provided that you do at least ONE of the following: 40 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | OLDAP-1.2 | 30 …stating how and when you changed that file, and provided that you do at least ONE of the following: 40 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | OLDAP-1.3 | 30 …stating how and when you changed that file, and provided that you do at least ONE of the following: 40 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | Artistic-1.0-Perl | 25 …stating how and when you changed that file, and provided that you do at least ONE of the following: 32 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | OLDAP-1.4 | 30 …stating how and when you changed that file, and provided that you do at least ONE of the following: 40 …this Package in object code or executable form, provided that you do at least ONE of the following:
|
H A D | ClArtistic | 48 when you changed that file, and provided that you do at least ONE of the 73 executable form, provided that you do at least ONE of the following:
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_psi.c | 1299 const u16 ONE = 0x1; in vidtv_psi_sdt_table_init() local 1306 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init() 1314 sdt->header.current_next = ONE; in vidtv_psi_sdt_table_init() 1623 const u16 ONE = 0x1; in vidtv_psi_nit_table_init() local 1635 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init() 1638 nit->header.current_next = ONE; in vidtv_psi_nit_table_init() 1857 const u16 ONE = 0x1; in vidtv_psi_eit_table_init() local 1866 eit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_eit_table_init() 1869 eit->header.current_next = ONE; in vidtv_psi_eit_table_init()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | au-Goulburn-Rocky_Hill | 178 [ONE Canberra] 263 [ONE Canberra] 533 [SBS ONE]
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | mace.h | 56 #define ONE 0x08 /* 1 retry needed to xmit frame */ macro
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | input_system.c | 31 #define ONE (1U) macro 710 gp_device_reg_store(ID, _REG_GP_ISEL_SOF_ADDR, ONE); in input_selector_cfg_for_sensor() 711 gp_device_reg_store(ID, _REG_GP_ISEL_EOF_ADDR, ONE); in input_selector_cfg_for_sensor() 712 gp_device_reg_store(ID, _REG_GP_ISEL_SOL_ADDR, ONE); in input_selector_cfg_for_sensor() 713 gp_device_reg_store(ID, _REG_GP_ISEL_EOL_ADDR, ONE); in input_selector_cfg_for_sensor()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | ipmi_flash.md | 3 **_ONLY ONE BLOB IS ALLOWED OPEN AT A TIME_**
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | unicode.rst | 143 U+F8F1 KLINGON DIGIT ONE
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | unicode.rst | 146 U+F8F1 KLINGON DIGIT ONE
|
/openbmc/linux/Documentation/networking/ |
H A D | ipddp.rst | 33 select ONE of the two options; IP to AppleTalk-IP encapsulation support or
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-ali15x3.rst | 78 00:03.0 Bridge: Acer Laboratories Inc. M7101 <= THIS IS THE ONE WE NEED
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | satan.S | 57 ONE: .long 0x3F800000 label
|