Home
last modified time | relevance | path

Searched full:point (Results 1 – 25 of 1464) sorted by relevance

12345678910>>...59

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/
H A Dimages-r0.txt10 NOR0ENTRY: 00000000 ;Image Entry Point
16 NOR1ENTRY: 00000000 ;Image Entry Point
23 NOR2ENTRY: 00000000 ;Image Entry Point
30 NOR3ENTRY: 00000000 ;Image Entry Point
36 NOR4ENTRY: 00000000 ;Image Entry Point
42 NOR5ENTRY: 00000000 ;Image Entry Point
49 NOR6ENTRY: 00000000 ;Image Entry Point
56 NOR7ENTRY: 00000000 ;Image Entry Point
62 NOR8ENTRY: 00000000 ;Image Entry Point
69 NOR9ENTRY: 00000000 ;Image Entry Point
H A Dimages-r2.txt10 NOR0ENTRY: 00000000 ;Image Entry Point
16 NOR1ENTRY: 00000000 ;Image Entry Point
23 NOR2ENTRY: 00000000 ;Image Entry Point
30 NOR3ENTRY: 00000000 ;Image Entry Point
36 NOR4ENTRY: 00000000 ;Image Entry Point
42 NOR5ENTRY: 00000000 ;Image Entry Point
49 NOR6ENTRY: 00000000 ;Image Entry Point
56 NOR7ENTRY: 00000000 ;Image Entry Point
62 NOR8ENTRY: 00000000 ;Image Entry Point
69 NOR9ENTRY: 00000000 ;Image Entry Point
H A Dimages-r1.txt10 NOR0ENTRY: 00000000 ;Image Entry Point
16 NOR1ENTRY: 00000000 ;Image Entry Point
23 NOR2ENTRY: 00000000 ;Image Entry Point
30 NOR3ENTRY: 00000000 ;Image Entry Point
36 NOR4ENTRY: 00000000 ;Image Entry Point
42 NOR5ENTRY: 00000000 ;Image Entry Point
49 NOR6ENTRY: 00000000 ;Image Entry Point
56 NOR7ENTRY: 00000000 ;Image Entry Point
62 NOR8ENTRY: 00000000 ;Image Entry Point
69 NOR9ENTRY: 00000000 ;Image Entry Point
/openbmc/openbmc-test-automation/bin/
H A Dprocess_plug_in_packages.py31 + " one or more call point programs. Each of these call point"
36 + " point program in the plug-in directory. If it is found,"
39 + " point programs.\n\nAfter each call point program"
44 + "<shell return code value of last call point program - this"
46 + " that if a call point program returns a value it will be"
49 + " reserved for errors in calling the call point program"
50 + " rather than errors generated by the call point program.>",
67 help="The call point program name. This value must not include the"
79 + " equals 0x00000200, it means that for each plug-in call point that"
91 + "non-zero if the call point program from any plug-in directory "
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js52 for (var point = 0, nextcode = 0, i = 0; i !== Len;) {
53 point = str.charCodeAt(i), i += 1;
54 if (point >= 0xD800 && point <= 0xDBFF) {
64 point = (point - 0xD800) * 0x400 + nextcode - 0xDC00 + 0x10000;
66 if (point > 0xffff) {
67 resArr[resPos += 1] = (0x1e /*0b11110*/ << 3) | (point >>> 18);
69 (0x2 /*0b10*/ << 6) | ((point >>> 12) & 0x3f /*0b00111111*/);
71 (0x2 /*0b10*/ << 6) | ((point >>> 6) & 0x3f /*0b00111111*/);
73 (0x2 /*0b10*/ << 6) | (point & 0x3f /*0b00111111*/);
83 if (point <= 0x007f) {
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DControl.v1_7_0.json39 "description": "The `Control` schema describes a control point and its properties.",
40 … "longDescription": "This resource shall represent a control point for a Redfish implementation.",
106 "description": "The supported values for the set point.",
114 …ue of `SetPointUnits`. This property should only be present when the set point or range has a lim…
131 …delay in seconds before the control will activate once the value has deviated from the set point.",
173 …"description": "The maximum deviation from the set point allowed before the control will activate.…
182 "description": "The default set point of the control.",
184 …"longDescription": "This property shall contain the default set point control value. The units sh…
221 "description": "The smallest increment supported for the set point.",
295 "description": "The desired set point of the control.",
[all …]
/openbmc/qemu/target/hexagon/imported/
H A Dfloat.idef19 * Floating-Point Instructions
26 "Floating-Point Add",
30 "Floating-Point Subtract",
34 "Floating-Point Multiply",
38 "Floating-Point Fused Multiply Add",
42 "Floating-Point Fused Multiply Add w/ Additional Scaling (2**Pu)",
51 "Floating-Point Fused Multiply Add",
55 "Floating-Point Fused Multiply Add for Library Routines",
70 "Floating-Point Fused Multiply Add for Library Routines",
86 "Floating Point Compare for Equal",
[all …]
/openbmc/u-boot/include/
H A Dcharset.h17 * console_read_unicode() - read Unicode code point from console
19 * @code: pointer to store Unicode code point
25 * utf8_get() - get next UTF-8 code point from buffer
27 * @src: pointer to current byte, updated to point to next byte
28 * Return: code point, or 0 for end of string, or -1 if no legal
29 * code point is found. In case of an error src points to
35 * utf8_put() - write UTF-8 code point to buffer
37 * @code: code point
84 * utf16_get() - get next UTF-16 code point from buffer
86 * @src: pointer to current word, updated to point to next word
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py45 # Without this check we will miss the case where the insertion point should
47 # always strictly lower than the insertion point.
51 # Invariant: There is no insertion point i with i <= lo
54 # Invariant: There is an insertion point i with i <= hi
63 # insertion point which is not always minimal.
67 # Either v == ls[mid] in which case mid is a valid insertion point
72 # We now know that there is a valid insertion point <= hi and there is no
73 # valid insertion point < hi because hi - 1 is lo. Therefore hi is the
111 that no smaller index is a valid insertion point for v."""
121 a value into a list twice, the insertion point should be the same both
/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_plug_in.py66 … call_point The call point program to be called for each plug-in package (e.g.
70 … means that for each plug-in call point that runs, a 0x00000200 will not
73 … if the call point program from any plug-in directory fails. Conversely,
74 … if it is set to false, this program will run the call point program from
78 …stop_on_non_zero_rc If this parm is set to 1 and a plug-in call point program returns …
82 … processing if one of the plug-in directory call point programs returns a
84 … example might be in calling some kind of "check_errl" call point program.
85 … Such a call point program might return a 2 (i.e. 0x00000200) to indicate
88 point program would need to be called.
160 "Processing " + call_point + " call point programs."
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-neon.inc10 TUNEVALID[vfpv3d16] = "Enable Vector Floating Point Version 3 with 16 registers (vfpv3-d16) unit."
13 TUNEVALID[vfpv3] = "Enable Vector Floating Point Version 3 with 32 registers (vfpv3) unit."
16 TUNEVALID[vfpv4] = "Enable Vector Floating Point Version 4 (vfpv4) unit."
20 TUNEVALID[vfpv4d16] = "Enable Vector Floating Point Version 4 with 16 registers (vfpv4-d16) unit."
23 TUNEVALID[vfpv5spd16] = "Enable Vector Floating Point Version 5, Single Precision. with 16 register…
/openbmc/u-boot/arch/x86/include/asm/
H A Dsipi.h16 * struct sipi_params_16bit - 16-bit SIPI entry-point parameters
24 * @ap_start: 32-bit SIPI entry point for U-Boot
41 * struct sipi_params - 32-bit SIP entry-point parameters
72 /* 16-bit AP entry point */
78 /* 32-bit AP entry point */
/openbmc/qemu/include/system/
H A Dcryptodev.h67 * @cipher_key: point to a key of CIPHER
68 * @auth_key: point to an authenticated key of MAC
123 * @hash_start_src_offset: Starting point for hash processing, specified
126 * @cipher_start_src_offset: Starting point for cipher processing, specified
134 * @iv: point to the initialization vector or counter
135 * @src: point to the source data
136 * @dst: point to the destination data
137 * @aad_data: point to the additional authenticated data
138 * @digest_result: point to the digest result data
139 * @data[0]: point to the extensional memory by one memory allocation
[all …]
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h2 NetWinder Floating Point Emulator
72 /* 0 */ FPREG fpreg[8]; /* 8 floating point registers */
73 /* 96 */ FPSR fpsr; /* floating point status register */
74 /* 100 */ FPCR fpcr; /* floating point control register */
75 /* 104 */ unsigned char fType[8]; /* type of floating point value held in
76 floating point registers. One of none
/openbmc/qemu/include/qobject/
H A Dqnum.h31 * concrete subtypes: floating-point, signed integer, unsigned
36 * decimal point or an exponent, it is floating-point. Else if it
38 * uint64_t, it's unsigned integer. Else it's floating-point.
/openbmc/openbmc/poky/meta/recipes-support/mpfr/
H A Dmpfr_4.2.2.bb1 SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
2 …ple Precision Floating-Point Reliable Library (GNU MPFR) is a GNU portable C library for arbitrary…
/openbmc/phosphor-webui/app/access-control/directives/
H A Drole-table.js54 {uiData: ['IPMI access point', check, check, check, '']},
55 {uiData: ['Redfish access point', check, check, check, '']},
56 {uiData: ['SSH access point', check, '', '', '']},
57 {uiData: ['WebUI access point', check, check, check, '']},
/openbmc/u-boot/include/usb/
H A Dehci-ci.h208 - End Point Address */
223 u32 epsetupstat; /* 0x1ac - End Point Setup Status */
224 u32 epprime; /* 0x1b0 - End Point Init Status */
225 u32 epflush; /* 0x1b4 - End Point De-initlialize */
226 u32 epstatus; /* 0x1b8 - End Point Status */
227 u32 epcomplete; /* 0x1bc - End Point Complete */
228 u32 epctrl0; /* 0x1c0 - End Point Control 0 */
229 u32 epctrl1; /* 0x1c4 - End Point Control 1 */
230 u32 epctrl2; /* 0x1c8 - End Point Control 2 */
231 u32 epctrl3; /* 0x1cc - End Point Control 3 */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch36 <point val="29.52,49.18"/>
43 <point val="29.52,49.18"/>
45 <point val="37.68,49.18"/>
52 <point val="37.68,49.18"/>
54 <point val="29.52,35.78"/>
61 <point val="29.52,35.78"/>
78 <point val="18.80,55.45"/>
79 - <point val="18.80,68.63"/>
80 - <point val="22.80,68.63"/>
81 + <point val="18.80,68.62"/>
[all …]
/openbmc/telemetry/src/types/
H A Dcollection_time_scope.hpp12 point, enumerator
29 "xyz.openbmc_project.Telemetry.Report.CollectionTimescope.Point",
30 CollectionTimeScope::point),
/openbmc/qemu/docs/system/arm/
H A Demulation.rst23 - FEAT_AFP (Alternate floating-point behavior)
62 - FEAT_FCMA (Floating-point complex number instructions)
64 - FEAT_FHM (Floating-point half-precision multiplication instructions)
65 - FEAT_FP (Floating Point extensions)
66 - FEAT_FP16 (Half-precision floating-point data processing)
70 - FEAT_FRINTTS (Floating-point to integer instructions)
137 - FEAT_SME_F64F64 (Double-precision floating-point outer product instructions)
189 - FP (Floating-point Extension)
191 - HP (Half-precision floating-point instructions)
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A DKconfig77 Select the Operating Performance Point(OPP) for the MPU voltage
91 Select the Operating Performance Point(OPP) for the DSPEVE voltage
115 Select the Operating Performance Point(OPP) for the IVA voltage
139 Select the Operating Performance Point(OPP) for the GPU voltage
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware_asm.S13 * x0: Secure Firmware entry point
60 * x4: kernel entry point
63 * x1: kernel entry point
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h152 #define TARGET_FPE_FLTDIV (3) /* Floating point divide by zero. */
153 #define TARGET_FPE_FLTOVF (4) /* Floating point overflow. */
154 #define TARGET_FPE_FLTUND (5) /* Floating point underflow. */
155 #define TARGET_FPE_FLTRES (6) /* Floating point inexact result. */
156 #define TARGET_FPE_FLTINV (7) /* Invalid floating point operation. */
/openbmc/phosphor-pid-control/tools/
H A Dfan_rpm_loop_test.sh9 # Store commanded rpm as thermal set-point.
12 # rpm - rpm set-point.
14 printf '%d\n' "$1" > /etc/thermal.d/set-point
23 # dwell: dwell time at each point, in seconds

12345678910>>...59