Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 55) 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/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()
Dctl.c435 struct snd_soc_tplg_bytes_control *be; in tplg_parse_control_bytes() local
562 struct snd_soc_tplg_bytes_control *be = elem->bytes_ext; in tplg_save_control_bytes() local
1134 struct snd_soc_tplg_bytes_control *be; in tplg_add_bytes() 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/ffmpeg/libavformat/
Dnistspheredec.c38 int bps = 0, be = 0; in nist_read_header() local
/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/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/mesa3d/src/egl/
Dmeson.build150 deps_for_egl += cpp.find_library('be') build
/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
Dvmnc.c78 static av_always_inline int vmnc_get_pixel(GetByteContext *gb, int bpp, int be) in vmnc_get_pixel()
223 int be, int stride) in paint_raw()
/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/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/libwebsockets/lib/misc/
Dromfs.c58 untohl(const u32_be_t be) in untohl()
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp773 fs_instruction_scheduler::count_reads_remaining(backend_instruction *be) in count_reads_remaining()
855 fs_instruction_scheduler::update_register_pressure(backend_instruction *be) in update_register_pressure()
881 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
Dpixdesc.c2496 # define X_NE(be, le) be argument
2498 # define X_NE(be, le) le argument
/third_party/typescript/src/services/
DjsDoc.ts478 const be = commentOwner as BinaryExpression; constant
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1522 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in output() local
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp127 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)… in Get16()
128 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
133 BoolInt /* is32, */ be; in Parse_ELF() local
203 BoolInt /* mode64, */ be; in Parse_MACH() local
/third_party/popt/src/
Dpoptconfig.c340 char * b = NULL, *be; in poptReadConfigFile() local

123