Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_cache.c52 cache->valid = NULL; in MI_InitCache()
106 MICachePage **valid; in WFSi_TouchCachePages() local
107 for (valid = &cache->valid; *valid; valid = &(*valid)->next) in WFSi_TouchCachePages()
115 *pp = *valid; in WFSi_TouchCachePages()
116 *valid = NULL; in WFSi_TouchCachePages()
188 for (pp = &cache->valid; *pp && bitset; pp = &(*pp)->next) in MI_ReadCache()
196 p->next = cache->valid; in MI_ReadCache()
197 cache->valid = p; in MI_ReadCache()
198 pp = &cache->valid; in MI_ReadCache()
265 p->next = cache->valid; in MI_LoadCache()
[all …]
/TwlSDK-5.4/build/tools/makelcf/
Dtlcf.y102 BOOL valid; in GetCompResult() local
107 if ( strcmp( comp, ".EQ." ) == 0 || strcmp( comp, "==" ) == 0 ) valid = ( result == 0 ); in GetCompResult()
108 else if ( strcmp( comp, ".NE." ) == 0 || strcmp( comp, "!=" ) == 0 ) valid = ( result != 0 ); in GetCompResult()
109 else if ( strcmp( comp, ".GT." ) == 0 ) valid = ( result > 0 ); in GetCompResult()
110 else if ( strcmp( comp, ".GE." ) == 0 ) valid = ( result >= 0 ); in GetCompResult()
111 else if ( strcmp( comp, ".LT." ) == 0 ) valid = ( result < 0 ); in GetCompResult()
112 else if ( strcmp( comp, ".LE." ) == 0 ) valid = ( result <= 0 ); in GetCompResult()
118 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
120 *pvalid = valid; in GetCompResult()
132 cond_stack[cond_stack_level].valid = cond_valid; in CondIf()
[all …]
Dmakelcf.h352 BOOL valid; // Condition is TRUE or FALSE member
/TwlSDK-5.4/build/tools/makelcf.TWL/
Dtlcf.y32 BOOL valid; in GetCompResult() local
37 if ( strcmp( comp, ".EQ." ) == 0 || strcmp( comp, "==" ) == 0 ) valid = ( result == 0 ); in GetCompResult()
38 else if ( strcmp( comp, ".NE." ) == 0 || strcmp( comp, "!=" ) == 0 ) valid = ( result != 0 ); in GetCompResult()
39 else if ( strcmp( comp, ".GT." ) == 0 ) valid = ( result > 0 ); in GetCompResult()
40 else if ( strcmp( comp, ".GE." ) == 0 ) valid = ( result >= 0 ); in GetCompResult()
41 else if ( strcmp( comp, ".LT." ) == 0 ) valid = ( result < 0 ); in GetCompResult()
42 else if ( strcmp( comp, ".LE." ) == 0 ) valid = ( result <= 0 ); in GetCompResult()
48 debug_printf("id(%s)=[%s] comp=[%s] value=[%s] valid=%d\n", id, defval, comp, value, valid); in GetCompResult()
50 *pvalid = valid; in GetCompResult()
62 cond_stack[cond_stack_level].valid = cond_valid; in CondIf()
[all …]
Dmakelcf.h255 BOOL valid; // condition is TRUE or FALSE member
/TwlSDK-5.4/build/demos/mb/fake_child/src/
Dmain.c55 u16 valid; member
402 if (parentInfoBuf[i].valid)
429 if (!parentInfoBuf[cursol_idx].valid)
744 parentInfo[cb->index].valid = 1;
757 parentInfo[cb->index].valid = 0;
/TwlSDK-5.4/include/nitro/mi/
Dcache.h49 MICachePage *valid; member
/TwlSDK-5.4/build/demos/wm/wmDEMOlib/src/
Dwm_tool.c306 child_info[i].valid = 0; in wm_lib_comm_init()
496 if (child_info[aid].valid) in wm_lib_is_child_valid()
506 child_info[arg->aid].valid = 1; in wm_lib_add_child_list()
515 child_info[arg->aid].valid = 0; in wm_lib_delete_child_list()
/TwlSDK-5.4/man/en_US/
Dwm_changes_041006.txt32 …Since a check must be made that WMBssDesc.gameInfo contains a valid value, take this opportunity t…
/TwlSDK-5.4/build/demos/wm/wmDEMOlib/include/
Dwm_lib.h286 int valid; member