/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 14 #define CONTAINS(c, e) (FIND(c, e) != std::end(c))
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cropdetect.c | 176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() macro 188 FIND(s->y1, 0, y < s->y1, +1, frame->linesize[0], bpp, frame->width); in filter_frame() 189 FIND(s->y2, frame->height - 1, y > FFMAX(s->y2, s->y1), -1, frame->linesize[0], bpp, frame->width); in filter_frame() 190 FIND(s->x1, 0, y < s->x1, +1, bpp, frame->linesize[0], frame->height); in filter_frame() 191 FIND(s->x2, frame->width - 1, y > FFMAX(s->x2, s->x1), -1, bpp, frame->linesize[0], frame->height); in filter_frame()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 230 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro 1859 struct device_data *device_data = FIND(struct device_data, device); in overlay_CreateSwapchainKHR() 1874 struct device_data *device_data = FIND(struct device_data, device); in overlay_DestroySwapchainKHR() 1880 FIND(struct swapchain_data, swapchain); in overlay_DestroySwapchainKHR() 1891 struct queue_data *queue_data = FIND(struct queue_data, queue); in overlay_QueuePresentKHR() 1953 FIND(struct swapchain_data, swapchain); in overlay_QueuePresentKHR() 1977 FIND(struct swapchain_data, swapchain); in overlay_QueuePresentKHR() 2022 FIND(struct swapchain_data, swapchain); in overlay_AcquireNextImageKHR() 2042 FIND(struct swapchain_data, pAcquireInfo->swapchain); in overlay_AcquireNextImage2KHR() 2063 FIND(struc in overlay_CmdDraw() [all...] |
/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 243 struct instance_data *instance_data = FIND(struct instance_data, physicalDevice); in nullhw_CreateDevice() 261 struct device_data *device_data = FIND(struct device_data, device); in nullhw_DestroyDevice() 327 struct instance_data *instance_data = FIND(struct instance_data, instance); in nullhw_DestroyInstance() 362 struct device_data *device_data = FIND(struct device_data, dev); in vkGetDeviceProcAddr() 373 struct instance_data *instance_data = FIND(struct instance_data, instance); in vkGetInstanceProcAddr()
|
/third_party/rust/crates/nom/src/ |
H A D | str.rs | 107 const FIND: &str = "ÂßÇ∂"; in take_until_succeed() consts 111 let res: IResult<_, _, (_, ErrorKind)> = take_until(FIND)(INPUT); in take_until_succeed() 404 const FIND: &str = "βèƒôřèÂßÇ"; in take_until_incomplete() consts 406 let res: IResult<_, _, (_, ErrorKind)> = take_until(FIND)(INPUT); in take_until_incomplete() 490 const FIND: &str = "Ráñδô₥"; in take_until_error() consts 492 let res: IResult<_, _, (_, ErrorKind)> = take_until(FIND)(INPUT); in take_until_error()
|
/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/musl/libc-test/src/api/ |
H A D | search.c | 17 case FIND: in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
H A D | hsearch_r.c | 55 ret = hsearch_r(e, FIND, &ep, &h_data); in hsearch_r_0200()
|
/third_party/musl/libc-test/src/functional/ |
H A D | search_hsearch.c | 17 #define get(k) hsearch((ENTRY){.key = k, .data = 0}, FIND) 40 t_error("hsearch FIND a failed\n"); in main() 42 t_error("hsearch FIND c should fail\n"); in main()
|
/third_party/alsa-lib/include/ |
H A D | search.h | 65 FIND, enumerator 85 ACTION is `FIND' return found entry or signal error by returning
|
/third_party/elfutils/lib/ |
H A D | dynamicsizehash.c | 251 #define FIND(name) _FIND (name) macro 254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) in NAME()
|
H A D | dynamicsizehash_concurrent.c | 468 #define FIND(name) _FIND (name) macro 471 FIND(NAME) (NAME *htab, HASHTYPE hval) in NAME()
|
/third_party/musl/src/search/ |
H A D | hsearch.c | 136 if (action == FIND) { in __hsearch_r()
|
/third_party/node/ |
H A D | Makefile | 24 FIND ?= find macro 201 @if [ -d out ]; then $(FIND) out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs $(RM) -r; fi 239 $(FIND) out/$(BUILDTYPE)/obj.target \( -name "*.gcda" -o -name "*.gcno" \) \ 264 $(FIND) out/$(BUILDTYPE)/obj.target -name "*.gcda" -type f -exec $(RM) {} \; 1351 LINT_MD_FILES = $(shell $(FIND) $(LINT_MD_TARGETS) -type f \ 1572 && ! ( $(FIND) . -maxdepth 1 -type f | xargs grep -IEqs "$(CONFLICT_RE)" ); then \
|
/third_party/elfutils/src/ |
H A D | ar.c | 519 ENTRY *res = hsearch (entry, FIND); in do_oper_extract() 953 ENTRY *res = hsearch (entry, FIND); in do_oper_delete() 1182 ENTRY *res = hsearch (entry, FIND); in do_oper_insert()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 334 ret = hsearch(macro, FIND); in try_apply_macro()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1616 pub const FIND: ::ACTION = 0; consts
|