HelenOS sources

e                  62 boot/generic/src/payload.c 	char *e = (char *) ext(s);
e                  63 boot/generic/src/payload.c 	if ((e != NULL) && (str_cmp(e, ".gz") == 0))
e                  64 boot/generic/src/payload.c 		*e = '\0';
e                  65 common/str_error.c static int find_errno(errno_t e)
e                  75 common/str_error.c 		if (err_num[i] == e) {
e                  83 common/str_error.c const char *str_error_name(errno_t e)
e                  85 common/str_error.c 	int i = find_errno(e);
e                  94 common/str_error.c const char *str_error(errno_t e)
e                  96 common/str_error.c 	int i = find_errno(e);
e                 225 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h 		unsigned e : 1;		/**< Side-effect bit. */
e                  90 kernel/arch/sparc64/include/arch/mm/sun4u/tte.h 		unsigned e : 1;		/**< Side-effect. */
e                  63 kernel/arch/sparc64/include/arch/mm/sun4v/tte.h 		unsigned e : 1;		/**< Side-effect. */
e                 345 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	    d.pfn, d.soft, d.l, d.cp, d.cv, d.e, d.p, d.w, d.g);
e                 429 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	    "fv=%d\n", sfsr.asi, sfsr.ft, sfsr.e, sfsr.ct, sfsr.pr, sfsr.w,
e                 434 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	    sfsr.e, sfsr.ct, sfsr.pr, sfsr.w, sfsr.ow, sfsr.fv);
e                 452 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	    "fv=%d\n", sfsr.asi, sfsr.ft, sfsr.e, sfsr.ct, sfsr.pr, sfsr.w,
e                 457 kernel/arch/sparc64/src/mm/sun4u/tlb.c 	    sfsr.e, sfsr.ct, sfsr.pr, sfsr.w, sfsr.ow, sfsr.fv);
e                 136 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	data.e = false;
e                 171 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	data.e = false;
e                 198 kernel/arch/sparc64/src/mm/sun4v/tlb.c 	data.e = false;
e                 109 kernel/arch/sparc64/src/mm/sun4v/tsb.c 	tte->data.e = false;
e                 155 kernel/arch/sparc64/src/mm/sun4v/tsb.c 	tte->data.e = false;
e                  65 kernel/generic/common/str_error.c static int find_errno(errno_t e)
e                  75 kernel/generic/common/str_error.c 		if (err_num[i] == e) {
e                  83 kernel/generic/common/str_error.c const char *str_error_name(errno_t e)
e                  85 kernel/generic/common/str_error.c 	int i = find_errno(e);
e                  94 kernel/generic/common/str_error.c const char *str_error(errno_t e)
e                  96 kernel/generic/common/str_error.c 	int i = find_errno(e);
e                  71 kernel/generic/include/ipc/event.h #define event_notify_0(e, m) \
e                  72 kernel/generic/include/ipc/event.h 	event_notify((e), (m), 0, 0, 0, 0, 0)
e                  73 kernel/generic/include/ipc/event.h #define event_notify_1(e, m, a1) \
e                  74 kernel/generic/include/ipc/event.h 	event_notify((e), (m), (a1), 0, 0, 0, 0)
e                  75 kernel/generic/include/ipc/event.h #define event_notify_2(e, m, a1, a2) \
e                  76 kernel/generic/include/ipc/event.h 	event_notify((e), (m), (a1), (a2), 0, 0, 0)
e                  77 kernel/generic/include/ipc/event.h #define event_notify_3(e, m, a1, a2, a3) \
e                  78 kernel/generic/include/ipc/event.h 	event_notify((e), (m), (a1), (a2), (a3), 0, 0)
e                  79 kernel/generic/include/ipc/event.h #define event_notify_4(e, m, a1, a2, a3, a4) \
e                  80 kernel/generic/include/ipc/event.h 	event_notify((e), (m), (a1), (a2), (a3), (a4), 0)
e                  81 kernel/generic/include/ipc/event.h #define event_notify_5(e, m, a1, a2, a3, a4, a5) \
e                  82 kernel/generic/include/ipc/event.h 	event_notify((e), (m), (a1), (a2), (a3), (a4), (a5))
e                  84 kernel/generic/include/ipc/event.h #define event_task_notify_0(t, e, m) \
e                  85 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), 0, 0, 0, 0, 0)
e                  86 kernel/generic/include/ipc/event.h #define event_task_notify_1(t, e, m, a1) \
e                  87 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), (a1), 0, 0, 0, 0)
e                  88 kernel/generic/include/ipc/event.h #define event_task_notify_2(t, e, m, a1, a2) \
e                  89 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), (a1), (a2), 0, 0, 0)
e                  90 kernel/generic/include/ipc/event.h #define event_task_notify_3(t, e, m, a1, a2, a3) \
e                  91 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), (a1), (a2), (a3), 0, 0)
e                  92 kernel/generic/include/ipc/event.h #define event_task_notify_4(t, e, m, a1, a2, a3, a4) \
e                  93 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), (a1), (a2), (a3), (a4), 0)
e                  94 kernel/generic/include/ipc/event.h #define event_task_notify_5(t, e, m, a1, a2, a3, a4, a5) \
e                  95 kernel/generic/include/ipc/event.h 	event_task_notify((t), (e), (m), (a1), (a2), (a3), (a4), (a5))
e                 214 uspace/app/taskbar/wndlist.c 	wndlist_entry_t *e;
e                 245 uspace/app/taskbar/wndlist.c 		e = wndlist_first(wndlist);
e                 246 uspace/app/taskbar/wndlist.c 		while (e != NULL) {
e                 247 uspace/app/taskbar/wndlist.c 			wndlist_set_entry_rect(wndlist, e);
e                 248 uspace/app/taskbar/wndlist.c 			e = wndlist_next(e);
e                 279 uspace/app/taskbar/wndlist.c 	wndlist_entry_t *e;
e                 299 uspace/app/taskbar/wndlist.c 		e = wndlist_first(wndlist);
e                 300 uspace/app/taskbar/wndlist.c 		while (e != NULL) {
e                 301 uspace/app/taskbar/wndlist.c 			wndlist_set_entry_rect(wndlist, e);
e                 302 uspace/app/taskbar/wndlist.c 			e = wndlist_next(e);
e                 316 uspace/app/taskbar/wndlist.c 		e = NULL;
e                 318 uspace/app/taskbar/wndlist.c 			e = next;
e                 320 uspace/app/taskbar/wndlist.c 			wndlist_set_entry_rect(wndlist, e);
e                 322 uspace/app/taskbar/wndlist.c 				rc = wndlist_paint_entry(e);
e                 327 uspace/app/taskbar/wndlist.c 			next = wndlist_next(e);
e                 420 uspace/app/taskbar/wndlist.c 	wndlist_entry_t *e;
e                 429 uspace/app/taskbar/wndlist.c 	e = wndlist_first(wndlist);
e                 430 uspace/app/taskbar/wndlist.c 	while (e != entry) {
e                 431 uspace/app/taskbar/wndlist.c 		assert(e != NULL);
e                 432 uspace/app/taskbar/wndlist.c 		e = wndlist_next(e);
e                  53 uspace/app/tester/float/float1.c 		double e = 0;
e                  56 uspace/app/tester/float/float1.c 		for (double d = 1; e != le; d *= f, f += 1) {
e                  57 uspace/app/tester/float/float1.c 			le = e;
e                  58 uspace/app/tester/float/float1.c 			e = e + 1 / d;
e                  61 uspace/app/tester/float/float1.c 		if ((uint32_t) (e * PRECISION) != E_10E8) {
e                  80 uspace/app/tester/float/float1.c 		fid_t f = fibril_create(e, NULL);
e                 176 uspace/app/testrunner/main.c 	struct dirent *e;
e                 178 uspace/app/testrunner/main.c 	while ((e = readdir(d))) {
e                 179 uspace/app/testrunner/main.c 		if (str_lcmp(e->d_name, "test-", 5) != 0)
e                 186 uspace/app/testrunner/main.c 		if (asprintf(&bin, "/test/%s", e->d_name) < 0) {
e                 192 uspace/app/testrunner/main.c 		if (asprintf(&logfile, "/data/web/result-%s.txt", e->d_name) < 0) {
e                 208 uspace/app/testrunner/main.c 			fprintf(stderr, "%s CRASHED\n", e->d_name);
e                 213 uspace/app/testrunner/main.c 			printf("%s ok\n", e->d_name);
e                 215 uspace/app/testrunner/main.c 			printf("%s FAILED\n", e->d_name);
e                 239 uspace/app/testrunner/main.c 		struct dirent *e;
e                 241 uspace/app/testrunner/main.c 		while ((e = readdir(d))) {
e                 242 uspace/app/testrunner/main.c 			if (str_lcmp(e->d_name, "test-", 5) != 0)
e                 246 uspace/app/testrunner/main.c 			    "</a></li>\n", e->d_name, e->d_name);
e                  99 uspace/lib/bithenge/src/linux/common.h static inline const char *str_error(int e)
e                 101 uspace/lib/bithenge/src/linux/common.h 	return strerror(e);
e                 413 uspace/lib/bithenge/src/script.c 	for (transform_list_t *e = state->transform_list; e; e = e->next) {
e                 414 uspace/lib/bithenge/src/script.c 		if (!str_cmp(e->name, name)) {
e                 415 uspace/lib/bithenge/src/script.c 			bithenge_transform_inc_ref(e->transform);
e                 416 uspace/lib/bithenge/src/script.c 			return e->transform;
e                  65 uspace/lib/c/common/str_error.c static int find_errno(errno_t e)
e                  75 uspace/lib/c/common/str_error.c 		if (err_num[i] == e) {
e                  83 uspace/lib/c/common/str_error.c const char *str_error_name(errno_t e)
e                  85 uspace/lib/c/common/str_error.c 	int i = find_errno(e);
e                  94 uspace/lib/c/common/str_error.c const char *str_error(errno_t e)
e                  96 uspace/lib/c/common/str_error.c 	int i = find_errno(e);
e                  88 uspace/lib/c/generic/imath.c 	unsigned e;
e                  95 uspace/lib/c/generic/imath.c 	e = 1;
e                 102 uspace/lib/c/generic/imath.c 		e = e + e;
e                  83 uspace/lib/c/generic/vfs/inbox.c 	list_foreach(inb_list, link, inbox_entry, e) {
e                  84 uspace/lib/c/generic/vfs/inbox.c 		int cmp = str_cmp(e->name, name);
e                  89 uspace/lib/c/generic/vfs/inbox.c 			result = e->file;
e                  91 uspace/lib/c/generic/vfs/inbox.c 				free(e->name);
e                  93 uspace/lib/c/generic/vfs/inbox.c 				list_remove(&e->link);
e                  95 uspace/lib/c/generic/vfs/inbox.c 				e->file = file;
e                  99 uspace/lib/c/generic/vfs/inbox.c 			next = e;
e                 127 uspace/lib/c/generic/vfs/inbox.c 	list_foreach(inb_list, link, inbox_entry, e) {
e                 128 uspace/lib/c/generic/vfs/inbox.c 		int cmp = str_cmp(e->name, name);
e                 131 uspace/lib/c/generic/vfs/inbox.c 			return e->file;
e                 155 uspace/lib/c/generic/vfs/inbox.c 	list_foreach(inb_list, link, inbox_entry, e) {
e                 158 uspace/lib/c/generic/vfs/inbox.c 		names[used] = e->name;
e                  80 uspace/lib/c/test/adt/odict.c 	test_entry_t *e;
e                  89 uspace/lib/c/test/adt/odict.c 		e = calloc(1, sizeof(test_entry_t));
e                  90 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_NOT_NULL(e);
e                  92 uspace/lib/c/test/adt/odict.c 		e->key = i;
e                  93 uspace/lib/c/test/adt/odict.c 		odict_insert(&e->odict, &odict, NULL);
e                 100 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 101 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(i, e->key);
e                 111 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 112 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(i, e->key);
e                 126 uspace/lib/c/test/adt/odict.c 	test_entry_t *e;
e                 135 uspace/lib/c/test/adt/odict.c 		e = calloc(1, sizeof(test_entry_t));
e                 136 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_NOT_NULL(e);
e                 138 uspace/lib/c/test/adt/odict.c 		e->key = test_seq_len - i - 1;
e                 139 uspace/lib/c/test/adt/odict.c 		odict_insert(&e->odict, &odict, NULL);
e                 146 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 147 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(i, e->key);
e                 157 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 158 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(i, e->key);
e                 172 uspace/lib/c/test/adt/odict.c 	test_entry_t *e;
e                 181 uspace/lib/c/test/adt/odict.c 		e = calloc(1, sizeof(test_entry_t));
e                 182 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_NOT_NULL(e);
e                 184 uspace/lib/c/test/adt/odict.c 		e->key = i;
e                 185 uspace/lib/c/test/adt/odict.c 		odict_insert(&e->odict, &odict, NULL);
e                 192 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 193 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(i, e->key);
e                 218 uspace/lib/c/test/adt/odict.c 	test_entry_t *e, *ep;
e                 231 uspace/lib/c/test/adt/odict.c 		e = calloc(1, sizeof(test_entry_t));
e                 232 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_NOT_NULL(e);
e                 234 uspace/lib/c/test/adt/odict.c 		e->key = v;
e                 235 uspace/lib/c/test/adt/odict.c 		odict_insert(&e->odict, &odict, &ep->odict);
e                 238 uspace/lib/c/test/adt/odict.c 		ep = e;
e                 246 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 247 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_EQUALS(true, e->key > prev);
e                 249 uspace/lib/c/test/adt/odict.c 		prev = e->key;
e                 262 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(c, test_entry_t, odict);
e                 263 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(v, e->key);
e                 268 uspace/lib/c/test/adt/odict.c 		e = odict_get_instance(d, test_entry_t, odict);
e                 269 uspace/lib/c/test/adt/odict.c 		PCUT_ASSERT_INT_EQUALS(v, e->key);
e                 104 uspace/lib/cpp/include/__bits/exception.hpp     exception_ptr make_exception_ptr(E e) noexcept
e                 125 uspace/lib/cpp/include/__bits/exception.hpp     [[noreturn]] void throw_with_nested(E&& e)
e                 131 uspace/lib/cpp/include/__bits/exception.hpp     void rethrow_if_nested(const E& e)
e                 133 uspace/lib/cpp/include/__bits/exception.hpp         auto casted = dynamic_cast<const nested_exception*>(&e);
e                 475 uspace/lib/cpp/include/__bits/random.hpp                 > e{value == 0U ? default_seed : value};
e                 483 uspace/lib/cpp/include/__bits/random.hpp                         z[i] = e() % aux::pow2u(32);
e                 653 uspace/lib/cpp/include/__bits/random.hpp             explicit discard_block_engine(const Engine& e)
e                 654 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{e}, n_{}
e                 657 uspace/lib/cpp/include/__bits/random.hpp             explicit discard_block_engine(Engine&& e)
e                 658 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}, n_{}
e                 782 uspace/lib/cpp/include/__bits/random.hpp             explicit independent_bits_engine(const Engine& e)
e                 783 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{e}
e                 786 uspace/lib/cpp/include/__bits/random.hpp             explicit independent_bits_engine(Engine&& e)
e                 787 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}
e                 893 uspace/lib/cpp/include/__bits/random.hpp             explicit shuffle_order_engine(const Engine& e)
e                 894 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{e}
e                 897 uspace/lib/cpp/include/__bits/random.hpp             explicit shuffle_order_engine(Engine&& e)
e                 898 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}
e                 189 uspace/lib/cpp/include/__bits/system_error.hpp                 enable_if_t<is_error_code_enum_v<ErrorCodeEnum>, ErrorCodeEnum> e
e                 192 uspace/lib/cpp/include/__bits/system_error.hpp                 val_ = static_cast<int>(e);
e                 204 uspace/lib/cpp/include/__bits/system_error.hpp                 enable_if_t<is_error_code_enum_v<ErrorCodeEnum>, ErrorCodeEnum> e
e                 207 uspace/lib/cpp/include/__bits/system_error.hpp                 val_ = static_cast<int>(e);
e                 238 uspace/lib/cpp/include/__bits/system_error.hpp     error_code make_error_code(errc e) noexcept;
e                 264 uspace/lib/cpp/include/__bits/system_error.hpp                 enable_if_t<is_error_code_enum_v<ErrorCodeEnum>, ErrorCodeEnum> e
e                 267 uspace/lib/cpp/include/__bits/system_error.hpp                 val_ = static_cast<int>(e);
e                 279 uspace/lib/cpp/include/__bits/system_error.hpp                 enable_if_t<is_error_code_enum_v<ErrorCodeEnum>, ErrorCodeEnum> e
e                 282 uspace/lib/cpp/include/__bits/system_error.hpp                 val_ = static_cast<int>(e);
e                 312 uspace/lib/cpp/include/__bits/system_error.hpp     error_condition make_error_condition(errc e) noexcept;
e                 166 uspace/lib/cpp/src/system_error.cpp     error_code make_error_code(errc e) noexcept
e                 168 uspace/lib/cpp/src/system_error.cpp         return error_code{static_cast<int>(e), generic_category()};
e                 212 uspace/lib/cpp/src/system_error.cpp     error_condition make_error_condition(errc e) noexcept
e                 214 uspace/lib/cpp/src/system_error.cpp         return error_condition{static_cast<int>(e), generic_category()};
e                 274 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 286 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 287 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 288 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 289 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(3, e.p1.x);
e                 290 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(4, e.p1.y);
e                 298 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 310 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 311 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 312 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 313 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(3, e.p1.x);
e                 314 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(4, e.p1.y);
e                 322 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 334 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 335 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 336 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 337 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(7, e.p1.x);
e                 338 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(8, e.p1.y);
e                 346 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 358 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 359 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 360 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 361 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(7, e.p1.x);
e                 362 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(8, e.p1.y);
e                 370 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 382 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 383 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 384 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 385 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(7, e.p1.x);
e                 386 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(8, e.p1.y);
e                 394 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 406 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 407 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 408 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(2, e.p0.y);
e                 409 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(7, e.p1.x);
e                 410 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(8, e.p1.y);
e                 418 uspace/lib/gfx/test/coord.c 	gfx_rect_t e;
e                 430 uspace/lib/gfx/test/coord.c 	gfx_rect_envelope(&a, &b, &e);
e                 431 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.x);
e                 432 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(1, e.p0.y);
e                 433 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(4, e.p1.x);
e                 434 uspace/lib/gfx/test/coord.c 	PCUT_ASSERT_INT_EQUALS(4, e.p1.y);
e                 127 uspace/lib/inet/src/addr.c     uint16_t d, uint16_t e, uint16_t f, uint16_t g, uint16_t h)
e                 138 uspace/lib/inet/src/addr.c 	addr->addr6[8] = (e >> 8) & 0xff;
e                 139 uspace/lib/inet/src/addr.c 	addr->addr6[9] = e & 0xff;
e                 149 uspace/lib/inet/src/addr.c     uint16_t d, uint16_t e, uint16_t f, uint16_t g, uint16_t h, uint8_t prefix)
e                 160 uspace/lib/inet/src/addr.c 	naddr->addr6[8] = (e >> 8) & 0xff;
e                 161 uspace/lib/inet/src/addr.c 	naddr->addr6[9] = e & 0xff;
e                 872 uspace/lib/label/src/gpt.c 	gpt_entry_t *e;
e                 905 uspace/lib/label/src/gpt.c 		e = (gpt_entry_t *)(&buf[pos]);
e                 906 uspace/lib/label/src/gpt.c 		*e = *pte;
e                  77 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                  97 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_first(tbcfg);
e                  98 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_EQUALS(e1, e);
e                  99 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_next(e);
e                 100 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_EQUALS(e2, e);
e                 101 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_next(e);
e                 102 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NOT_NULL(e);
e                 103 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_next(e);
e                 104 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NULL(e);
e                 117 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                 133 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_last(tbcfg);
e                 134 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_EQUALS(e2, e);
e                 135 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_prev(e);
e                 136 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_EQUALS(e1, e);
e                 137 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_prev(e);
e                 138 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NULL(e);
e                 153 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                 179 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_first(tbcfg);
e                 180 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NOT_NULL(e);
e                 183 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_FALSE(smenu_entry_get_separator(e));
e                 184 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 186 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 189 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_next(e);
e                 192 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_TRUE(smenu_entry_get_separator(e));
e                 204 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                 215 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_create(tbcfg, "A", "a", false, &e);
e                 218 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 220 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 222 uspace/lib/tbarcfg/test/tbarcfg.c 	terminal = smenu_entry_get_terminal(e);
e                 235 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                 246 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_create(tbcfg, "A", "a", false, &e);
e                 249 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 251 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 253 uspace/lib/tbarcfg/test/tbarcfg.c 	terminal = smenu_entry_get_terminal(e);
e                 257 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_set_caption(e, "B");
e                 259 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_set_cmd(e, "b");
e                 261 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_set_terminal(e, true);
e                 263 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_save(e);
e                 267 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 269 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 271 uspace/lib/tbarcfg/test/tbarcfg.c 	terminal = smenu_entry_get_terminal(e);
e                 281 uspace/lib/tbarcfg/test/tbarcfg.c 	e = tbarcfg_smenu_first(tbcfg);
e                 282 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NOT_NULL(e);
e                 285 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 287 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 300 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e;
e                 311 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_create(tbcfg, "A", "a", false, &e);
e                 313 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NOT_NULL(e);
e                 315 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 317 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 319 uspace/lib/tbarcfg/test/tbarcfg.c 	terminal = smenu_entry_get_terminal(e);
e                 322 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_destroy(e);
e                 324 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_create(tbcfg, "B", "b", true, &e);
e                 326 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_NOT_NULL(e);
e                 328 uspace/lib/tbarcfg/test/tbarcfg.c 	caption = smenu_entry_get_caption(e);
e                 330 uspace/lib/tbarcfg/test/tbarcfg.c 	cmd = smenu_entry_get_cmd(e);
e                 332 uspace/lib/tbarcfg/test/tbarcfg.c 	terminal = smenu_entry_get_terminal(e);
e                 335 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_destroy(e);
e                 347 uspace/lib/tbarcfg/test/tbarcfg.c 	smenu_entry_t *e, *f;
e                 355 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_create(tbcfg, "A", "a", false, &e);
e                 359 uspace/lib/tbarcfg/test/tbarcfg.c 	PCUT_ASSERT_EQUALS(e, f);
e                 361 uspace/lib/tbarcfg/test/tbarcfg.c 	rc = smenu_entry_destroy(e);
e                1062 uspace/lib/ui/src/list.c 	ui_list_entry_t *e;
e                1100 uspace/lib/ui/src/list.c 				e = entry;
e                1102 uspace/lib/ui/src/list.c 					e = ui_list_prev(e);
e                1106 uspace/lib/ui/src/list.c 				assert(e != NULL);
e                1107 uspace/lib/ui/src/list.c 				list->page = e;
e                 112 uspace/lib/ui/test/fixed.c 	ui_fixed_elem_t *e;
e                 118 uspace/lib/ui/test/fixed.c 	e = ui_fixed_first(fixed);
e                 119 uspace/lib/ui/test/fixed.c 	PCUT_ASSERT_NULL(e);
e                 127 uspace/lib/ui/test/fixed.c 	e = ui_fixed_first(fixed);
e                 128 uspace/lib/ui/test/fixed.c 	PCUT_ASSERT_NOT_NULL(e);
e                 129 uspace/lib/ui/test/fixed.c 	PCUT_ASSERT_EQUALS(control, e->control);
e                 130 uspace/lib/ui/test/fixed.c 	e = ui_fixed_next(e);
e                 131 uspace/lib/ui/test/fixed.c 	PCUT_ASSERT_NULL(e);
e                 135 uspace/lib/ui/test/fixed.c 	e = ui_fixed_first(fixed);
e                 136 uspace/lib/ui/test/fixed.c 	PCUT_ASSERT_NULL(e);
e                 915 uspace/lib/ui/test/list.c 	ui_list_entry_t *e;
e                 949 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                 950 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                 955 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                 956 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                 958 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 959 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e2, e);
e                 961 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 962 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e3, e);
e                 964 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 965 uspace/lib/ui/test/list.c 	PCUT_ASSERT_NULL(e);
e                 970 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                 971 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e2, e);
e                 973 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 974 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                 976 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 977 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e3, e);
e                 979 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                 980 uspace/lib/ui/test/list.c 	PCUT_ASSERT_NULL(e);
e                 996 uspace/lib/ui/test/list.c 	ui_list_entry_t *e;
e                1030 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                1031 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                1036 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                1037 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                1039 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1040 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e2, e);
e                1042 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1043 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e3, e);
e                1045 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1046 uspace/lib/ui/test/list.c 	PCUT_ASSERT_NULL(e);
e                1051 uspace/lib/ui/test/list.c 	e = ui_list_first(list);
e                1052 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e1, e);
e                1054 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1055 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e3, e);
e                1057 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1058 uspace/lib/ui/test/list.c 	PCUT_ASSERT_EQUALS(e2, e);
e                1060 uspace/lib/ui/test/list.c 	e = ui_list_next(e);
e                1061 uspace/lib/ui/test/list.c 	PCUT_ASSERT_NULL(e);
e                1363 uspace/lib/ui/test/list.c 	ui_list_entry_t *a, *b, *c, *d, *e;
e                1425 uspace/lib/ui/test/list.c 	rc = ui_list_entry_append(list, &attr, &e);
e                 196 uspace/lib/ui/test/menuentry.c 	ui_menu_entry_t *e;
e                 225 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_first(menu);
e                 226 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_EQUALS(entry1, e);
e                 228 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_next(e);
e                 229 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_EQUALS(entry2, e);
e                 231 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_next(e);
e                 232 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_NULL(e);
e                 249 uspace/lib/ui/test/menuentry.c 	ui_menu_entry_t *e;
e                 278 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_last(menu);
e                 279 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_EQUALS(entry2, e);
e                 281 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_prev(e);
e                 282 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_EQUALS(entry1, e);
e                 284 uspace/lib/ui/test/menuentry.c 	e = ui_menu_entry_prev(e);
e                 285 uspace/lib/ui/test/menuentry.c 	PCUT_ASSERT_NULL(e);
e                 223 uspace/srv/hid/input/layout/fr_azerty.c static char32_t fr_azerty_parse_ev (layout_t *s, kbd_event_t *e)
e                 225 uspace/srv/hid/input/layout/fr_azerty.c 	char32_t c = translate (e->key, map_neutral, sizeof (map_neutral) / sizeof (char32_t));
e                 229 uspace/srv/hid/input/layout/fr_azerty.c 	if ((e->mods & KM_SHIFT))
e                 230 uspace/srv/hid/input/layout/fr_azerty.c 		c = translate (e->key, map_shifted, sizeof (map_shifted) / sizeof (char32_t));
e                 232 uspace/srv/hid/input/layout/fr_azerty.c 		c = translate (e->key, map_not_shifted, sizeof (map_not_shifted) / sizeof (char32_t));
e                 237 uspace/srv/hid/input/layout/fr_azerty.c 	if (((e->mods & KM_SHIFT)) ^ ((e->mods & KM_CAPS_LOCK)))
e                 238 uspace/srv/hid/input/layout/fr_azerty.c 		c = translate (e->key, map_ucase, sizeof (map_ucase) / sizeof (char32_t));
e                 240 uspace/srv/hid/input/layout/fr_azerty.c 		c = translate (e->key, map_lcase, sizeof (map_lcase) / sizeof (char32_t));
e                 245 uspace/srv/hid/input/layout/fr_azerty.c 	if ((e->mods & KM_NUM_LOCK))
e                 246 uspace/srv/hid/input/layout/fr_azerty.c 		c = translate (e->key, map_numeric, sizeof (map_numeric) / sizeof (char32_t));
HelenOS homepage, sources at GitHub