Home
last modified time | relevance | path

Searched +full:os +full:- +full:manifest +full:- +full:offset (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/sys/contrib/device-tree/Bindings/gpu/host1x/
H A Dnvidia,tegra234-nvdec.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra234-nvdec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Thierry Reding <treding@gmail.com>
16 - Mikko Perttunen <mperttunen@nvidia.com>
20 pattern: "^nvdec@[0-9a-f]*$"
24 - nvidia,tegra234-nvdec
32 clock-names:
34 - const: nvdec
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp1 //===-- WindowsResource.cpp --------
141 printResourceTypeName(uint16_t TypeID,raw_ostream & OS) printResourceTypeName() argument
182 raw_string_ostream OS(Ret); makeDuplicateResourceError() local
212 printStringOrID(const WindowsResourceParser::StringOrID & S,raw_string_ostream & OS,bool IsType,bool IsID) printStringOrID() argument
230 raw_string_ostream OS(Ret); makeDuplicateResourceError() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1 //===- AttributorAttributes.cpp - Attributes for Attributor deduction -----===//
5 // SPDX-License-Identifier: Apache-2.
295 constructPointer(Value * Ptr,int64_t Offset,IRBuilder<NoFolder> & IRB) constructPointer() argument
308 stripAndAccumulateOffsets(Attributor & A,const AbstractAttribute & QueryingAA,const Value * Val,const DataLayout & DL,APInt & Offset,bool GetMinOffset,bool AllowNonInbounds,bool UseAssumed=false) stripAndAccumulateOffsets() argument
1038 for (auto &Offset : Offsets) { addToAll() local
1051 operator <<(raw_ostream & OS,const OffsetInfo & OI) operator <<() argument
1054 for (auto Offset : OI) { operator <<() local
1076 ChangeStatus manifest(Attributor &A) override { manifest() function
1411 for (auto Offset : Offsets) { translateAndAddState() local
1697 APInt Offset( updateImpl() local
2408 ChangeStatus manifest(Attributor &A) override { manifest() function
2527 int64_t Offset; getKnownNonNullAndDerefBytesForUse() local
2888 ChangeStatus manifest(Attributor &A) override { manifest() function
3144 ChangeStatus manifest(Attributor &A) override { manifest() function
4253 ChangeStatus manifest(Attributor &A) override { manifest() function
4302 ChangeStatus manifest(Attributor &A) override { manifest() function
4346 ChangeStatus manifest(Attributor &A) override { manifest() function
4438 ChangeStatus manifest(Attributor &A) override { manifest() function
4488 ChangeStatus manifest(Attributor &A) override { manifest() function
4942 int64_t Offset; addAccessedBytesForUse() local
4965 ChangeStatus manifest(Attributor &A) override { manifest() function
5035 APInt Offset(IdxWidth, 0); updateImpl() local
5199 int64_t Offset; getKnownAlignForUse() local
5233 ChangeStatus manifest(Attributor &A) override { manifest() function
5325 int64_t Offset; updateImpl() local
5383 ChangeStatus manifest(Attributor &A) override { manifest() function
5401 ChangeStatus manifest(Attributor &A) override { manifest() function
6264 ChangeStatus manifest(Attributor &A) override { manifest() function
6402 ChangeStatus manifest(Attributor &A) override { manifest() function
6511 ChangeStatus manifest(Attributor &A) override { manifest() function
6685 ChangeStatus manifest(Attributor &A) override { manifest() function
7519 ChangeStatus manifest(Attributor &A) override { manifest() function
7792 ChangeStatus manifest(Attributor &A) override { manifest() function
7882 ChangeStatus manifest(Attributor &A) override { manifest() function
7968 ChangeStatus manifest(Attributor &A) override { manifest() function
7986 ChangeStatus manifest(Attributor &A) override { manifest() function
8026 ChangeStatus manifest(Attributor &A) override { manifest() function
8401 ChangeStatus manifest(Attributor &A) override { manifest() function
8842 raw_string_ostream OS(Str); getAsStr() local
8903 ChangeStatus manifest(Attributor &A) override { manifest() function
8960 llvm::raw_string_ostream OS(Str); getAsStr() local
9143 ChangeStatus manifest(Attributor &A) override { manifest() function
9570 ChangeStatus manifest(Attributor &A) override { manifest() function
9641 llvm::raw_string_ostream OS(Str); getAsStr() local
10186 ChangeStatus manifest(Attributor &A) override { manifest() function
10367 raw_string_ostream OS(Result); getAsStr() local
10787 llvm::raw_string_ostream OS(Str); getAsStr() local
10918 ChangeStatus manifest(Attributor &A) override { manifest() function
11566 ChangeStatus manifest(Attributor &A) override { manifest() function
11751 ChangeStatus manifest(Attributor &A) override { manifest() function
12149 ChangeStatus manifest(Attributor &A) override { manifest() function
12301 ChangeStatus manifest(Attributor &A) override { manifest() function
12524 ChangeStatus manifest(Attributor &A) override { manifest() function
12764 ChangeStatus manifest(Attributor &A) override { manifest() function
[all...]
H A DAttributor.cpp1 //===- Attributor.cpp - Module-wide attribute deduction -------
274 APInt Offset = APInt(64, RangePtr->Offset); getInitialValueForObj() local
3669 operator <<(raw_ostream & OS,ChangeStatus S) operator <<() argument
3673 operator <<(raw_ostream & OS,IRPosition::Kind AP) operator <<() argument
3695 operator <<(raw_ostream & OS,const IRPosition & Pos) operator <<() argument
3705 operator <<(raw_ostream & OS,const IntegerRangeState & S) operator <<() argument
3715 operator <<(raw_ostream & OS,const AbstractState & S) operator <<() argument
3719 operator <<(raw_ostream & OS,const AbstractAttribute & AA) operator <<() argument
3724 operator <<(raw_ostream & OS,const PotentialConstantIntValuesState & S) operator <<() argument
3740 operator <<(raw_ostream & OS,const PotentialLLVMValuesState & S) operator <<() argument
3788 operator <<(raw_ostream & OS,const AAPointerInfo::Access & Acc) operator <<() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1 //===- Attributor.h --- Module-wide attribute deduction -----
237 int64_t Offset = Unassigned; global() member
[all...]
/freebsd-src/usr.sbin/makefs/zfs/
H A Dfs.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 zfs_objset_t *os; member
55 /* Offset table for system attributes, indexed by a zpl_attr_t. */
62 * The order of the attributes doesn't matter, this is simply the one hard-coded
123 * layout and just hard-codes attribute offsets.
177 return (strcmp(cur->nam in fsnode_isroot()
586 zfs_objset_t *os; fs_populate_dir() local
728 zfs_objset_t *os; fs_set_zpl_attrs() local
731 uint16_t offset; fs_set_zpl_attrs() local
929 zfs_objset_t *os; fs_build_one() local
[all...]
/freebsd-src/contrib/file/magic/Magdir/
H A Darchive1 #----------
[all...]
H A Dmsdos2 #----------
[all...]
/freebsd-src/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41 # tcl.m4 --
3 # This file provides a set of autoconf macros to help TEA-enable
6 # Copyright (c) 1999-2000 Ajuba Solutions.
7 # Copyright (c) 2002-2005 ActiveState Corporation.
16 # TEA_WINDOWINGSYSTEM - win32 aqua x11 (mirrors 'tk windowingsystem')
17 # TEA_PLATFORM - windows unix
18 # TEA_TK_EXTENSION - True if this is a Tk extension
21 #------------------------------------------------------------------------
22 # TEA_PATH_TCLCONFIG --
33 # --with-tcl=...
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
5 // SPDX-Licens
261 resolveX86_64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset) resolveX86_64Relocation() argument
379 resolveX86Relocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveX86Relocation() argument
407 resolveAArch64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveAArch64Relocation() argument
593 resolveARMRelocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveARMRelocation() argument
817 resolvePPC32Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC32Relocation() argument
837 resolvePPC64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC64Relocation() argument
931 resolveSystemZRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveSystemZRelocation() argument
985 resolveBPFRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveBPFRelocation() argument
1043 resolveRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset,SID SectionID) resolveRelocation() argument
1089 processSimpleRelocation(unsigned SectionID,uint64_t Offset,unsigned RelType,RelocationValueRef Value) processSimpleRelocation() argument
1147 uint64_t Offset = RelI->getOffset(); resolveAArch64ShortBranch() local
1170 uint64_t Offset = RelI->getOffset(); resolveAArch64Branch() local
1251 raw_string_ostream OS(Buf); processRelocationRef() local
1271 raw_string_ostream OS(Buf); processRelocationRef() local
1309 uint64_t Offset = RelI->getOffset(); processRelocationRef() local
1892 processX86_64GOTTPOFFRelocation(unsigned SectionID,uint64_t Offset,RelocationValueRef Value,int64_t Addend) processX86_64GOTTPOFFRelocation() argument
2011 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument
2283 resolveGOTOffsetRelocation(unsigned SectionID,uint64_t Offset,uint64_t GOTOffset,uint32_t Type) resolveGOTOffsetRelocation() argument
[all...]
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_structures.h1 /*-
2 * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
61 /* As per PQI Spec pqi-2r00a , 6.2.2. */
229 /* lock-free stack used to push and pop the tag used for IO request */
255 uint64_t addr; /* !< Bytes 0-7. The starting 64-bit memory byte address of the data block. */
256 …uint32_t length; /* !< Bytes 8-11. The length in bytes of the data block. Set to 0x00000000 spec…
257 uint8_t res[3]; /* !< Bytes 12-14. */
258 uint8_t zero : 4; /* !< Byte 15, Bits 0-3. */
259 uint8_t type : 4; /* !< Byte 15, Bits 4-7. sgl descriptor type */
273 iu_header_t header; /* !< Bytes 0-3. */
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c9 * or https://opensource.org/licenses/CDDL-1.0.
125 if (ds->ds_reserved == 0) in parent_delta()
129 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta()
130 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()
132 ASSERT3U(ABS((int64_t)(new_bytes - old_bytes)), <=, ABS(delta)); in parent_delta()
133 return (new_bytes - old_bytes); in parent_delta()
139 spa_t *spa = dmu_tx_pool(tx)->dp_spa; in dsl_dataset_block_born()
155 dsl_pool_mos_diduse_space(tx->tx_poo in dsl_dataset_block_born()
216 dsl_dataset_block_remapped(dsl_dataset_t * ds,uint64_t vdev,uint64_t offset,uint64_t size,uint64_t birth,dmu_tx_t * tx) dsl_dataset_block_remapped() argument
1262 objset_t *os; dsl_dataset_zero_zil() local
1328 objset_t *os = dd->dd_pool->dp_meta_objset; dsl_dataset_create_sync() local
1445 objset_t *os = ds->ds_objset; dsl_dataset_dirty() local
2252 objset_t *os = ds->ds_objset; dsl_dataset_sync_done() local
2437 size_t offset = i * 2; get_receive_resume_token_impl() local
2902 objset_t *os, *os_snap; dsl_dataset_modified_since_snap() local
3868 objset_t *os; dsl_dataset_promote() local
[all...]
/freebsd-src/contrib/jemalloc/
H A DChangeLog14 - Fix a severe virtual memory leak on Windows. This regression was first
15 released in 5.0.0. (@Ignition, @j0t, @frederik-h, @davidtgoldblatt,
17 - Fix size 0 handling in posix_memalign(). This regression was first released
19 - Fix the prof_log unit test which may observe unexpected backtraces from
22 - Fix the declaration of the extent_avail tree. This regression was first
24 - Fix an incorrect reference in jeprof. This functionality was first released
25 in 3.0.0. (@prehistoric-penguin)
26 - Fix an assertion on the deallocation fast-path. This regression was first
28 - Fix the TLS_MODEL attribute in headers. This regression was first released
32 - Implement opt.retain on Windows and enable by default on 64-bit. (@interwq,
[all …]
/freebsd-src/sys/contrib/zlib/
H A DChangeLog5 - Reject overflows of zip header fields in minizip
6 - Fix bug in inflateSync() for data held in bit buffer
7 - Add LIT_MEM define to use more memory for a small deflate speedup
8 - Fix decision on the emission of Zip64 end records in minizip
9 - Add bounds checking to ERR_MSG() macro, used by zError()
10 - Neutralize zip file traversal attacks in miniunz
11 - Fix a bug in ZLIB_DEBUG compiles in check_match()
12 - Various portability and appearance improvements
15 - Remove K&R function definitions and zlib2ansi
16 - Fix bug in deflateBound() for level 0 and memLevel 9
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1 //===-- PPCAsmPrinter.cpp - Print machine instrs to PowerPC assembly ------===//
5 // SPDX-Licens
2936 llvm::raw_string_ostream os(PrioritySuffix); convertToSinitPriority() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/clock/tegra234-clock.h>
4 #include <dt-bindings/gpio/tegra234-gpio.h>
5 #include <dt-bindings/interrupt-controller/arm-gi
[all...]
/freebsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1 //===- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer --------
5215 llvm::raw_string_ostream OS(Data); embedBitcodeInModule() local
[all...]
/freebsd-src/contrib/sqlite3/tea/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 ## ------
[all...]
/freebsd-src/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
/freebsd-src/contrib/ntp/
H A DCommitLog-4.1.01 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu>
5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu>
21 * configure.in: 4.0.99m-rc3
23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu>
28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu>
33 * configure.in (rt library check): Don't look for -lrt under
34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX-
35 compatibility real-time library does strange things with threads
39 2001-06-30 Harlan Stenn <stenn@whimsy.udel.edu>
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1 //===- OpenMPIRBuilder.cpp - Builder for LLVM-IR for OpenMP directives ----===//
5 // SPDX-License-Identifier: Apache-2.
5190 llvm::raw_svector_ostream OS(Buffer); getNameWithSeparators() local
6595 raw_svector_ostream OS(Name); getTargetRegionEntryFnName() local
6627 unsigned Offset = 0; getFlagMemberOffset() local
6683 raw_svector_ostream OS(PtrName); getAddrOfDeclareTargetVar() local
[all...]
/freebsd-src/contrib/ntp/sntp/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLES
26125 sqlite3OsRead(sqlite3_file * id,void * pBuf,int amt,i64 offset) sqlite3OsRead() argument
26129 sqlite3OsWrite(sqlite3_file * id,const void * pBuf,int amt,i64 offset) sqlite3OsWrite() argument
26207 sqlite3OsShmLock(sqlite3_file * id,int offset,int n,int flags) sqlite3OsShmLock() argument
[all...]
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h1 /*-
34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The
71 * * 0x0-0xFFF8 - The function ID
72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors
73 * * 0xFFFD - Reserved for user-space HWRM interface
74 * * 0xFFFF - HWRM
122 /* Engine CKV - The Alias key EC curve and ECC public key information. */
124 /* Engine CKV - Initialization vector. */
126 /* Engine CKV - Authentication tag. */
128 /* Engine CKV - The encrypted data. */
[all …]

12