| /third_party/musl/porting/linux/user/src/conf/ |
| D | sysconf.c | 11 #define VER JT(1) macro 37 [_SC_REALTIME_SIGNALS] = VER, in sysconf() 39 [_SC_TIMERS] = VER, in sysconf() 40 [_SC_ASYNCHRONOUS_IO] = VER, in sysconf() 43 [_SC_FSYNC] = VER, in sysconf() 44 [_SC_MAPPED_FILES] = VER, in sysconf() 45 [_SC_MEMLOCK] = VER, in sysconf() 46 [_SC_MEMLOCK_RANGE] = VER, in sysconf() 47 [_SC_MEMORY_PROTECTION] = VER, in sysconf() 48 [_SC_MESSAGE_PASSING] = VER, in sysconf() [all …]
|
| /third_party/musl/src/conf/ |
| D | sysconf.c | 12 #define VER JT(1) macro 43 [_SC_REALTIME_SIGNALS] = VER, in sysconf() 45 [_SC_TIMERS] = VER, in sysconf() 46 [_SC_ASYNCHRONOUS_IO] = VER, in sysconf() 49 [_SC_FSYNC] = VER, in sysconf() 50 [_SC_MAPPED_FILES] = VER, in sysconf() 51 [_SC_MEMLOCK] = VER, in sysconf() 52 [_SC_MEMLOCK_RANGE] = VER, in sysconf() 53 [_SC_MEMORY_PROTECTION] = VER, in sysconf() 54 [_SC_MESSAGE_PASSING] = VER, in sysconf() [all …]
|
| /third_party/alsa-utils/include/ |
| D | Makefile.am | 7 @echo "/*" > ver.tmp 8 @echo " * version.h" >> ver.tmp 9 @echo " */" >> ver.tmp 10 @echo "" >> ver.tmp 11 @echo "#define SND_UTIL_MAJOR $(SND_UTIL_MAJOR)" >> ver.tmp 12 @echo "#define SND_UTIL_MINOR $(SND_UTIL_MINOR)" >> ver.tmp 13 @echo "#define SND_UTIL_SUBMINOR $(SND_UTIL_SUBMINOR)" >> ver.tmp 14 @echo "#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\\" >> ver.tmp 15 @echo " (SND_UTIL_MINOR<<8)|\\" >> ver.tmp 16 @echo " SND_UTIL_SUBMINOR)" >> ver.tmp [all …]
|
| /third_party/alsa-lib/include/ |
| D | Makefile.am | 83 @echo "/*" > ver.tmp 84 @echo " * version.h" >> ver.tmp 85 @echo " */" >> ver.tmp 86 @echo "" >> ver.tmp 87 @echo "#define SND_LIB_MAJOR $(SND_LIB_MAJOR) /**< major number of library version */" >> ver.tmp 88 @echo "#define SND_LIB_MINOR $(SND_LIB_MINOR) /**< minor number of library version */" >> ver.tmp 89 …#define SND_LIB_SUBMINOR $(SND_LIB_SUBMINOR) /**< subminor number of library version */" >> ver.tmp 90 …ND_LIB_EXTRAVER $(SND_LIB_EXTRAVER) /**< extra version number, used mainly for betas */" >> ver.tmp 91 @echo "/** library version */" >> ver.tmp 92 @echo "#define SND_LIB_VER(maj, min, sub) (((maj)<<16)|((min)<<8)|(sub))" >> ver.tmp [all …]
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLGLSL.cpp | 23 GrGLSLVersion ver = std::min(info.fGLSLVersion, GR_GLSL_VER(glMajor, 10 * glMinor)); in GrGLGetGLSLGeneration() local 29 SkASSERT(ver >= GR_GLSL_VER(1,10)); in GrGLGetGLSLGeneration() 30 if (ver >= GR_GLSL_VER(4,20)) { in GrGLGetGLSLGeneration() 32 } else if (ver >= GR_GLSL_VER(4,00)) { in GrGLGetGLSLGeneration() 34 } else if (ver >= GR_GLSL_VER(3,30)) { in GrGLGetGLSLGeneration() 36 } else if (ver >= GR_GLSL_VER(1,50)) { in GrGLGetGLSLGeneration() 38 } else if (ver >= GR_GLSL_VER(1,40)) { in GrGLGetGLSLGeneration() 40 } else if (ver >= GR_GLSL_VER(1,30)) { in GrGLGetGLSLGeneration() 47 SkASSERT(ver >= GR_GL_VER(1,00)); in GrGLGetGLSLGeneration() 48 if (ver >= GR_GLSL_VER(3,20)) { in GrGLGetGLSLGeneration() [all …]
|
| /third_party/rust/crates/clap/examples/tutorial_derive/ |
| D | 04_03_relations.md | 5 Usage: 04_03_relations_derive[EXE] [OPTIONS] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 11 --set-ver <VER> set version manually 23 <--set-ver <VER>|--major|--minor|--patch> 25 Usage: 04_03_relations_derive[EXE] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 36 Usage: 04_03_relations_derive[EXE] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 45 Usage: 04_03_relations_derive[EXE] -c <CONFIG> <--set-ver <VER>|--major|--minor|--patch> <INPUT_FIL…
|
| /third_party/rust/crates/clap/examples/tutorial_builder/ |
| D | 04_03_relations.md | 5 Usage: 04_03_relations[EXE] [OPTIONS] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 11 --set-ver <VER> set version manually 23 <--set-ver <VER>|--major|--minor|--patch> 25 Usage: 04_03_relations[EXE] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 36 Usage: 04_03_relations[EXE] <--set-ver <VER>|--major|--minor|--patch> [INPUT_FILE] 45 Usage: 04_03_relations[EXE] -c <CONFIG> <--set-ver <VER>|--major|--minor|--patch> <INPUT_FILE|--spe…
|
| /third_party/icu/tools/multi/proj/provider/glue/include/icuglue/ |
| D | icuglue.h | 45 #define CPY_VERSTR(dst,ver) if(IS_OLD_VERSTR(ver)) \ argument 47 (dst)[0]=ver[OLD_VERSTR_MAJ]; \ 48 (dst)[1]=ver[OLD_VERSTR_MIN]; \ 50 (dst)[0]=ver[NEW_VERSTR_MAJ]; \ 51 (dst)[1]=ver[NEW_VERSTR_MIN]; \ 57 * @param ver a verstr such as "50_0_2", "4_8_1_1", etc 61 #define CMP_VERSTR(str,ver) \ argument 62 ( (IS_OLD_VERSTR(ver)) ? \ 64 (str)[0]==ver[OLD_VERSTR_MAJ] && \ 65 (str)[1]==ver[OLD_VERSTR_MIN] \ [all …]
|
| /third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/ |
| D | index.js | 17 const isBefore = (verTimes, ver, time) => argument 18 !verTimes || !verTimes[ver] || Date.parse(verTimes[ver]) <= time 21 const shouldAvoid = (ver, avoid) => argument 22 avoid && semver.satisfies(ver, avoid, avoidSemverOpt) 99 const ver = distTags[wanted] constant 103 if (isBefore(verTimes, ver, time)) { 104 return decorateAvoid(versions[ver] || staged[ver] || restricted[ver], avoid) 106 return pickManifest(packument, `<=${ver}`, opts) 112 const ver = semver.clean(wanted, { loose: true }) constant 113 const mani = versions[ver] || staged[ver] || restricted[ver] [all …]
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_inst.h | 63 if (devinfo->ver >= 12) \ 73 if (devinfo->ver >= 12) \ 87 if (devinfo->ver >= 12) { \ 89 } else if (devinfo->ver >= 8) { \ 91 } else if (devinfo->ver >= 7) { \ 93 } else if (devinfo->ver >= 6) { \ 95 } else if (devinfo->ver >= 5) { \ 148 if (devinfo->ver >= 12) { \ 163 if (devinfo->ver >= 12) { \ 197 if (devinfo->ver >= 12) { \ [all …]
|
| D | brw_eu.h | 301 if (devinfo->ver >= 5) { in ALU2() 314 if (devinfo->ver >= 5) in brw_message_desc_mlen() 323 if (devinfo->ver >= 5) in brw_message_desc_rlen() 334 assert(devinfo->ver >= 5); in brw_message_desc_header_present() 359 if (devinfo->ver >= 8) { in brw_urb_desc() 364 } else if (devinfo->ver >= 7) { in brw_urb_desc() 378 assert(devinfo->ver >= 7); in brw_urb_desc_msg_type() 410 if (devinfo->ver >= 8) in brw_sampler_desc() 415 if (devinfo->ver >= 7) in brw_sampler_desc() 418 else if (devinfo->ver >= 5) in brw_sampler_desc() [all …]
|
| D | brw_compiler.c | 114 if (devinfo->ver < 8) in brw_compiler_create() 120 devinfo->ver >= 12 || in brw_compiler_create() 121 (devinfo->ver >= 9 && INTEL_DEBUG(DEBUG_TCS_EIGHT_PATCH)); in brw_compiler_create() 128 compiler->scalar_stage[i] = devinfo->ver >= 8 || in brw_compiler_create() 162 if (devinfo->ver < 8 || devinfo->ver > 9) in brw_compiler_create() 180 nir_options->lower_ffma16 = devinfo->ver < 6; in brw_compiler_create() 181 nir_options->lower_ffma32 = devinfo->ver < 6; in brw_compiler_create() 182 nir_options->lower_ffma64 = devinfo->ver < 6; in brw_compiler_create() 183 nir_options->lower_flrp32 = devinfo->ver < 6 || devinfo->ver >= 11; in brw_compiler_create() 184 nir_options->lower_fpow = devinfo->ver >= 12; in brw_compiler_create() [all …]
|
| D | brw_eu_emit.c | 51 if (devinfo->ver < 6) in gfx6_resolve_implied_move() 58 assert(devinfo->ver < 12); in gfx6_resolve_implied_move() 82 if (devinfo->ver >= 7 && reg->file == BRW_MESSAGE_REGISTER_FILE) { in gfx7_convert_mrf_to_grf() 94 assert((dest.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_dest() 112 if (devinfo->ver >= 12 && in brw_set_dest() 128 assert(devinfo->ver < 12); in brw_set_dest() 198 if (devinfo->ver >= 6) in brw_set_dest() 214 assert((reg.nr & ~BRW_MRF_COMPR4) < BRW_MAX_MRF(devinfo->ver)); in brw_set_src0() 220 if (devinfo->ver >= 6 && in brw_set_src0() 234 if (devinfo->ver >= 12 && in brw_set_src0() [all …]
|
| D | brw_ir_performance.cpp | 363 if (devinfo->ver >= 11) { in instruction_desc() 366 } else if (devinfo->ver >= 8) { in instruction_desc() 388 if (devinfo->ver >= 11) { in instruction_desc() 391 } else if (devinfo->ver >= 8) { in instruction_desc() 405 } else if (devinfo->ver >= 7) { in instruction_desc() 422 if (devinfo->ver >= 11) in instruction_desc() 425 else if (devinfo->ver >= 8) in instruction_desc() 431 else if (devinfo->ver >= 7) in instruction_desc() 438 if (devinfo->ver >= 11) { in instruction_desc() 441 } else if (devinfo->ver >= 8) { in instruction_desc() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_screen.c | 205 return devinfo->ver == 8; in crocus_get_param() 207 return devinfo->ver <= 5; in crocus_get_param() 210 return devinfo->ver >= 5; in crocus_get_param() 229 return devinfo->ver >= 7; in crocus_get_param() 248 return devinfo->ver >= 6; in crocus_get_param() 257 if (devinfo->ver >= 7) in crocus_get_param() 262 if (devinfo->ver >= 7) in crocus_get_param() 269 return (devinfo->ver >= 6) ? 4 : 0; in crocus_get_param() 271 return devinfo->ver >= 7 ? 2048 : 512; in crocus_get_param() 280 else if (devinfo->ver >= 7) in crocus_get_param() [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | windows.yml | 10 VER: [v142, v143] 16 - VER: v141 56 -T ${{matrix.VER}} ` 67 $VER = switch ('${{matrix.VER}}') { ` 72 …} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=${VER}" 102 $VER = switch ('${{matrix.VER}}') { ` 107 …} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=${VER}" 144 -T ${{matrix.VER}} ` 164 $VER = switch ('${{matrix.VER}}') { ` 169 …} -SkipAutomaticLocation -DevCmdArguments "-host_arch=x64 -arch=${{matrix.BIN}} -vcvars_ver=${VER}" [all …]
|
| /third_party/icu/tools/multi/j/jvm/ |
| D | detect-mac.sh | 7 VER=/System/Library/Frameworks/JavaVM.framework/Versions 8 if [ ! -d "${VER}" ]; 10 echo err, cant find ${VER} - are you really on a mac? 14 VERS=`cd ${VER};ls -d [0-9]*` 18 if [ ! -x ${VER}/${aver}/Home/bin/java ]; then 21 if ! ${VER}/${aver}/Home/bin/java -version 2> /dev/null; then 26 echo "# ${F} from ${VER}/${aver}" 28 JAVA_HOME=${VER}/${aver}/Home
|
| /third_party/exfatprogs/ |
| D | .travis_get_mainline_kernel | 14 VER=$(cat releases.json | python2.7 -c "import sys, json; print json.load(sys.stdin)['latest_stable… 20 if [ "z$VER" = "z" ]; then 25 MVER=$(echo $VER | cut -d. -f1) 27 wget https://cdn.kernel.org/pub/linux/kernel/v"$MVER".x/linux-"$VER".tar.gz 29 echo "Could not download $VER kernel version" 33 tar xf linux-"$VER".tar.gz 39 mv linux-"$VER" linux
|
| /third_party/ninja/misc/packaging/ |
| D | rpmbuild.sh | 7 VER=1.0 10 echo "Ver: $VER, Release: $REL" 14 git archive --format=tar --prefix=ninja-${VER}-${REL}/ HEAD | gzip -c > $RPMTOPDIR/SOURCES/ninja-${… 17 sed -e "s/%{ver}/$VER/" -e "s/%{rel}/$REL/" misc/packaging/ninja.spec > $RPMTOPDIR/SPECS/ninja.spec
|
| /third_party/toybox/www/ |
| D | release.txt | 6 - git tag $VER 10 git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz 11 scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads 18 ssh landley.net "mkdir landley.net/toybox/downloads/binaries/$VER" 19 scp send/toybox-* landley.net:landley.net/toybox/downloads/binaries/$VER/
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUDebug.java | 42 int[] ver = new int[4]; in getInstanceLenient() local 58 ver[vidx] = ver[vidx] * 10 + (c - '0'); in getInstanceLenient() 59 if (ver[vidx] > 255) { in getInstanceLenient() 63 ver[vidx] = 0; in getInstanceLenient() 68 ver[vidx] = c - '0'; in getInstanceLenient() 73 return VersionInfo.getInstance(ver[0], ver[1], ver[2], ver[3]); in getInstanceLenient()
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | makefile.cegcc | 27 VER = $(VERMAJ).$(VERMIN).$(VERMIC) 29 PACKAGE = $(NAME)-$(VER) 36 MANIFESTVERBIN = "Libpng-$(VER): Binary files" 37 MANIFESTVERDEV = "Libpng-$(VER): Developer files" 61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver 63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver 91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \ 92 echo $(MANIFESTVERDESC) >> manifest/$(PACKAGE)-bin.ver 95 echo $(MANIFESTVERDEV) >> manifest/$(PACKAGE)-dev.ver && \ 96 echo $(MANIFESTVERDESC) >> manifest/$(PACKAGE)-dev.ver
|
| /third_party/mesa3d/src/panfrost/lib/ |
| D | meson.build | 27 foreach ver : pixel_format_versions 29 'pan-format-v' + ver, 34 c_args : ['-DPAN_ARCH=' + ver], 42 foreach ver : ['4', '5', '6', '7', '9'] 44 'pan-arch-v' + ver, 53 c_args : ['-DPAN_ARCH=' + ver], 59 foreach ver : ['7'] 61 'pan-arch-indirect-v' + ver, 67 c_args : ['-DPAN_ARCH=' + ver],
|
| /third_party/libusb/ |
| D | fix-init-fail.patch | 11 + ver->major = 5; 12 + ver->minor = 10; 13 + ver->sublevel = 0; 19 atoms = sscanf(uts.release, "%d.%d.%d", &ver->major, &ver->minor, &ver->sublevel);
|
| /third_party/musl/src/stat/ |
| D | __xstat.c | 5 int __fxstat(int ver, int fd, struct stat *buf) in __fxstat() argument 10 int __fxstatat(int ver, int fd, const char *path, struct stat *buf, int flag) in __fxstatat() argument 15 int __lxstat(int ver, const char *path, struct stat *buf) in __lxstat() argument 20 int __xstat(int ver, const char *path, struct stat *buf) in __xstat() argument 32 int __xmknod(int ver, const char *path, mode_t mode, dev_t *dev) in __xmknod() argument 37 int __xmknodat(int ver, int fd, const char *path, mode_t mode, dev_t *dev) in __xmknodat() argument
|