Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mrk
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_common.h
62
uint32_t
mrk
= 0xFFFFFFFF;
in find_next_marker()
local
63
src = avpriv_find_start_code(src, end, &
mrk
);
in find_next_marker()
64
if (IS_MARKER(
mrk
))
in find_next_marker()
H
A
D
dca.c
52
uint32_t
mrk
;
in avpriv_dca_convert_bitstream()
local
59
mrk
= AV_RB32(src);
in avpriv_dca_convert_bitstream()
60
switch (
mrk
) {
in avpriv_dca_convert_bitstream()
76
tmp = ((
mrk
== DCA_SYNCWORD_CORE_14B_BE) ? AV_RB16(src) : AV_RL16(src)) & 0x3FFF;
in avpriv_dca_convert_bitstream()
H
A
D
dcadec.c
157
uint32_t
mrk
;
in dcadec_decode_frame()
local
165
mrk
= AV_RB32(input);
in dcadec_decode_frame()
166
if (
mrk
!= DCA_SYNCWORD_CORE_BE &&
mrk
!= DCA_SYNCWORD_SUBSTREAM) {
in dcadec_decode_frame()
/third_party/ltp/testcases/network/stress/ipsec/
H
A
D
ipsec_lib.sh
235
local
mrk
="mark $VTI_KEY"
259
ROD $ipx po add dir out tmpl $o_dir $p $m $
mrk
260
ROD $ipx po add dir in tmpl $i_dir $p $m $
mrk
270
tst_rhost_run -s -c "$ipx po add dir out tmpl $o_dir $p $m $
mrk
"
271
tst_rhost_run -s -c "$ipx po add dir in tmpl $i_dir $p $m $
mrk
"
/third_party/icu/icu4c/source/tools/ctestfw/
H
A
D
ctest.c
639
static void go_offline_with_marker(const char *
mrk
) {
in go_offline_with_marker()
argument
648
if(
mrk
!= NULL) {
in go_offline_with_marker()
649
fputs(
mrk
, stdout);
in go_offline_with_marker()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H
A
D
ctest.c
637
static void go_offline_with_marker(const char *
mrk
) {
in go_offline_with_marker()
argument
646
if(
mrk
!= NULL) {
in go_offline_with_marker()
647
fputs(
mrk
, stdout);
in go_offline_with_marker()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
DateFormatTest.java
4157
public ChineseDateFormatSymbolItem(ULocale loc, String
mrk
) {
in TestChineseDateFormatSymbols()
4159
marker =
mrk
;
in TestChineseDateFormatSymbols()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
DateFormatTest.java
4254
public ChineseDateFormatSymbolItem(ULocale loc, String
mrk
) {
in TestChineseDateFormatSymbols()
4256
marker =
mrk
;
in TestChineseDateFormatSymbols()
Completed in 23 milliseconds