Home
last modified time | relevance | path

Searched refs:de (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dutils.h287 dirent* de = nullptr; in CountOpenFds() local
288 while ((de = readdir(fd_dir.get())) != nullptr) { in CountOpenFds()
289 if (de->d_type == DT_LNK) { in CountOpenFds()
Ddirent_test.cpp116 static int is_version_filter(const dirent* de) { in is_version_filter() argument
117 return !strcmp(de->d_name, "version"); in is_version_filter()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c731 int de, k; local
757 de = (int)(d0 >> Exp_shift);
762 if ( (de = (int)(d0 >> Exp_shift)) !=0)
833 if (de) {
836 *e = (de - Bias - (P-1) << 2) + k;
839 *e = de - Bias - (P-1) + k;
845 *e = de - Bias - (P-1) + 1 + k;
/bionic/libc/
DNOTICE2616 Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org>
2632 Copyright (c) 1996-1998, 2008 Theo de Raadt
4702 Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4706 Theo de Raadt <deraadt@openbsd.org> came up with the idea of using