| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 3806 * Update the bitmask of targets for which the controller should 8118 int targets; in ahd_search_qinfifo() local 8212 targets = 0; in ahd_search_qinfifo() 8217 targets++; in ahd_search_qinfifo() 8218 if (targets > AHD_NUM_TARGETS) in ahd_search_qinfifo() 10191 * requests to unattached luns on enabled targets. in ahd_find_tmode_devs() 10250 * Only allow additional targets if in ahd_handle_en_lun()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | heap.cc | 864 WeakArrayList targets = retaining_path_targets(); in IsRetainingPathTarget() local 865 int length = targets.length(); in IsRetainingPathTarget() 868 MaybeObject target = targets.Get(i); in IsRetainingPathTarget()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 3724 struct pipe_stream_output_target **targets, in zink_set_stream_output_targets() 3748 struct zink_so_target *t = zink_so_target(targets[i]); in zink_set_stream_output_targets() 3749 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in zink_set_stream_output_targets() 3722 zink_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) zink_set_stream_output_targets() argument
|
| /third_party/python/Python/ |
| H A D | compile.c | 4092 VISIT_SEQ(c, expr, s->v.Delete.targets) in compiler_visit_stmt() 4095 n = asdl_seq_LEN(s->v.Assign.targets); in compiler_visit_stmt() 4102 (expr_ty)asdl_seq_GET(s->v.Assign.targets, i)); in compiler_visit_stmt() 5909 /* The following exprs can be assignment targets. */ in compiler_visit_expr1() 6050 /* Annotations of complex targets does not produce anything in check_annotation() 9404 /* Copy all exit blocks without line number that are targets of a jump. in duplicate_exits_without_lineno()
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | 67 targets:
|
| /third_party/typescript/lib/ |
| H A D | typingsInstaller.js | 3162 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3163 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | tsc.js | 2724 case 1: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 2725 case 2: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | tsserverlibrary.js | 3181 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3182 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | typescript.js | 3172 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3173 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | typescriptServices.js | 3172 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3173 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | tsserver.js | 3182 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3183 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 2059 os << "\n - targets: " << static_cast<void*>(targets()); in WasmIndirectFunctionTablePrint()
|
| /third_party/openGLES/xml/ |
| H A D | readme.tex | 70 targets:
|
| /device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
| H A D | configure_llvm | 95 --install-name-dir=DIR Darwin directory name for installed targets 362 --target-os=OS compiler targets OS [$target_os] 5223 # targets that do NOT support nopl and conditional mov (cmov) 5228 # targets that do support nopl and conditional mov (cmov) 5236 # targets that do support conditional mov but on which it's slow
|
| /third_party/ffmpeg/ |
| H A D | configure | 95 --install-name-dir=DIR Darwin directory name for installed targets 365 --target-os=OS compiler targets OS [$target_os] 5341 # targets that do NOT support nopl and conditional mov (cmov) 5346 # targets that do support nopl and conditional mov (cmov) 5354 # targets that do support conditional mov but on which it's slow
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | code-generator-x64.cc | 5228 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 5230 __ dq(targets[index]); in AssembleJumpTable()
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 3236 * Sets the current draw FBO, including color render targets, depth, 3859 * At this point, we know which targets are bound to a particular index, 3866 struct pipe_stream_output_target **targets, in iris_set_stream_output_targets() 3899 i < num_targets ? targets[i] : NULL); in iris_set_stream_output_targets() 3864 iris_set_stream_output_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) iris_set_stream_output_targets() argument
|
| /third_party/backends/sanei/ |
| H A D | sanei_scsi.c | 172 # include <sys/scsi/targets/scgio.h>
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | code-generator-arm64.cc | 3541 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 4183 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 3394 * Sets the current draw FBO, including color render targets, depth, 3943 * Gallium CSO for stream output (transform feedback) targets. 4122 * At this point, we know which targets are bound to a particular index, 4129 struct pipe_stream_output_target **targets, in crocus_set_stream_output_targets() 4174 i < num_targets ? targets[i] : NULL); in crocus_set_stream_output_targets() 4127 crocus_set_stream_output_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) crocus_set_stream_output_targets() argument
|
| /third_party/node/test/fixtures/snapshot/ |
| H A D | typescript.js | [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
| /third_party/icu/icu4c/source/ |
| H A D | configure | 1474 --enable-fuzzer build ICU's fuzzer test targets default=no
|