Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 30) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c62 static struct menu *current; // current node for SINGLE view variable
739 current = current->parent; in on_back_clicked()
740 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
742 current = current->parent; in on_back_clicked()
745 if (current == &rootmenu) in on_back_clicked()
760 current = &rootmenu; in on_single_clicked()
972 current = menu; in on_treeview2_button_press_event()
1079 current = menu; in on_treeview1_button_press_event()
1402 current = &rootmenu; in display_tree()
1467 display_tree(current); in display_tree_part()
H A Dlex.zconf.c_shipped146 /* Translate the current start state into a value that can be later handed
221 char *yy_buf_pos; /* current position in input buffer */
304 /* Points to current character in buffer. */
703 /* Done after the current pattern has been matched and before the
1052 * the current run.
1484 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1539 /* just a shorter name for the current buffer */
1886 /* If b is the current buffer, then zconf_init_buffer was _probably_
1928 * the current state. This function will allocate the stack
2140 /** Get the current line number.
[all …]
H A Dqconf.cc451 for (; it.current(); ++it) { in updateList()
452 item = (ConfigItem*)it.current(); in updateList()
578 for (; (item = (ConfigItem*)it.current()); it++) { in setParentMenu()
930 for (; it.current(); it++) in setAllOpen()
931 it.current()->setOpen(open); in setAllOpen()
H A Dzconf.l320 "Inclusion path:\n current file : '%s'\n",
H A Dzconf.tab.c_shipped1474 /* Get the current used size of the three stacks, in elements. */
1545 /* Do appropriate processing given the current state. Read a
1605 | yydefault -- do the default action for the current state. |
2171 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c294 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_Init()
468 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_GetMem()
515 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_PutMem()
565 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_Release()
675 if (in_interrupt() || (current->flags & PF_KTHREAD))
774 if (in_interrupt() || (current->flags & PF_KTHREAD))
852 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_MapKerVA()
954 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_UnmapKerVA()
1033 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_DCacheFlush()
1080 if (in_interrupt() || (current->flags & PF_KTHREAD)) in MApi_IPA_Pool_HEAP_ATTR()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped128 /* Translate the current start state into a value that can be later handed
203 char *yy_buf_pos; /* current position in input buffer */
286 /* Points to current character in buffer. */
365 /* Done after the current pattern has been matched and before the
833 * the current run.
1179 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1234 /* just a shorter name for the current buffer */
1569 /* If b is the current buffer, then yy_init_buffer was _probably_
1611 * the current state. This function will allocate the stack
1823 /** Get the current line number.
[all …]
H A Ddtc-parser.tab.c_shipped1245 /* Get the current used size of the three stacks, in elements. */
1316 /* Do appropriate processing given the current state. Read a
1376 | yydefault -- do the default action for the current state. |
1919 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped170 /* Translate the current start state into a value that can be later handed
248 char *yy_buf_pos; /* current position in input buffer */
345 /* Points to current character in buffer. */
436 /* Done after the current pattern has been matched and before the
962 * the current run.
1254 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1313 /* just a shorter name for the current buffer */
1753 /* If b is the current buffer, then yy_init_buffer was _probably_
1805 * the current state. This function will allocate the stack
2048 /** Get the current line number.
[all …]
H A Dparse.c_shipped1493 /* Get the current used size of the three stacks, in elements. */
1564 /* Do appropriate processing given the current state. Read a
1624 | yydefault -- do the default action for the current state. |
2437 /* Pop the current state because it cannot handle the error token. */
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_158 mfe_reg->reg_mfe_g_jpe_enc_mode = 1; // current version supports 422 only
288 WriteRegMFE(0x06, mfe_reg->reg06, "[%d] reg06", nRegWriteCount++, "current luma base address");
289 …WriteRegMFE(0x07, mfe_reg->reg07, "[%d] reg07", nRegWriteCount++, "current luma base address high"…
290 WriteRegMFE(0x08, mfe_reg->reg08, "[%d] reg08", nRegWriteCount++, "current chroma base address");
291 …WriteRegMFE(0x09, mfe_reg->reg09, "[%d] reg09", nRegWriteCount++, "current chroma base address hig…
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c427 pInstance->u32Pid = current->tgid; in UtopiaInstanceCreate()
431 utopia_create_instance_table(current->tgid, pInstance); in UtopiaInstanceCreate()
439 utopia_delete_instance_table(current->tgid, pInstance); in UtopiaInstanceDelete()
1075 pAvailResource->u32Pid = (unsigned int)current->tgid; in UtopiaResourceObtain()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1341 TEE_Time current; in MsOS_GetSystemTime() local
1343 system_timer=tee_time_get_sys_time(&current); in MsOS_GetSystemTime()
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c.02389 // add to list, before current block
2430 // remove current block from list
2452 // current block is head block
2458 // current block is tail block
2464 // current block is located between 2 blocks
5741 /// 0xff - repeat current frame until STC catch up PTS.
14212 /// Get picture counter of current GOP
14333 /// Get the PTS of current displayed frame
14791 /// Get current queue vacancy
15019 /// Get current trick decode mode of decoder
[all …]
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A Dlibstdc++.la20 current=6
H A Dlibsupc++.la20 current=0
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpatch-kernel72 patch directory defaults to the current directory,
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c329 #define current get_current() macro
5471 if(_stKModePrcEvtTbl[u32ii].tgid == current->tgid) in MDrv_TSP_SecFlt_Alloc()
6121 if(_stKModePrcEvtTbl[u32ii].tgid == current->tgid) in MDrv_TSP_PVR_Eng_Notify()
7821 _stKModePrcEvtTbl[u32ii].tgid = current->tgid; in MDrv_TSP_Create_IoSignal()
7858 if(_stKModePrcEvtTbl[u32ii].tgid == current->tgid) in MDrv_TSP_Close_IoSignal()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c152 DECLARE_WAITQUEUE(wait, current); in usb_start_wait_urb()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h77 in_interrupt() ? -1 : task_pid_nr(current), __LINE__ , __FUNCTION__ , ##args )
1694 struct reiserfs_transaction_handle *th = current->journal_info; in reiserfs_transaction_running()
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c420 if (pid != current->tgid) in utopia_garbage_collection()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c306 #define current get_current() macro
3805 if(_stKModePrcEvtTbl[u32ii].tgid == current->tgid) in MDrv_TSP_FLT_Alloc_Common()
7689 _stKModePrcEvtTbl[u32ii].tgid = current->tgid; in MDrv_TSP_Create_IoSignal()
7724 if(_stKModePrcEvtTbl[u32ii].tgid == current->tgid) in MDrv_TSP_Close_IoSignal()
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile40 # where doxygen was started. If left blank the current directory will be used.
488 # doxygen should invoke to get the current version for each file (typically from
1308 # in the modules index. If set to NO, only the current project's groups will
H A Dbsp.dxyfile39 # where doxygen was started. If left blank the current directory will be used.
487 # doxygen should invoke to get the current version for each file (typically from
1307 # in the modules index. If set to NO, only the current project's groups will
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1107 struct task_struct *self = current; in MsOS_InfoTaskID()

12