Searched defs:FIND (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/tool/pps/ |
D | pps_algorithm.h | 13 #define FIND(c, e) (std::find(std::begin(c), std::end(c), e)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/ndk_musl_include/ |
D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/include/ |
D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/alsa-lib/include/ |
D | search.h | 65 FIND, enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | vf_cropdetect.c | 184 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() macro
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 66 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro
|
/third_party/glib/glib/tests/ |
D | queue.c | 200 FOREACH, FIND, FIND_CUSTOM, SORT, in random_test() enumerator
|
/third_party/node/ |
D | Makefile | 20 FIND ?= find macro
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 230 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro
|