| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ColorStateTests.cpp | 114 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest() argument 142 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation() argument 167 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor() argument 198 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor() argument 206 CheckDstBlendFactor(RGBA8 base, wgpu::BlendFactor colorFactor, wgpu::BlendFactor alphaFactor, std::vector<std::pair<TriangleSpec, RGBA8>> tests) CheckDstBlendFactor() argument 871 RGBA8 base = kColors[((c + 31) * 29) % kColors.size()]; TEST_P() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-cff1-table.cc | 375 hb_codepoint_t base = param.cff->std_code_to_glyph (env.argStack[n-2].to_int ()); in process_seac() local 529 hb_codepoint_t base = param.cff->std_code_to_glyph (env.argStack[n-2].to_int ()); in process_seac() local 581 hb_codepoint_t base; member 598 get_seac_components(hb_codepoint_t glyph, hb_codepoint_t *base, hb_codepoint_t *accent) const get_seac_components() argument [all...] |
| H A D | hb-ot-shape-complex-thai.cc | 231 unsigned int base = 0; in do_thai_pua_shaping() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 340 BaseT base() const { return I; } in base() function in llvm::ValueMapIterator 394 BaseT base() const { return I; } in base() function in llvm::ValueMapConstIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| H A D | ELF.h | 109 const uint8_t *base() const { return Buf.bytes_begin(); } in base() function in llvm::object::ELFFile
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | lexer.cc | 613 build_token_from_int_if_possible(Source source, size_t start, size_t end, int32_t base) build_token_from_int_if_possible() argument
|
| /third_party/toybox/kconfig/ |
| H A D | symbol.c | 147 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() argument 166 int base, val, val2; in sym_validate_range() local [all...] |
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vk_icd.h | 134 VkIcdSurfaceBase base; member 142 VkIcdSurfaceBase base; member 150 VkIcdSurfaceBase base; member 158 VkIcdSurfaceBase base; member 166 VkIcdSurfaceBase base; member 174 VkIcdSurfaceBase base; member 182 VkIcdSurfaceBase base; member 189 VkIcdSurfaceBase base; member 196 VkIcdSurfaceBase base; member 203 VkIcdSurfaceBase base; member 209 VkIcdSurfaceBase base; global() member 220 VkIcdSurfaceBase base; global() member 225 VkIcdSurfaceBase base; global() member 232 VkIcdSurfaceBase base; global() member 239 VkIcdSurfaceBase base; global() member [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_helpers.cc | 126 std::string base = proto_file.substr(lastslash + 1); in GetFileNameBase() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | dynamic_message.cc | 816 void* base = operator new(size); in GetPrototypeNoLock() local
|
| /third_party/python/Modules/_xxtestfuzz/ |
| H A D | fuzzer.c | 43 int base = _Py_HashBytes(data, size) % 37; in fuzz_builtin_int() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
| H A D | status_test.cc | 308 absl::Status EraseAndReturn(const absl::Status& base) { in EraseAndReturn() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | low_level_alloc.cc | 110 IntLog2(size_t size, size_t base) IntLog2() argument 140 LLA_SkiplistLevels(size_t size, size_t base, uint32_t *random) LLA_SkiplistLevels() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | inlined_vector_benchmark.cc | 123 char* base; member
|
| /third_party/skia/include/private/ |
| H A D | SkFloatingPoint.h | 41 static inline float sk_float_pow(float base, float exp) { in sk_float_pow() argument
|
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoDecoder.cpp | 200 AVRational base = fFormatCtx->streams[fStreamIndex]->time_base; in computeTimeStamp() local 424 AVRational base = strm->time_base; in duration() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | module.c | 245 static int link_file_contexts(sepol_module_package_t * base, in link_file_contexts() argument 277 link_netfilter_contexts(sepol_module_package_t * base, sepol_module_package_t ** modules, int num_modules) link_netfilter_contexts() argument 310 sepol_link_packages(sepol_handle_t * handle, sepol_module_package_t * base, sepol_module_package_t ** modules, int num_modules, int verbose) sepol_link_packages() argument 987 sepol_link_modules(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t ** modules, size_t len, int verbose) sepol_link_modules() argument 995 sepol_expand_module(sepol_handle_t * handle, sepol_policydb_t * base, sepol_policydb_t * out, int verbose, int check) sepol_expand_module() argument [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vk_icd.h | 130 VkIcdSurfaceBase base; member 138 VkIcdSurfaceBase base; member 146 VkIcdSurfaceBase base; member 154 VkIcdSurfaceBase base; member 162 VkIcdSurfaceBase base; member 170 VkIcdSurfaceBase base; member 178 VkIcdSurfaceBase base; member 185 VkIcdSurfaceBase base; member 192 VkIcdSurfaceBase base; member 199 VkIcdSurfaceBase base; member 205 VkIcdSurfaceBase base; global() member 216 VkIcdSurfaceBase base; global() member 221 VkIcdSurfaceBase base; global() member 228 VkIcdSurfaceBase base; global() member 235 VkIcdSurfaceBase base; global() member 243 VkIcdSurfaceBase base; global() member 249 VkIcdSurfaceBase base; global() member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_gnutls.c | 361 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
|
| H A D | crypto_nettle.c | 375 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_gnutls.c | 361 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
|
| H A D | crypto_nettle.c | 375 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | g723_1dec.c | 735 static inline int cng_rand(int *state, int base) in cng_rand() argument
|
| H A D | aic.c | 255 recombine_block(int16_t *dst, const uint8_t *scan, int16_t **base, int16_t **ext) recombine_block() argument 275 recombine_block_il(int16_t *dst, const uint8_t *scan, int16_t **base, int16_t **ext, int block_no) recombine_block_il() argument
|
| /third_party/elfutils/libdwfl/ |
| H A D | link_map.c | 468 GElf_Addr base = l_ld - elf_dynamic_vaddr; report_r_debug() local
|