OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find
(Results
1 - 25
of
529
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/xorg-server/dist/os/
strcasestr.c
41
*
Find
the first occurrence of
find
in s, ignore case.
45
xstrcasestr(const char *s, const char *
find
)
50
if ((c = *
find
++) != 0) {
52
len = strlen(
find
);
58
} while (strncasecmp(s,
find
, len) != 0);
/xsrc/external/mit/xorg-server.old/dist/os/
strcasestr.c
42
*
Find
the first occurrence of
find
in s, ignore case.
46
xstrcasestr(const char *s, const char *
find
)
51
if ((c = *
find
++) != 0) {
53
len = strlen(
find
);
59
} while (strncasecmp(s,
find
, len) != 0);
/xsrc/external/mit/imake/dist/
cleanlinks
11
find
. -type l -print |
24
#
find
. -type d -depth -print | xargs rmdir > /dev/null 2>&1
25
find
. -depth -type d -empty -print -exec rmdir {} \;
/xsrc/external/mit/brotli/dist/python/
Makefile
27
EXT_SOURCES=$(shell
find
. -name '*.cc')
50
@
find
.. -name '*.pyc' | xargs rm -v
51
@
find
.. -name '*.so' | xargs rm -v
52
@
find
.. -type d -name '__pycache__' | xargs rm -v -r
53
@
find
.. -type d -name '*.egg-info' | xargs rm -v -r
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
capture-devcoredump.sh
4
devcds=`
find
/sys/devices/virtual/devcoredump/ -name data 2>/dev/null`
init-stage2.sh
22
# Make sure Python can
find
all our imports
30
DEVFREQ_GOVERNOR=`
find
/sys/devices -name governor | grep gpu || true`
37
GPU_AUTOSUSPEND=`
find
/sys/devices -name autosuspend_delay_ms | grep gpu | head -1`
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
build-piglit.sh
11
find
-name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
14
find
! -regex "^\.$" \
build-apitrace.sh
17
find
. -not -path './build' -not -path './build/*' -delete
build-hang-detection.sh
15
find
. -not -path './build' -not -path './build/*' -delete
container_pre_build.sh
23
find
/usr/bin -name \*-ld -o -name ld | \
create-rootfs.sh
94
find
/lib/firmware -type f -print0 | \
240
find
usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \;
243
find
usr etc -name '*networkd*' -prune -exec rm -r {} \;
246
find
usr etc -name '*timesyncd*' -prune -exec rm -r {} \;
249
find
usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \;
252
find
usr etc -name '*fuse*' -prune -exec rm -r {} \;
build-gfxreconstruct.sh
18
find
. -not -path './build' -not -path './build/*' -delete
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.cpp
47
while ((start = text.
find
("${'${'}")) != std::string::npos)
49
size_t end = text.
find
("}");
56
while ((start = text.
find
("%")) != std::string::npos)
58
size_t end = text.
find
("%", start + 1);
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_algorithm.h
13
#define
FIND
(c, e) (std::
find
(std::begin(c), std::end(c), e))
14
#define CONTAINS(c, e) (
FIND
(c, e) != std::end(c))
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
maplist.h
54
Mapdesc *
find
( long );
/xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_textedit.h
5
// Grep for [DEAR IMGUI] to
find
the changes.
407
// search rows to
find
one that straddles 'y'
514
//
find
the x/y location of a character, and remember info about the previous row in
516
static void stb_textedit_find_charpos(StbFindState *
find
, STB_TEXTEDIT_STRING *str, int n, int single_line)
524
// if it's at the end, then
find
the last line -- simpler than trying to
528
find
->y = 0;
529
find
->first_char = 0;
530
find
->length = z;
531
find
->height = r.ymax - r.ymin;
532
find
->x = r.x1
859
StbFindState
find
;
local
910
StbFindState
find
;
local
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_textedit.h
5
// Grep for [DEAR IMGUI] to
find
the changes.
407
// search rows to
find
one that straddles 'y'
514
//
find
the x/y location of a character, and remember info about the previous row in
516
static void stb_textedit_find_charpos(StbFindState *
find
, STB_TEXTEDIT_STRING *str, int n, int single_line)
524
// if it's at the end, then
find
the last line -- simpler than trying to
528
find
->y = 0;
529
find
->first_char = 0;
530
find
->length = z;
531
find
->height = r.ymax - r.ymin;
532
find
->x = r.x1
859
StbFindState
find
;
local
910
StbFindState
find
;
local
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
create-rootfs.sh
153
find
usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \;
156
find
usr etc -name '*networkd*' -prune -exec rm -r {} \;
159
find
usr etc -name '*timesyncd*' -prune -exec rm -r {} \;
162
find
usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \;
165
find
usr etc -name '*fuse*' -prune -exec rm -r {} \;
/xsrc/external/mit/MesaLib.old/dist/scons/
source_list.py
30
deref_pos = val.
find
('$', cur)
36
deref_end = val.
find
(')', deref_pos + 2)
60
op_pos = line.
find
('=')
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_physical_device_features.py
154
assert p.
find
('./type').text == 'VkBool32'
155
flags.append(p.
find
('./name').text)
182
#
find
Vulkan structure type
191
m_name = p.
find
('./name').text
197
assert p.
find
('./type').text == 'VkBool32'
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.cpp
50
while ((start = text.
find
("${'${'}")) != std::string::npos)
52
size_t end = text.
find
("}");
59
while ((start = text.
find
("%")) != std::string::npos)
61
size_t end = text.
find
("%", start + 1);
/xsrc/external/mit/freetype/dist/builds/atari/
gen-purec-patch.sh
20
( cd ${TOP_DIR} &&
find
. -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \
27
for f in `cd orig &&
find
. -type f`
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_valuepool.cpp
104
if (m_ssa_undef.
find
(index) != m_ssa_undef.end())
205
auto r = m_register_map.
find
(index);
277
auto pos = m_ssa_register_map.
find
(sel);
294
auto p = m_registers.
find
(idx);
319
auto reg = m_registers.
find
((sel << 3) + swizzle);
340
auto pos = m_ssa_register_map.
find
(ssa.index);
344
pos = m_ssa_register_map.
find
(ssa.index);
356
auto pos = m_ssa_register_map.
find
(ssa.index);
370
auto pos = m_ssa_register_map.
find
(index);
373
pos = m_ssa_register_map.
find
(index)
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
program.cpp
257
opts.
find
("-create-library") != std::string::npos;
259
opts.
find
("-enable-link-options") != std::string::npos;
261
opts.
find
("-cl-denorms-are-zero") != std::string::npos ||
262
opts.
find
("-cl-no-signed-zeroes") != std::string::npos ||
263
opts.
find
("-cl-unsafe-math-optimizations") != std::string::npos ||
264
opts.
find
("-cl-finite-math-only") != std::string::npos ||
265
opts.
find
("-cl-fast-relaxed-math") != std::string::npos ||
266
opts.
find
("-cl-no-subgroup-ifp") != std::string::npos;
320
prog.build(dev).opts.
find
("-enable-link-options") !=
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
egd_tables.py
84
# We might get lucky and
find
the array somewhere in the existing data
145
return s[s[2:].
find
('_')+3:]
168
name = line[:line.
find
('(')]
190
elif line.startswith('PKT3_') and line.
find
('0x') != -1 and line.
find
('(') == -1:
201
if len(reg.fields) and reg.name.
find
('0') != -1:
Completed in 18 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Apr 06 00:22:49 UTC 2026