/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_vbt_decode.c | 66 #define YESNO(val) ((val) ? "yes" : "no") argument 851 bool val = (edp->edp_s3d_feature >> i) & 1; in dump_edp() local 856 bool val = (edp->edp_t3_optimization >> i) & 1; in dump_edp() local 861 int val = (edp->edp_vswing_preemph >> (i * 4)) & 0xf; in dump_edp() local 878 bool val = (edp->fast_link_training >> i) & 1; in dump_edp() local 883 bool val = (edp->dpcd_600h_write_required >> i) & 1; in dump_edp() local 896 bool val = (edp->full_link_params_provided >> i) & 1; in dump_edp() local 1219 uint8_t flags, index, bus, offset, len, i; in mipi_dump_i2c() local 1557 int offset = (bios[0x19] << 8) + bios[0x18]; in get_device_id() local
|
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
H A D | binder.cpp | 351 size_t offset = p.readUint32(); in __anon5d41f7090f02() local 365 size_t offset = p.readUint32(); in __anon5d41f7091102() local 432 bool val = provider.ConsumeBool(); in __anon5d41f7091a02() local 437 bool val = provider.ConsumeBool(); in __anon5d41f7091b02() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | iio_utils.h | 71 float offset; member 434 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) in _write_sysfs_int() 479 int write_sysfs_int(char *filename, char *basedir, int val) in write_sysfs_int() 484 int write_sysfs_int_and_verify(char *filename, char *basedir, int val) in write_sysfs_int_and_verify() 490 inline int write_sysfs_int64(char *filename, char *basedir, long long val) in write_sysfs_int64() 517 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) in _write_sysfs_string() 566 int write_sysfs_string_and_verify(char *filename, char *basedir, char *val) in write_sysfs_string_and_verify() 571 int write_sysfs_string(char *filename, char *basedir, char *val) in write_sysfs_string() 620 int read_sysfs_float(char *filename, char *basedir, float *val) in read_sysfs_float()
|
/aosp_15_r20/external/mesa3d/src/nouveau/mme/ |
H A D | mme_tu104_sim.c | 156 uint32_t val = load_reg(sim, inst, -1, inst->pred); in load_pred() local 171 uint32_t val) in store_reg() 322 uint16_t offset = (inst->imm[alu_idx] & BITFIELD_MASK(15)); in eval_alu() local 335 int16_t offset = util_mask_sign_extend(inst->imm[alu_idx], 13); in eval_alu() local 512 uint64_t offset = addr - sim->mems[i].addr; in find_mem() local
|
/aosp_15_r20/external/ethtool/ |
H A D | cmis.c | 41 int offset; member 67 int offset; member 216 float val = 0.0f; in cmis_show_cbl_asm_len() local 259 float val = 0.0f; in cmis_print_smf_cbl_len() local 936 u8 page, u32 offset) in cmis_request_init()
|
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | Bpf2Apf.java | 127 int offset = Integer.parseInt(arg.substring(5, arg.length() - 1)); in convertLine() local 143 int offset = Integer.parseInt(arg.substring(1, arg.length() - 1)); in convertLine() local 212 int val = 0; in convertLine() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | TextTrieMap.java | 48 public TextTrieMap<V> put(CharSequence text, V val) { in put() 95 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() 99 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() 130 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() 317 private void add(char[] text, int offset, V value) { in add() 376 private int lenMatches(char[] text, int offset) { in lenMatches()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/comphy/ |
D | phy-comphy-3700.c | 217 static void comphy_set_indirect(uintptr_t addr, uint32_t offset, uint16_t data, in comphy_set_indirect() 263 uint16_t val; in comphy_sgmii_phy_init() local 291 uint32_t offset, data = 0, ref_clk; in mvebu_a3700_comphy_sata_power_on() local 375 uintptr_t offset; in mvebu_a3700_comphy_sgmii_power_on() local 595 uintptr_t offset; in mvebu_a3700_comphy_sgmii_power_off() local 959 uint32_t offset; in mvebu_a3700_comphy_sata_power_off() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/comphy/ |
H A D | phy-comphy-3700.c | 217 static void comphy_set_indirect(uintptr_t addr, uint32_t offset, uint16_t data, in comphy_set_indirect() 263 uint16_t val; in comphy_sgmii_phy_init() local 291 uint32_t offset, data = 0, ref_clk; in mvebu_a3700_comphy_sata_power_on() local 375 uintptr_t offset; in mvebu_a3700_comphy_sgmii_power_on() local 594 uintptr_t offset; in mvebu_a3700_comphy_sgmii_power_off() local 959 uint32_t offset; in mvebu_a3700_comphy_sata_power_off() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | TextTrieMap.java | 53 public TextTrieMap<V> put(CharSequence text, V val) { in put() 100 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() 104 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() 138 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator() 326 private void add(char[] text, int offset, V value) { in add() 385 private int lenMatches(char[] text, int offset) { in lenMatches()
|
/aosp_15_r20/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmSmsCbMessage.java | 230 int offset = wacOffset + 2; in parseWarningAreaCoordinates() local 330 int offset = SmsCbHeader.PDU_HEADER_LENGTH + 1 + (PDU_BODY_PAGE_LENGTH + 1) * i; in parseUmtsBody() local 356 int offset = SmsCbHeader.PDU_HEADER_LENGTH; in parseGsmBody() local 370 private static Pair<String, String> unpackBody(byte[] pdu, int offset, in unpackBody() 448 BitStreamReader(byte[] data, int offset) { in BitStreamReader() 461 int val = 0; in read() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | TensorTopK.cu | 309 Bitwise val = TopKTypeConfig<T>::convert(doLdg(&data[idx])); in C10_LAUNCH_BOUNDS_1() local 448 for (int offset = C10_WARP_SIZE / 2; offset > 0; offset /= 2) { in C10_LAUNCH_BOUNDS_1() local 468 for (int offset = num_warps / 2; offset > 0; offset /= 2) { in C10_LAUNCH_BOUNDS_1() local 570 T val; in C10_LAUNCH_BOUNDS_1() local 585 uint32_t offset = withinKIndex + startWithinK; in C10_LAUNCH_BOUNDS_1() local 597 uint32_t offset = kthIndex + startKth; in C10_LAUNCH_BOUNDS_1() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/ |
D | plat_setup.c | 166 uint64_t val; in plat_early_platform_setup() local 205 uint64_t sc7entry_end, offset; in plat_late_platform_setup() local 207 uint32_t val; in plat_late_platform_setup() local
|
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/ |
H A D | plat_setup.c | 166 uint64_t val; in plat_early_platform_setup() local 205 uint64_t sc7entry_end, offset; in plat_late_platform_setup() local 207 uint32_t val; in plat_late_platform_setup() local
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_dirread.c | 1207 uint64_t offset, in TIFFReadDirEntryDataAndRealloc() 1334 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryArrayWithLimit() local 1358 uint64_t offset = direntry->tdir_offset.toff_long8; in TIFFReadDirEntryArrayWithLimit() local 2978 double val = *ma++; in TIFFReadDirEntryFloatArray() local 3376 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedLong8() local 3396 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedSlong8() local 3422 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedRational() local 3455 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedSrational() local 3545 uint32_t offset = direntry->tdir_offset.toff_long; in TIFFReadDirEntryCheckedDouble() local 3907 static enum TIFFReadDirEntryErr TIFFReadDirEntryData(TIFF *tif, uint64_t offset, in TIFFReadDirEntryData() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | gather_test1.cpp | 34 void test_iterators ( Iterator first, Iterator last, Predicate comp, std::size_t offset ) { in test_iterators() 56 void test_iterator_types ( const Container &c, Predicate comp, std::size_t offset ) { in test_iterator_types() 83 T val; member
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | fdt_sw.c | 96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local 191 int offset; in fdt_add_reservemap_entry() local 255 unsigned int struct_top, offset; in fdt_add_string_() local 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() 343 int offset, nextoffset; in fdt_finish() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt_sw.c | 96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local 191 int offset; in fdt_add_reservemap_entry() local 255 unsigned int struct_top, offset; in fdt_add_string_() local 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() 343 int offset, nextoffset; in fdt_finish() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | DerInputStream.java | 94 public DerInputStream(byte[] data, int offset, int len) throws IOException { in DerInputStream() 113 public DerInputStream(byte[] data, int offset, int len, in DerInputStream() 121 private void init(byte[] data, int offset, int len, in init() 297 public void getBytes(byte[] val) throws IOException { in getBytes() 432 int offset = 2; // for tag and length bytes in readVector() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | APacketSource.cpp | 110 AString val; in MakeAVCCodecSpecificData() local 224 AString val; in MakeAACCodecSpecificData() local 262 AString val; in MakeAACCodecSpecificData2() local 341 size_t offset = 0; in ExtractDimensionsMPEG4Config() local 367 AString val; in MakeMPEG4VideoCodecSpecificData() local 552 AString val; in APacketSource() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 856 int offset = i->src(0).get()->reg.data.offset; in visit() local 942 Value *src[3], *val; in handleTEX() local 1170 ImmediateValue val; in handleTEX() local 1183 Value *offset = bld.getScratch(); in handleTEX() local 1243 Value *src[3], *val; in handleManualTXD() local 1697 Value *offset = bld.loadImm(NULL, atom->getSrc(0)->reg.data.offset + typeSizeof(atom->sType)); in handleATOM() local 1948 int offset; in handleSUQ() local 2845 Value *offset = bld.loadImm(NULL, i->getSrc(0)->reg.data.offset + typeSizeof(i->sType)); in handleLDST() local 2887 Value *offset = bld.loadImm(NULL, i->getSrc(0)->reg.data.offset + typeSizeof(i->sType)); in handleLDST() local 3046 Value *offset = calculateSampleOffset(sampleID); in handleRDSV() local [all …]
|
/aosp_15_r20/external/flashrom/ |
H A D | hwaccess_physmap.c | 261 uintptr_t offset = 0; in physmap_common() local 404 void mmio_writeb(uint8_t val, void *addr) in mmio_writeb() 410 void mmio_writew(uint16_t val, void *addr) in mmio_writew() 416 void mmio_writel(uint32_t val, void *addr) in mmio_writel() 443 void mmio_le_writeb(uint8_t val, void *addr) in mmio_le_writeb() 448 void mmio_le_writew(uint16_t val, void *addr) in mmio_le_writew() 453 void mmio_le_writel(uint32_t val, void *addr) in mmio_le_writel() 528 void rmmio_writeb(uint8_t val, void *addr) in rmmio_writeb() 534 void rmmio_writew(uint16_t val, void *addr) in rmmio_writew() 540 void rmmio_writel(uint32_t val, void *addr) in rmmio_writel() [all …]
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.h | 54 size_t offset; member 181 const void *val, in vn_cs_encoder_write() 213 void *val, in vn_cs_decoder_peek_internal() 232 void *val, in vn_cs_decoder_read() 242 void *val, in vn_cs_decoder_peek()
|
/aosp_15_r20/hardware/google/pixel/pixelstats/ |
D | BatteryFGReporter.cpp | 48 void BatteryFGReporter::setAtomFieldValue(std::vector<VendorAtomValue> *values, int offset, in setAtomFieldValue() 50 std::vector<VendorAtomValue> &val = *values; in setAtomFieldValue() local 159 VendorAtomValue val; in reportEvent() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 470 struct qreg offset = base_offset; in emit_tmu_general_address_write() local 2036 struct qreg val, in vir_VPM_WRITE_indirect() 2047 vir_VPM_WRITE(struct v3d_compile *c, struct qreg val, uint32_t vpm_index) in vir_VPM_WRITE() 2666 int offset, in try_emit_uniform() 2706 int offset = (nir_intrinsic_base(instr) + in ntq_emit_load_uniform() local 2737 int offset = nir_src_as_uint(instr->src[1]); in ntq_emit_inline_ubo_load() local 2763 unsigned offset = in ntq_emit_load_input() local 2836 unsigned offset = (rt * V3D_MAX_SAMPLES + sample_idx) * 4; in ntq_emit_per_sample_color_write() local 2847 unsigned offset = (nir_intrinsic_base(instr) + in ntq_emit_color_write() local 2861 struct qreg offset = ntq_get_src(c, instr->src[1], 0); in emit_store_output_gs() local [all …]
|