Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 69) sorted by relevance

123

/third_party/mesa3d/src/hgl/
Dmeson.build32 dependencies : cpp.find_library('be'), build
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
Dmeson.build36 driver_swrast, cpp.find_library('be'), cpp.find_library('translation'), build
/third_party/boost/boost/exception/
Ddiagnostic_information.hpp49 boost::exception const * be=current_exception_cast<boost::exception const>(); in current_exception_diagnostic_information() local
122 …diagnostic_information_impl( boost::exception const * be, std::exception const * se, bool with_wha… in diagnostic_information_impl()
/third_party/alsa-lib/src/topology/
Dops.c161 struct snd_soc_tplg_bytes_control *be = private; in tplg_parse_ext_ops() local
200 struct snd_soc_tplg_bytes_control *be, in tplg_save_ext_ops()
/third_party/ffmpeg/libavformat/
Dnistspheredec.c38 int bps = 0, be = 0; in nist_read_header() local
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c117 bool be; member
390 bool be; member
399 uint64_t byte_count, bool be) in build_riff_chunk_header()
416 bool be) in build_subchunk_header()
461 uint64_t byte_count, bool be) in build_wave_data_subchunk()
/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp82 BOOST_INTRUSIVE_FORCEINLINE static void incorporate_after(node_ptr bp, node_ptr b, node_ptr be) in incorporate_after()
89 static void transfer_after(node_ptr bp, node_ptr bb, node_ptr be) in transfer_after()
/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c202 uint32_t be; in _genhash_update_len() local
316 uint32_t be, kbi_len; in kex_ecdh() local
/third_party/mesa3d/src/egl/
Dmeson.build148 deps_for_egl += cpp.find_library('be') build
/third_party/ffmpeg/libavfilter/
Dvf_showinfo.c380 static void update_sample_stats_16(int be, const uint8_t *src, int len, int64_t *sum, int64_t *sum2) in update_sample_stats_16()
396 static void update_sample_stats(int depth, int be, const uint8_t *src, int len, int64_t *sum, int64… in update_sample_stats()
413 int be = desc->flags & AV_PIX_FMT_FLAG_BE; in filter_frame() local
/third_party/ffmpeg/libavcodec/
Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
Dxwddec.c38 uint32_t xoffset, be, bpp, lsize, rsize; in xwd_decode_frame() local
/third_party/abseil-cpp/absl/strings/
Dnumbers.h223 uint64_t be = absl::big_endian::FromHost64(val); in FastHexToBufferZeroPad16() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java242 Entry te = null, be = null; in comparePrefixes() local
299 Entry te = null, be = null; in compareContractions() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DTailoredSet.java244 Entry te = null, be = null; in comparePrefixes() local
301 Entry te = null, be = null; in compareContractions() local
/third_party/glib/glib/tests/
Dwin32.c42 guintptr be = (guintptr) 0xFFFFFFFF; in test_subst_pid_and_event() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers.h225 uint64_t be = absl::big_endian::FromHost64(val); in FastHexToBufferZeroPad16() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp49 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); in fixELFSymbolsInTLSFixupsImpl() local
/third_party/boost/libs/regex/src/
Dwide_posix_api.cpp143 catch(const boost::regex_error& be) in regcompW() local
Dposix_api.cpp133 catch(const boost::regex_error& be) in regcompA() local
/third_party/libwebsockets/lib/misc/
Dromfs.c58 untohl(const u32_be_t be) in untohl()
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp769 fs_instruction_scheduler::count_reads_remaining(backend_instruction *be) in count_reads_remaining()
851 fs_instruction_scheduler::update_register_pressure(backend_instruction *be) in update_register_pressure()
877 fs_instruction_scheduler::get_register_pressure_benefit(backend_instruction *be) in get_register_pressure_benefit()
/third_party/alsa-utils/aplay/
Dformats.h64 #define TO_CPU_SHORT(v, be) \ argument
66 #define TO_CPU_INT(v, be) \ argument
/third_party/ffmpeg/libavutil/
Dcommon.h48 # define AV_NE(be, le) (be) argument
50 # define AV_NE(be, le) (le) argument
/third_party/iowow/src/utils/
Diwhmap.c359 for (bucket_t *b = hm->buckets, *be = hm->buckets + _n_buckets(hm); b < be; ++b) { in iwhmap_clear() local
383 for (bucket_t *b = hm->buckets, *be = hm->buckets + _n_buckets(hm); b < be; ++b) { in iwhmap_destroy() local

123