Searched refs:size_t (Results 23026 - 23050 of 38644) sorted by relevance
1...<<921922923924925926927928929930>>...1546
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi_common.h | 73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1))
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-server.h | 51 char *pa_socket_server_get_address(pa_socket_server *s, char *c, size_t l);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.h | 26 static size_t length(const codeview::CVSymbol &Item) { in length()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | SectionMemoryManager.h | 74 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalIndirectSymbol.h | 38 void *operator new(size_t s) { in operator new()
|
H A D | LegacyPassNameParser.h | 81 void printOptionInfo(const cl::Option &O, size_t GlobalWidth) const override {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ManagedStatic.h | 31 template <typename T, size_t N> struct object_deleter<T[N]> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | InstrProfiling.h | 63 size_t NamesSize;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ManagedStatic.h | 34 template <typename T, size_t N>
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.h | 62 bool pushInputBytes(const void *Data, size_t NumBytes);
|
H A D | IceIntrinsics.h | 26 static constexpr size_t kMaxIntrinsicParameters = 6;
|
H A D | IceTypeConverter.cpp | 43 assert(LLVM2IceMap.size() == static_cast<size_t>(IceType_NUM)); in TypeConverter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 32 size_t NextID = StrTab.size(); in add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Debug.cpp | 74 for (size_t T = 0; T < Count; ++T) in setCurrentDebugTypes()
|
H A D | RandomNumberGenerator.cpp | 58 std::error_code llvm::getRandomBytes(void *Buffer, size_t Size) { in getRandomBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 81 size_t RegionIdx;
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | tint_all_transforms_fuzzer.cc | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_id.h | 94 size_t line);
|
H A D | symbol_table.cc | 78 size_t i = 1; in New()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | constant.h | 106 auto WithScalarAt(size_t index, Func&& func) const { in WithScalarAt()
|
H A D | intrinsic.h | 159 inline std::size_t operator()(const tint::sem::Intrinsic& i) const { in operator ()()
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.h | 107 size_t fCurrCmd = -1;
|
H A D | chrome_fuzz.cpp | 21 size_t len = sk_fgetsize(file); in read_test_case()
|
/third_party/skia/tools/gpu/ |
H A D | GrTest.cpp | 99 static constexpr size_t kTotal = SK_ARRAY_COUNT(gFactories); in GrDrawRandomOp()
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.h | 61 size_t name_len, spv_operand_desc* desc) const;
|
Completed in 27 milliseconds
1...<<921922923924925926927928929930>>...1546