Home
last modified time | relevance | path

Searched refs:use (Results 326 - 350 of 2197) sorted by relevance

1...<<11121314151617181920>>...88

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpropagator.cpp4 // you may not use this file except in compliance with the License.
101 // not to simulate anymore and add its SSA def-use edges for simulation. in Simulate()
159 !instr->WhileEachInId([this](const uint32_t* use) { in Simulate()
160 Instruction* def_instr = get_def_use_mgr()->GetDef(*use); in Simulate()
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat5 @rem you may not use this file except in compliance with the License.
32 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/third_party/spirv-tools/source/opt/
H A Dpropagator.cpp4 // you may not use this file except in compliance with the License.
101 // not to simulate anymore and add its SSA def-use edges for simulation. in Simulate()
159 !instr->WhileEachInId([this](const uint32_t* use) { in Simulate()
160 Instruction* def_instr = get_def_use_mgr()->GetDef(*use); in Simulate()
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak2 # License & terms of use: http://www.unicode.org/copyright.html
45 # the prefix "icudt62_" for use in filenames
171 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
173 # Windows be machine-independent and use those tools for both ARM and ARM64.
174 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools.
175 # If we're building ARM/ARM64 Release, then we'll use the x64 Release tools.
191 # x86 uses x86; x64, arm, and arm64 use x64
292 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_if.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
499 nir_src *use = list_first_entry(&alu->dest.dest.ssa.uses, nir_src, use_link); in opt_split_alu_of_phi() local
500 if (!is_trivial_bcsel(use->parent_instr, true)) in opt_split_alu_of_phi()
570 * the bcsel result are updated to use the phi node result.
1242 * instructions. For example by checking the use of some of the following alu
1308 /* Rewrite use to use new alu instruction */ in propagate_condition_eval()
1349 /* Rewrite use to use const */ in evaluate_condition_use()
1405 nir_foreach_use_safe(use, scala in rewrite_comp_uses_within_if()
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
102 unsigned int use:1; member
466 s->use = 0; in cb_authz()
487 s->use = !strcmp(ctx->buf, "http-01"); in cb_authz()
493 lwsl_notice("JAAZ_CHALLENGES_URL: %s %d\n", ctx->buf, s->use); in cb_authz()
494 if (s->use) { in cb_authz()
501 lwsl_notice("JAAZ_CHALLENGES_TOKEN: %s %d\n", ctx->buf, s->use); in cb_authz()
502 if (s->use) { in cb_authz()
538 s->use = 0; in cb_chac()
721 * "detail": "Registration key is already in use", in lws_acme_start_acquisition()
[all...]
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak2 # License & terms of use: http://www.unicode.org/copyright.html
45 # the prefix "icudt62_" for use in filenames
164 # Thus ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path.
166 # Windows be machine-independent and use those tools for both ARM and ARM64.
167 # Note: If we're building ARM/ARM64 Debug, then we'll use the x64 Debug tools.
168 # If we're building ARM/ARM64 Release, then we'll use the x64 Release tools.
184 # x86 uses x86; x64, arm, and arm64 use x64
273 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
86 # or 32-bit divides if possible. Else, use a special math algorithm #
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
229 # use movm here to not disturb the condition codes.
283 # if the divisor msw is 0, use simpler algorithm then the full blown
287 bhi.b lddknuth # go use D. Knuth algorithm
341 # The comments use subscripts for the first quotient digit determination.
348 mov.w &0xffff, %d1 # use max trial quotient word
353 divu.w %d3, %d1 # use quotien
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE
86 # or 32-bit divides if possible. Else, use a special math algorithm #
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
229 # use movm here to not disturb the condition codes.
283 # if the divisor msw is 0, use simpler algorithm then the full blown
287 bhi.b lddknuth # go use D. Knuth algorithm
341 # The comments use subscripts for the first quotient digit determination.
348 mov.w &0xffff, %d1 # use max trial quotient word
353 divu.w %d3, %d1 # use quotien
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsr.h42 unsigned use:1; /* is this device still supportable */ member
52 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
56 /* We hold gendisk and scsi_device references on probe and use
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_queue.h93 int snd_seq_queue_use(int queueid, int client, int use);
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_queue.h90 int snd_seq_queue_use(int queueid, int client, int use);
/third_party/icu/icu4c/source/samples/uresb/
H A Dresources.mak2 ## License & terms of use: http://www.unicode.org/copyright.html
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dspan16perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
H A Dcontperf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
H A Dspan8perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
54 BITSET_WORD *use; member
/third_party/musl/src/signal/mipsn32/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
/third_party/musl/src/signal/mips64/
H A Dsigsetjmp.s18 # save base of got so that we can use it later
/third_party/lwip/src/include/lwip/
H A Digmp.h10 * Redistribution and use in source and binary forms, with or without
48 #if LWIP_IPV4 && LWIP_IGMP /* don't build if not configured for use in lwipopts.h */
59 /* Compatibility defines (don't use for new code) */
86 u8_t use; member
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-debug/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/vk-gl-cts/external/amber/src/kokoro/windows-msvc-2017-release/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2013-release/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.

Completed in 16 milliseconds

1...<<11121314151617181920>>...88