Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 2387) sorted by relevance

12345678910>>...96

/openbmc/phosphor-webui/app/common/services/
H A Dconstants.js118 {Name: 'Afghanistan', code: 'AF'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200601
119 {Name: 'Albania', code: 'AL'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200701
120 {Name: 'Algeria', code: 'DZ'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200801
121 {Name: 'American Samoa', code: 'AS'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200901
122 {Name: 'Andorra', code: 'AD'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200a01
123 {Name: 'Angola', code: 'AO'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200b01
124 {Name: 'Anguilla', code: 'AI'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200c01
125 {Name: 'Antarctica', code: 'AQ'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200d01
126 {Name: 'Antigua and Barbuda', code: 'AG'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200e01
127 {Name: 'Argentina', code: 'AR'}, property in AnonymousFunction52d37c200200.AnonymousClass52d37c200f01
[all …]
/openbmc/u-boot/lib/
H A Dcharset.c37 int code = 0; in get_code() local
43 code = ch << 18; in get_code()
52 code += ch << 12; in get_code()
53 if ((code >= 0xD800 && code <= 0xDFFF) || in get_code()
54 code >= 0x110000) in get_code()
62 code += ch << 6; in get_code()
67 ch += code; in get_code()
113 int console_read_unicode(s32 *code) in console_read_unicode() argument
121 *code = get_code(read_console, NULL); in console_read_unicode()
130 int utf8_put(s32 code, char **dst) in utf8_put() argument
[all …]
H A Dslre.c125 op = r->code[pc]; in slre_dump()
131 (void) fprintf(fp, "%d ", r->code[pc + 1]); in slre_dump()
136 pc + r->code[pc + 1] - i); in slre_dump()
141 r->code[pc + 1], r->code[pc + 2]); in slre_dump()
146 for (j = 0; j < r->code[pc + 2]; j++) { in slre_dump()
147 ch = r->data[r->code[pc + 1] + j]; in slre_dump()
173 r->code[pc] = (unsigned char) (r->code_size - offset); in set_jump_offset()
177 emit(struct slre *r, int code) in emit() argument
179 if (r->code_size >= (int) (sizeof(r->code) / sizeof(r->code[0]))) in emit()
182 r->code[r->code_size++] = (unsigned char) code; in emit()
[all …]
/openbmc/u-boot/scripts/
H A Ddecodecode23 code=
30 code=$i
37 code="$code $xdump"
47 if [ -z "$code" ]; then
52 echo $code
53 code=`echo $code | sed -e 's/.*Code: //'`
55 width=`expr index "$code" ' '`
86 marker=`expr index "$code" "\<"`
88 marker=`expr index "$code" "\("`
93 echo All code >> $T.oo
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash177 my $code;
387 open($code, '>', $code_name) or die "Cannot open $code_name: $!" ;
389 $code = *STDOUT;
392 $header = $code;
515 …print { $code } ("static enum ${enum_name} ${function_name}${local_length}(const char *string)\n");
516 print { $code } ("{\n");
517 $self->print_table($trie->filter_depth($local_length)->rebuild_tree(), $code, 1);
518 … printf { $code } (" return %s$unknown_label;\n", ($enum_class ? "${enum_name}::" : ''));
519 print { $code } ("}\n");
539 print { $code } ("#include \"$header_name\"\n") if ($header_name ne $code_name);
[all …]
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp55 static constexpr int code = DBUS_TYPE_INVALID; member
60 static constexpr int code = DBUS_TYPE_BOOLEAN; member
65 static constexpr int code = DBUS_TYPE_BYTE; member
70 static constexpr int code = DBUS_TYPE_INT16; member
75 static constexpr int code = DBUS_TYPE_UINT16; member
80 static constexpr int code = DBUS_TYPE_INT32; member
85 static constexpr int code = DBUS_TYPE_UINT32; member
90 static constexpr int code = DBUS_TYPE_INT64; member
95 static constexpr int code = DBUS_TYPE_UINT64; member
100 static constexpr int code = DBUS_TYPE_DOUBLE; member
[all …]
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h127 static inline uint32_t qb_attr_code_decode(const struct qb_attr_code *code, in qb_attr_code_decode() argument
130 return d32_uint32_t(code->lsoffset, code->width, cacheline[code->word]); in qb_attr_code_decode()
135 static inline void qb_attr_code_encode(const struct qb_attr_code *code, in qb_attr_code_encode() argument
138 cacheline[code->word] = in qb_attr_code_encode()
139 r32_uint32_t(code->lsoffset, code->width, cacheline[code->word]) in qb_attr_code_encode()
140 | e32_uint32_t(code->lsoffset, code->width, val); in qb_attr_code_encode()
143 static inline void qb_attr_code_encode_64(const struct qb_attr_code *code, in qb_attr_code_encode_64() argument
146 cacheline[code->word / 2] = val; in qb_attr_code_encode_64()
/openbmc/qemu/tests/tcg/s390x/
H A Dbranch-relative-long.c20 const char *code; member
26 .code = brasl_r0,
30 .code = brcl_0xf,
42 size_t test_length = 0x100000000 + (tests[i].code_end - tests[i].code); in main()
58 void (*code)(void) = (void *)(buf + 0x100000000); in main() local
60 memcpy(code, tests[i].code, tests[i].code_end - tests[i].code); in main()
61 code(); in main()
62 memset(code, 0, tests[i].code_end - tests[i].code); in main()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmethodpool.py9 def insert_method(modulename, code, fn, lineno): argument
14 comp = better_compile(code, modulename, fn, lineno=lineno)
15 better_exec(comp, None, code, fn)
19 def compile_cache(code): argument
20 h = hash(code)
25 def compile_cache_add(code, compileobj): argument
26 h = hash(code)
/openbmc/qemu/contrib/gitdm/
H A Dfiletypes.txt31 # ie. we want ltmain.sh -> 'build' instead of 'code'.
36 order build,interface,tests,code,documentation,devel-doc,blobs
43 filetype code \.c$ # C
44 filetype code \.c.inc$ # C
45 filetype code \.C$ # C++
46 filetype code \.cpp$ # C++
47 filetype code \.c\+\+$ # C++
48 filetype code \.cxx$ # C++
49 filetype code \.cc$ # C++
50 filetype code \.h$ # C or C++ header
[all …]
/openbmc/sdeventplus/test/
H A Dexception.cpp15 const int code = EINTR; in TEST() local
18 std::system_error expected(code, std::generic_category(), prefix); in TEST()
19 SdEventError err(code, prefix); in TEST()
22 EXPECT_EQ(code, err.code().value()); in TEST()
23 EXPECT_EQ(std::generic_category(), err.code().category()); in TEST()
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/
H A Ddistcc66 code=$?
67 echo "$0: start failed with error code $code" >&2
68 exit $code
77 code=$?
78 echo "$0: stop failed with error code $code" >&2
79 exit $code
98 code=$?
100 echo "$0: restart failed with error code $code" >&2
101 exit $code
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_util.c13 u16 code; member
79 u16 *efi_st_translate_char(u16 code) in efi_st_translate_char() argument
83 if (code >= ' ') { in efi_st_translate_char()
84 efi_st_ch[1] = code; in efi_st_translate_char()
88 if (tr->code == code) in efi_st_translate_char()
94 u16 *efi_st_translate_code(u16 code) in efi_st_translate_code() argument
99 if (tr->code == code) in efi_st_translate_code()
/openbmc/u-boot/post/lib_powerpc/
H A Db.c28 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1);
29 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
40 unsigned long code[] = in cpu_post_test_bc() local
55 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc()
69 ret = lr == (ulong) code + 24 ? 0 : -1; in cpu_post_test_bc()
85 ulong code[] = in cpu_post_test_b() local
96 cpu_post_exec_11 (code, &res, 0); in cpu_post_test_b()
108 ulong code[] = in cpu_post_test_b() local
119 cpu_post_exec_11 (code, &res, 0); in cpu_post_test_b()
121 ret = res == (ulong)code + 12 ? 0 : -1; in cpu_post_test_b()
H A Dcr.c37 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1);
38 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3);
239 unsigned long code[] = in cpu_post_test_cr() local
246 cpu_post_exec_11 (code, &res, cr); in cpu_post_test_cr()
262 unsigned long code[] = in cpu_post_test_cr() local
271 cpu_post_exec_21x (code, &res, &xer, test->xer); in cpu_post_test_cr()
287 unsigned long code[] = in cpu_post_test_cr() local
295 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr()
310 unsigned long code[] = in cpu_post_test_cr() local
318 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr()
H A Dstring.c24 extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2);
25 extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3,
39 ulong code[] = in cpu_post_test_string() local
52 cpu_post_exec_02(code, (ulong)src, (ulong)dst); in cpu_post_test_string()
61 ulong code[] = in cpu_post_test_string() local
74 cpu_post_exec_04(code, (ulong)src, (ulong)dst, 0, sizeof(src)); in cpu_post_test_string()
/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_exception.hpp49 const ModbusExceptionCode code; member in phosphor::modbus::rtu::ModbusException
51 explicit ModbusException(uint8_t code, const std::string& message = "") : in ModbusException() argument
53 "{} ({})", toString(static_cast<ModbusExceptionCode>(code)), in ModbusException()
55 code(static_cast<ModbusExceptionCode>(code)) in ModbusException()
58 static auto toString(ModbusExceptionCode code) -> std::string in toString() argument
60 switch (code) in toString()
/openbmc/phosphor-host-postd/
H A Dmain.cpp137 bool aspeedPCC(std::vector<uint8_t>& code, ssize_t readb) in aspeedPCC() argument
151 uint16_t* codePtr = reinterpret_cast<uint16_t*>(code.data()); in aspeedPCC()
183 code.clear(); in aspeedPCC()
186 code.push_back(aspeedPCCBuffer[i - 1] & pccPostCodeMask); in aspeedPCC()
201 std::vector<uint8_t> code(codeSize, 0); in PostCodeEventHandler() local
204 while ((readb = read(postFd, code.data(), codeSize)) > 0) in PostCodeEventHandler()
206 if (procPostCode && procPostCode(code, readb) == false) in PostCodeEventHandler()
214 for (const auto& byte : code) in PostCodeEventHandler()
223 code[0] = ~code[0]; in PostCodeEventHandler()
224 reporter->value(std::make_tuple(code, secondary_post_code_t{}), true); in PostCodeEventHandler()
[all …]
/openbmc/phosphor-post-code-manager/service_files/
H A Dxyz.openbmc_project.State.Boot.PostCode.service2 Description=Post code manager
5 ExecStart=/usr/bin/post-code-manager --host 0 --config /usr/share/phosphor-post-code-manager/post-c…
6 SyslogIdentifier=post-code-manager
H A Dxyz.openbmc_project.State.Boot.PostCode@.service2 Description=Post code manager (host %i)
5 ExecStart=/usr/bin/env post-code-manager --host %i --config /usr/share/phosphor-post-code-manager/p…
6 SyslogIdentifier=post-code-manager%i
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch76 - uint8_t code, const int16_t *coefficient)
77 + uint8_t code, const int16_t *coefficient, bool *ok=NULL)
83 linearSample += ((code & 0x08) ? (code - 0x10) : code) * state.delta;
87 - int delta = (state.delta * adaptationTable[code]) >> 8;
88 + if (multiplyCheckOverflow(state.delta, adaptationTable[code], &delta))
107 uint8_t code;
111 code = *encoded >> 4;
112 - newSample = decodeSample(*state[0], code, coefficient[0]);
113 + newSample = decodeSample(*state[0], code, coefficient[0], &ok);
117 code = *encoded & 0x0f;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch25 the profile data it has collected. Use <code>kill -SIGINT &lt;operf-PID&gt;</code>
38 the profile data it has collected. Use <code class="code">kill -SIGINT &lt;operf-PID&gt;</code>
40 - with this option, your current working directory should be <code class="filename">/root</code> o…
41 - of <code class="filename">/root</code> to avoid storing sample data files in locations accessibl…
42 + with this option, your current working directory should be <code class="filename">~root</code> o…
43 + of <code class="filename">~root</code> to avoid storing sample data files in locations accessibl…
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp24 for (auto code : codes) variable
26 EXPECT_EQ(propogateErrorCode(500, code), 500);
27 EXPECT_EQ(propogateErrorCode(code, 500), 500);
35 for (auto code : codes) variable
37 EXPECT_EQ(propogateErrorCode(code, 505), 505);
38 EXPECT_EQ(propogateErrorCode(505, code), 505);
48 for (auto code : codes) variable
50 EXPECT_EQ(propogateErrorCode(code, 401), 401);
51 EXPECT_EQ(propogateErrorCode(401, code), 401);
58 for (auto code : codes) variable
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dassembler.h55 #define PLD(code...) code argument
57 #define PLD(code...) argument
81 #define CALGN(code...) argument
83 #define CALGN(code...) code
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dsource-code-pro-fonts_2.030_1.050.bb4 HOMEPAGE = "https://github.com/adobe-fonts/source-code-pro"
11 …https://github.com/adobe-fonts/source-code-pro/releases/download/2.030R-ro/1.050R-it/source-code-p…
12 file://44-source-code-pro-fonts-fontconfig.conf \
15 S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it"
17 UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags"
22 …install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf…

12345678910>>...96