/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 2169 ATOMIC_CASE(ctx, instr, add, add); in emit_intrinsic() 2180 IMAGE_ATOMIC_CASE(ctx, instr, add, add); in emit_intrinsic() 2989 /* Find the index of the block about to follow us (note: we don't add in emit_loop()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 1498 if (!klass1_glyphs.has (cp)) class1_set.add (0); in collect_variation_indices() 1502 class1_set.add (klass1); in collect_variation_indices() 1506 class2_set.add (0); in collect_variation_indices() 1510 class2_set.add (klass2); in collect_variation_indices()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 605 int len = 0, add = (*argv[-1] == 'a') ? 1 : 0; in linkupdate() local 623 if (!name && !add) in linkupdate() 625 else if (!type && add) in linkupdate() 631 if (add) { in linkupdate() 985 struct arglist cmd_objectlist[] = {{"add", 0}, {"delete", 0}, in iplink() 1103 int length, cmd = !memcmp("add", argv[-1], strlen(argv[-1])) in ipaddrupdate() 1475 struct arglist cmd_objectlist[] = { {"add", 0}, {"delete", 0}, in ipaddr() 1507 "iproute { add | del | change | append | replace | test } ROUTE\n" \ in show_iproute_help() 2134 struct arglist cmd_objectlist1[] = {{"add", 0}, {"append", 1},{"change", 2}, in iproute() 2140 case 0: // add in iproute() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserharness.js | 550 public add(value: number) { 611 this.results[name].add(timing); 1104 * @param unitName add the given code under thie name, else use '0.ts' 1355 // for single file tests just add them as using the old '0.ts' naming scheme 1380 /** Returns a set of functions which can be later executed to add and remove given dependencies to the compiler so that 1381 * a file can be successfully compiled. These functions will add/remove named units and code to the compiler for each dependency. 2551 Dataset.prototype.add = function (value) {
2604 this.results[name].add(timing);
3033 * @param unitName add the given code under thie name, else use '0.ts'
3254 // for single file tests just add the [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 374 # add new enumerator 401 # we need to find this enum definition and add data to it 403 # add type and bitwidth to enum definition 408 # add components to enum definition 490 # and add them to proper list 519 # construct requirement object and add it to the list 526 # add extension definition to proper api object 553 # read enumerator and add it to enum 769 # add new enumerators that were added by extensions to api.enums 787 # add enumerato [all...] |
H A D | gen_framework_sc.py | 543 # construct list of locations where version definitions start, and add the end of the file to it 647 # construct list of locations where version definitions start, and add the end of the file to it 1810 versionSet.add(Version(ext.versionInCore[1:])) 1812 # add list of extensions missing in Vulkan SC specification 1833 versionSet.add(currVersion) 1901 # only add functions with same vendor as extension 2404 # add another feature structure name to this blob 2405 blobStructs[blobName].add(structureType) 2406 # add specialization for this feature structure 2419 # add empt [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 177 TEST_NONE(add_0, add(w0, w1, Operand(w2, UXTW, 3))) 178 TEST_NONE(add_1, add(x0, x1, Operand(x2, UXTX, 4))) 179 TEST_NONE(add_2, add(x0, x1, Operand(w2, UXTH, 4))) 180 TEST_NONE(add_3, add(w0, w1, 0xb7e << 12)) 181 TEST_NONE(add_4, add(x0, x1, 0x6d2)) 182 TEST_NONE(add_5, add(w0, w1, Operand(w2, LSL, 6))) 183 TEST_NONE(add_6, add(x0, x1, Operand(x2, LSR, 25))) 783 TEST_NEON(add_0, add(v0.V8B(), v1.V8B(), v2.V8B())) 784 TEST_NEON(add_1, add(v0.V16B(), v1.V16B(), v2.V16B())) 785 TEST_NEON(add_2, add(v [all...] |
/third_party/typescript/lib/ |
H A D | typescript.js | 660 result_1.add(newValue); 678 set.add(value); 1405 result.add(makeKey(value), makeValue(value)); 1459 map.add = multiMapAdd; 1580 add: function (element) { 4140 // Also, If you add a new SyntaxKind be sure to keep the `Markers` section at the bottom in sync 4608 // removal, it is likely that users will add the import anyway. 5385 // attempting to add `| undefined` on each recursive call to `getReturnTypeOfSignature` when 6386 fileWatcherCallbacks.add(filePath, callback); 6569 callbackCache.add(dirPat [all...] |
H A D | typescriptServices.js | 660 result_1.add(newValue); 678 set.add(value); 1405 result.add(makeKey(value), makeValue(value)); 1459 map.add = multiMapAdd; 1580 add: function (element) { 4140 // Also, If you add a new SyntaxKind be sure to keep the `Markers` section at the bottom in sync 4608 // removal, it is likely that users will add the import anyway. 5385 // attempting to add `| undefined` on each recursive call to `getReturnTypeOfSignature` when 6386 fileWatcherCallbacks.add(filePath, callback); 6569 callbackCache.add(dirPat [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgnan.h | 760 extern void wl_cfgnan_update_dp_info(struct bcm_cfg80211 *cfg, bool add,
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-fme-perf.c | 276 * out of bit [31] between 2 32bit reads. So add extra reads to help in fme_read_perf_cntr_reg() 919 pmu->add = fme_perf_event_add; in fme_perf_pmu_register()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 781 add r11,r10,r13
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | perf_event.h | 644 void (*add)(struct perf_event *); member
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_32.S | 98 add $\pop, %esp 567 * Test the cr3 used to enter the kernel and add a marker
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | hpet.c | 1050 .add = hpet_acpi_add,
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 773 add r11,r10,r13
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | acpi_power_meter.c | 475 /* Sensor descriptions. If you add a sensor, update NUM_SENSORS above! */ 956 .add = acpi_power_meter_add,
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-cti-core.c | 264 /* add connection usage bit info to overall info */ in cti_add_connection_entry() 536 * Search the cti list to add an associated CTI into the supplied CS device 601 * Operations to add and remove associated CTI. 605 .add = cti_add_assoc_to_csdev, 924 /* add to list of CTI devices */ in cti_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_hw.c | 440 * @add_port: add or delete port 460 info->add = add_port; in i40iw_cqp_manage_abvpt_cmd() 475 * i40iw_manage_apbvt - add or delete tcp port 478 * @add_port: add or delete port 490 * protect against race where add APBVT CQP can race ahead of the delete in i40iw_manage_apbvt() 522 * @action: add, delete or modify 577 * i40iw_manage_qhash - add or modify qhash
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | multicast.c | 50 .add = mcast_add_one,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 97 .add = ch_ipsec_uld_add,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | txrx.c | 279 priv->cur_rssi->add) / 4; in p54_rssi_to_dbm()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.h | 769 u8 add; member
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dcssblk.c | 112 static DEVICE_ATTR(add, S_IWUSR, NULL, dcssblk_add_store); 670 *get minor, add to list in dcssblk_add_store()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 786 .add = smmu_pmu_event_add, in smmu_pmu_probe()
|