/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 1 //===-- ARMWinEHPrinter.cpp - Windows on ARM EH Data Printer ----*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 16 // RuntimeFunction's remaining 30-bits and can fully describe the entire frame. 18 // +---------------------------------------+ 20 // +---------------------------------------+ 22 // +---------------------------------------+ 37 // the associated exception handler. Additionally, the entry contains byte-code 40 // +---------------------------------------+ 42 // +---------------------------------------+ 44 // +---------------------------------------+ [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | convolution-test-helpers.cc | 3 // This source code is licensed under the BSD-style license found in the 6 #include "convolution-test-helpers.h" 52 for (size_t oc = 0; oc < group_output_channels; oc++) { in compute_convolution_qs8_reference_results() local 53 …ators[(((i * output_height + oy) * output_width + ox) * groups + g) * group_output_channels + oc] = in compute_convolution_qs8_reference_results() 54 bias[g * group_output_channels + oc]; in compute_convolution_qs8_reference_results() 60 const size_t iy = oy * subsampling_height + ky * dilation_height - input_padding_top; in compute_convolution_qs8_reference_results() 63 const size_t ix = ox * subsampling_width + kx * dilation_width - input_padding_left; in compute_convolution_qs8_reference_results() 66 for (size_t oc = 0; oc < group_output_channels; oc++) { in compute_convolution_qs8_reference_results() local 68 …tors[(((i * output_height + oy) * output_width + ox) * groups + g) * group_output_channels + oc] += in compute_convolution_qs8_reference_results() 70 g * group_input_channels + ic]) - in compute_convolution_qs8_reference_results() [all …]
|
H A D | fully-connected-operator-tester.h | 6 // This source code is licensed under the BSD-style license found in the 37 this->input_channels_ = input_channels; in input_channels() 42 return this->input_channels_; in input_channels() 47 this->output_channels_ = output_channels; in output_channels() 52 return this->output_channels_; in output_channels() 57 this->batch_size_ = batch_size; in batch_size() 62 return this->batch_size_; in batch_size() 67 this->input_stride_ = input_stride; in input_stride() 72 if (this->input_stride_ == 0) { in input_stride() 75 assert(this->input_stride_ >= input_channels()); in input_stride() [all …]
|
H A D | deconvolution-operator-tester.h | 6 // This source code is licensed under the BSD-style license found in the 31 return a > b ? a - b : T(0); in doz() 44 this->padding_top_ = padding; in padding() 45 this->padding_right_ = padding; in padding() 46 this->padding_bottom_ = padding; in padding() 47 this->padding_left_ = padding; in padding() 52 this->padding_top_ = padding_height; in padding_height() 53 this->padding_bottom_ = padding_height; in padding_height() 58 return this->padding_top_ + this->padding_bottom_; in padding_height() 62 this->padding_right_ = padding_width; in padding_width() [all …]
|
H A D | convolution-operator-tester.h | 6 // This source code is licensed under the BSD-style license found in the 22 #include "convolution-test-helpers.h" 44 this->padding_tf_same_ = padding_same; in padding_tf_same() 49 return this->padding_tf_same_; in padding_tf_same() 54 this->padding_top_ = padding; in padding() 55 this->padding_right_ = padding; in padding() 56 this->padding_bottom_ = padding; in padding() 57 this->padding_left_ = padding; in padding() 63 this->padding_top_ = padding_height; in padding() 64 this->padding_right_ = padding_width; in padding() [all …]
|
H A D | depth-to-space-operator-tester.h | 3 // This source code is licensed under the BSD-style license found in the 27 this->input_height_ = input_height; in input_size() 28 this->input_width_ = input_width; in input_size() 34 this->input_height_ = input_height; in input_height() 39 return this->input_height_; in input_height() 44 this->input_width_ = input_width; in input_width() 49 return this->input_width_; in input_width() 62 this->block_size_ = block_size; in block_size() 67 return this->block_size_; in block_size() 76 this->output_channels_ = output_channels; in output_channels() [all …]
|
H A D | space-to-depth-operator-tester.h | 3 // This source code is licensed under the BSD-style license found in the 27 this->input_height_ = input_height; in input_size() 28 this->input_width_ = input_width; in input_size() 34 this->input_height_ = input_height; in input_height() 39 return this->input_height_; in input_height() 44 this->input_width_ = input_width; in input_width() 49 return this->input_width_; in input_width() 64 this->block_size_ = block_size; in block_size() 69 return this->block_size_; in block_size() 74 this->input_channels_ = input_channels; in input_channels() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | fully-connected-sparse-operator-tester.h | 5 * This source code is licensed under the BSD-style license found in the 81 this->inputChannels_ = inputChannels; in inputChannels() 86 return this->inputChannels_; in inputChannels() 91 this->outputChannels_ = outputChannels; in outputChannels() 96 return this->outputChannels_; in outputChannels() 100 this->batchSize_ = batchSize; in batchSize() 105 return this->batchSize_; in batchSize() 110 this->inputStride_ = inputStride; in inputStride() 115 if (this->inputStride_ == 0) { in inputStride() 118 assert(this->inputStride_ >= inputChannels()); in inputStride() [all …]
|
H A D | fully-connected-operator-tester.h | 5 * This source code is licensed under the BSD-style license found in the 28 this->inputChannels_ = inputChannels; in inputChannels() 33 return this->inputChannels_; in inputChannels() 38 this->outputChannels_ = outputChannels; in outputChannels() 43 return this->outputChannels_; in outputChannels() 47 this->batchSize_ = batchSize; in batchSize() 52 return this->batchSize_; in batchSize() 57 this->inputStride_ = inputStride; in inputStride() 62 if (this->inputStride_ == 0) { in inputStride() 65 assert(this->inputStride_ >= inputChannels()); in inputStride() [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/t530/variants/w530/ |
H A D | romstage.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 { 1, 1, 0 }, /* P0: USB double port upper, USB3, OC 0 */ 7 { 1, 1, 1 }, /* P1: USB double port lower, USB3, (EHCI debug) OC 1 */ 8 { 1, 2, 3 }, /* P2: Dock, USB3, OC 3 */ 9 { 1, 1, -1 }, /* P3: WWAN slot, no OC */ 10 { 1, 1, 2 }, /* P4: yellow USB, OC 2 */ 11 { 1, 0, -1 }, /* P5: ExpressCard slot, no OC */ 12 { 1, 0, -1 }, /* P6: color sensor, no OC */ 13 { 1, 2, -1 }, /* P7: docking, no OC */ 14 { 1, 0, -1 }, /* P8: smart card reader, no OC */ [all …]
|
H A D | overridetree.cb | 9 { 1, 1, 0 }, /* P0: USB double port upper, USB3, OC 0 */ 10 { 1, 1, 1 }, /* P1: USB double port lower, USB3, (EHCI debug) OC 1 */ 11 { 1, 2, 3 }, /* P2: Dock, USB3, OC 3 */ 12 { 1, 1, -1 }, /* P3: WWAN slot, no OC */ 13 { 1, 1, 2 }, /* P4: yellow USB, OC 2 */ 14 { 1, 0, -1 }, /* P5: ExpressCard slot, no OC */ 15 { 1, 0, -1 }, /* P6: color sensor, no OC */ 16 { 1, 2, -1 }, /* P7: docking, no OC */ 17 { 1, 0, -1 }, /* P8: smart card reader, no OC */ 18 { 1, 1, 5 }, /* P9: USB port single (EHCI debug), OC 5 */ [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/t430s/variants/t430s/ |
H A D | romstage.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 { 1, 0, 0 }, /* P0:, OC 0 */ 13 { 1, 1, 1 }, /* P1: (EHCI debug), OC 1 */ 14 { 1, 1, 3 }, /* P2: OC 3 */ 15 { 1, 0, -1 }, /* P3: no OC */ 16 { 1, 2, -1 }, /* P4: no OC */ 17 { 1, 1, -1 }, /* P5: no OC */ 18 { 1, 1, -1 }, /* P6: no OC */ 19 { 0, 1, -1 }, /* P7: empty, no OC */ 20 { 1, 1, -1 }, /* P8: smart card reader, no OC */ [all …]
|
H A D | overridetree.cb | 6 { 1, 0, 0 }, /* P0:, OC 0 */ 7 { 1, 1, 1 }, /* P1: (EHCI debug), OC 1 */ 8 { 1, 1, 3 }, /* P2: OC 3 */ 9 { 1, 0, -1 }, /* P3: no OC */ 10 { 1, 2, -1 }, /* P4: no OC */ 11 { 1, 1, -1 }, /* P5: no OC */ 12 { 1, 1, -1 }, /* P6: no OC */ 13 { 0, 1, -1 }, /* P7: empty, no OC */ 14 { 1, 1, -1 }, /* P8: smart card reader, no OC */ 15 { 1, 0, 5 }, /* P9: (EHCI debug), OC 5 */ [all …]
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/oc_wdt/ |
H A D | oc_wdt.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 /* OC WDT configuration */ 21 * Starts and reloads the OC watchdog with given timeout. 23 * timeout - Time in seconds before OC watchdog times out. Supported range = 70 - 1024 34 printk(BIOS_WARNING, "OC Watchdog: invalid timeout value," in oc_wdt_start() 38 printk(BIOS_SPEW, "OC Watchdog: start and relaod timer (timeout %ds)\n", timeout); in oc_wdt_start() 45 oc_wdt_ctrl |= (timeout - 1); in oc_wdt_start() 51 /* Checks if OC WDT is enabled and returns true if so, otherwise false. */ 57 /* Reloads the OC watchdog (if enabled) preserving the current settings. */ 62 /* Reload only works if OC WDT enable bit is set */ in oc_wdt_reload() [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/t530/variants/t530/ |
H A D | romstage.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 { 1, 1, 0 }, /* P0: USB double port upper, USB3, OC 0 */ 7 { 1, 1, 1 }, /* P1: USB double port lower, USB3, (EHCI debug) OC 1 */ 8 { 1, 2, 3 }, /* P2: Dock, USB3, OC 3 */ 9 { 1, 1, -1 }, /* P3: WWAN slot, no OC */ 10 { 1, 1, 2 }, /* P4: yellow USB, OC 2 */ 11 { 1, 0, -1 }, /* P5: ExpressCard slot, no OC */ 12 { 0, 0, -1 }, /* P6: empty */ 13 { 1, 2, -1 }, /* P7: docking, no OC */ 14 { 1, 0, -1 }, /* P8: smart card reader, no OC */ [all …]
|
H A D | overridetree.cb | 6 { 1, 1, 0 }, /* P0: USB double port upper, USB3, OC 0 */ 7 { 1, 1, 1 }, /* P1: USB double port lower, USB3, (EHCI debug) OC 1 */ 8 { 1, 2, 3 }, /* P2: Dock, USB3, OC 3 */ 9 { 1, 1, -1 }, /* P3: WWAN slot, no OC */ 10 { 1, 1, 2 }, /* P4: yellow USB, OC 2 */ 11 { 1, 0, -1 }, /* P5: ExpressCard slot, no OC */ 12 { 0, 0, -1 }, /* P6: empty */ 13 { 1, 2, -1 }, /* P7: docking, no OC */ 14 { 1, 0, -1 }, /* P8: smart card reader, no OC */ 15 { 1, 1, 5 }, /* P9: USB port single (EHCI debug), OC 5 */ [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/roda/rv11/variants/rv11/ |
H A D | devicetree.cb | 1 ## SPDX-License-Identifier: GPL-2.0-only 60 { 1, 0, 0 }, /* P00: 1st USB3 (OC #0) */ 61 { 1, 0, 4 }, /* P01: 2nd USB3 (OC #4) */ 62 { 1, 1, 1 }, /* P02: 1st Multibay USB3 (OC #1) */ 63 { 1, 1, 2 }, /* P03: 2nd Multibay USB3 (OC #2) */ 64 { 1, 0, 8 }, /* P04: MiniPCIe 1 USB2 (no OC) */ 65 { 1, 0, 8 }, /* P05: MiniPCIe 2 USB2 (no OC) */ 66 { 1, 0, 8 }, /* P06: MiniPCIe 3 USB2 (no OC) */ 67 { 1, 0, 8 }, /* P07: GPS USB2 (no OC) */ 68 { 1, 0, 8 }, /* P08: MiniPCIe 4 USB2 (no OC) */ [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/roda/rv11/variants/rw11/ |
H A D | devicetree.cb | 1 ## SPDX-License-Identifier: GPL-2.0-only 65 { 1, 1, 0 }, /* P00: 1st (left) USB3 (OC #0) */ 66 { 1, 1, 0 }, /* P01: 2nd (left) USB3 (OC #0) */ 67 { 1, 1, 1 }, /* P02: 1st Multibay USB3 (OC #1) */ 68 { 1, 1, 1 }, /* P03: 2nd Multibay USB3 (OC #1) */ 69 { 1, 0, 8 }, /* P04: MiniPCIe 1 USB2 (no OC) */ 70 { 1, 0, 8 }, /* P05: MiniPCIe 2 USB2 (no OC) */ 71 { 1, 0, 8 }, /* P06: USB Hub x4 USB2 (no OC) */ 72 { 1, 0, 8 }, /* P07: MiniPCIe 4 USB2 (no OC) */ 73 { 1, 1, 8 }, /* P08: SD card reader USB2 (no OC) */ [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/x230/variants/x230/ |
H A D | early_init.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 { 1, 0, 0 }, /* P0 (left, fan side), OC 0 */ 8 { 1, 0, 1 }, /* P1 (left touchpad side), OC 1 */ 9 { 1, 1, 3 }, /* P2: dock, OC 3 */ 10 { 1, 1, -1 }, /* P3: wwan, no OC */ 11 { 1, 1, -1 }, /* P4: Wacom tablet on X230t, otherwise empty */ 12 { 1, 1, -1 }, /* P5: Expresscard, no OC */ 13 { 0, 0, -1 }, /* P6: Empty */ 14 { 1, 2, -1 }, /* P7: dock, no OC */ 15 { 0, 0, -1 }, /* P8: Empty */ [all …]
|
H A D | overridetree.cb | 7 {1, 0, 0 }, /* P0 (left, fan side), OC 0 */ 8 {1, 0, 1 }, /* P1 (left touchpad side), OC 1 */ 9 {1, 1, 3 }, /* P2: dock, OC 3 */ 10 {1, 1, -1}, /* P3: wwan, no OC */ 11 {1, 1, -1}, /* P4: Wacom tablet on X230t, otherwise empty */ 12 {1, 1, -1}, /* P5: Expresscard, no OC */ 13 {0, 0, -1}, /* P6: Empty */ 14 {1, 2, -1}, /* P7: dock, no OC */ 15 {0, 0, -1}, /* P8: Empty */ 16 {1, 2, 5 }, /* P9: Right (EHCI debug), OC 5 */ [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/t520/ |
H A D | early_init.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 38 { 1, 1, 0 }, /* P0 left dual conn, OC 0 */ 39 { 1, 1, 1 }, /* P1 system onboard USB (eSATA), (EHCI debug), OC 1 */ 40 { 1, 2, -1 }, /* P2: wimax / WLAN */ 41 { 1, 1, -1 }, /* P3: WWAN, no OC */ 42 { 1, 1, -1 }, /* P4: smartcard, no OC */ 43 { 1, 1, -1 }, /* P5: ExpressCard, no OC */ 44 { 0, 2, -1 }, /* P6: empty */ 45 { 0, 2, -1 }, /* P7: to touch panel, no OC */ 47 { 1, 4, 5 }, /* P9: to system subcard back right, (EHCI debug), OC 5 */ [all …]
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | convolution-nchw.c | 3 // This source code is licensed under the BSD-style license found in the 23 #include <xnnpack/microparams-init.h> 64 …led to create %s operator with %" PRIu32 "x%" PRIu32 " kernel: kernel dimensions must be non-zero", in xnn_create_convolution2d_nchw_f32() 71 …ate %s operator with %" PRIu32 "x%" PRIu32 " subsampling: subsampling dimensions must be non-zero", in xnn_create_convolution2d_nchw_f32() 78 …to create %s operator with %" PRIu32 "x%" PRIu32 " dilation: dilation dimensions must be non-zero", in xnn_create_convolution2d_nchw_f32() 85 "failed to create %s operator with %" PRIu32 " groups: number of groups must be non-zero", in xnn_create_convolution2d_nchw_f32() 92 …iled to create %s operator with %zu input channels per group: number of channels must be non-zero", in xnn_create_convolution2d_nchw_f32() 99 …led to create %s operator with %zu output channels per group: number of channels must be non-zero", in xnn_create_convolution2d_nchw_f32() 126 "failed to create %s operator with NaN output lower bound: lower bound must be non-NaN", in xnn_create_convolution2d_nchw_f32() 133 "failed to create %s operator with NaN output upper bound: upper bound must be non-NaN", in xnn_create_convolution2d_nchw_f32() [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | mksh.1 | 3 .\"- 23 .\"- 27 .\" * - generates ‐ in gnroff, \- generates −, so .tr it to - 28 .\" thus use - for hyphens and \- for minus signs and option dashes 29 .\" * ~ is size-reduced and placed atop in groff, so use \*(TI 30 .\" * ^ is size-reduced and placed atop in groff, so use \*(ha 35 .\" be interpreted as punctuation, and especially with two-letter words 42 . if \*[.T]ascii .tr \-\N'45' 43 . if \*[.T]latin1 .tr \-\N'45' 44 . if \*[.T]utf8 .tr \-\N'45' [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/ops/ |
H A D | MetalAddmm.mm | 40 params.OC = weight_.size(0); 44 MetalTensorImplStorage mt{{params.N, params.OC}}; 45 SmallVector<int64_t, 4> textureSize = {params.N, params.OC, 1, 1}; 47 mt.texture()->allocateTemporaryStorage(textureSize, commandBuffer); 48 MPSImage* Y = mt.texture()->image(); 56 // The output texture becomes {N, oC, 1, 1}. Reshape it to {N, oC} 58 makeTensor(std::move(mt), input.options()).view({params.N, params.OC}); 76 params.OC = context.get_weight().size(0); 100 MetalTensorImplStorage mt{{params.N, params.OC}}; 101 SmallVector<int64_t, 4> textureSize = {params.N, params.OC, 1, 1}; [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/content/res/ |
H A D | CompatibilityInfo.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 140 * <p>This field is used to sandbox fixed-orientation activities on displays or display areas 149 * app requested. For example for portrait fixed-orientation apps, the app is letterboxed to 215 // For now -- if they require a size larger than the only in CompatibilityInfo() 246 * <supports-screen> android:expandible in the manifest. in CompatibilityInfo() 252 * <supports-screen> android:largeScreens in the manifest. in CompatibilityInfo() 258 * <supports-screen> android:xlargeScreens in the manifest. in CompatibilityInfo() 453 As a work-around, we translate by a tiny amount to avoid in translateCanvas() 634 // inoutDm.fontScaleConverter to accurately calculate non-linear font scaling. But we're not in scaleDisplayMetrics() 775 * @param outDm If non-null the width and height will be set to their scaled values. [all …]
|