Searched refs:ary (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-efuse.c | 124 uint32_t *ary = s->ro_bits; in efuse_ro_bits_sort() local 127 if (ary && cnt > 1) { in efuse_ro_bits_sort() 128 qsort(ary, cnt, sizeof(ary[0]), efuse_ro_bits_cmp); in efuse_ro_bits_sort() 134 const uint32_t *ary = s->ro_bits; in efuse_ro_bits_find() local 137 if (!ary || !cnt) { in efuse_ro_bits_find() 141 return bsearch(&k, ary, cnt, sizeof(ary[0]), efuse_ro_bits_cmp) != NULL; in efuse_ro_bits_find()
|
H A D | xlnx-versal-efuse-ctrl.c | 333 XlnxEFuseLkSpec *ary = s->extra_pg0_lock_spec; in efuse_lk_spec_sort() local 335 const uint32_t sz = sizeof(ary[0]); in efuse_lk_spec_sort() 338 if (ary && cnt) { in efuse_lk_spec_sort() 339 qsort(ary, cnt, sz, efuse_lk_spec_cmp); in efuse_lk_spec_sort() 345 const XlnxEFuseLkSpec *ary = s->extra_pg0_lock_spec; in efuse_lk_spec_find() local 347 const uint32_t sz = sizeof(ary[0]); in efuse_lk_spec_find() 351 if (ary && cnt) { in efuse_lk_spec_find() 354 item = bsearch(&k, ary, cnt, sz, efuse_lk_spec_cmp); in efuse_lk_spec_find()
|
/openbmc/phosphor-power/test/ |
H A D | format_utils_tests.cpp | 57 std::array<std::string, 3> ary{"cow", "horse", "zebra"}; in TEST() local 58 std::span<std::string> spn{ary}; in TEST()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 479 u8 ary = bpf2mips64[BPF_REG_2]; in emit_tail_call() local 496 emit(ctx, lwu, tmp, off, ary); /* tmp = ary->map.max_entrs*/ in emit_tail_call() 509 emit(ctx, daddu, tmp, tmp, ary); /* tmp += ary */ in emit_tail_call()
|
H A D | bpf_jit_comp32.c | 1292 u8 ary = lo(bpf2mips32[BPF_REG_2]); in emit_tail_call() local 1310 emit(ctx, lw, t1, off, ary); /* t1 = ary->map.max_entries*/ in emit_tail_call() 1327 emit(ctx, addu, t1, t1, ary); /* t1 += ary */ in emit_tail_call()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 192 encrypt pages leaving the CPU caches. MEE uses a n-ary Merkle tree with root in
|