/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 4182 std::unique_ptr<upb_handlercache, decltype(&upb_handlercache_free)> ptr_; 5953 std::unique_ptr<upb_pbcodecache, decltype(&upb_pbcodecache_free)> ptr_; 6678 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 2294 && LUT_offset->std == state->fe->dtv_property_cache.delivery_system) { in dib0090_tune()
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
H A D | atmel-isc-base.c | 1448 inp->std = 0; in isc_enum_input()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1678 i->std = dev->v4l2->vdev.tvnorms; in vidioc_enum_input()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 2296 && LUT_offset->std == state->fe->dtv_property_cache.delivery_system) { in dib0090_tune()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1668 i->std = dev->v4l2->vdev.tvnorms; in vidioc_enum_input()
|
/third_party/backends/backend/genesys/ |
H A D | tables_model.cpp | 38 StaticInit<std::vector<UsbDeviceEntry>> s_usb_devices;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 14 #include <cmath> // std::signbit 2166 if (e != 0.0 || (std::signbit(e) == false)) {
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtfmtsym.cpp | 1667 resourcesToVisit = std::move(resourcesToVisitNext);
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 869 std::vector<denorm_config> configs;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 653 loc = std::move(tmp); in fallback()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtfmtsym.cpp | 1675 resourcesToVisit = std::move(resourcesToVisitNext);
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 17 use std::mem; 1280 // https://doc.rust-lang.org/std/boxed/struct.Box.html#method.new_uninit in expand_rust_box() 1614 let prefix = format!("cxxbridge1$std$vector${}$", resolve.name.to_symbol()); in expand_cxx_vector() 1620 "cxxbridge1$unique_ptr$std$vector${}$", in expand_cxx_vector()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 348 draw->queries = new std::list<Query*>(); in draw()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtfmtsym.cpp | 1669 resourcesToVisit = std::move(resourcesToVisitNext); in put()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | test_util_lite.cc | 1351 std::string serialized; in ExpectExtensionsClear()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 2507 std::vector<deUint8> uncompressedBlock (dst.getFormat().getPixelSize() * blockPixelSize.x() * blockPixelSize.y() * blockPixelSize.z()); in decompress()
|
/third_party/eudev/ |
H A D | configure | 3569 as 'x'. The following induces an error, until -std is added to get 3572 that's true only with -std. */ 3594 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 13182 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 61 // This handles removing the inline namespace within `std` that is 62 // used by various standard libraries (e.g., `std::__1`). Names outside 63 // of namespace std are returned unmodified. 64 inline std::string CanonicalizeForStdLibVersioning(std::string s) { in CanonicalizeForStdLibVersioning() 65 static const char prefix[] = "std::__"; in CanonicalizeForStdLibVersioning() 67 std::string::size_type end = s.find("::", strlen(prefix)); in CanonicalizeForStdLibVersioning() 69 // Erase everything between the initial `std` and the second `::`. in CanonicalizeForStdLibVersioning() 70 s.erase(strlen("std"), end - strlen("std")); in CanonicalizeForStdLibVersioning() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6702 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data() 6773 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx() 6775 src_desc = &spr->rx_jmb[src_idx].std; in tg3_recycle_rx() 7161 sbd = &spr->rx_jmb[si].std; in tg3_rx_prodring_xfer() 7162 dbd = &dpr->rx_jmb[di].std; in tg3_rx_prodring_xfer() 8457 rxd = &tpr->rx_jmb[i].std; in tg3_rx_prodring_alloc() 17011 /* Increment the rx prod index on the rx std ring by at most in tg3_get_invariants()
|
H A D | tg3.h | 2652 struct tg3_rx_buffer_desc std; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 6685 desc = &tpr->rx_jmb[dest_idx].std; in tg3_alloc_rx_data() 6754 dest_desc = &dpr->rx_jmb[dest_idx].std; in tg3_recycle_rx() 6756 src_desc = &spr->rx_jmb[src_idx].std; in tg3_recycle_rx() 7147 sbd = &spr->rx_jmb[si].std; in tg3_rx_prodring_xfer() 7148 dbd = &dpr->rx_jmb[di].std; in tg3_rx_prodring_xfer() 8442 rxd = &tpr->rx_jmb[i].std; in tg3_rx_prodring_alloc() 16935 /* Increment the rx prod index on the rx std ring by at most in tg3_get_invariants()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 364 return map_[std::make_pair(from->id().ToInt(), to->id().ToInt())]; in For() 368 return map_.at(std::make_pair(from->id().ToInt(), to->id().ToInt())); in For() 372 using Key = std::pair<int32_t, int32_t>;
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 3693 as 'x'. The following induces an error, until -std is added to get 3696 that's true only with -std. */ 3718 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 12631 # For GCC 5 the default mode for C is -std=gnu11 instead of -std=gnu89 12634 # "-std=c89" compiler option: 12661 CFLAGS="$CFLAGS -std=c89"
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 53 std::string MoveForm() { return instr_form_; } in MoveForm() 56 std::string instr_form_; 77 std::string form = reporter.MoveForm(); in CheckAndMaybeDisassembleMovprfxPairs()
|