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:quotient
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
protocol_proto.cpp
310
// It can be proved that lengthToSplit is always larger than maxFragmentLen, so
quotient
won't be zero.
in SplitFrameIntoPacketsIfNeed()
312
uint16_t
quotient
= lengthToSplit / maxFragmentLen;
in SplitFrameIntoPacketsIfNeed()
local
315
uint16_t fragCount = ((remainder == 0) ?
quotient
: (
quotient
+ 1));
in SplitFrameIntoPacketsIfNeed()
342
uint32_t
quotient
= lengthBeSplit / fragCount;
in AnalyzeSplitStructure()
local
344
outFragLen =
quotient
;
in AnalyzeSplitStructure()
345
outLastFragLen =
quotient
+ remainder;
in AnalyzeSplitStructure()
960
uint32_t
quotient
= fragmentInfo.splitLength / fragmentInfo.fragCount;
in FrameFragmentation()
local
967
uint32_t pieceFragLen = (fragNo != fragmentInfo.fragCount - 1) ?
quotient
: (
quotient
in FrameFragmentation()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H
A
D
bitmap_manager.h
471
int
quotient
= prefixLen / 8;
in GetNetworkAddress()
local
473
for (int i = 0; i <
quotient
; i++) {
in GetNetworkAddress()
477
out.s6_addr[
quotient
] = addr.s6_addr[
quotient
] & (~(0xff >> remainder));
in GetNetworkAddress()
Completed in 4 milliseconds