Home
last modified time | relevance | path

Searched defs:pos (Results 126 – 150 of 289) sorted by relevance

12345678910>>...12

/openbmc/phosphor-host-postd/
H A Dmain.cpp304 size_t pos = 0; in main() local
/openbmc/qemu/hw/char/
H A Dnrf51_uart.c233 uint32_t pos = (s->rx_fifo_pos + s->rx_fifo_len) % UART_FIFO_LENGTH; in uart_receive() local
/openbmc/qemu/block/
H A Dqed.h259 static inline unsigned int qed_l1_index(BDRVQEDState *s, uint64_t pos) in qed_l1_index()
264 static inline unsigned int qed_l2_index(BDRVQEDState *s, uint64_t pos) in qed_l2_index()
H A Dparallels-ext.c191 uint8_t *pos = ext_cluster; in parallels_parse_format_extension() local
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py118 def getmodule(pos=2): argument
126 def skipModule(reason, pos=2): argument
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c54 #define BYTE_SHIFT(b, pos) (b << (pos * 8)) argument
57 #define BYTE_SHIFT(b, pos) (b << ((sizeof(b) - 1 - (pos)) * 8)) argument
/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c44 int line, pos, inside; in shape_hello() local
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c347 UChar pos[BZ_N_GROUPS], tmp, v; in BZ2_decompress() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp233 void splice(iterator pos, __intrusive_queue& other, iterator first, in splice()
/openbmc/qemu/hw/uefi/
H A Dvar-service-pkcs7.c28 uint64_t pos = 0; in build_signed_data() local
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp226 auto pos = slp::response::OFFSET_URL_ENTRY + slp::response::SIZE_URL_COUNT; in processSrvRequest() local
/openbmc/qemu/tests/qemu-iotests/
H A Dqed.py160 def cmd_zero_cluster(qed, pos, *args): argument
/openbmc/u-boot/include/jffs2/
H A Dmini_inflate.h27 int *pos; /* the symbol that first represents (in the symbols member
/openbmc/entity-manager/src/
H A Dutils.cpp231 size_t pos = 0; in replaceAll() local
/openbmc/qemu/hw/net/can/
H A Dxlnx-versal-canfd.c1865 RegisterInfoArray *r_array, int pos, in canfd_populate_regarray()
1898 int pos = reg_num * template_rai_array_sz; in canfd_create_rai() local
1917 int pos = 0; in canfd_create_regarray() local
/openbmc/u-boot/fs/ubifs/
H A Dlprops.c498 int pos; in is_lprops_dirty() local
859 struct list_head *pos; in dbg_check_cats() local
/openbmc/qemu/tcg/
H A Dtci.c353 uint8_t pos, len; in tcg_qemu_tb_exec() local
887 uint8_t pos, len; in print_insn_tci() local
/openbmc/qemu/audio/
H A Dmixeng.c405 void audio_sample_to_uint64(const void *samples, int pos, in audio_sample_to_uint64()
420 void audio_sample_from_uint64(void *samples, int pos, in audio_sample_from_uint64()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ditem_updater.cpp124 auto pos = path.rfind('/'); in createActivation() local
961 auto pos = path.rfind('/'); in createBIOSObject() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c70 char *pos; in efi_to_native() local
/openbmc/u-boot/cmd/
H A Dmdio.c188 int pos = argc - 1; in do_mdio() local
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp94 auto pos = path.rfind('/'); in action() local
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp328 std::string::size_type pos = dataString.find('='); in getFieldValue() local
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.cpp52 auto pos = name.find('P'); in insertPageNum() local
/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c163 int pos) in is_public_exponent_bit_set()

12345678910>>...12