Searched refs:Z_ (Results 1 – 25 of 89) sorted by relevance
1234
/third_party/flutter/skia/src/sksl/lex/ |
D | sksl.lex | 42 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/ |
D | sksl.lex | 46 …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/ |
D | lexer.l | 49 "@"[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/ |
D | simd_vec4.hpp | 137 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_>
|
D | simd_vec4.inl | 158 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/ |
D | nv30_format.c | 136 #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/ |
D | i965_lex.l | 389 [a-zA-Z_][0-9a-zA-Z_]*":" { 397 <LABEL>[a-zA-Z_][0-9a-zA-Z_]* {
|
/third_party/ltp/pan/ |
D | scan.l | 205 <KEY>[a-zA-Z_-]+=\"[^\"\n]+\" { 222 <KEY>[a-zA-Z_-]+=[^\t \n]+ {
|
/third_party/toybox/scripts/ |
D | single.sh | 36 NAME=$(echo $i | tr a-z- A-Z_)
|
/third_party/elfutils/config/ |
D | known-dwarf.awk | 22 set == "" && $1 ~ /DW_([A-Z_]+)_([^ ]+)/ {
|
/third_party/elfutils/libcpu/ |
D | i386_lex.l | 44 ID [a-zA-Z_][a-zA-Z0-9_/]*
|
/third_party/libsnd/cmake/ |
D | CMakeAutoGenScript.cmake | 39 …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/ |
D | readme.md | 37 Class name of Error Object. Should contain characters from `[0-9a-zA-Z_$]` range.
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 219 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/ |
D | goomsl_lex.l | 19 ID [a-zA-Z_@&][a-zA-Z0-9_\.]*
|
/third_party/musl/tools/ |
D | add-cfi.x86_64.awk | 135 else if (match($0, /call [0-9a-zA-Z_]+/))
|
D | add-cfi.i386.awk | 149 else if (match($0, /call [0-9a-zA-Z_]+/))
|
/third_party/python/Modules/ |
D | makesetup | 190 [a-zA-Z_]*) mods="$mods $arg";;
|
/third_party/openssl/crypto/ec/ |
D | ecp_smpl.c | 508 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/ |
D | gzip.c | 73 # define Z(what) Z_##what
|
/third_party/node/deps/cares/ |
D | CMakeLists.txt | 606 …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/ |
D | ir3_lexer.l | 452 [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/ |
D | glslang.l | 91 L [a-zA-Z_]
|
/third_party/freetype/builds/unix/ |
D | pkg.m4 | 28 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
D | pkg.m4 | 28 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
1234