Searched defs:added (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prcmon.c | 104 PRUintn i, entries, old_num_hash_buckets, added; local 120 for (i = 0, added = 0, p = new_entries; i < entries; i++, p++, added++) { 125 if (added != entries) { 126 if (added == 0) { 137 PR_REALLOC(new_entries, added * sizeof(MonitorCacheEntry)); 157 for (i = 0, p = new_entries; i < added - 1; i++, p++) 161 num_free_entries += added;
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | bootp.c | 252 int added = 0; local 330 if (added != 0) 333 added = 1;
|
/vbox/src/VBox/Additions/x11/x11include/fontsproto-2.1.0/X11/fonts/ |
H A D | FSproto.h | 771 BOOL added; member in struct:__anon3342
|
Completed in 51 milliseconds