Home
last modified time | relevance | path

Searched refs:list (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailList.cpp20 #define OBJ_TO_LINK(list,obj) ((NNSFndLink*)(((u32)(obj))+(list)->offset)) argument
36 InitList(NNSFndList* list, u16 offset) in InitList() argument
38 NN_TASSERT_(list); in InitList()
40 list->headObject = NULL; in InitList()
41 list->tailObject = NULL; in InitList()
42 list->numObjects = 0; in InitList()
43 list->offset = offset; in InitList()
57 SetFirstObject(NNSFndList* list, void* object) in SetFirstObject() argument
61 NN_TASSERT_(list ); in SetFirstObject()
64 link = OBJ_TO_LINK(list, object); in SetFirstObject()
[all …]
Dfnd_DetailList.h47 #define NN_OS_INIT_LIST(list, structName, linkName) \ argument
48 InitList(list, offsetof(structName, linkName))
57 NNSFndList* list,
61 NNSFndList* list,
65 NNSFndList* list,
69 NNSFndList* list,
74 NNSFndList* list,
78 const NNSFndList* list,
82 const NNSFndList* list,
86 const NNSFndList* list,
[all …]
Dfnd_DetailHeap.cpp362 NNSiFndExpMBlockList* list, in RemoveMBlock() argument
376 list->head = next; in RemoveMBlock()
386 list->tail = prev; in RemoveMBlock()
394 NNSiFndExpMBlockList* list, in InsertMBlock() argument
410 next = list->head; in InsertMBlock()
411 list->head = target; in InsertMBlock()
422 list->tail = target; in InsertMBlock()
440 NNSiFndExpMBlockList* list, in AppendMBlock() argument
444 (void)InsertMBlock(list, block, list->tail); in AppendMBlock()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp61 LightAlarmNode* pSetNode = list.GetFront(); in SetTimer()
92 …for(LightAlarmNode* pLightAlarm = list.GetFront(); pLightAlarm != NULL; pLightAlarm = list.GetNext… in InsertAlarm()
101 list.Insert(pLightAlarm, pInsertNode); in InsertAlarm()
107list.PushBack(pInsertNode); //When the expression is later than any of the alarms in the queue, … in InsertAlarm()
130 LightAlarmNode* pHeadNode = LightAlarm::s_System->list.PopFront(); in LightAlarmThread()
208 lightAlarmSystem->list.Clear(); //Delete all elements in the queue. in FinalizeLightAlarmSystemImpl()
272 LightAlarmNode* node = LightAlarm::s_System->list.GetFront(); in Cancel()
281 node = LightAlarm::s_System->list.GetNext(node); in Cancel()
289 if( &m_LightAlarm != LightAlarm::s_System->list.GetFront() ) in Cancel()
292 LightAlarm::s_System->list.Erase( &m_LightAlarm ); in Cancel()
[all …]
/CTR-SDK-4.2.5/tools/FontConverter/xllt/
Dletter-list.dtd1 <!ELEMENT letter-list (head?, body)>
2 <!ATTLIST letter-list version CDATA #REQUIRED>
/CTR-SDK-4.2.5/build/runner/
Drun.sh69 process_list_candidate=${dir}/${base}_process.list
71 cp -f ${process_list_candidate} ${dir}/process.list
/CTR-SDK-4.2.5/build/omake/platforms/CTR/
DCTR.commondefs.func.om67 global.FilterOutOptionPair(key, list) =
68 if $(lt $(length $(list)),2)
69 return $(list)
70 if $(equal $(key),$(nth 0,$(list)))
71 return $(FilterOutOptionPair $(key),$(nth-tl 2,$(list)))
72 return $(nth 0,$(list)) $(FilterOutOptionPair $(key),$(nth-tl 1,$(list)))
142 $(MAKEROM) -o $@ -le $(e) -lr $(r) -f list
724 private.AddRuleToForceImport(path, axf, list) =
725 $(path) : $(axf) $(list) :value: $(getMtimeIfLarge $(axf))
726 $(FROMELF) -o $@ $(axf) --elf --via $(list)
[all …]
/CTR-SDK-4.2.5/documents/shader/Reference/css/
Dcontents.css75 list-style : none;
Dmanpage.css194 list-style-type : decimal;
Dpage.css196 list-style-type : decimal;
/CTR-SDK-4.2.5/documents/api/css/
Dcontents.css77 list-style : none;
Dmanpage.css195 list-style-type : decimal;
Dpage.css197 list-style-type : decimal;
/CTR-SDK-4.2.5/include/nn/os/
Dos_LightAlarm.h93 nn::fnd::IntrusiveLinkedList<LightAlarmNode> list; variable
/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet.h104 …s32 (* eth_setupper) (NNETInstance *ins, NNETInstance *upper_ins, u32 *receive_id, u16 list[]); /*…
/CTR-SDK-4.2.5/documents/css/
Dmanpage.css207 list-style-type : decimal;
/CTR-SDK-4.2.5/build/omake/
Dcommondefs.funcs.om173 # Add a rule to create .a from .o list
335 # Return the ObjectOne result list
364 # Return the list of file paths after copying
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.RVCT.om214 --list=$(MAPFILE) \