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:opt_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Python/
H
A
D
dynload_win.c
61
DWORD pe_offset,
opt_offset
;
local
93
opt_offset
= pe_offset + 4 + 20;
94
opt_magic = WORD_AT(dllbase+
opt_offset
);
114
if (DWORD_AT(dllbase +
opt_offset
+ num_dict_off) >= 2) {
117
if (0 == DWORD_AT(dllbase +
opt_offset
+ import_off + sizeof(DWORD)))
120
opt_offset
+
/third_party/lwip/src/core/ipv6/
H
A
D
ip6.c
775
s32_t
opt_offset
;
local
803
opt_offset
= IP6_HBH_HLEN;
804
while (
opt_offset
< hlen)
808
opt_hdr = (struct ip6_opt_hdr *)((u8_t *)hbh_hdr +
opt_offset
);
859
opt_offset
=
opt_offset
+ IP6_OPT_HLEN + opt_dlen;
866
s32_t
opt_offset
;
local
892
opt_offset
= IP6_DEST_HLEN;
893
while (
opt_offset
< hlen)
897
opt_hdr = (struct ip6_opt_hdr *)((u8_t *)dest_hdr +
opt_offset
);
[all...]
/third_party/node/src/
H
A
D
node_buffer.cc
937
int64_t
opt_offset
= IndexOfOffset(haystack_length,
in IndexOfString()
944
args.GetReturnValue().Set(static_cast<double>(
opt_offset
));
in IndexOfString()
952
if (
opt_offset
<= -1) {
in IndexOfString()
955
size_t offset = static_cast<size_t>(
opt_offset
);
in IndexOfString()
1049
int64_t
opt_offset
= IndexOfOffset(haystack_length,
in IndexOfBuffer()
local
1056
args.GetReturnValue().Set(static_cast<double>(
opt_offset
));
in IndexOfBuffer()
1064
if (
opt_offset
<= -1) {
in IndexOfBuffer()
1067
size_t offset = static_cast<size_t>(
opt_offset
);
in IndexOfBuffer()
1114
int64_t
opt_offset
=
in IndexOfNumber()
local
1116
if (
opt_offset
<
in IndexOfNumber()
[all...]
/third_party/ltp/testcases/kernel/mce-test/tools/
H
A
D
page-types.c
166
static unsigned long
opt_offset
[MAX_ADDR_RANGES];
variable
644
opt_offset
[nr_addr_ranges] = offset;
in add_addr_range()
660
walk_pfn(0,
opt_offset
[i], opt_size[i]);
in walk_addr_ranges()
662
walk_task(
opt_offset
[i], opt_size[i]);
in walk_addr_ranges()
Completed in 6 milliseconds