OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cut
(Results
1 - 25
of
461
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_misc.cpp
30
EmitVertex::EmitVertex(int stream, bool
cut
):
33
m_cut(
cut
)
sfn_shader_geometry.h
48
bool emit_vertex(nir_intrinsic_instr* instr, bool
cut
);
sfn_instruction_misc.h
36
EmitVertex(int stream, bool
cut
);
sfn_shader_geometry.cpp
283
bool GeometryShaderFromNir::emit_vertex(nir_intrinsic_instr* instr, bool
cut
)
296
emit_instruction(new EmitVertex(stream,
cut
));
298
if (!
cut
)
/xsrc/external/mit/xterm/dist/unicode/
make-precompose.sh
11
cut
UnicodeData.txt -d ";" -f 1,6 |
/xsrc/external/mit/MesaLib.old/dist/bin/
get-extra-pick-list.sh
21
cat already_picked |
cut
-c -8 |\
26
cut
-c -8 |\
bugzilla_mesa.sh
29
id=$(echo $url |
cut
-d'=' -f2)
get-pick-list.sh
45
id=`echo "$fixes" | tail -n $fixes_count | head -n 1 |
cut
-d : -f 2`
62
id=`echo "$fixes" | tail -n $fixes_count | head -n 1 |
cut
-d : -f 2`
/xsrc/external/mit/libXcursor/dist/
configure.ac
56
[`echo $PACKAGE_VERSION |
cut
-d . -f 1`],
59
[`echo $PACKAGE_VERSION |
cut
-d . -f 2 |
cut
-d - -f 1`],
62
[`echo $PACKAGE_VERSION |
cut
-d . -f 3 |
cut
-d - -f 1`],
/xsrc/external/mit/libXft/dist/
configure.ac
52
[`echo $PACKAGE_VERSION |
cut
-d . -f 1`],
55
[`echo $PACKAGE_VERSION |
cut
-d . -f 2 |
cut
-d - -f 1`],
58
[`echo $PACKAGE_VERSION |
cut
-d . -f 3 |
cut
-d - -f 1`],
/xsrc/external/mit/xcursor-themes/dist/
genmakefile.sh
29
for png in $(
cut
-d" " -f4 ${i}.cfg); do
/xsrc/external/mit/MesaLib.old/dist/src/egl/
egl-symbols-check
16
FUNCS=$($NM -D --defined-only $LIB | grep -o "T .*" |
cut
-c 3- | while read func; do
/xsrc/external/mit/MesaLib.old/dist/src/gbm/
gbm-symbols-check
11
FUNCS=$($NM -D --defined-only $LIB | grep -o "T .*" |
cut
-c 3- | while read func; do
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
test-opcodes.sh
249
cf=$(echo $str |
cut
-f1 -d' ')
250
tf=$(echo $str |
cut
-f2 -d' ')
251
ch=$(echo $str |
cut
-f3 -d' ')
252
th=$(echo $str |
cut
-f4 -d' ')
/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
lunr.th.js
17
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(t){if(void 0===t)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===t.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==t.version[0];t.th=function(){this.pipeline.reset(),this.pipeline.add(t.th.trimmer),i?this.tokenizer=t.th.tokenizer:(t.tokenizer&&(t.tokenizer=t.th.tokenizer),this.tokenizerFn&&(this.tokenizerFn=t.th.tokenizer))},t.th.wordCharacters="[-]",t.th.trimmer=t.trimmerSupport.generateTrimmer(t.th.wordCharacters),t.Pipeline.registerFunction(t.th.trimmer,"trimmer-th");var n=t.wordcut;n.init(),t.th.tokenizer=function(e){if(!arguments.length||null==e||null==e)return[];if(Array.isArray(e))return e.map(function(e){return i?new t.Token(e):e});var r=e.toString().replace(/^\s+/,"");return n.
cut
(r).split("|")}}})
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
init-stage2.sh
71
MINIO=$(cat /proc/cmdline | tr ' ' '\n' | grep minio_results |
cut
-d '=' -f 2 || true)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h
108
~Node() {
cut
(); }
112
void
cut
();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h
109
~Node() {
cut
(); }
113
void
cut
();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
deqp-runner.sh
20
./deqp-gles2 --deqp-runmode=stdout-caselist | grep dEQP-GLES2 |
cut
-d ' ' -f 2 > /tmp/case-list.txt
/xsrc/external/mit/freetype/dist/
autogen.sh
102
version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' |
cut
-d ' ' -f $field`
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
run_cl.sh
60
|
cut
-f2- -d: | rev | sed "s/$/:/g" > /tmp/executed.txt
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
ABI-check
25
FUNCS=$($NM -D --defined-only $LIB | grep -o 'T gl.*' |
cut
-c 3- | while read func; do
/xsrc/external/mit/pixman/dist/
release.sh
90
$(git log --no-merges "${prev_version}..pixman-${version}" | git shortlog | awk '{ printf "\t"; print ; }' |
cut
-b1-80)
/xsrc/external/mit/brotli/dist/c/enc/
hash.h
155
size_t
cut
= len - matchlen;
local
156
size_t transform_id = (
cut
<< 2) +
157
(size_t)((dictionary->cutoffTransforms >> (
cut
* 6)) & 0x3F);
static_dict.c
119
size_t
cut
= l - len;
local
120
size_t transform_id = (
cut
<< 2) +
121
(size_t)((dictionary->cutoffTransforms >> (
cut
* 6)) & 0x3F);
Completed in 47 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Apr 05 00:22:41 UTC 2026