OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_filter
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/msan/
scandir.cc
20
static int
my_filter
(const struct dirent *a) {
function
45
int res = scandir(buf, &d,
my_filter
, my_compar);
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c
517
UINT8
my_filter
;
local
530
my_filter
= (UINT8) ((AdapterInfo->Rx_Filter & PXE_OPFLAGS_RECEIVE_FILTER_PROMISCUOUS) ? 1 : 0);
531
my_filter
= (UINT8) (
my_filter
| ((AdapterInfo->Rx_Filter & PXE_OPFLAGS_RECEIVE_FILTER_BROADCAST) ? 0 : 2));
533
data_ptr[15] = (UINT8) (data_ptr[15] |
my_filter
);
[
all
...]
Completed in 104 milliseconds