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:copy_offset
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpenc_rfc4175.c
119
int
copy_offset
;
in ff_rtp_send_raw_rfc4175()
local
130
copy_offset
= (l_line * width + l_off) * pgroup / xinc;
in ff_rtp_send_raw_rfc4175()
131
if (
copy_offset
+ length > size)
in ff_rtp_send_raw_rfc4175()
133
memcpy (dest, buf +
copy_offset
, length);
in ff_rtp_send_raw_rfc4175()
H
A
D
rtpdec_rfc4175.c
276
int
copy_offset
;
in rfc4175_handle_packet()
local
299
copy_offset
= (line * data->width + offset) * data->pgroup / data->xinc;
in rfc4175_handle_packet()
300
if (
copy_offset
+ length > data->frame_size || !data->frame)
in rfc4175_handle_packet()
303
dest = data->frame +
copy_offset
;
in rfc4175_handle_packet()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H
A
D
bignum.cc
377
const int
copy_offset
= used_bigits_;
379
RawBigit(
copy_offset
+ i) = RawBigit(i);
389
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
390
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
404
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
405
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
/third_party/icu/icu4c/source/i18n/
H
A
D
double-conversion-bignum.cpp
391
const int
copy_offset
= used_bigits_;
393
RawBigit(
copy_offset
+ i) = RawBigit(i);
403
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
404
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
418
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
419
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
/third_party/node/deps/icu-small/source/i18n/
H
A
D
double-conversion-bignum.cpp
391
const int
copy_offset
= used_bigits_;
393
RawBigit(
copy_offset
+ i) = RawBigit(i);
403
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
404
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
418
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
419
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
/third_party/node/deps/v8/src/base/numbers/
H
A
D
bignum.cc
326
int
copy_offset
= used_digits_;
in MultiplyByPowerOfTen()
local
328
bigits_[
copy_offset
+ i] = bigits_[i];
in MultiplyByPowerOfTen()
338
Chunk chunk1 = bigits_[
copy_offset
+ bigit_index1];
in MultiplyByPowerOfTen()
339
Chunk chunk2 = bigits_[
copy_offset
+ bigit_index2];
in MultiplyByPowerOfTen()
353
Chunk chunk1 = bigits_[
copy_offset
+ bigit_index1];
in MultiplyByPowerOfTen()
354
Chunk chunk2 = bigits_[
copy_offset
+ bigit_index2];
in MultiplyByPowerOfTen()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
double-conversion-bignum.cpp
390
const int
copy_offset
= used_bigits_;
392
RawBigit(
copy_offset
+ i) = RawBigit(i);
402
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
403
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
417
const Chunk chunk1 = RawBigit(
copy_offset
+ bigit_index1);
418
const Chunk chunk2 = RawBigit(
copy_offset
+ bigit_index2);
/third_party/lwip/src/core/ipv6/
H
A
D
nd6.c
761
u16_t
copy_offset
= offset + SIZEOF_RDNSS_OPTION_BASE;
in nd6_input()
local
769
for (n = 0; (rdnss_server_idx < DNS_MAX_SERVERS) && (n < num); n++,
copy_offset
+= sizeof(ip6_addr_p_t)) {
in nd6_input()
773
if (pbuf_copy_partial(p, &rdnss_address, sizeof(ip6_addr_p_t),
copy_offset
) == sizeof(ip6_addr_p_t)) {
in nd6_input()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_constant_expression.cpp
1121
store->
copy_offset
(value, offset);
in constant_expression_evaluate_expression_list()
H
A
D
ir.h
2313
void
copy_offset
(ir_constant *src, int offset);
H
A
D
ir.cpp
1370
ir_constant::
copy_offset
(ir_constant *src, int offset)
in copy_offset()
function in ir_constant
Completed in 16 milliseconds