Home
last modified time | relevance | path

Searched refs:get_next (Results 1 - 25 of 58) sorted by relevance

123

/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn.c31 #define get_next(t, insn) \ macro
263 op = get_next(insn_byte_t, insn); in insn_get_opcode()
287 op = get_next(insn_byte_t, insn); in insn_get_opcode()
334 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
416 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
479 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
484 get_next(short, insn); in insn_get_displacement()
490 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
508 insn->moffset1.value = get_next(short, insn); in __get_moffset()
512 insn->moffset1.value = get_next(in in __get_moffset()
[all...]
/kernel/linux/linux-5.10/tools/arch/x86/lib/
H A Dinsn.c31 #define get_next(t, insn) \ macro
263 op = get_next(insn_byte_t, insn); in insn_get_opcode()
287 op = get_next(insn_byte_t, insn); in insn_get_opcode()
334 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
416 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
479 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
484 get_next(short, insn); in insn_get_displacement()
490 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
508 insn->moffset1.value = get_next(short, insn); in __get_moffset()
512 insn->moffset1.value = get_next(in in __get_moffset()
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dinsn.c46 #define get_next(t, insn) \ macro
278 op = get_next(insn_byte_t, insn); in insn_get_opcode()
302 op = get_next(insn_byte_t, insn); in insn_get_opcode()
349 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
431 get_next(insn_byte_t, insn), 1); in insn_get_sib()
494 get_next(signed char, insn), 1); in insn_get_displacement()
498 get_next(short, insn), 2); in insn_get_displacement()
504 get_next(int, insn), 4); in insn_get_displacement()
521 insn_field_set(&insn->moffset1, get_next(short, insn), 2); in __get_moffset()
524 insn_field_set(&insn->moffset1, get_next(in in __get_moffset()
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/lib/
H A Dinsn.c46 #define get_next(t, insn) \ macro
278 op = get_next(insn_byte_t, insn); in insn_get_opcode()
302 op = get_next(insn_byte_t, insn); in insn_get_opcode()
349 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
431 get_next(insn_byte_t, insn), 1); in insn_get_sib()
494 get_next(signed char, insn), 1); in insn_get_displacement()
498 get_next(short, insn), 2); in insn_get_displacement()
504 get_next(int, insn), 4); in insn_get_displacement()
521 insn_field_set(&insn->moffset1, get_next(short, insn), 2); in __get_moffset()
524 insn_field_set(&insn->moffset1, get_next(in in __get_moffset()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c133 plist = get_next(phead); in kfree_all_stainfo()
137 plist = get_next(plist); in kfree_all_stainfo()
162 plist = get_next(phead); in _rtw_free_sta_priv()
167 plist = get_next(plist); in _rtw_free_sta_priv()
207 psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
415 plist = get_next(phead); in rtw_free_stainfo()
420 plist = get_next(plist); in rtw_free_stainfo()
495 plist = get_next(phead); in rtw_free_all_stainfo()
500 plist = get_next(plist); in rtw_free_all_stainfo()
533 plist = get_next(phea in rtw_get_stainfo()
[all...]
H A Drtw_ap.c215 plist = get_next(phead); in expire_timeout_chk()
228 plist = get_next(plist); in expire_timeout_chk()
261 plist = get_next(phead); in expire_timeout_chk()
272 plist = get_next(plist); in expire_timeout_chk()
1351 plist = get_next(phead); in rtw_acl_add_sta()
1355 plist = get_next(plist); in rtw_acl_add_sta()
1417 plist = get_next(phead); in rtw_acl_remove_sta()
1421 plist = get_next(plist); in rtw_acl_remove_sta()
1923 plist = get_next(phead); in associated_clients_update()
1929 plist = get_next(plis in associated_clients_update()
[all...]
H A Drtw_mlme.c135 pnetwork = LIST_CONTAINOR(get_next(&queue->queue), struct wlan_network, list);
158 plist = get_next(&(free_queue->queue)); in rtw_alloc_network()
257 plist = get_next(phead); in _rtw_find_network()
265 plist = get_next(plist); in _rtw_find_network()
287 plist = get_next(phead); in rtw_free_network_queue()
293 plist = get_next(plist); in rtw_free_network_queue()
439 plist = get_next(phead); in _rtw_find_same_network()
447 plist = get_next(plist); in _rtw_find_same_network()
465 plist = get_next(phead); in rtw_get_oldest_wlan_network()
479 plist = get_next(plis in rtw_get_oldest_wlan_network()
[all...]
H A Drtw_xmit.c1562 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1629 plist = get_next(phead); in rtw_alloc_xmitbuf()
1744 plist = get_next(phead); in rtw_alloc_xmitframe()
1772 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
1877 plist = get_next(phead); in rtw_free_xmitframe_queue()
1882 plist = get_next(plist); in rtw_free_xmitframe_queue()
2332 plist = get_next(phead); in dequeue_xmitframes_to_sleeping_queue()
2337 plist = get_next(plist); in dequeue_xmitframes_to_sleeping_queue()
2407 xmitframe_plist = get_next(xmitframe_phead); in wakeup_sta_to_xmit()
2412 xmitframe_plist = get_next(xmitframe_plis in wakeup_sta_to_xmit()
[all...]
/third_party/ffmpeg/libavformat/
H A Dbmv.c38 int get_next; member
65 c->get_next = 1; in bmv_read_header()
75 while (c->get_next) { in bmv_read_packet()
105 c->get_next = 0; in bmv_read_packet()
113 c->get_next = 1; in bmv_read_packet()
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp285 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
286 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
293 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
294 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()
426 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
458 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
693 exec_node* next = ir->get_next(); in visit()
726 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
732 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next(); in visit()
739 ir_after = (ir_instruction*)ir_after->get_next(); in visit()
[all...]
H A Dglsl_to_nir.cpp1271 param = param->get_next(); in visit()
1279 param = param->get_next(); in visit()
1312 param = param->get_next(); in visit()
1323 param = param->get_next(); in visit()
1329 param = param->get_next(); in visit()
1362 param = param->get_next(); in visit()
1421 param = param->get_next(); in visit()
1429 param = param->get_next(); in visit()
1438 param = param->get_next(); in visit()
1447 param = param->get_next(); in visit()
[all...]
H A Dlink_functions.cpp202 formal_param_node = formal_param_node->get_next(); in visit_leave()
203 actual_param_node = actual_param_node->get_next(); in visit_leave()
H A Dlist.h65 const exec_node *get_next() const;
66 exec_node *get_next();
207 inline const exec_node *exec_node::get_next() const in get_next() function in exec_node
212 inline exec_node *exec_node::get_next() in get_next() function in exec_node
/third_party/node/deps/v8/src/base/
H A Dvlq.h86 VLQDecodeUnsigned(GetNextFunction&& get_next) { in VLQDecodeUnsigned() argument
87 byte cur_byte = get_next(); in VLQDecodeUnsigned()
94 cur_byte = get_next(); in VLQDecodeUnsigned()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dsmbios.c17 efi_status_t (__efiapi *get_next)(efi_smbios_protocol_t *, u16 *, u8 *, member
34 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c128 plist = get_next(phead); in kfree_all_stainfo()
131 plist = get_next(plist); in kfree_all_stainfo()
197 psta = container_of(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
366 plist = get_next(phead); in rtw_free_stainfo()
371 plist = get_next(plist); in rtw_free_stainfo()
H A Drtw_recv.c118 plist = get_next(phead); in _rtw_alloc_recvframe()
221 plist = get_next(phead); in rtw_free_recvframe_queue()
226 plist = get_next(plist); in rtw_free_recvframe_queue()
284 plist = get_next(phead); in rtw_dequeue_recvbuf()
959 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame()
964 xmitframe_plist = get_next(xmitframe_plist); in validate_recv_ctrl_frame()
1031 plist = get_next(phead); in recvframe_defrag()
1049 plist = get_next(plist); in recvframe_defrag()
1084 plist = get_next(plist); in recvframe_defrag()
1688 plist = get_next(phea in enqueue_reorder_recvframe()
[all...]
/third_party/ffmpeg/libavcodec/
H A Daac_ac3_parser.c41 get_next: in ff_aac_ac3_parse()
63 goto get_next; in ff_aac_ac3_parse()
/third_party/node/src/
H A Dcallback_queue-inl.h22 head_ = ret->get_next(); in Shift()
70 CallbackQueue<R, Args...>::Callback::get_next() { in get_next() function in node::CallbackQueue::Callback
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsecvar.h19 int (*get_next)(const char *key, uint64_t *key_len, member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c252 sta_plist = get_next(sta_phead); in xmit_xmitframes()
257 sta_plist = get_next(sta_plist); in xmit_xmitframes()
280 frame_plist = get_next(frame_phead); in xmit_xmitframes()
661 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsecvar.h19 int (*get_next)(const char *key, u64 *key_len, u64 keybufsize); member
26 // Only used if get_next() isn't provided
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsecvar-sysfs.c195 rc = secvar_ops->get_next(name, &namesize, NAME_MAX_SIZE); in secvar_sysfs_load()
269 if (secvar_ops->get_next) in secvar_sysfs_init()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dt_req.c134 get_next: in X509_REQ_print_ex()
162 goto get_next; in X509_REQ_print_ex()
/third_party/openssl/crypto/x509/
H A Dt_req.c134 get_next: in X509_REQ_print_ex()
162 goto get_next; in X509_REQ_print_ex()

Completed in 23 milliseconds

123