/openbmc/entity-manager/test/entity_manager/ |
H A D | test_entity-manager.cpp | 15 nlohmann::json j = {{"foo", "$bus"}}; in TEST() local 16 auto it = j.begin(); in TEST() 23 EXPECT_EQ(expected, j["foo"]); in TEST() 28 nlohmann::json j = {{"foo", "$TEST"}}; in TEST() local 29 auto it = j.begin(); in TEST() 36 EXPECT_EQ(expected, j["foo"]); in TEST() 41 nlohmann::json j = {{"foo", "the $TEST"}}; in TEST() local 42 auto it = j.begin(); in TEST() 49 EXPECT_EQ(expected, j["foo"]); in TEST() 54 nlohmann::json j in TEST() local 67 nlohmann::json j = {{"foo", "the Test $TEST"}}; TEST() local 80 nlohmann::json j = {{"foo", "3 plus 1 equals $TEST + 1"}}; TEST() local 93 nlohmann::json j = {{"foo", "3 minus 1 equals $TEST - 1 !"}}; TEST() local 106 nlohmann::json j = {{"foo", "3 mod 2 equals $TEST % 2"}}; TEST() local 119 nlohmann::json j = {{"foo", "3 * 2 equals $TEST * 2"}}; TEST() local 132 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2"}}; TEST() local 145 nlohmann::json j = {{"foo", "4 * 2 % 6 equals $TEST * 2 % 6"}}; TEST() local 158 nlohmann::json j = {{"foo", "$FOO $BAR"}}; TEST() local 172 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2 $BAR"}}; TEST() local 185 nlohmann::json j = {{"foo", "4 / 2 equals $ADDRESS / 2 $BAR"}}; TEST() local 199 nlohmann::json j = {{"Address", "0x54"}, TEST() local 220 nlohmann::json j = {{"foo", "twelve is $TEST"}}; TEST() local 233 nlohmann::json j = {{"foo", "0x54"}}; TEST() local 245 nlohmann::json j = R"("foo")"_json; TEST() local 252 nlohmann::json j = R"("foo*")"_json; TEST() local 259 nlohmann::json j = R"("foobar")"_json; TEST() local 266 nlohmann::json j = R"("foo[")"_json; TEST() local 273 nlohmann::json j = R"("foo(?!bar)...foo")"_json; TEST() local 282 nlohmann::json j = R"("0")"_json; TEST() local 289 nlohmann::json j = R"("1")"_json; TEST() local 296 nlohmann::json j = R"("11")"_json; TEST() local 303 nlohmann::json j = R"("false")"_json; TEST() local 310 nlohmann::json j = R"("true")"_json; TEST() local 317 nlohmann::json j = R"("false")"_json; TEST() local 324 nlohmann::json j = R"("255")"_json; TEST() local 331 nlohmann::json j = R"("65535")"_json; TEST() local 338 nlohmann::json j = R"("false")"_json; TEST() local 345 nlohmann::json j = R"("true")"_json; TEST() local 352 nlohmann::json j = R"("11")"_json; TEST() local 359 nlohmann::json j = R"("-11")"_json; TEST() local 366 nlohmann::json j = R"("1*4")"_json; TEST() local 373 nlohmann::json j = R"("foo")"_json; TEST() local 380 nlohmann::json j = R"("123.4")"_json; TEST() local 387 nlohmann::json j = R"("-123.4")"_json; TEST() local 394 nlohmann::json j = R"("-123.4")"_json; TEST() local 401 nlohmann::json j = R"(false)"_json; TEST() local 408 nlohmann::json j = R"(true)"_json; TEST() local 415 nlohmann::json j = R"(false)"_json; TEST() local 422 nlohmann::json j = R"(true)"_json; TEST() local 429 nlohmann::json j = R"(true)"_json; TEST() local 436 nlohmann::json j = R"(true)"_json; TEST() local 443 nlohmann::json j = R"(false)"_json; TEST() local 450 nlohmann::json j = R"(false)"_json; TEST() local 457 nlohmann::json j = R"(true)"_json; TEST() local 464 nlohmann::json j = R"(true)"_json; TEST() local 471 nlohmann::json j = R"(false)"_json; TEST() local 478 nlohmann::json j = R"(false)"_json; TEST() local 485 nlohmann::json j = R"(false)"_json; TEST() local 492 nlohmann::json j = R"(true)"_json; TEST() local 499 nlohmann::json j = R"(true)"_json; TEST() local 506 nlohmann::json j = R"(11)"_json; TEST() local 513 nlohmann::json j = R"(1)"_json; TEST() local 520 nlohmann::json j = R"(0)"_json; TEST() local 527 nlohmann::json j = R"(11)"_json; TEST() local 534 nlohmann::json j = R"(11)"_json; TEST() local 541 nlohmann::json j = R"(65535)"_json; TEST() local 548 nlohmann::json j = R"(11)"_json; TEST() local 555 nlohmann::json j = R"(11)"_json; TEST() local 562 nlohmann::json j = R"(11)"_json; TEST() local 569 nlohmann::json j = R"(11)"_json; TEST() local 576 nlohmann::json j = R"(11)"_json; TEST() local 583 nlohmann::json j = R"(-11)"_json; TEST() local 590 nlohmann::json j = R"(-1)"_json; TEST() local 597 nlohmann::json j = R"(-11)"_json; TEST() local 604 nlohmann::json j = R"(-11)"_json; TEST() local 611 nlohmann::json j = R"(-124)"_json; TEST() local 618 nlohmann::json j = R"(-11)"_json; TEST() local 625 nlohmann::json j = R"(-11)"_json; TEST() local 632 nlohmann::json j = R"(-11)"_json; TEST() local 639 nlohmann::json j = R"(-11)"_json; TEST() local 646 nlohmann::json j = R"(0.0)"_json; TEST() local 653 nlohmann::json j = R"(0.0)"_json; TEST() local 660 nlohmann::json j = R"(1.0)"_json; TEST() local 667 nlohmann::json j = R"(-124.0)"_json; TEST() local 674 nlohmann::json j = R"(-124.0)"_json; TEST() local 681 nlohmann::json j = R"(124.7)"_json; TEST() local 687 nlohmann::json j = R"(-124.2)"_json; TEST() local 694 nlohmann::json j = R"(-124.3)"_json; TEST() local 701 nlohmann::json j = R"(-11.0)"_json; TEST() local 708 nlohmann::json j = R"(-11.2)"_json; TEST() local 715 nlohmann::json j = R"([1, 2])"_json; TEST() local 722 nlohmann::json j = R"([1, 2])"_json; TEST() local 729 nlohmann::json j = R"([1, 2])"_json; TEST() local 736 nlohmann::json j = R"([1, 2])"_json; TEST() local 743 nlohmann::json j = R"([1, 2])"_json; TEST() local 750 nlohmann::json j = R"([1, 2])"_json; TEST() local 757 nlohmann::json j = R"([1, 2])"_json; TEST() local 764 nlohmann::json j = R"([1, 2, 3])"_json; TEST() local 771 nlohmann::json j = R"([1, 2])"_json; TEST() local 778 nlohmann::json j = R"([])"_json; TEST() local 785 nlohmann::json j = R"([])"_json; TEST() local 792 nlohmann::json j = R"([1])"_json; TEST() local 799 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 806 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 813 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 820 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 827 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 834 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 841 nlohmann::json j = R"({"foo": "bar"})"_json; TEST() local 848 nlohmann::json j = R"(null)"_json; TEST() local 855 nlohmann::json j = R"(null)"_json; TEST() local 862 nlohmann::json j = R"(null)"_json; TEST() local 869 nlohmann::json j = R"(null)"_json; TEST() local 876 nlohmann::json j = R"(null)"_json; TEST() local 883 nlohmann::json j = R"(null)"_json; TEST() local 890 nlohmann::json j = R"(null)"_json; TEST() local [all...] |
/openbmc/u-boot/drivers/dma/ |
H A D | keystone_nav.c | 39 int j, num; in num_of_desc_to_reg() local 41 for (j = 0, num = 32; j < 15; j++, num *= 2) { in num_of_desc_to_reg() 43 return j; in num_of_desc_to_reg() 51 u32 j; in _qm_init() local 68 for (j = 0; j < HDESC_NUM; j++) in _qm_init() 69 qm_push(&desc_pool[j], qm_cfg->qpool_num); in _qm_init() 81 u32 j; in qm_close() local 91 for (j = 0; j < qm_cfg->region_num; j++) { in qm_close() 92 qm_cfg->desc_mem[j].base_addr = 0; in qm_close() 93 qm_cfg->desc_mem[j].start_idx = 0; in qm_close() [all …]
|
/openbmc/u-boot/lib/ |
H A D | rc4.c | 18 unsigned short i, j, t; in rc4_encode() local 21 j = 0; in rc4_encode() 24 j &= 0x0f; in rc4_encode() 25 k[i] = key[j]; in rc4_encode() 26 j++; in rc4_encode() 29 j = 0; in rc4_encode() 31 j = (j + s[i] + k[i]) % 256; in rc4_encode() 33 s[i] = s[j]; in rc4_encode() 34 s[j] = temp; in rc4_encode() 38 j = 0; in rc4_encode() [all …]
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | buildjson.cpp | 33 void from_json(const json& j, conf::SensorConfig& s) in from_json() argument 35 j.at("type").get_to(s.type); in from_json() 36 j.at("readPath").get_to(s.readPath); in from_json() 39 auto writePath = j.find("writePath"); in from_json() 40 if (writePath == j.end()) in from_json() 46 j.at("writePath").get_to(s.writePath); in from_json() 58 auto ignore = j.find("ignoreDbusMinMax"); in from_json() 59 if (ignore != j.end()) in from_json() 61 j.at("ignoreDbusMinMax").get_to(s.ignoreDbusMinMax); in from_json() 64 auto findunAsF = j.find("unavailableAsFailed"); in from_json() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
H A D | 0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch | 57 int j; 59 for(j = 0; j < num; j++) 61 - left[i][j] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAULT +… 62 - right[i][j] = (float) right_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAULT… 65 + left[i][j] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAU… 69 + right[i][j] = (float) right_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEF… 91 int j; 96 for(j = 0; j < num; j++) 105 for(j = 0; j < num; j++) 122 int j; [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_misc.h | 21 static inline void check(int line, int i, int j, in check() argument 26 line, i, j, result, expect); in check() 58 for (int j = 0; j < MAX_VEC_SIZE_BYTES / FIELDSZ; j++) { \ 59 check(line, i, j, output[i].FIELD[j], expect[i].FIELD[j]); \ 74 for (int j = 0; j < MAX_VEC_SIZE_BYTES; j++) { in init_buffers() local 75 buffer0[i].b[j] = counter0++; in init_buffers() 76 buffer1[i].b[j] = counter1++; in init_buffers() 78 for (int j = 0; j < MAX_VEC_SIZE_BYTES / 4; j++) { in init_buffers() local 79 mask[i].w[j] = (i + j % MASKMOD == 0) ? 0 : 1; in init_buffers() 108 for (int j = 0; j < MAX_VEC_SIZE_BYTES / FIELDSZ; j++) { \ [all …]
|
H A D | v69_hvx.c | 62 for (int j = 0; j < MAX_VEC_SIZE_BYTES / 2; j++) { in test_vasrvuhubrndsat() local 67 shamt = buffer1[i].ub[2 * j + 0] & 0x7; in test_vasrvuhubrndsat() 68 byte0 = fVSATUB(fVROUND(buffer0[2 * i + 0].uh[j], shamt) >> shamt); in test_vasrvuhubrndsat() 69 shamt = buffer1[i].ub[2 * j + 1] & 0x7; in test_vasrvuhubrndsat() 70 byte1 = fVSATUB(fVROUND(buffer0[2 * i + 1].uh[j], shamt) >> shamt); in test_vasrvuhubrndsat() 71 expect[i].uh[j] = (byte1 << 8) | (byte0 & 0xff); in test_vasrvuhubrndsat() 99 for (int j = 0; j < MAX_VEC_SIZE_BYTES / 2; j++) { in test_vasrvuhubsat() local 104 shamt = buffer1[i].ub[2 * j + 0] & 0x7; in test_vasrvuhubsat() 105 byte0 = fVSATUB(buffer0[2 * i + 0].uh[j] >> shamt); in test_vasrvuhubsat() 106 shamt = buffer1[i].ub[2 * j + 1] & 0x7; in test_vasrvuhubsat() [all …]
|
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_acry.c | 55 int i, j; in aspeed_acry_mod_exp() local 68 for (i = prop->exp_len - 1, j = 0; i >= 0; --i) { in aspeed_acry_mod_exp() 69 ctx[j] = ptr[i]; in aspeed_acry_mod_exp() 70 j++; in aspeed_acry_mod_exp() 71 j = (j % 16) ? j : j + 32; in aspeed_acry_mod_exp() 75 for (i = (prop->num_bits >> 3) - 1, j = 0; i >= 0; --i) { in aspeed_acry_mod_exp() 76 ctx[j + 16] = ptr[i]; in aspeed_acry_mod_exp() 77 j++; in aspeed_acry_mod_exp() 78 j = (j % 16) ? j : j + 32; in aspeed_acry_mod_exp() 82 for (i = sig_len - 1, j = 0; i >= 0; --i) { in aspeed_acry_mod_exp() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 49 int i, j; in test_and() local 52 for (j = 0; j < ARRAY_SIZE(tests); ++j) { in test_and() 54 Int128 b = expand(tests[j]); in test_and() 55 Int128 r = expand(tests[i] & tests[j]); in test_and() 65 int i, j; in test_add() local 68 for (j = 0; j < ARRAY_SIZE(tests); ++j) { in test_add() 70 Int128 b = expand(tests[j]); in test_add() 71 Int128 r = expand(tests[i] + tests[j]); in test_add() 81 int i, j; in test_sub() local 84 for (j = 0; j < ARRAY_SIZE(tests); ++j) { in test_sub() [all …]
|
H A D | test-crypto-hash.c | 113 size_t j; in test_hash_alloc() local 128 for (j = 0; j < resultlen; j++) { in test_hash_alloc() 129 g_assert(expected_outputs[i][j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hash_alloc() 130 g_assert(expected_outputs[i][j * 2 + 1] == hex[result[j] & 0xf]); in test_hash_alloc() 145 size_t j; in test_hash_prealloc() local 164 for (j = 0; j < resultlen; j++) { in test_hash_prealloc() 165 g_assert(expected_outputs[i][j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hash_prealloc() 166 g_assert(expected_outputs[i][j * 2 + 1] == hex[result[j] & 0xf]); in test_hash_prealloc() 187 size_t j; in test_hash_iov() local 200 for (j = 0; j < resultlen; j++) { in test_hash_iov() [all …]
|
H A D | test-crypto-hmac.c | 102 size_t j; in test_hmac_alloc() local 119 for (j = 0; j < resultlen; j++) { in test_hmac_alloc() 120 g_assert(exp_output[j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hmac_alloc() 121 g_assert(exp_output[j * 2 + 1] == hex[result[j] & 0xf]); in test_hmac_alloc() 141 size_t j; in test_hmac_prealloc() local 164 for (j = 0; j < resultlen; j++) { in test_hmac_prealloc() 165 g_assert(exp_output[j * 2] == hex[(result[j] >> 4) & 0xf]); in test_hmac_prealloc() 166 g_assert(exp_output[j * 2 + 1] == hex[result[j] & 0xf]); in test_hmac_prealloc() 186 size_t j; in test_hmac_iov() local 207 for (j = 0; j < resultlen; j++) { in test_hmac_iov() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/ |
H A D | 0001-kernel-kvm-don-t-hardcode-objcopy.patch | 57 - objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap… 58 + $(OBJCOPY) -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --… 62 - @objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --ga… 63 + @$(OBJCOPY) -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array -…
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 555 encode_dj_slots(LoongArchInsn opc, uint32_t d, uint32_t j) 557 return opc | d | j << 5; 561 encode_djk_slots(LoongArchInsn opc, uint32_t d, uint32_t j, uint32_t k) 563 return opc | d | j << 5 | k << 10; 567 encode_djka_slots(LoongArchInsn opc, uint32_t d, uint32_t j, uint32_t k, 570 return opc | d | j << 5 | k << 10 | a << 15; 574 encode_djkm_slots(LoongArchInsn opc, uint32_t d, uint32_t j, uint32_t k, 577 return opc | d | j << 5 | k << 10 | m << 16; 581 encode_djkn_slots(LoongArchInsn opc, uint32_t d, uint32_t j, uint32_t k, 584 return opc | d | j << 5 | k << 10 | n << 18; [all …]
|
/openbmc/u-boot/tools/ |
H A D | file2include.c | 30 size_t count, i, j; in main() local 75 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main() 76 if (buf[j]) in main() 82 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) in main() 83 printf("\\x%02x", buf[j]); in main() 85 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main() 86 if (buf[j] != '*' && buf[j] >= 0x20 && buf[j] <= 0x7e) in main() 87 printf("%c", buf[j]); in main()
|
/openbmc/u-boot/examples/standalone/ |
H A D | smc91111_eeprom.c | 36 int c, i, j, done, line, reg, value, start, what; in smc91111_eeprom() local 166 j = 0; in smc91111_eeprom() 168 j = input[i] - 0x30; in smc91111_eeprom() 169 if (j >= 0xA) { in smc91111_eeprom() 170 j -= 0x07; in smc91111_eeprom() 172 reg = (reg * 0x10) + j; in smc91111_eeprom() 185 j = 0; in smc91111_eeprom() 187 j = input[i] - 0x30; in smc91111_eeprom() 188 if (j >= 0xA) { in smc91111_eeprom() 189 j -= 0x07; in smc91111_eeprom() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | long-double.c | 10 int i, j; in main() local 13 for (j = 1; j < 5; j++) { in main() 14 long double la = (long double)i + j; in main() 15 long double lm = (long double)i * j; in main() 16 long double ls = (long double)i - j; in main() 18 assert(la == i + j); in main() 19 assert(lm == i * j); in main() 20 assert(ls == i - j); in main()
|
/openbmc/u-boot/arch/arm/ |
H A D | config.mk | 135 OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .data \ 136 -j .u_boot_list -j .rela.dyn -j .got -j .got.plt \ 137 -j .binman_sym_table -j .text_rest 139 OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .hash \ 140 -j .data -j .got -j .got.plt -j .u_boot_list -j .rel.dyn \ 141 -j .binman_sym_table -j .text_rest 148 OBJCOPYFLAGS += -j .dtb.init.rodata 151 OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel
|
/openbmc/u-boot/arch/arc/cpu/arcv1/ |
H A D | ivt.S | 10 j _start /* 0 - 0x000 */ 11 j memory_error /* 1 - 0x008 */ 12 j instruction_error /* 2 - 0x010 */ 16 j interrupt_handler /* 3:31 - 0x018:0xF8 */ 19 j EV_MachineCheck /* 0x100, Fatal Machine check (0x20) */ 20 j EV_TLBMissI /* 0x108, Intruction TLB miss (0x21) */ 21 j EV_TLBMissD /* 0x110, Data TLB miss (0x22) */ 22 j EV_TLBProtV /* 0x118, Protection Violation (0x23) 24 j EV_PrivilegeV /* 0x120, Privilege Violation (0x24) */ 25 j EV_Trap /* 0x128, Trap exception (0x25) */ [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_event_groups.c | 63 size_t i, j; in execute() local 82 for (j = 0; j < GROUP_SIZE; ++j) { in execute() 83 if (counter[j] != i) { in execute() 84 efi_st_printf("i %u, j %u, count %u\n", in execute() 85 (unsigned int)i, (unsigned int)j, in execute() 86 (unsigned int)counter[j]); in execute() 92 ret = boottime->check_event(events[j]); in execute() 97 if (counter[j] != i) { in execute() 98 efi_st_printf("i %u, j %u, count %u\n", in execute() 99 (unsigned int)i, (unsigned int)j, in execute() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 36 for (int j = 63; j >= 0; j--) { in clmul64() local 37 if ((y >> j) & 1) { in clmul64() 38 result ^= (x << j); in clmul64() 47 for (int j = 63; j >= 1; j--) { in clmulh64() local 48 if ((y >> j) & 1) { in clmulh64() 49 result ^= (x >> (64 - j)); in clmulh64() 682 for (int j = 0; j < 8; j++) { in HELPER() local 683 w[j] = bswap32(vs1[H4((i * 8) + j)]); in HELPER() 684 w[j + 8] = bswap32(vs2[H4((i * 8) + j)]); in HELPER() 686 for (int j = 0; j < 8; j++) { in HELPER() local [all …]
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 77 Int32 i, j, tmp; in fallbackSimpleSort() local 86 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 ) in fallbackSimpleSort() 87 fmap[j-4] = fmap[j]; in fallbackSimpleSort() 88 fmap[j-4] = tmp; in fallbackSimpleSort() 95 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ ) in fallbackSimpleSort() 96 fmap[j-1] = fmap[j]; in fallbackSimpleSort() 97 fmap[j-1] = tmp; in fallbackSimpleSort() 260 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local 277 j = eclass8[i]; in fallbackSort() 278 k = ftab[j] - 1; in fallbackSort() [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_parse.js | 75 let j = i + 1; 78 if (j >= lines.length) { 81 l = lines[j]; 94 j--; 97 j++; 99 return [payload, j]; 140 let j = x[1]; 142 x = munchByte(lines, j); 147 j = x[1]; 149 x = munchByte(lines, j); [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_b.S | 13 j 2f 27 j 2f 45 j 2f 59 j 2f 65 j 2f 79 j 2f 106 j 2f 119 j 2f 133 j 2f 147 j 2f [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
H A D | 0001-Remove-defining-const-as-nothing.patch | 58 for (j=1; j < lpc->num_channels; j++) 59 - sts[i].frame[j-1] = (unsigned short) 60 + *(unsigned short *)(&sts[i].frame[j-1]) = (unsigned short) 61 (((lpc->frames[i][j]-lpc_min)/lpc_range)*65535); 65 for (j=0; j < size; j++) 66 - sts[i].residual[j] = cst_short_to_ulaw((short)resd[j]); 67 + *(unsigned char *)(&sts[i].residual[j]) = cst_short_to_ulaw((short)resd[j]); 74 for (j=0; j < size; j++) 75 - sts[i].residual[j] = cst_short_to_ulaw((short)resd[j]); 76 + *(unsigned char *)(&sts[i].residual[j]) = cst_short_to_ulaw((short)resd[j]);
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sha512.c | 58 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument 60 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \ 61 w[j]; \ 135 int i, j; in SHA512_transform() local 232 j = 0; in SHA512_transform() 235 SHA512_EXP(0, 1, 2, 3, 4, 5, 6, 7, j); in SHA512_transform() 236 j++; in SHA512_transform() 237 SHA512_EXP(7, 0, 1, 2, 3, 4, 5, 6, j); in SHA512_transform() 238 j++; in SHA512_transform() 239 SHA512_EXP(6, 7, 0, 1, 2, 3, 4, 5, j); in SHA512_transform() [all …]
|