/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hw_shared.h | 285 * FR - Front Right 298 * FL FR 309 * 0b00000011 - - - - - - FR FL 310 * 0b00000111 - - - - - LFE FR FL 311 * 0b00001011 - - - - FC - FR FL 312 * 0b00001111 - - - - FC LFE FR FL 313 * 0b00010011 - - - RC - - FR FL 314 * 0b00010111 - - - RC - LFE FR FL 315 * 0b00011011 - - - RC FC - FR FL 316 * 0b00011111 - - - RC FC LFE FR FL [all …]
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | asm-offsets.c | 82 DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0])); in main() 83 DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1])); in main() 84 DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2])); in main() 85 DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3])); in main() 86 DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4])); in main() 87 DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5])); in main() 88 DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6])); in main() 89 DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7])); in main() 90 DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8])); in main() 91 DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[ 9])); in main() [all …]
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 112 float32 fa, fb, fr; in helper_addf() local 116 fr = float32_add(fa, fb, &FP_STATUS); in helper_addf() 117 return float32_to_f(fr); in helper_addf() 122 float32 fa, fb, fr; in helper_subf() local 126 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subf() 127 return float32_to_f(fr); in helper_subf() 132 float32 fa, fb, fr; in helper_mulf() local 136 fr = float32_mul(fa, fb, &FP_STATUS); in helper_mulf() 137 return float32_to_f(fr); in helper_mulf() 142 float32 fa, fb, fr; in helper_divf() local [all …]
|
H A D | fpu_helper.c | 218 float32 fa, fb, fr; in helper_adds() local 222 fr = float32_add(fa, fb, &FP_STATUS); in helper_adds() 225 return float32_to_s(fr); in helper_adds() 230 float32 fa, fb, fr; in helper_subs() local 234 fr = float32_sub(fa, fb, &FP_STATUS); in helper_subs() 237 return float32_to_s(fr); in helper_subs() 242 float32 fa, fb, fr; in helper_muls() local 246 fr = float32_mul(fa, fb, &FP_STATUS); in helper_muls() 249 return float32_to_s(fr); in helper_muls() 254 float32 fa, fb, fr; in helper_divs() local [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 01_man_portability.patch | 23 -\fIhosts_options\fR(5) document. The extensions are turned on at 26 +\fIhosts_options\fR(5) document. \fBNote that this language supersedes 27 +the meaning of \fIshell_command\fB as documented below.\fR 29 In the following text, \fIdaemon\fR is the the process name of a 30 network daemon process, and \fIclient\fR is the name and/or address of 112 +the \fIlibwrap\fP shared library as documented in the \fIhosts_access\fR(3) 135 In order to monitor access to the \fIfinger\fR service, perform the 136 following edits on the \fIinetd\fR configuration file (usually 137 -\fI/etc/inetd.conf\fR or \fI/etc/inet/inetd.conf\fR): 138 +\fI/etc/inetd.conf\fR): [all …]
|
H A D | 00_man_quoting.diff | 51 When a client host name is specified, \fItcpdmatch\fR gives a 54 Optional information specified with the \fIdaemon@server\fR form: 61 Optional information specified with the \fIuser@client\fR form: 68 Examine \fIhosts.allow\fR and \fIhosts.deny\fR files in the current 73 -On some systems, daemon names have no `in.' prefix, or \fItcpdmatch\fR 74 +On some systems, daemon names have no `in.\' prefix, or \fItcpdmatch\fR
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 371 int fr = f1 + f2; in HELPER() local 373 fr = MIN(fr, INT16_MAX); in HELPER() 374 fr = MAX(fr, INT16_MIN); in HELPER() 375 ret = deposit64(ret, i, 16, fr); in HELPER() 387 int fr = f1 + f2; in HELPER() local 389 fr = MIN(fr, UINT16_MAX); in HELPER() 390 fr = MAX(fr, 0); in HELPER() 391 ret = deposit64(ret, i, 16, fr); in HELPER() 403 int fr = f1 + f2; in HELPER() local 405 ret = deposit64(ret, i, 16, (fr >> 1) | (fr & 1)); in HELPER() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | 0001-po-force-Language-header-for-fr-and-de-locals.patch | 2 From: Yoann Congal <yoann.congal@smile.fr> 4 Subject: [PATCH] po: force Language: header for "fr" and "de" locals 7 header. But, for fr.po and de.po, Language can't be derived. 14 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> 17 po/fr.po | 1 + 32 diff --git a/po/fr.po b/po/fr.po 34 --- a/po/fr.po 35 +++ b/po/fr.po 39 "Language-Team: FRANCAIS <fr@li.org>\n" 40 +"Language: fr\n"
|
/openbmc/linux/sound/hda/ |
H A D | hdmi_chmap.c | 15 * FLW FL FLC FC FRC FR FRW 28 FR = (1 << 2), /* Front Right */ enumerator 46 /* 0 */ "FL/FR", 63 [0] = FL | FR, 90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, RL, RR} 121 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 123 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 125 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ncr53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 7 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 16 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 20 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 25 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 42 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 48 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 63 Mon March 6 23:15 2000 Gerard Roudier (groudier@club-internet.fr) 80 Mon March 6 23:15 2000 Gerard Roudier (groudier@club-internet.fr) 114 Sat Jan 8 22:00 2000 Gerard Roudier (groudier@club-internet.fr) [all …]
|
H A D | ChangeLog.sym53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 12 Sat Apr 7 19:30 2001 Gerard Roudier (groudier@club-internet.fr) 22 Sun Mar 4 18:30 2001 Gerard Roudier (groudier@club-internet.fr) 28 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 34 Tue Feb 6 13:30 2001 Gerard Roudier (groudier@club-internet.fr) 64 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 82 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 89 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 115 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 128 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch | 8 \fB\-c\fR \fIschemadir\fR 10 -Default is \fI@datadir@/sfcb\fR 11 +Default is \fI@datadir@/mof/cim-current\fR 13 \fB\-s\fR \fIstagingdir\fR 15 @@ -58,7 +58,7 @@ Alias of \fB-b\fR 19 -\fI@datadir@/sfcb/CIM/CIM_Schema.mof\fR 20 +\fI@datadir@/mof/cim-current/CIM_Schema.mof\fR 23 \fI@localstatedir@/lib/sfcb/registration/providerRegister\fR
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | meson.build | 3 'bepo': '-l fr -v dvorak', 14 'fr': '-l fr -v nodeadkeys', 15 'fr-be': '-l be', 16 'fr-ca': '-l ca -v fr', 17 'fr-ch': '-l ch -v fr',
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | ssh.py | 95 fr = user 97 fr += ':%s' % password 98 fr += '@%s' % host 100 fr = host 106 fr += ':%s' % path 110 fr, 135 fr = user 137 fr += ':%s' % password 138 fr += '@%s' % host 140 fr = host [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 26 * FL FLC FC FRC FR FRW 37 FR = BIT(2), /* Front Right */ enumerator 193 .mask = FL | FR }, 195 .mask = FL | FR | LFE | FC }, 197 .mask = FL | FR | FC }, 199 .mask = FL | FR | LFE }, 201 .mask = FL | FR | LFE | FC | RL | RR }, 203 .mask = FL | FR | FC | RL | RR }, 205 .mask = FL | FR | LFE | RL | RR }, 207 .mask = FL | FR | RL | RR }, [all …]
|
/openbmc/qemu/block/ |
H A D | blklogwrites.c | 464 blk_log_writes_co_do_file(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file() argument 466 fr->file_ret = fr->func(fr); in blk_log_writes_co_do_file() 478 BlkLogWritesFileReq fr = { in blk_log_writes_co_log() local 511 blk_log_writes_co_do_file(&fr); in blk_log_writes_co_log() 521 return fr.file_ret; in blk_log_writes_co_log() 525 blk_log_writes_co_do_file_pwritev(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_pwritev() argument 527 return bdrv_co_pwritev(fr->bs->file, fr->offset, fr->bytes, in blk_log_writes_co_do_file_pwritev() 528 fr->qiov, fr->file_flags); in blk_log_writes_co_do_file_pwritev() 532 blk_log_writes_co_do_file_pwrite_zeroes(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_pwrite_zeroes() argument 534 return bdrv_co_pwrite_zeroes(fr->bs->file, fr->offset, fr->bytes, in blk_log_writes_co_do_file_pwrite_zeroes() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | fpu.h | 31 * which implement the Status.FR bit. Note that the bottom bit of the value 32 * purposefully matches the desired value of the Status.FR bit. 35 FPU_32BIT = 0, /* FR = 0 */ 36 FPU_64BIT, /* FR = 1, FRE = 0 */ 38 FPU_HYBRID, /* FR = 1, FRE = 1 */ 56 int fr; in __enable_fpu() local 86 /* set CU1 & change FR appropriately */ in __enable_fpu() 87 fr = (int)mode & FPU_FR_MASK; in __enable_fpu() 88 change_c0_status(ST0_CU1 | ST0_FR, ST0_CU1 | (fr ? ST0_FR : 0)); in __enable_fpu() 91 /* check FR has the desired value */ in __enable_fpu() [all …]
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-gp-audio.c | 57 * 1 FR:1 = = = = = = 66 { 0x03, 0x00 }, /* FL,FR */ 67 { 0x0b, 0x02 }, /* FL,FR,FC */ 68 { 0x33, 0x08 }, /* FL,FR,RL,RR */ 69 { 0x37, 0x09 }, /* FL,FR,LFE,RL,RR */ 70 { 0x3f, 0x0b }, /* FL,FR,LFE,FC,RL,RR */ 71 { 0x7f, 0x0f }, /* FL,FR,LFE,FC,RL,RR,RC */ 72 { 0xff, 0x13 }, /* FL,FR,LFE,FC,RL,RR,[FR]RC,[FR]LC */
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | musl-locales_git.bb | 38 LICENSE:locale-base-fr-ca = "MIT" 39 LICENSE:locale-base-fr-fr = "MIT" 56 locale-base-fr-ca \ 57 locale-base-fr-fr \ 74 FILES:locale-base-fr-ca += "${datadir}/i18n/locales/musl/fr_CA.UTF-8" 75 FILES:locale-base-fr-fr += "${datadir}/i18n/locales/musl/fr_FR.UTF-8"
|
/openbmc/linux/arch/csky/kernel/ |
H A D | perf_callchain.c | 35 static void notrace walk_stackframe(struct stackframe *fr, in walk_stackframe() argument 39 perf_callchain_store(entry, fr->lr); in walk_stackframe() 40 } while (unwind_frame_kernel(fr) >= 0); in walk_stackframe() 109 struct stackframe fr; in perf_callchain_kernel() local 111 fr.fp = regs->regs[4]; in perf_callchain_kernel() 112 fr.lr = regs->lr; in perf_callchain_kernel() 113 walk_stackframe(&fr, entry); in perf_callchain_kernel()
|
/openbmc/linux/arch/sh/math-emu/ |
H A D | math.c | 36 #define FR ((unsigned long*)(fregs->fp_regs)) macro 37 #define FR0 (FR[BANK(0)]) 38 #define FRn (FR[BANK(n)]) 39 #define FRm (FR[BANK(m)]) 45 #define XFn (FR[BANK(XREG(n))]) 46 #define XFm (FR[BANK(XREG(m))]) 100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \ 102 FP_##OP##_##SZ(Fr, Fn, Fm); \ 103 PACK_##SZ(N, Fr); }while(0) 137 FP_DECL_S(Fr); in fmac() [all …]
|
/openbmc/qemu/system/ |
H A D | memory.c | 155 #define MEMORY_LISTENER_UPDATE_REGION(fr, as, dir, callback, _args...) \ argument 157 MemoryRegionSection mrs = section_from_flat_range(fr, \ 234 section_from_flat_range(FlatRange *fr, FlatView *fv) in section_from_flat_range() argument 237 .mr = fr->mr, in section_from_flat_range() 239 .offset_within_region = fr->offset_in_region, in section_from_flat_range() 240 .size = fr->addr.size, in section_from_flat_range() 241 .offset_within_address_space = int128_get64(fr->addr.start), in section_from_flat_range() 242 .readonly = fr->readonly, in section_from_flat_range() 243 .nonvolatile = fr->nonvolatile, in section_from_flat_range() 244 .unmergeable = fr->unmergeable, in section_from_flat_range() [all …]
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | dsemul.c | 172 struct emuframe __user *fr; in dsemul_thread_rollback() local 183 fr = &dsemul_page()[fr_idx]; in dsemul_thread_rollback() 192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback() 194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst) in dsemul_thread_rollback() 215 struct emuframe fr; in mips_dsemul() local 264 fr.emul = _emul.word; in mips_dsemul() 265 fr.badinst = _badinst.word; in mips_dsemul() 267 fr.emul = ir; in mips_dsemul() 268 fr.badinst = break_math; in mips_dsemul() 273 ret = access_process_vm(current, fr_uaddr, &fr, sizeof(fr), in mips_dsemul() [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_conntrack.c | 93 static int efx_tc_ct_parse_match(struct efx_nic *efx, struct flow_rule *fr, in efx_tc_ct_parse_match() argument 96 struct flow_dissector *dissector = fr->match.dissector; in efx_tc_ct_parse_match() 100 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_CONTROL)) { in efx_tc_ct_parse_match() 103 flow_rule_match_control(fr, &fm); in efx_tc_ct_parse_match() 137 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_BASIC)) { in efx_tc_ct_parse_match() 140 flow_rule_match_basic(fr, &fm); in efx_tc_ct_parse_match() 180 if (ipv == 4 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in efx_tc_ct_parse_match() 183 flow_rule_match_ipv4_addrs(fr, &fm); in efx_tc_ct_parse_match() 198 } else if (ipv == 6 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in efx_tc_ct_parse_match() 201 flow_rule_match_ipv6_addrs(fr, &fm); in efx_tc_ct_parse_match() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/ |
H A D | telepathy-python3_0.15.19.bb | 27 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/__pycache__ 28 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/__pycache__ 29 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/*/__pycache__ 30 rm -fr ${D}${PYTHON_SITEPACKAGES_DIR}/telepathy/*/__pycache__
|