Home
last modified time | relevance | path

Searched defs:FIND (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/nom/src/
Dstr.rs107 const FIND: &str = "ÂßÇ∂"; in take_until_succeed() constant
404 const FIND: &str = "βèƒôřèÂßÇ"; in take_until_incomplete() constant
490 const FIND: &str = "Ráñδô₥"; in take_until_error() constant
/external/elfutils/lib/
Ddynamicsizehash.c251 #define FIND(name) _FIND (name) macro
254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) in FIND() function
Ddynamicsizehash_concurrent.c468 #define FIND(name) _FIND (name) macro
471 FIND(NAME) (NAME *htab, HASHTYPE hval) in FIND() function
/external/openthread/third_party/nlbuild-autotools/repo/make/host/tools/
Dtools.mak30 FIND ?= find macro
/external/musl/include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; enumerator
/external/openthread/third_party/nlbuild-autotools/repo/
DCommon.mak36 FIND ?= find macro
/external/libgsm/
DMakefile104 FIND = find macro
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DRegexLogger.java459 FIND, MATCH enumConstant
/external/libpcap/
Dpcap-sita.c52 #define FIND 0 macro
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1616 pub const FIND: ::ACTION = 0; constant
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp227 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro