HomeSort by relevance Sort by last modified time
    Searched refs:my_filter (Results 1 - 3 of 3) 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);
  /external/trappy/tests/
test_stats.py 154 def my_filter(val): function in function:TestTrigger.test_trigger_with_func
158 filters={"result": my_filter}, value=1,
174 class my_filter(object): class in function:TestTrigger.test_trigger_with_callable_class
186 filters={"identifier": my_filter(1)}, value=1,
198 class my_filter(object): class in function:TestTrigger.test_filter_prev_values
223 filters={"identifier": my_filter(1)}, value=-1,
  /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 1895 milliseconds