/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 116 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, struct cil_db … in cil_resolve_classperms() 151 static int cil_resolve_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_… in cil_resolve_classperms_set() 176 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, struct cil… in cil_resolve_classperms_list() 201 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cp… in cil_resolve_classpermissionset() 258 static int cil_resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, st… in cil_resolve_permissionx() 275 int cil_resolve_avrule(struct cil_tree_node *current, struct cil_db *db) in cil_resolve_avrule() 334 int cil_resolve_deny_rule(struct cil_tree_node *current, struct cil_db *db) in cil_resolve_deny_rule() 372 int cil_resolve_type_rule(struct cil_tree_node *current, struct cil_db *db) in cil_resolve_type_rule() 424 int cil_resolve_typeattributeset(struct cil_tree_node *current, struct cil_db *db) in cil_resolve_typeattributeset() 464 static int cil_resolve_expandtypeattribute(struct cil_tree_node *current, struct cil_db *db) in cil_resolve_expandtypeattribute() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBaseTraversers.java | 211 public int next(int context, int current) in next() 226 public int next(int context, int current, int expandedTypeID) in next() 294 public int next(int context, int current) in next() 310 public int next(int context, int current, int expandedTypeID) in next() 460 public int next(int context, int current) in next() 475 public int next(int context, int current, int expandedTypeID) in next() 701 public int next(int context, int current) in next() 730 public int next(int context, int current, int expandedTypeID) in next() 805 public int next(int context, int current) in next() 926 public int next(int context, int current) in next() [all …]
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | acpi_dmar.c | 14 unsigned long current = (unsigned long)dmar + sizeof(acpi_dmar_t); in acpi_create_dmar() local 41 unsigned long acpi_create_dmar_drhd_4k(unsigned long current, u8 flags, in acpi_create_dmar_drhd_4k() 47 unsigned long acpi_create_dmar_drhd(unsigned long current, u8 flags, in acpi_create_dmar_drhd() 71 unsigned long acpi_create_dmar_rmrr(unsigned long current, u16 segment, in acpi_create_dmar_rmrr() 85 unsigned long acpi_create_dmar_atsr(unsigned long current, u8 flags, in acpi_create_dmar_atsr() 98 unsigned long acpi_create_dmar_rhsa(unsigned long current, u64 base_addr, in acpi_create_dmar_rhsa() 111 unsigned long acpi_create_dmar_andd(unsigned long current, u8 device_number, in acpi_create_dmar_andd() 125 unsigned long acpi_create_dmar_satc(unsigned long current, u8 flags, u16 segment) in acpi_create_dmar_satc() 138 void acpi_dmar_drhd_fixup(unsigned long base, unsigned long current) in acpi_dmar_drhd_fixup() 144 void acpi_dmar_rmrr_fixup(unsigned long base, unsigned long current) in acpi_dmar_rmrr_fixup() [all …]
|
H A D | acpi.c | 139 unsigned long current = (unsigned long)madt + sizeof(acpi_madt_t); in acpi_create_madt() local 153 static unsigned long acpi_fill_mcfg(unsigned long current) in acpi_fill_mcfg() 170 unsigned long current = (unsigned long)mcfg + sizeof(acpi_mcfg_t); in acpi_create_mcfg() local 319 unsigned long current = (unsigned long)ssdt + sizeof(acpi_header_t); in acpi_create_ssdt_generator() local 380 unsigned long (*acpi_fill_srat)(unsigned long current)) in acpi_create_srat() 383 unsigned long current = (unsigned long)srat + sizeof(acpi_srat_t); in acpi_create_srat() local 456 void acpi_create_cedt(acpi_cedt_t *cedt, unsigned long (*acpi_fill_cedt)(unsigned long current)) in acpi_create_cedt() 459 unsigned long current = (unsigned long)cedt + sizeof(acpi_cedt_t); in acpi_create_cedt() local 491 unsigned long (*acpi_fill_hmat)(unsigned long current)) in acpi_create_hmat() 494 unsigned long current = (unsigned long)hmat + sizeof(acpi_hmat_t); in acpi_create_hmat() local [all …]
|
H A D | acpi_gic.c | 36 static unsigned long acpi_create_madt_giccs_v3(unsigned long current) in acpi_create_madt_giccs_v3() 52 static unsigned long acpi_create_madt_gicd_v3(unsigned long current) in acpi_create_madt_gicd_v3() 71 static unsigned long acpi_create_madt_gicr_v3(unsigned long current) in acpi_create_madt_gicr_v3() 88 static unsigned long acpi_create_madt_gic_its_v3(unsigned long current) in acpi_create_madt_gic_its_v3() 108 unsigned long acpi_arch_fill_madt(acpi_madt_t *madt, unsigned long current) in acpi_arch_fill_madt()
|
H A D | acpi_apic.c | 33 unsigned long acpi_create_madt_one_lapic(unsigned long current, u32 index, u32 lapic_id) in acpi_create_madt_one_lapic() 61 static unsigned long acpi_create_madt_lapics(unsigned long current) in acpi_create_madt_lapics() 138 static unsigned long acpi_create_madt_ioapic_gsi0_default(unsigned long current) in acpi_create_madt_ioapic_gsi0_default() 177 unsigned long acpi_create_madt_lapic_nmis(unsigned long current) in acpi_create_madt_lapic_nmis() 193 static unsigned long acpi_create_madt_lapics_with_nmis(unsigned long current) in acpi_create_madt_lapics_with_nmis() 227 unsigned long acpi_arch_fill_madt(acpi_madt_t *madt, unsigned long current) in acpi_arch_fill_madt()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | smbios.c | 235 unsigned long *current, int *handle, in create_smbios_type17_for_dimm() 292 unsigned long *current, int *handle, in create_smbios_type17_for_empty_slot() 369 static int smbios_write_type0(unsigned long *current, int handle) in smbios_write_type0() 446 static int smbios_write_type1(unsigned long *current, int handle) in smbios_write_type1() 466 static int smbios_write_type2(unsigned long *current, int handle, const int chassis_handle) in smbios_write_type2() 486 static int smbios_write_type3(unsigned long *current, int handle) in smbios_write_type3() 511 int smbios_write_type7(unsigned long *current, in smbios_write_type7() 612 int smbios_write_type8(unsigned long *current, int *handle, in smbios_write_type8() 637 int smbios_write_type9(unsigned long *current, int *handle, in smbios_write_type9() 668 static int smbios_write_type11(unsigned long *current, int *handle) in smbios_write_type11() [all …]
|
H A D | thread.c | 115 struct thread *current = current_thread(); in schedule() local 148 struct thread *current = current_thread(); in call_wrapper() local 165 struct thread *current = current_thread(); in call_wrapper_block_state() local 274 struct thread *current; in thread_run() local 303 struct thread *current; in thread_run_until() local 344 struct thread *current; in thread_yield_microseconds() local 360 struct thread *current; in thread_coop_enable() local 374 struct thread *current; in thread_coop_disable() local 387 struct thread *current = current_thread(); in thread_join() local
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpi/ |
H A D | ivrs.c | 19 static unsigned long acpi_fill_ivrs_ioapic(unsigned long current, uintptr_t ioapic_base, in acpi_fill_ivrs_ioapic() 35 static unsigned long ivhd_describe_hpet(unsigned long current, uint8_t hndl, uint16_t src_devid) in ivhd_describe_hpet() 49 static unsigned long ivhd_describe_f0_device(unsigned long current, uint16_t dev_id, in ivhd_describe_f0_device() 65 static unsigned long ivhd_dev_range(unsigned long current, uint16_t start_devid, in ivhd_dev_range() 90 unsigned long *current, uint8_t type, uint8_t data) in add_ivhd_dev_entry() 120 unsigned long *current) in ivrs_add_device_or_bridge() 139 unsigned long *current, uint16_t nb_bus) in add_ivhd_device_entries() 163 static unsigned long acpi_ivhd_misc(unsigned long current, struct device *dev) in acpi_ivhd_misc() 200 static unsigned long acpi_fill_ivrs40(unsigned long current, acpi_ivrs_ivhd_t *ivhd, in acpi_fill_ivrs40() 252 static unsigned long acpi_fill_ivrs11(unsigned long current, acpi_ivrs_ivhd_t *ivhd, in acpi_fill_ivrs11() [all …]
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/ |
H A D | uncore_acpi.c | 28 unsigned long acpi_create_srat_lapics(unsigned long current) in acpi_create_srat_lapics() 141 static unsigned long acpi_fill_srat(unsigned long current) in acpi_fill_srat() 174 static unsigned long acpi_fill_slit(unsigned long current) in acpi_fill_slit() 192 static unsigned long acpi_fill_slit(unsigned long current) in acpi_fill_slit() 220 static unsigned long acpi_create_dmar_ds_pci_br_for_port(unsigned long current, in acpi_create_dmar_ds_pci_br_for_port() 247 static unsigned long acpi_create_drhd(unsigned long current, struct device *iommu, in acpi_create_drhd() 380 static unsigned long acpi_create_atsr(unsigned long current) in acpi_create_atsr() 439 static unsigned long acpi_create_rmrr(unsigned long current) in acpi_create_rmrr() 444 static unsigned long acpi_create_rhsa(unsigned long current) in acpi_create_rhsa() 463 static unsigned long xeonsp_create_satc(unsigned long current, struct device *domain) in xeonsp_create_satc() [all …]
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/ |
H A D | StringJsonLexer.kt | 24 val current = skipWhitespaces() in tryConsumeComma() constant 34 var current = currentPosition in canConsumeValue() variable 51 var current = currentPosition in skipWhitespaces() variable 87 val current = currentPosition in consumeKeyString() constant
|
H A D | AbstractJsonLexer.kt | 260 var current = skipWhitespaces() in initC2TC() variable 281 var current = currentPosition in initC2TC() variable 459 var current = skipWhitespaces() in initC2TC() variable 606 var current = skipWhitespaces() in initC2TC() variable 698 var current = skipWhitespaces() in initC2TC() variable 723 var current = prefetchOrEof(start) in initC2TC() variable
|
H A D | ReaderJsonLexer.kt | 48 val current = skipWhitespaces() in toString() constant 59 var current = currentPosition in toString() variable 141 var current = currentPosition in toString() variable
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/config/ |
H A D | OptionUpdateRule.java | 32 Object update(String optionName, Object current, Object update) in update() 42 Object update(String optionName, Object current, Object update) in update() 51 Object update(String optionName, Object current, Object update) in update() 67 Object update(String optionName, Object current, Object update) in update() 83 Object update(String optionName, Object current, Object update) in update() 92 abstract Object update(String optionName, Object current, Object update) in update() 101 Object current; in update() local 116 private static int compare(String optionName, Object current, Object update) in compare()
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/config/ |
D | OptionUpdateRule.java | 33 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 42 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 51 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 60 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 69 boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 81 abstract boolean shouldUpdate(String optionName, Object current, Object update) in shouldUpdate() 90 Object current; in shouldUpdate() local 107 private static int compare(String optionName, Object current, Object update) in compare()
|
/aosp_15_r20/external/coreboot/src/soc/amd/picasso/ |
H A D | acpi_crat.c | 21 static unsigned long gen_crat_hsa_entry(struct acpi_crat_header *crat, unsigned long current) in gen_crat_hsa_entry() 37 uint64_t region_size, unsigned long current) in create_crat_memory_entry() 57 unsigned long current) in gen_crat_memory_entries() 111 unsigned long current) in add_crat_cache_entry() 169 static unsigned long gen_crat_cache_entry(struct acpi_crat_header *crat, unsigned long current) in gen_crat_cache_entry() 331 static unsigned long add_crat_tlb_entry(struct crat_tlb **tlb_affinity, unsigned long current) in add_crat_tlb_entry() 344 static unsigned long gen_crat_tlb_entry(struct acpi_crat_header *crat, unsigned long current) in gen_crat_tlb_entry() 529 static unsigned long acpi_fill_crat(struct acpi_crat_header *crat, unsigned long current) in acpi_fill_crat() 540 unsigned long acpi_add_crat_table(unsigned long current, acpi_rsdp_t *rsdp) in acpi_add_crat_table()
|
/aosp_15_r20/external/coreboot/src/northbridge/amd/pi/00730F01/ |
H A D | northbridge.c | 95 void *addr, *current; in acpi_fill_hest() local 111 static unsigned long acpi_fill_ivrs_ioapic(acpi_ivrs_t *ivrs, unsigned long current) in acpi_fill_ivrs_ioapic() 139 static unsigned long ivhd_describe_hpet(unsigned long current) in ivhd_describe_hpet() 156 static unsigned long ivhd_dev_range(unsigned long current, uint16_t start_devid, in ivhd_dev_range() 180 unsigned long *current, uint8_t type, uint8_t data) in add_ivhd_dev_entry() 210 unsigned long *current, uint16_t *ivhd_length) in ivrs_add_device_or_bridge() 234 unsigned long *current, uint16_t *ivhd_length) in add_ivhd_device_entries() 266 static unsigned long acpi_fill_ivrs11(unsigned long current, acpi_ivrs_t *ivrs_agesa) in acpi_fill_ivrs11() 331 static unsigned long acpi_fill_ivrs(acpi_ivrs_t *ivrs, unsigned long current) in acpi_fill_ivrs() 423 unsigned long current, in agesa_write_acpi_tables()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | ssa_liveness_analysis.cc | 52 HInstruction* current = inst_it.Current(); in NumberInstructions() local 70 HInstruction* current = inst_it.Current(); in NumberInstructions() local 106 void SsaLivenessAnalysis::RecursivelyProcessInputs(HInstruction* current, in RecursivelyProcessInputs() 140 void SsaLivenessAnalysis::ProcessEnvironment(HInstruction* current, in ProcessEnvironment() 204 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges() local 210 HInstruction* current = back_it.Current(); in ComputeLiveRanges() local 246 HInstruction* current = inst_it.Current(); in ComputeLiveRanges() local 265 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges() local 541 LiveInterval* current = this; in GetSiblingAt() local
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 72 GLboolean current; in compareGlobalGlBoolean() local 83 GLint current; in compareGlobalGlInt() local 95 GLint current; in compareGlobalGlInt_i() local 107 GLfloat current; in compareGlobalGlFloat() local 181 std::vector<GLboolean> current; in compareGlobalGlBooleanv() local 197 std::vector<GLboolean> current; in compareGlobalGlBooleanv_i() local 210 std::vector<GLint> current; in compareGlobalGlIntv() local 225 std::vector<GLfloat> current; in compareGlobalGlFloatv() local
|
/aosp_15_r20/external/pytorch/caffe2/serialize/ |
H A D | crc_alt.h | 209 const uint8_t* current = (const uint8_t*) data; in crc32_bitwise() local 236 const uint8_t* current = (const uint8_t*) data; in crc32_halfbyte() local 261 const uint8_t* current = (const uint8_t*) data; in crc32_1byte() local 275 const uint8_t* current = (const uint8_t*) data; in crc32_1byte_tableless() local 327 const uint8_t* current = (const uint8_t*) data; in crc32_1byte_tableless2() local 354 const uint32_t* current = (const uint32_t*) data; in crc32_4bytes() local 391 const uint32_t* current = (const uint32_t*) data; in crc32_8bytes() local 436 const uint32_t* current = (const uint32_t*) data; in crc32_4x8bytes() local 491 const uint32_t* current = (const uint32_t*) data; in crc32_16bytes() local 565 const uint32_t* current = (const uint32_t*) data; in crc32_16bytes_prefetch() local
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftgloadr.c | 90 FT_GlyphLoad current = &loader->current; in FT_GlyphLoader_Rewind() local 146 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_Adjust_Points() local 193 FT_GlyphLoad current = &loader->current; in FT_GlyphLoader_Adjust_Subglyphs() local 212 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_CheckPoints() local 317 FT_GlyphLoad current = &loader->current; in FT_GlyphLoader_CheckSubGlyphs() local 342 FT_GlyphLoad current = &loader->current; in FT_GlyphLoader_Prepare() local 359 FT_GlyphLoad current; in FT_GlyphLoader_Add() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/ |
H A D | ICUResourceWriter.java | 116 ICUResourceWriter.Resource current = this; in end() local 414 Resource current = first; in write() local 434 Resource current = first; in sort() local 446 Resource current = this.first; in writeBinary() local 532 Resource current = this.first; in setSize() local 598 ResourceInt current = (ResourceInt) first; in write() local 616 Resource current = this.first; in writeBinary() local 643 Resource current = this.first; in setSize() local 837 Resource current = first; in write() local 880 Resource current = first; in sort() local [all …]
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2diehandler.cc | 146 HandlerStack& current = die_handlers_.top(); in ProcessAttributeUnsigned() local 156 HandlerStack& current = die_handlers_.top(); in ProcessAttributeSigned() local 166 HandlerStack& current = die_handlers_.top(); in ProcessAttributeReference() local 177 HandlerStack& current = die_handlers_.top(); in ProcessAttributeBuffer() local 187 HandlerStack& current = die_handlers_.top(); in ProcessAttributeString() local 197 HandlerStack& current = die_handlers_.top(); in ProcessAttributeSignature() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | reduce.h | 59 Out reducer(Out current, const In in), Out* output_data) { in Reduce() 85 const std::function<Out(Out current, In in)>& reducer_next, in Reduce() 122 int current = axis[idx] < 0 ? (axis[idx] + num_dims) : axis[idx]; in ResolveAxis() local 163 size_t current = static_cast<size_t>(dims[idx]); in InitTensorDataForReduce() local 186 T reducer(const T current, const T in)) { in ReduceGeneric() 226 size_t current = static_cast<size_t>(output_dims[idx]); in Mean() local 254 size_t current = static_cast<size_t>(input_dims[resolved_axis[idx]]); in Mean() local 399 size_t current = static_cast<size_t>(output_dims[idx]); in QuantizedMeanOrSum() local 435 size_t current = static_cast<size_t>(input_dims[resolved_axis[idx]]); in QuantizedMeanOrSum() local
|
/aosp_15_r20/device/google/cuttlefish/host/libs/location/ |
D | KmlParser.cpp | 28 static xmlNode* findCoordinates(xmlNode* current) { in findCoordinates() 47 static bool parseCoordinates(xmlNode* current, GpsFixArray* fixes) { in parseCoordinates() 78 for (xmlNode* current = children; result && current != nullptr; in parseGxTrack() local 94 static bool parsePlacemark(xmlNode* current, GpsFixArray* fixes) { in parsePlacemark() 138 static bool traverseSubtree(xmlNode* current, GpsFixArray* fixes, in traverseSubtree()
|