Searched defs:FIND (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_algorithm.h | 13 #define FIND(c, e) (std::find(std::begin(c), std::end(c), e)) macro
|
/third_party/elfutils/lib/ |
H A D | dynamicsizehash.c | 251 #define FIND(name) _FIND (name) macro
|
H A D | dynamicsizehash_concurrent.c | 468 #define FIND(name) _FIND (name) macro
|
/third_party/alsa-lib/include/ |
H A D | search.h | 65 FIND, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/musl/include/ |
H A D | search.h | 13 typedef enum { FIND, ENTER } ACTION; enumerator
|
/third_party/rust/crates/nom/src/ |
H A D | str.rs | 107 const FIND: &str = "ÂßÇ∂"; in take_until_succeed() consts 404 const FIND: &str = "βèƒôřèÂßÇ"; in take_until_incomplete() consts 490 const FIND: &str = "Ráñδô₥"; in take_until_error() consts
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cropdetect.c | 176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() macro
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 66 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro
|
/third_party/node/ |
H A D | Makefile | 24 FIND ?= find macro
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 230 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro [all...] |
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1616 pub const FIND: ::ACTION = 0; consts
|
Completed in 14 milliseconds