| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-asm.h | 262 #define CVMX_EXTSP(result,input,pos,len) CVMX_EXTS(result,input,pos,(len)-1) argument 265 #define CVMX_DEXTM1(result,input,pos,lenm1) CVMX_DEXT(result,input,pos,(lenm1)+1) argument 268 #define CVMX_EXTM1(result,input,pos,lenm1) CVMX_EXT(result,input,pos,(lenm1)+1) argument 275 #define CVMX_CINSP(result,input,pos,len) CVMX_CINS(result,input,pos,(len)-1) argument 278 #define CVMX_DINSM1(result,input,pos,lenm1) CVMX_DINS(result,input,pos,(lenm1)+1) argument 280 #define CVMX_DINSCM1(result,pos,lenm1) CVMX_DINSC(result,pos,(lenm1)+1) argument 283 #define CVMX_INSM1(result,input,pos,lenm1) CVMX_INS(result,input,pos,(lenm1)+1) argument 285 #define CVMX_INSCM1(result,pos,lenm1) CVMX_INSC(result,pos,(lenm1)+1) argument 467 #define CVMX_MT_KAS_KEY(val,pos) CVMX_MT_3DES_KEY(val,pos) argument 473 #define CVMX_MF_KAS_KEY(val,pos) CVMX_MF_3DES_KEY(val,pos) argument [all …]
|
| H A D | cvmx-power-throttle.c | 56 #define CVMX_PTH_GET_MASK(len, pos) \ argument 67 int32_t pos; /* position of the field's LSb */ member
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 711 ngx_http_v2_state_preface(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_preface() 733 ngx_http_v2_state_preface_end(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_preface_end() 927 ngx_http_v2_state_read_data(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_read_data() 1009 ngx_http_v2_state_headers(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_headers() 1299 ngx_http_v2_state_field_len(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_field_len() 1441 ngx_http_v2_state_field_raw(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_field_raw() 1794 ngx_http_v2_state_priority(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_priority() 1982 ngx_http_v2_state_settings(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_settings() 2181 ngx_http_v2_state_goaway(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_goaway() 2388 ngx_http_v2_state_complete(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_complete() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | intset.c | 55 static int64_t _intsetGetEncoded(intset *is, int pos, uint8_t enc) { in _intsetGetEncoded() 76 static int64_t _intsetGet(intset *is, int pos) { in _intsetGet() 81 static void _intsetSet(intset *is, int pos, int64_t value) { in _intsetSet() 115 static uint8_t intsetSearch(intset *is, int64_t value, uint32_t *pos) { in intsetSearch() 206 uint32_t pos; in intsetAdd() local 236 uint32_t pos; in intsetRemove() local 266 uint8_t intsetGet(intset *is, uint32_t pos, int64_t *value) { in intsetGet()
|
| H A D | redis-check-aof.c | 102 off_t pos = 0; in process() local 202 off_t pos = process(fp); in redis_check_aof_main() local
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bitmap.h | 222 uint32_t pos) in __rte_bitmap_clear_slab_overhead_bits() 335 rte_bitmap_prefetch0(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_prefetch0() 356 rte_bitmap_get(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_get() 376 rte_bitmap_set(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_set() 404 rte_bitmap_set_slab(struct rte_bitmap *bmp, uint32_t pos, uint64_t slab) in rte_bitmap_set_slab() 444 rte_bitmap_clear(struct rte_bitmap *bmp, uint32_t pos) in rte_bitmap_clear() 512 __rte_bitmap_scan_read(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in __rte_bitmap_scan_read() 553 rte_bitmap_scan(struct rte_bitmap *bmp, uint32_t *pos, uint64_t *slab) in rte_bitmap_scan()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bitmap.c | 19 uint32_t pos = 0; in test_bitmap_scan_operations() local 79 uint32_t pos = 0; in test_bitmap_slab_set_get() local 191 uint32_t pos; in test_bitmap_all_set() local
|
| H A D | test_hash.c | 103 int32_t pos) in print_key_info() 503 int pos, expectedPos, delPos; in test_add_delete_free_lf() local 601 int pos, expectedPos, delPos, result; in test_hash_get_key_with_position() local 704 int pos[5]; in test_five_keys() local 801 int pos[5]; in test_full_bucket() local 905 int pos[64]; in test_extendable_bucket() local 1924 int pos[total_entries]; in test_hash_rcu_qsbr_dq_mode() local 2094 int pos[total_entries]; in test_hash_rcu_qsbr_sync_mode() local
|
| /f-stack/app/micro_thread/ |
| H A D | heap.h | 173 for (int pos = _count; pos > 0; pos = pos/2) in HeapUp() local 200 for (int pos = index; pos <= _count; pos = min_son) in HeapDown() local 287 int pos = item->GetIndex() ; in HeapDelete() local
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.h | 32 #define IFPGA_BIT_SET(var, pos) \ argument 36 #define IFPGA_BIT_RESET(var, pos) \ argument 40 #define IFPGA_BIT_ISSET(var, pos) \ argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_vpd.c | 411 __in unsigned int pos, in efx_vpd_next_keyword() 486 unsigned int pos; in efx_vpd_hunk_verify() local 585 unsigned int pos; in efx_vpd_hunk_reinit() local 639 unsigned int pos; in efx_vpd_hunk_next() local 717 unsigned int pos; in efx_vpd_hunk_get() local 777 unsigned int pos; in efx_vpd_hunk_set() local
|
| H A D | siena_mcdi.c | 40 unsigned int pos; in siena_mcdi_send_request() local 127 unsigned int pos = 0; in siena_mcdi_read_response() local
|
| H A D | ef10_mcdi.c | 143 unsigned int pos; in ef10_mcdi_send_request() local 214 unsigned int pos = 0; in ef10_mcdi_read_response() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_msgbuf.c | 152 u_int pos; in msgbuf_do_addchar() local 321 u_int len, pos, wseq; in msgbuf_getbytes() local 360 u_int len, pos, wseq; in msgbuf_peekbytes() local
|
| /f-stack/freebsd/sys/ |
| H A D | imgact_elf.h | 40 #define AUXARGS_ENTRY(pos, id, val) \ argument 43 #define AUXARGS_ENTRY_PTR(pos, id, ptr) \ argument 46 #define AUXARGS_ENTRY_PTR(pos, id, ptr) \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 77 procfs_list_next_node(procfs_list_cursor_t *cursor, loff_t *pos) in procfs_list_next_node() 107 procfs_list_seq_start(struct seq_file *f, loff_t *pos) in procfs_list_seq_start() 146 procfs_list_seq_next(struct seq_file *f, void *p, loff_t *pos) in procfs_list_seq_next()
|
| H A D | spl-proc.c | 386 taskq_seq_start(struct seq_file *f, loff_t *pos) in taskq_seq_start() 406 taskq_seq_next(struct seq_file *f, void *p, loff_t *pos) in taskq_seq_next() 488 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start() 508 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.c | 337 size_t pos = 0; in readLinesFromFile() local 368 size_t pos = 0; in UTIL_createFileNamesTable_fromFileName() local 462 size_t pos = 0; in UTIL_mergeFileNamesTable() local 507 char** bufStart, size_t* pos, in UTIL_prepareFileList() 572 char** bufStart, size_t* pos, in UTIL_prepareFileList() 640 char** bufStart, size_t* pos, in UTIL_prepareFileList() 717 char* pos = NULL; in convertPathnameToDirName() local 965 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local 988 { size_t ifnNb, pos; in UTIL_createExpandedFNT() local
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_cuckoo.c | 160 int pos = 0; in rte_table_hash_cuckoo_entry_add() local 207 int pos = 0; in rte_table_hash_cuckoo_entry_delete() local 280 int pos; in rte_table_hash_cuckoo_lookup() local
|
| H A D | rte_table_array.h | 37 uint32_t pos; member
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 246 loff_t pos, ssize_t count, size_t skip) in zpl_uio_init() 355 unsigned long nr_segs, loff_t pos) in zpl_aio_read() 393 unsigned long nr_segs, loff_t pos) in zpl_aio_write() 450 zpl_direct_IO(struct kiocb *kiocb, struct iov_iter *iter, loff_t pos) in zpl_direct_IO() 457 zpl_direct_IO(int rw, struct kiocb *kiocb, struct iov_iter *iter, loff_t pos) in zpl_direct_IO() 471 loff_t pos, unsigned long nr_segs) in zpl_direct_IO() 480 zpl_direct_IO(int rw, struct kiocb *kiocb, struct iov_iter *iter, loff_t pos) in zpl_direct_IO()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | load_cmd.h | 147 load_check_len_offset(int pos, uint32_t length, uint32_t offset) in load_check_len_offset() 219 int pos = -1, ret = -EINVAL; in rta_load() local
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | parser.h | 12 #define skip_white_spaces(pos) \ argument
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.c | 2172 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_update() 2214 struct rte_sched_subport *subport, uint32_t pos) in grinder_tc_ov_credits_update() 2258 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_update() 2313 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_check() 2348 struct rte_sched_subport *subport, uint32_t pos) in grinder_credits_check() 2397 struct rte_sched_subport *subport, uint32_t pos) in grinder_schedule() 2526 uint32_t pos, uint32_t qindex, uint16_t qmask) in grinder_tccache_populate() 2550 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_tc() 2598 struct rte_sched_subport *subport, uint32_t pos) in grinder_next_pipe() 2724 #define grinder_evict(subport, pos) argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 42 int pos; /* where to insert new element */ in tinsert() local 69 int pos = luaL_optint(L, 2, size); in tremove() local
|