Home
last modified time | relevance | path

Searched +defs:local +defs:offset (Results 26 – 50 of 1020) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/mesa3d/include/CL/
H A Dopencl.hpp7655 size_type offset, in enqueueReadBuffer()
7680 size_type offset, in enqueueWriteBuffer()
7857 size_type offset, in enqueueFillBuffer()
8144 size_type offset, in enqueueMapBuffer()
8606 const NDRange& offset, in enqueueNDRangeKernel()
8608 const NDRange& local = NullRange, in enqueueNDRangeKernel()
9267 size_type offset, in enqueueReadBuffer()
9286 size_type offset, in enqueueWriteBuffer()
9306 size_type offset, in enqueueMapBuffer()
9940 EnqueueArgs(NDRange global, NDRange local) : in EnqueueArgs()
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DnanohubCommand.c124 uint64_t local; in unaligned_u64() local
130 uint32_t local; in unaligned_u32() local
592 static uint32_t doFirmwareChunk(uint8_t *data, uint32_t offset, uint32_t len, void *cookie) in doFirmwareChunk()
636 uint32_t offset = le32toh(req->offset); in firmwareChunk() local
1241 uint32_t offset; in halLegacyContUpload() local
1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64()
1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32()
1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
1471 static bool copyTLVEmpty(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag) in copyTLVEmpty()
1483 size_t offset = 0; in processAppTags() local
[all …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc629 size_t offset = RandInt(0, TEST_MEMORY_SIZE - 1); in TEST_F() local
699 WritableSharedPersistentMemoryAllocator local(std::move(mapping), TEST_ID, in TEST() local
805 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() local
867 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() local
917 LocalPersistentMemoryAllocator local(TEST_MEMORY_SIZE, TEST_ID, ""); in TEST() local
/aosp_15_r20/system/netd/server/
H A DRouteController.cpp137 static uint32_t getRouteTableIndexFromGlobalRouteTableIndex(uint32_t index, bool local) { in getRouteTableIndexFromGlobalRouteTableIndex()
146 uint32_t RouteController::getRouteTableForInterfaceLocked(const char* interface, bool local) { in getRouteTableForInterfaceLocked()
196 uint32_t RouteController::getRouteTableForInterface(const char* interface, bool local) { in getRouteTableForInterface()
230 uint32_t offset = ROUTE_TABLE_OFFSET_FROM_INDEX_FOR_LOCAL - ROUTE_TABLE_OFFSET_FROM_INDEX; in updateTableNamesFile() local
892 bool add, bool modifyNonUidBasedRules, bool local) { in modifyPhysicalNetwork()
1281 int RouteController::flushRoutes(const char* interface, bool local) { in flushRoutes()
1341 const UidRangeMap& uidRangeMap, bool local) { in addInterfaceToPhysicalNetwork()
1360 bool local) { in removeInterfaceFromPhysicalNetwork()
1406 Permission newPermission, bool local) { in modifyPhysicalNetworkPermission()
1540 const UidRangeMap& uidRangeMap, bool local) { in addUsersToPhysicalNetwork()
[all …]
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp7595 size_type offset, in enqueueReadBuffer()
7620 size_type offset, in enqueueWriteBuffer()
7883 size_type offset, in enqueueFillBuffer()
8238 size_type offset, in enqueueMapBuffer()
8874 const NDRange& offset, in enqueueNDRangeKernel()
8876 const NDRange& local = NullRange, in enqueueNDRangeKernel()
9576 size_type offset, in enqueueReadBuffer()
9595 size_type offset, in enqueueWriteBuffer()
9615 size_type offset, in enqueueMapBuffer()
10443 EnqueueArgs(NDRange global, NDRange local) : in EnqueueArgs()
[all …]
/aosp_15_r20/external/freetype/src/pfr/
H A Dpfrload.c333 FT_UInt32 offset; in pfr_log_font_load() local
358 FT_UInt local; in pfr_log_font_load() local
823 FT_UInt32 offset, in pfr_phy_font_load()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dmod.rs63 let offset = js_sys::Date::from(utc.and_utc()).get_timezone_offset(); in offset_from_utc_datetime() localVariable
85 let offset = js_date.get_timezone_offset(); in offset_from_local_datetime() localVariable
528 let local = Local; in test_rkyv_validation() localVariable
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketChannelImpl.java463 public long read(ByteBuffer[] dsts, int offset, int length) in read()
529 public long write(ByteBuffer[] srcs, int offset, int length) in write()
609 public SocketChannel bind(SocketAddress local) throws IOException { in bind()
H A DAsynchronousSocketChannelImpl.java302 int offset, in read()
404 int offset, in write()
420 public final AsynchronousSocketChannel bind(SocketAddress local) in bind()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/
Denough.c107 #define local static macro
261 size_t offset; /* offset in this state's bit vector */ in beenhere() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java1214 public sun.net.ftp.FtpClient setRestartOffset(long offset) { in setRestartOffset()
1236 …public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtoc… in getFile()
1362 …public sun.net.ftp.FtpClient putFile(String name, InputStream local, boolean unique) throws sun.ne… in putFile()
1392 …public sun.net.ftp.FtpClient appendFile(String name, InputStream local) throws sun.net.ftp.FtpProt… in appendFile()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeZone.java291 public void getOffset(long date, boolean local, int[] offsets) { in getOffset()
499 int offset = daylight ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
507 … int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
537 … int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DTimeZone.java345 public void getOffset(long date, boolean local, int[] offsets) { in getOffset()
563 int offset = daylight ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
571 … int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
601 … int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in _getDisplayName() local
/aosp_15_r20/bionic/tests/
H A Dthread_local_test.cpp74 TEST(thread_local_storage, local) { in TEST() argument
172 gcc_pointer offset; member
/aosp_15_r20/external/guice/lib/build/
HDasm-6.0.jar ... .objectweb.asm.ByteVector parent private final int offset org.objectweb.asm.AnnotationWriter next org. ...
/aosp_15_r20/external/ow2-asm/benchmarks/libs/
HDcsg-bytecode-1.0.0.jar ... ) com.claritysys.jvm.classfile.LocalVariable local } com/claritysys/jvm/builder/CodeBuilder ...
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorModeKernel.cuh83 int offset = threadIdx.x * N; in reduceBlockWithNThreadLocalReductions() local
84 T local = offset < numVals ? threadVals[0] : init; in reduceBlockWithNThreadLocalReductions() local
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-commons/linux_glibc_common/local-javac-header/
Dow2-asm-commons.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/out/soong/.intermediates/external/ow2-asm/ow2-asm-commons/linux_glibc_common/javac/
Dow2-asm-commons.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/external/jarjar/lib/
HDasm-commons-7.3.1.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
HDasm-commons-8.0.1.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/asm/asm-commons-9.6/android_common/local-combined/
Dasm-commons-9.6.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/prebuilts/misc/common/asm/
HDasm-commons-9.6.jar ... []) int type int numLocal Object[] local int numStack Object[] stack private static void visitFrameTypes ...
/aosp_15_r20/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp58 volatile uint8_t* BufferAt(ScopedMMap& shm, size_t offset, size_t len) { in BufferAt()
65 bool CreateSocketPair(SharedFD* local, SharedFD* remote) { in CreateSocketPair()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp87 local, enumerator
152 size_t offset; member

12345678910>>...41