Home
last modified time | relevance | path

Searched refs:Z_ (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex42 IDENTIFIER = [a-zA-Z_$]([0-9]|[a-zA-Z_$])*
43 DIRECTIVE = #[a-zA-Z_$]([0-9]|[a-zA-Z_$])*
44 SECTION = @[a-zA-Z_$]([0-9]|[a-zA-Z_$])*
/third_party/skia/src/sksl/lex/
Dsksl.lex46 …DShadow|sampler3DRect|sampler2DRectShadow|samplerCube|sizeof|cast|namespace|using|gl_[0-9a-zA-Z_$]*
47 IDENTIFIER = [a-zA-Z_$][0-9a-zA-Z_$]*
48 DIRECTIVE = #[a-zA-Z_$][0-9a-zA-Z_$]*
/third_party/mesa3d/src/freedreno/afuc/
Dlexer.l49 "@"[a-zA-Z_][a-zA-Z0-9_]* yylval.num = parse_control_reg(yytext); return T_CONTROL_REG;
50 "#"[a-zA-Z_][a-zA-Z0-9_]* yylval.str = strdup(yytext+1); return T_LABEL_REF; /* label refe…
51 [a-zA-Z_][a-zA-Z0-9_]*":" yylval.str = parse_label_decl(yytext); return T_LABEL_DECL; /* la…
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.hpp137 template <comp X_, comp Y_, comp Z_, comp W_>
139 template <comp X_, comp Y_, comp Z_, comp W_>
141 template <comp X_, comp Y_, comp Z_>
Dsimd_vec4.inl158 template <comp X_, comp Y_, comp Z_, comp W_>
163 shuffle_mask<(W_ << 6) | (Z_ << 4) | (Y_ << 2) | (X_ << 0)>::value);
167 template <comp X_, comp Y_, comp Z_, comp W_>
172 shuffle_mask<(W_ << 6) | (Z_ << 4) | (Y_ << 2) | (X_ << 0)>::value);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c136 #define Z_(a,b) [PIPE_FORMAT_##a] = { \ macro
145 Z_(Z16_UNORM , Z16 ),
146 Z_(X8Z24_UNORM , Z24S8 ),
147 Z_(S8_UINT_Z24_UNORM , Z24S8 ),
/third_party/mesa3d/src/intel/tools/
Di965_lex.l389 [a-zA-Z_][0-9a-zA-Z_]*":" {
397 <LABEL>[a-zA-Z_][0-9a-zA-Z_]* {
/third_party/ltp/pan/
Dscan.l205 <KEY>[a-zA-Z_-]+=\"[^\"\n]+\" {
222 <KEY>[a-zA-Z_-]+=[^\t \n]+ {
/third_party/toybox/scripts/
Dsingle.sh36 NAME=$(echo $i | tr a-z- A-Z_)
/third_party/elfutils/config/
Dknown-dwarf.awk22 set == "" && $1 ~ /DW_([A-Z_]+)_([^ ]+)/ {
/third_party/elfutils/libcpu/
Di386_lex.l44 ID [a-zA-Z_][a-zA-Z0-9_/]*
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake39 …string(REGEX MATCH "([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*{[${WS}]*" GROUPSTART_MATCH "${DEFINI…
51 …string(REGEX MATCH "^([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*(([\"']([${WS}a-zA-Z0-9_%\\\"<>\(\)\…
350 string(REGEX MATCH "^==[${WS}]+([a-zA-Z_][a-zA-Z0-9_]*)" CASE_MATCH "${GROUP_MATCH}")
397 string(REGEX MATCH "\\\"([a-zA-Z_${WS}]+)\\\"" KEY_MATCH "${KEY_QUOTED}")
/third_party/node/deps/npm/node_modules/create-error-class/
Dreadme.md37 Class name of Error Object. Should contain characters from `[0-9a-zA-Z_$]` range.
/third_party/jerryscript/tools/pylint/
Dpylintrc219 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
222 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
249 class-rgx=[A-Z_][a-zA-Z0-9]+$
252 class-name-hint=[A-Z_][a-zA-Z0-9]+$
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_lex.l19 ID [a-zA-Z_@&][a-zA-Z0-9_\.]*
/third_party/musl/tools/
Dadd-cfi.x86_64.awk135 else if (match($0, /call [0-9a-zA-Z_]+/))
Dadd-cfi.i386.awk149 else if (match($0, /call [0-9a-zA-Z_]+/))
/third_party/python/Modules/
Dmakesetup190 [a-zA-Z_]*) mods="$mods $arg";;
/third_party/openssl/crypto/ec/
Decp_smpl.c508 const BIGNUM *Z_; in ossl_ec_GFp_simple_point_get_affine_coordinates() local
535 Z_ = Z; in ossl_ec_GFp_simple_point_get_affine_coordinates()
537 Z_ = point->Z; in ossl_ec_GFp_simple_point_get_affine_coordinates()
540 if (BN_is_one(Z_)) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
/third_party/elfutils/libdwfl/
Dgzip.c73 # define Z(what) Z_##what
/third_party/node/deps/cares/
DCMakeLists.txt606 …string(REGEX REPLACE "([a-zA-Z_][a-zA-Z0-9_]*)[\t ]*=[\t ]*([^\n]*)" "SET(\\1 \\2)" MAKEFILE_INC_T…
609 …string(REGEX REPLACE "\\$\\(([a-zA-Z_][a-zA-Z0-9_]*)\\)" "\${\\1}" MAKEFILE_INC_TEXT ${MAKEFILE_IN…
610 …string(REGEX REPLACE "@([a-zA-Z_][a-zA-Z0-9_]*)@" "\${\\1}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT}…
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lexer.l452 [a-zA-Z_][a-zA-Z_0-9]* ir3_yylval.str = ralloc_strdup(ir3_parser_dead_ctx, yytext); retu…
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l91 L [a-zA-Z_]
/third_party/freetype/builds/unix/
Dpkg.m428 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
/third_party/skia/third_party/externals/freetype/builds/unix/
Dpkg.m428 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])

1234